/*header*/
img{
    max-width: 100%;
}
.main-header .rob .logo{
    display: flex;
    align-items: center;
}
.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 0px;
    height: 100%;
}

.nav-link {
    display: block;
    padding: 8px 16px;
    text-decoration: none;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .nav-link {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.nav-link.disabled {
    color: #6C757D;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #DEE2E6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus {
    border-color: #E9ECEF #E9ECEF #DEE2E6
}

.nav-tabs .nav-link.disabled {
    color: #6C757D;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #FFF;
    border-color: #DEE2E6 #DEE2E6 #FFF
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: 4px
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: #FFF;
    background-color: #122179
}

.nav-fill>.nav-link,.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified>.nav-link,.nav-justified .nav-item {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}
nav{
    margin-right: 20px;
}
.navbar {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px
}

.navbar>.container,.navbar>.container-fluid,.navbar>.container-sm,.navbar>.container-md,.navbar>.container-lg,.navbar>.container-xl,.navbar>.container-xxl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    padding-top: 4.5px;
    padding-bottom: 4.5px;
    margin-right: 16px;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap
}

.navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-top: 8px;
    padding-bottom: 8px
}

.navbar-collapse {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.navbar-toggler {
    padding: 4px 12px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-transition: -webkit-box-shadow .15s ease-in-out;
    transition: -webkit-box-shadow .15s ease-in-out;
    -o-transition: box-shadow .15s ease-in-out;
    transition: box-shadow .15s ease-in-out;
    transition: box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .navbar-toggler {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0 4px;
    box-shadow: 0 0 0 4px
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

@media(min-width:576px) {
    .navbar-expand-sm {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 8px;
        padding-left: 8px
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media(min-width:768px) {
    .navbar-expand-md {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 8px;
        padding-left: 8px
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media(min-width:992px) {
    .navbar-expand-lg {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 8px;
        padding-left: 8px
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media(min-width:1200px) {
    .navbar-expand-xl {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 8px;
        padding-left: 8px
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

@media(min-width:1600px) {
    .navbar-expand-xxl {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 8px;
        padding-left: 8px
    }

    .navbar-expand-xxl .navbar-collapse {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 8px;
    padding-left: 8px
}

.navbar-expand .navbar-collapse {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0,0,0,0.9)
}

.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus {
    color: rgba(0,0,0,0.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,0.55)
}

.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0,0,0,0.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0,0,0,0.3)
}

.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0,0,0,0.9)
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,0.55);
    border-color: rgba(0,0,0,0.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,0.55)
}

.navbar-light .navbar-text a,.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus {
    color: rgba(0,0,0,0.9)
}

.navbar-dark .navbar-brand {
    color: #FFF
}

.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus {
    color: #FFF
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,0.55)
}

.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255,255,255,0.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255,255,255,0.25)
}

.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .nav-link.active {
    color: #FFF
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,0.55);
    border-color: rgba(255,255,255,0.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,0.55)
}

.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus {
    color: #FFF
}

.main-header-area {
    position: relative;
    background: #FFF
}

.main-header-area .header-logo img {
    vertical-align:middle;
    max-height: 60px;
}
.main-header-area .header-logo{
    width: 100%;
}

.header-sticky {
    width: 100%;
    z-index: 30;
    /*position: absolute;*/
    background-size: cover;
    background-position: 50% 0;
    -webkit-transition: background-color .3s,opacity .3s;
    -o-transition: background-color .3s,opacity .3s;
    transition: background-color .3s,opacity .3s;
}

@media(max-width:767px) {
    .header-sticky {
        position: relative;
        min-height: 80px
    }
}

@media(max-width:479px) {
    .header-sticky {
        position: relative;
        min-height: 70px
    }
}

.header-sticky .nonsticky-logo {
    display: none
}

@media(max-width:767px) {
    .header-sticky .nonsticky-logo {
        display: block
    }
}

@media(max-width:767px) {
    .header-sticky .sticky-logo {
        display: none
    }
}

.header-sticky.sticky .nonsticky-logo {
    display: block
}

.header-sticky.sticky .sticky-logo {
    display: none
}

.header-sticky.sticky .main-header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFF;
    width: 100%;
    -webkit-animation: 800ms ease-in-out 0s normal none 1 running slideInDown;
    animation: 800ms ease-in-out 0s normal none 1 running slideInDown;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2)
}
@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}


.main-nav>ul>li {
    display: inline-block;
    position: relative
}

.main-nav>ul>li:hover .dropdown-hover {
    visibility: visible;
    opacity: 1;
    top: 100%
}

.main-nav>ul>li:hover .dropdown-hover-2 {
    visibility: visible;
    opacity: 1;
    top: 100%
}

.main-nav>ul>li>a {
    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;
    padding: 33px 22px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #212121
}

.main-nav>ul>li>a.active {
    color: #006DCA;
}

.main-nav>ul>li>a:hover {
    color: #006DCA;
}

.main-nav>ul>li>a i {
    margin-left: 5px;
    font-size: 15px;
    vertical-align: middle;
    line-height: 1.5
}

.main-nav>ul>li>a .menu-text {
    position: relative
}

@media(max-width:767px) {
    .main-nav>ul>li>a {
        padding: 32px 15px
    }
}

@media(max-width:479px) {
    .main-nav>ul>li>a {
        padding: 25px 15px
    }
}
.main-nav.header-right-area{
    display: none;
}
.main-nav.header-right-area>ul>li>a {
    padding-right: 0;
    padding-left: 0;
    margin-left: 15px
}

.main-nav.header-right-area>ul>li>a:hover {
    color: #122179
}

.header-transparent {
    background: transparent
}

@media(max-width:767px) {
    .header-transparent {
        background: #FFF
    }
}

.header-transparent.sticky .main-nav>ul>li>a {
    color: #212121
}

.header-transparent.sticky .main-nav>ul>li>a:hover {
    color: #122179
}

.header-transparent.sticky .search-box-menu .off-canvas-search-btn .btn-search {
    color: #212121
}

.header-transparent.sticky .search-box-menu .off-canvas-search-btn .btn-search:hover {
    color: #122179
}

.header-transparent .main-nav>ul>li>a {
    /*color: #FFF*/
}

@media(max-width:767px) {
    .header-transparent .main-nav>ul>li>a {
        color: #212121
    }
}

.main-nav > ul > li.li_1,
.main-nav > ul > li.li_2{
    width: 110px;
    height: 100%;
    box-sizing: border-box;
    background: #A80000;
}
.main-nav.header-right-area > ul > li.li_1 > a,
.main-nav.header-right-area > ul > li.li_2 > a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    margin:0px;
}
.main-nav > ul > li.li_1 > a i,
.main-nav > ul > li.li_2 > a i{
    font-size: 40px;
    font-weight: lighter;
    line-height: 0;
    margin:0px;
}

.header-transparent .main-nav>ul>li>a:hover .menu-text:before {
    left: 0;
    right: auto;
    width: 100%
}

.header-transparent .main-nav>ul>li>a .menu-text:before {
    background-color: #006DCA;
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    bottom: -7px;
    height: 2px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    width: 0
}
.header-transparent .main-nav>ul>li>a.active .menu-text:before {
    width: 100%;
}

.header-transparent .search-box-menu .off-canvas-search-btn .btn-search {
    color: #FFF
}

@media(max-width:767px) {
    .header-transparent .search-box-menu .off-canvas-search-btn .btn-search {
        color: #212121
    }
}

.header-transparent .search-box-menu .off-canvas-search-btn .btn-search:hover {
    color: #122179
}

.dropdown-submenu {
    background: #FFF;
    padding: 20px 0 15px;
    width: 213px;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    border-bottom: 3px solid #006DCA;
}

.dropdown-submenu>li {
    padding: 5px 20px;
    margin-bottom: 5px
}

.dropdown-submenu>li>a {
    padding: 10px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
    line-height: 18px;
    position: relative;
    color: #212121;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.dropdown-submenu>li>a:hover {
    color: #006DCA;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.dropdown-submenu>li>a:hover:before {
    left: 0;
    right: auto;
    width: 100%
}

.dropdown-submenu>li>a.active {
    color: #006DCA
}

.dropdown-submenu>li>a:before {
    background-color: #006DCA;
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    bottom: 5px;
    height: 2px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    width: 0
}

.dropdown-hover {
    position: absolute;
    top: 110%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s linear .2s;
    -o-transition: all .3s linear .2s;
    transition: all .3s linear .2s;
    z-index: 999
}

.off-canvas-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: 9999
}

.off-canvas-wrapper.open {
    opacity: 1;
    visibility: visible
}

.off-canvas-wrapper.open .off-canvas-inner-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.off-canvas-wrapper .off-canvas-inner-content {
    background-color: #FFF;
    width: 380px;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(calc(-100% - 50px));
    -ms-transform: translateX(calc(-100% - 50px));
    transform: translateX(calc(-100% - 50px));
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

@media(max-width:479px) {
    .off-canvas-wrapper .off-canvas-inner-content {
        width: 280px
    }
}

.off-canvas-wrapper .btn-close-off-canvas {
    left: 100%
}

.off-canvas-wrapper .off-canvas-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    height: 100%;
    overflow: auto
}

.off-canvas-wrapper .offcanvas-widget-area {
    padding-top: 40px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.off-canvas-overlay {
    background-color: rgba(0,0,0,0.5);
    content: "";
    /*cursor: url(../images/cancel.png),auto;*/
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1
}

.off-canvas-menu-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: 9999
}

.off-canvas-menu-wrapper.open {
    opacity: 1;
    visibility: visible
}

.off-canvas-menu-wrapper.open .off-canvas-inner-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.off-canvas-menu-wrapper .off-canvas-inner-content {
    background-color: #FFF;
    width: 360px;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(calc(100% - 50px));
    -ms-transform: translateX(calc(100% - 50px));
    transform: translateX(calc(100% - 50px));
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    margin-left: auto;
    position: relative
}

.off-canvas-menu-wrapper .off-canvas-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    height: 100%;
    overflow: auto
}

.off-canvas-menu-wrapper .offcanvas-widget-area {
    padding-top: 40px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.off-canvas-menu-wrapper .offcanvas-widget-area .desc-content {
    padding-bottom: 30px
}

.off-canvas-menu-wrapper .offcanvas-widget-area .menu-top-menu>li {
    list-style: none;
    margin-bottom: 20px;
    white-space: nowrap
}

.off-canvas-menu-wrapper .offcanvas-widget-area .menu-top-menu>li>span {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 23px;
    color: #212121
}

.off-canvas-menu-wrapper .offcanvas-widget-area .useful-link {
    margin: 20px 0;
    padding-bottom: 30px
}

.off-canvas-menu-wrapper .offcanvas-widget-area .useful-link li a {
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 0;
    font-weight: 600;
    color: #212121
}

.off-canvas-menu-wrapper .offcanvas-widget-area .useful-link li a:hover {
    color: #122179
}


.btn-close-off-canvas {
    width: 50px;
    height: 56px;
    color: #212121;
    line-height: 56px;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: absolute;
    top: 0;
    right: 100%;
    background: #F8F9FA;
    text-align: center;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-close-off-canvas i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    font-size: 24px;
    line-height: 24px
}

.btn-close-off-canvas:hover {
    color: #122179;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.btn-close-off-canvas:hover i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media(max-width:479px) {
    .btn-close-off-canvas {
        width: 50px
    }

    .btn-close-off-canvas i {
        font-size: 18px
    }
}

.offcanvas-widget-area {
    padding: 0 40px 20px
}

@media(max-width:479px) {
    .offcanvas-widget-area {
        padding: 0 30px 20px
    }
}

.offcanvas-widget-area .search-box-wrap {
    background-color: #F8F9FA;
    margin: -40px -40px 20px -40px;
    padding: 19px 40px
}

@media(max-width:479px) {
    .offcanvas-widget-area .search-box-wrap {
        margin: -40px -30px 60px -30px
    }
}

.offcanvas-widget-area .search-box-wrap form {
    position: relative
}

.offcanvas-widget-area .search-box-wrap form input {
    background-color: transparent;
    border: 0;
    display: block;
    padding-right: 30px;
    outline: 0;
    width: 100%
}

.offcanvas-widget-area .search-box-wrap form .btn-search {
    border: 0;
    background-color: transparent;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.offcanvas-widget-area .search-box-wrap form .btn-search:hover {
    color: #122179
}

.mobile-header .category-toggle {
    padding: 8px 15px
}

.mobile-menu {
    height: 100%;
    padding-right: 30px;
    margin-right: -30px;
    margin-bottom: 40px
}

.mobile-menu li>a {
    font-size: 15px;
    color: #252525;
    text-transform: capitalize;
    line-height: 18px;
    position: relative;
    display: block;
    padding: 15px 0;
    font-weight: 600
}

.mobile-menu li>a:hover {
    color: #000
}

.mobile-menu li ul li {
    border: 0
}

.mobile-menu li ul li a {
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px 15px 8px;
    font-weight: 400
}

.mobile-menu .has-children,.mobile-menu .menu-item-has-children {
    position: relative
}

.mobile-menu .has-children .menu-expand,.mobile-menu .menu-item-has-children .menu-expand {
    line-height: 50;
    top: 0;
    left: 100%;
    width: 30px;
    position: absolute;
    height: 50px;
    text-align: center;
    cursor: pointer
}
/*.offcanvas-widget-area img{
    max-width: 142px;
    height: 56px;
}*/
.mobile-navigation{
    margin-top: 30px;
}
/*@media(max-width:767px) {
    .mobile-menu .has-children .menu-expand,.mobile-menu .menu-item-has-children .menu-expand {
        left: 90%
    }
}*/

.mobile-menu .has-children .menu-expand i,.mobile-menu .menu-item-has-children .menu-expand i {
    display: block;
    position: relative;
    width: 10px;
    margin-top: 23px;
    border-bottom: 1px solid #252525;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out
}

.mobile-menu .has-children .menu-expand i:before,.mobile-menu .menu-item-has-children .menu-expand i:before {
    top: 0;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    border-bottom: 1px solid #252525;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.mobile-menu .has-children.active>.menu-expand i:before,.mobile-menu .menu-item-has-children.active>.menu-expand i:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.mobile-navigation nav {
    height: 100%
}

.off-canvas-search-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: 9999
}

.off-canvas-search-wrapper.open {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    z-index: 9999
}

.off-canvas-search-wrapper.open .off-canvas-inner {
    opacity: 1;
    visibility: visible;
    -webkit-animation: slideInUp 1s forwards;
    animation: slideInUp 1s forwards
}

.off-canvas-search-wrapper .off-canvas-inner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%
}

.off-canvas-search-wrapper .off-canvas-inner {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden
}

.off-canvas-search-wrapper .off-canvas-inner form {
    position: relative;
    width: 90%;
    margin: auto
}

.off-canvas-search-wrapper .off-canvas-inner form input {
    background-color: #E9ECEF;
    border: 0;
    outline: 0;
    padding: 15px 80px 15px 15px;
    display: block;
    width: 100%;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.off-canvas-search-wrapper .off-canvas-inner form .search-btn {
    background-color: #122179;
    color: #FFF;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    border: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    height: 100%;
    width: 60px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.off-canvas-search-wrapper .off-canvas-inner form .search-btn:hover {
    background-color: #212121;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.off-canvas-search-wrapper .off-canvas-overlay {
    background-color: rgba(255,255,255,0.8)!important
}

.search-box-menu .off-canvas-search-btn .btn-search {
    border: 0;
    background: transparent;
    font-size: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.search-box-menu .off-canvas-search-btn .btn-search:hover {
    color: #122179;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}
.main_header_tel{
    min-width: 200px;
    color: #2C2C2C;
    font-size: 14px;
    padding-top: 20px;
}
.main_header_tel img{
    margin:13px 5px 0 0;
}
.main_header_tel .main_header_tel_r strong{
    font-size: 24px;
    color: #006DCA;
    font-weight: bold;
}
.main_header_tel .main_header_tel_r strong span{
    font-size: 18px;
    color: #000;
    font-weight: normal;
}
/*导航结束*/


.banner{
    position: relative;
    overflow: hidden;
}
.banner img{
    max-width: 100%;
}
.banner .swiper-button-prev,
.banner .swiper-button-next{
    width: 38px;
    height: 80px;
}
.banner .swiper-button-prev:after,
.banner .swiper-button-next:after{
    content: '';
}
.banner .swiper-button-prev{
    background: url(../images/ll1.png) no-repeat center;
}
.banner .swiper-button-next{
    background: url(../images/ll3.png) no-repeat center;
}
.banner .swiper-button-prev:hover{
    background: url(../images/ll2.png) no-repeat center;
}
.banner .swiper-button-next:hover{
    background: url(../images/ll4.png) no-repeat center;
}

/*关于我们*/
.company_index{
    margin: 40px 0;
    background: url(../images/sd.jpg) no-repeat center;
    background-size: cover;
    /*padding: 60px 0;
    margin-top: 40px;*/
}
.company_index .img{
    width: 40%;
    position: relative;
    z-index: 1;
}
.company_index .text{
    width: 60%;
    position: relative;
    z-index: 1;
}
.company_index .text{
    padding-right: 5%;
    margin: 50px 0;
}
.company_index .text h4{
    font-size: 163px;
    font-family: 'Impact';
    color: #F9F9F9;
    position: absolute;
    left: 0px;
    top: -55px;
    z-index: -1;
    line-height: 163px;
}
.company_index .text h3{
    font-size: 32px;
    color: #fff;
    line-height: 50px;
    font-weight: bold;
}
.company_index .text h5{
    font-size: 20px;
    color: #fff;
    line-height: 34px;
}
.company_index .text h3 span{
    color: #006DCA;
}
.company_index .text h3 b{
    font-size: 72px;
}
.company_index .text .content{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin: 30px 0 45px;
}
.company_index .text .list a{
    display: inline-block;
    padding: 12px 7% 10px;
    border:1px solid #D2D2D2;
    margin-right: 2%;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all .5s ease;
}
.company_index .text .list a:hover{
    background: #006DCA;
    color: #fff;
    border:1px solid #006DCA;
}
.company_index .text .list a img{
    float: left;
    margin-right: 10px;
}
.company_index .text .list a p{
    display: block;
    font-size: 16px;
    float: left;
}
/*.company_index .img{
    background: url(../images/bg.jpg) no-repeat right bottom;
    padding-top: 40px;
}*/
.company_index .img img{
    width: 100%;
}

.company_index .text a{
    display: inline-block;
    padding: 1.5% 6%;
    color: #fff;
     background: #122D68;
    /*border:1px solid #000;
    border-radius: 10px;*/
}
.company_index .text a:hover{
    background: #122D68;
    color: #fff;
}

@media(max-width:1500px) {
    .company_index .img{
        padding-top: 60px;
        background-size: 80%;
    }
}

.sitewidget-content .sitewidget-hd > h2{
    font-size: 30px;
    color: #006DCA;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: center;
    margin-top: 60px;
}
.sitewidget-content .destitle{
    line-height: 1.6em;
    text-align: center;
    margin-bottom: 30px;
}

/*产品*/
.pro_index{
    margin-top: 70px;
}
.pro_index .protype .type{
    width: 49.8%;
    color: #fff;
    padding: 110px 0;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.pro_index .protype .type h3{
    font-size: 36px;
    line-height: 36px;
}
.pro_index .protype .type .content{
    font-size: 16px;
    margin:30px 0;
}
.pro_index .protype .type .more{
    padding: 10px 40px;
    border-radius: 20px;
    margin:0 auto;
    font-size: 16px;
    background: #006DCA;
    display: inline-block;
    color: #fff;
}
.pro_index .protype .type:after {
    content: '';
    display: block;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    background: url("../images/gd.png") bottom left;
    background-repeat: repeat-x;
    height: 70px;
    left: 0;
    opacity: 1;
    position: absolute;
    bottom: 0;
    width: 3378px;
}
.pro_index .protype .type:hover:after{
    -moz-animation: bg 5s linear infinite;
    -webkit-animation: bg 5s linear infinite;
    -ms-animation: bg 5s linear infinite;
    animation: bg 5s linear infinite;
}

@-moz-keyframes bg {
    0% {
        -moz-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    100% {
        -moz-transform: translate3d(-1126px,0,0);
        -webkit-transform: translate3d(-1126px,0,0);
        -ms-transform: translate3d(-1126px,0,0);
        transform: translate3d(-1126px,0,0);
    }
}

@-webkit-keyframes bg {
    0% {
        -moz-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    100% {
        -moz-transform: translate3d(-1126px,0,0);
        -webkit-transform: translate3d(-1126px,0,0);
        -ms-transform: translate3d(-1126px,0,0);
        transform: translate3d(-1126px,0,0);
    }
}

@-ms-keyframes bg {
    0% {
        -moz-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    100% {
        -moz-transform: translate3d(-1126px,0,0);
        -webkit-transform: translate3d(-1126px,0,0);
        -ms-transform: translate3d(-1126px,0,0);
        transform: translate3d(-1126px,0,0);
    }
}

@keyframes bg {
    0% {
        -moz-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    100% {
        -moz-transform: translate3d(-1126px,0,0);
        -webkit-transform: translate3d(-1126px,0,0);
        -ms-transform: translate3d(-1126px,0,0);
        transform: translate3d(-1126px,0,0);
    }
}

.glotitle{
    font-size: 36px;
    padding-top: 60px;
    padding-bottom: 35px;
}
.glotitle span{
    font-size: 40px;
    color: #797979;
}
.prolist {
    margin-bottom: 70px;
}
.prolist .inner{
    position: relative;
}
.prolist .c_b{
    background: #fff;
    padding: 5%;
    border-bottom: 2px solid #006DCA;
}
.prolist .c_b h4{
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.prolist .c_b .c_c{
    font-size: 14px;
    line-height: 24px;
    color: #696969;
    margin-top: 10px;
}
.prolist .c_b_c{
    position: absolute;
    left: 0px;
    bottom: -50%;
    background: #006DCA;
    width: 100%;
    padding: 7% 5%;
    color: #fff;
}
.prolist .c_b_c h4{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    color: #fff;
}
.prolist .c_b_c .c_c{
    font-size: 14px;
    line-height: 24px;
    color: #696969;
    margin-top: 10px;
    color: #fff;
}
.prolist .c_b_c .more{
    border:1px solid #fff;
    border-radius: 40px;
    padding: 2% 8%;
    display: inline-block;
    margin-top: 7%;
    font-size: 14px;
}
.prolist .swiper-slide:hover .c_b_c{
    bottom: 0px;
}
.prolist .swiper-button-prev,
.prolist .swiper-button-next{
    width: 40px;
    height: 40px;
    top: -50px;
}
.prolist .swiper-button-prev:after,
.prolist .swiper-button-next:after{
    content: '';
}
.prolist .swiper-button-prev{
    left: calc(100% - 100px);
    background: url(../images/l2.jpg) no-repeat center;
}
.prolist .swiper-button-next{
    background: url(../images/r2.jpg) no-repeat center;
}
.prolist .swiper-button-prev:hover{
    left: calc(100% - 100px);
    background: url(../images/l1.jpg) no-repeat center;
}
.prolist .swiper-button-next:hover{
    background: url(../images/r1.jpg) no-repeat center;
}


/*应用案例*/
.caseout{margin-top: 40px;}
.caseout .caselist .list1,.caseout .caselist .list2{
    width: 49.7%;
}
.caseout .caselist .list1 .cici,.caseout .caselist .list2 .cici{
    height: 100%;
}
.caseout img{vertical-align: middle;max-height: 365px;}
.caseout .imgBB.cici img{height: 225px;}
.caseout .imgDD.cici img{height: 365px !important;}
.w-simImg .image-w{overflow: hidden;position: relative;height: 100%;}
.simImg_spec14 .img{ transition: all 0.3s;-moz-transition: all 0.3s;-webkit-transition: all 0.3s; position:relative; z-index:2; bottom:0;font-size:100%;}
.simImg_spec14:hover .img{ bottom:5em; }
.simImg_spec14 .cici{height: 100%;}
.simImg_spec14 .caption{background: #006DCA; position: absolute;left: 0;width: 100%;color: #fff;bottom:-4.22em; z-index:1;transition: all 0.3s;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;}
.simImg_spec14:hover .caption{ bottom:0;}
.simImg_spec14 .caption .captionbg{position: absolute;width: 100%;height: 100%; z-index:1; left:0; top:0;opacity:1;*filter:alpha(opacity=100); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);}
.simImg_spec14 .caption .caption-text{padding:1em 1em 1em;box-sizing: border-box;}
.simImg_spec14 .caption h3{line-height:1.5;font-size: 18px; padding:0;}
.simImg_spec14 .caption p{line-height:1.5;font-size: 14px; box-sizing: border-box;width: 100%; padding-top:0.2em;}
.caseout .list1 .zzy{margin-top: 1%;display: flex;}
.caseout .list2 .zzy{margin-bottom: 1%;display: flex;}
.caseout .little{width: 49.4%;}
.caseout .little.more{
    background: #006DCA;
    color: #fff;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.caseout .little.more a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.simImg_spec15 .img{transition: all 0.3s;height: 100%; -moz-transition: all 0.3s;-webkit-transition: all 0.3s; position:relative; z-index:2; top:0;font-size:100%;}
.simImg_spec15:hover .img{ top:5em; }
.simImg_spec15 .caption{background: #006DCA; position: absolute;left: 0;width: 100%;color: #fff;top:-4.22em; z-index:1;transition: all 0.3s;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;}
.simImg_spec15:hover .caption{ top:0;}
.simImg_spec15 .caption .captionbg{ z-index:1; left:0; top:0;opacity:1;*filter:alpha(opacity=100); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);}
.simImg_spec15 .caption .caption-text{padding:1em;}
.simImg_spec14 .caption h3{line-height:1.5;font-size: 18px; padding:0;}
.simImg_spec15 .caption h3{line-height:1.5;font-size: 18px; padding:0;}
.simImg_spec14 .caption p{line-height:1.5;font-size: 14px; box-sizing: border-box;width: 100%; padding-top:0.2em;}

@media(max-width: 768px){
    .sitewidget-content .sitewidget-hd > h2{
        margin-top: 30px;
        font-size: 24px;
    }
    .caseout .little{
        width: 100%;
        margin-bottom: 1%;
    }
    .caseout .caselist .list2{
        display: none;
    }
    .caseout .little.more{
        margin-top: 20px;
        border-radius: 5px;
    }
    .caseout .little.more a{
        padding: 15px 0;
        font-size: 16px;
    }
    .caseout .caselist .list1, .caseout .caselist .list2{
        width: 100%;
    }
    .caseout .imgDD.cici img{
        height: 225px !important;
    }
    .company_index .text h5{
        font-size: 16px;
        line-height: 26px;
    }
}

/*应用场景*/
.cpyy{
    background: url(../images/combg1.jpg) no-repeat center;
    background-size: cover;
    padding: 1px 0 80px 0;
    margin-top: 50px;
}
.cpyy img{
    height: 300px;
}
.cpyy .title{
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    background: #F3F3F3;
}
.cpyy .sitewidget-hd a{
    display: inline-block;
    padding: 15px 10px 3px;
    text-align: center;
    font-size: 16px;
    float: right;
    line-height: 30px;
    color: #fff;
    border-bottom: 1px solid #fff;
}


/*合作用户*/
.par{
    margin: 60px 0;
}
.par ul li{
    width: calc(100% / 7 - 5px);
    border:1px solid #f5f5f5;
    padding: 10px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.par ul li img{
    max-width: 100%;
    max-height: 100%;
}

/*新闻资讯*/
.news_index{
    padding-bottom: 70px;
}
.news_index .glotitle .right{
    font-size: 16px;
    line-height: 46px;
}
.news_index .glotitle .right a{
    margin-left: 20px;
}
.news_index .glotitle .right a:hover{
    color: #006DCA;
}
.news_index .fnews .img,
.news_index .fnews .text{
    width: 50%;
    background: #F4F8FA;
}
.news_index .fnews .img{
    max-height: 460px;
}
.news_index .fnews .text{
    padding: 0 2% 0 5%;
    display: flex;
    align-items: center;
}
.news_index .fnews .text h3{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.news_index .fnews .text span{
    color: #747474;
}
.news_index .fnews .text .content{
    font-size: 16px;
    line-height: 28px;
    margin:5% 0;
    color: #747474;
}
.news_index .nnews{
    margin-top: 35px;
}
.news_index .fnews .text a.more{
    display: inline-block;
    padding: 2% 8%;
    color: #fff;
    font-size: 14px;
    background: #006DCA;
    border-radius: 40px;
}
.news_index .nnews{
    position: relative;
}
.news_index .nnews .swiper-slide{
    background: #F4F8FA;
    padding: 3% 2%;
}
.news_index .nnews .swiper-slide h3{
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}
.news_index .nnews .swiper-slide span{
    color: #006DCA;
}
.news_index .nnews .swiper-slide .content{
    font-size: 15px;
    line-height: 28px;
    margin:3% 0 5%;
    color: #747474;
}
/*.news_index .nnews .swiper-slide .more .i{
    width: 32px;
    height: 34px;
    background: url(../images/m.jpg) no-repeat center;
}*/
.news_index .nnews .swiper-slide .more .t{
    width: 95px;
    height: 34px;
    background: #E5E5E5;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
}
.news_index .nnews .swiper-slide:hover .more .t{
    background: #006DCA;
    color: #fff;
}
.news_index .nnews .swiper-slide h3:hover{
    color: #006DCA;
}
.news_index .nnews .swiper-pagination{
    margin:20px auto 0;
    position: relative;
}
.news_index .nnews .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    margin:0 10px;
    transition: all .5s;
}
.news_index .nnews .swiper-pagination .swiper-pagination-bullet-active{
    background: #006DCA;
    width: 50px;
    border-radius: 20px;
}

/*底部*/
.footer{
    background: #2E2E2E;
    color: rgba(255,255,255,.5);
}
.footer .inout{
    padding: 50px 0;
}
.footer .footlist{
    width: 48%;
    padding: 0 5%;
    border-left: 1px solid rgba(255,255,255,.5);
    border-right: 1px solid rgba(255,255,255,.5);
}
.footer .footlink{
    width: 30%;
}
.footlink img{max-width: 60%;margin-bottom: 20px;}
.footlink h6{font-size: 12px;text-transform: uppercase;
    margin-bottom: 20px;color: rgba(255,255,255,.5);}
.footer .footlist ul{
    margin:0px;
    padding: 0px;
    /*margin: 0 5% 0 5%;*/
}
.footer .footlist ul h3{
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}
.footlink h3{
    font-size: 18px;
    color: rgba(255,255,255,.5);
    margin-bottom: 5px;
}
.footer .footlink .zx p{
    margin-bottom: 5px;
}
.footlink .zx h4{
    font-size: 30px;
    color: #fff;
}
.footer .footlist ul li{
    margin-bottom: 11px;
}
.footer .footlist ul li a,
.footer .footlink p a{
    font-size: 14px;
    color: rgba(255,255,255,.5);
    transition: all 0.5s;
}
.footer .footlist ul li a:hover,
.footer .footlink p a:hover{
    color: #fff;
}
.footer .footlink p{
    font-size: 14px;
    margin-bottom: 11px;
}
.footer .footlink select {
    width: 220px;
    padding-left: 12px;
    height: 40px;
    margin:15px 0 20px;
    line-height: 40px;
    font-size: 14px;
    background: #3E3E3E;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background: #3E3E3E url(../images/ar.jpg) right no-repeat;
    overflow: hidden;
    color: #969BA1;
}
.footer .footlink select option{
    height: 40px;
    line-height: 40px;
}
.footer .er{
  width: 130px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  margin-right: 5%;
}
.footer .er img{
  width: 130px;
  height: 130px;
  margin-bottom: 10px;
}
.bottom{
    padding: 20px 0;
    background: #1E252D;
    color: #969AA0;
    font-size: 14px;
}
.bottom a{
    color: #969AA0;
}
.bottom a:hover{
    color: #fff;
}

/*底部*/
.bd{
    display: none;
    position: fixed;
    width: 100%;
    left: 0px;
    bottom: 0px;
    padding: 8px 0 ;
    width: 100%;
    background: #006DCA;
    color: #fff;
    text-align: center;
    z-index: 9999;
}
.bd .rob div{
    width: 33.3333%;
    border-right:1px solid #eeeeee;
    box-sizing: border-box;
}
.bd div a{
    color: #fff;
}
.bd div i{
    margin-bottom: 5px;
    font-size: 24px;
}

/*滚动图标*/
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: -60px;
    z-index: 999;
    -webkit-box-shadow: 0 30px 50px rgba(0,0,0,0.03);
    box-shadow: 0 30px 50px rgba(0,0,0,0.03);
    display: block;
    padding: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 25px;
    line-height: 50px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    background-color: #006DCA;
    background-size: 200% auto;
    background-position: left center;
    color: #FFF;
    -webkit-transition: all .25s cubic-bezier(0.645,0.045,0.355,1);
    -o-transition: all .25s cubic-bezier(0.645,0.045,0.355,1);
    transition: all .25s cubic-bezier(0.645,0.045,0.355,1);
    overflow: hidden;
    transition: all 0.5s;
}

.scroll-top.show {
    visibility: visible;
    opacity: 1;
    bottom: 60px
}

.scroll-top:hover {
    background-position: right center;
    background-color: #006DCA;
    border-radius: 50%;
}

.scroll-top:hover .arrow-top {
    -webkit-transform: translate(-50%,-80px);
    -ms-transform: translate(-50%,-80px);
    transform: translate(-50%,-80px)
}

.scroll-top:hover .arrow-bottom {
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.scroll-top .arrow-top {
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.scroll-top .arrow-bottom {
    -webkit-transform: translate(-50%,80px);
    -ms-transform: translate(-50%,80px);
    transform: translate(-50%,80px)
}

.scroll-top i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    -webkit-transition: all .25s cubic-bezier(0.645,0.045,0.355,1);
    -o-transition: all .25s cubic-bezier(0.645,0.045,0.355,1);
    transition: all .25s cubic-bezier(0.645,0.045,0.355,1)
}


/*内页开始*/
.in_banner{
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
}
.in_banner .container{
    height: 100%;
}
.in_banner .box{
    display: flex;
    align-items: center;
    height: 100%;
}
.in_banner h3{
    font-size: 36px;
}
.in_banner p{
    font-size: 18px;
    margin:5px 0 20px;
}
.in_banner span{
    display: inline-block;
    width: 25px;
    border:1px solid #fff;
}


/*面包屑*/
.cru{
    background: #F5F6F8;
    height: 60px;
}
.cru .rob .navlist{
    width: 70%;
}
.cru .rob .loca{
    width: 30%;
    font-size: 14px;
    color: #555555;
}
.cru .rob .navlist ul{
    margin-top: 10px;
}
.cru .rob .navlist ul li{
    height: 40px;
    border-radius: 5px;
    text-align: center;
    margin-right: 10px;
    line-height: 40px;
    transition: all .5s ease;
    position: relative;
    padding: 0 20px;
}
.cru .rob .navlist ul li:after{
    content: '';
    display: inline-block;
    border-left:1px solid #ccc;
    position: absolute;
    right: -5px;
    top: 10px;
    height: 20px;
}
.cru .rob .navlist ul li:last-child:after{
    display: none;
}
.cru .rob .navlist ul li a{
    transition: all .5s ease;
}
.cru .rob .navlist ul li:hover,
.cru .rob .navlist ul li.active{
    background: #006DCA;
}
.cru .rob .navlist ul li:hover a,
.cru .rob .navlist ul li.active a{
    color: #fff;
}
.cru .rob .loca i{
    color: #006DCA;
    margin-right: 10px;
}
.cru .rob .loca{
    line-height: 60px;
    text-align: right;
}


.com_in{
    padding: 50px 0 0;
}
.com_in .com_inner h2{
    font-size: 32px;
    font-weight: bold;
    color: #006DCA;
}
.com_in .com_inner h3{
    font-size: 22px;
    color: #636363;
}
.com_in .com_inner div.heng{
    width: 65px;
    border:3px solid #006DCA;
    margin:10px 0 30px;
}
.com_in .com_inner .content{
    color: #666666;
}


/*企业风采*/
.cul .box {
    position: relative;
    margin-bottom: 30px;
}
.cul .swiper-slide{
    position: relative;
}
.cul .swiper-slide .cover{
    background: rgba(5,72,177,.8);
    text-align: center;
    position: absolute;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1.1);
    transition: all .5s ease;
    opacity: 0;
}
.cul .swiper-slide .cover h3{
    font-size: 24px;
    color: #fff;
}
.cul .swiper-slide .cover div{
    width: 100%;
    text-align: center;
}
.cul .swiper-slide .cover .m{
    width: 45px;
    height: 45px;
    border:1px solid #fff;
    text-align: center;
    line-height: 45px;
    font-size: 22px;
    color: #fff;
    margin:20px auto 0;
    border-radius: 50%;
}
.cul .box .cici{height: 280px;}
.cul .swiper-slide:hover .cover{
    transform: scale(1);
    opacity: 1;
}
.cul .swiper-button-prev,
.cul .swiper-button-next{
    width: 40px;
    height: 40px;
    top: -50px;
}
.cul .swiper-button-prev:after,
.cul .swiper-button-next:after{
    content: '';
}
.cul .swiper-button-prev{
    left: calc(100% - 100px);
    background: url(../images/l2.jpg) no-repeat center;
}
.cul .swiper-button-next{
    background: url(../images/r2.jpg) no-repeat center;
}
/*.cul .swiper-button-prev:hover{
    left: calc(100% - 100px);
    background: url(../images/l1.jpg) no-repeat center;
}
.cul .swiper-button-next:hover{
    background: url(../images/r1.jpg) no-repeat center;
}*/


/*企业文化*/
.wh{
    background: #F6F6F6;
    padding: 70px 0;
    margin-top: 40px;
}
.wh .glotitle{
    padding-top: 0px;
}
.wh .text,
.wh .img{
    width: 50%;
}
.wh .text {
    padding-right: 5%;
}
.wh .text h3{
    font-size: 40px;
}
.wh .text .content{
    font-size: 16px;
    line-height: 30px;
    color: #797979;
}
.wh .text .u{
    margin:40px 0 30px 0;
}
.wh .text .uu{
    margin:30px 0 40px auto;
}

/*荣誉资质*/
.hon{
    background: url(../images/hon.jpg) no-repeat center;
    padding-bottom: 70px;
    position: relative;
}
.hon .glotitle,
.hon .glotitle span{
    color: #fff;
}
.hon .swiper-container{
    width: 90%;
    margin: 0 auto;
}
.hon .swiper-button-prev,
.hon .swiper-button-next{
    width: 40px;
    height: 40px;
}
.hon .swiper-button-prev:after,
.hon .swiper-button-next:after{
    content: '';
}
.hon .swiper-button-prev{
    background: url(../images/l2.jpg) no-repeat center;
}
.hon .swiper-button-next{
    background: url(../images/r2.jpg) no-repeat center;
}
.hon .swiper-button-prev:hover{
    background: url(../images/l1.jpg) no-repeat center;
}
.hon .swiper-button-next:hover{
    background: url(../images/r1.jpg) no-repeat center;
}

/*横幅*/
.hf{
    background: url(../images/hf.jpg) no-repeat center bottom;
    text-align: center;
    
    padding: 10%;
}
.hf h3{
    font-size: 36px;
    font-weight: bold;
    color: #000;
    word-break: break-all;
    width: 100%;
}

/*产品*/
.com_in .de-product-list ul li{
    width: 24.2%;
    position: relative;
    overflow: hidden;
    margin-right: 1%;
    margin-bottom: 2%;
}
.com_in .de-product-list ul li:nth-child(4n){
    margin-right: 0px;
}
.com_in .de-product-list ul li .c_b{
    background: #fff;
    padding: 5%;
    border-bottom: 2px solid #006DCA;
}
.com_in .de-product-list ul li .c_b h4{
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.com_in .de-product-list ul li .c_b .c_c{
    font-size: 14px;
    line-height: 24px;
    color: #696969;
    margin-top: 10px;
}
.com_in .de-product-list ul li .c_b_c{
    position: absolute;
    left: 0px;
    bottom: -70%;
    background: #006DCA;
    width: 100%;
    padding: 7% 5%;
    color: #fff;
}
.com_in .de-product-list ul li .c_b_c h4{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    color: #fff;
}
.com_in .de-product-list ul li .c_b_c .c_c{
    font-size: 14px;
    line-height: 24px;
    color: #696969;
    margin-top: 10px;
    color: #fff;
}
.com_in .de-product-list ul li .c_b_c .more{
    border:1px solid #fff;
    border-radius: 40px;
    padding: 2% 8%;
    display: inline-block;
    margin-top: 7%;
    font-size: 14px;
}
.com_in .de-product-list ul li:hover .c_b_c{
    bottom: 0px;
}
.com_in .de-product-list ul li .cici{
    height: 300px;
}


/*详情*/
.com_in.pro{
    padding-top: 25px;
    padding-bottom: 120px;
}
.com_in.pro .proinfo{
    width: 79%;
}
.com_in.pro .other{
    width: 20%;
}
.com_in.pro .pt{
    margin-bottom: 20px;
}
.com_in.pro .pt a{
    display: inline-block;
    height: 40px;
    width: 100px;
    border-radius: 5px;
    margin-bottom: 5px;
    text-align: center;
    margin-right: 10px;
    line-height: 40px;
    transition: all .5s ease;
    position: relative;
}
.com_in.pro .pt a:after{
    content: '';
    display: inline-block;
    border-left: 1px solid #ccc;
    position: absolute;
    right: -5px;
    top: 10px;
    height: 20px;
}
.com_in.pro .pt a:last-child:after{
    border:none;
}
.com_in.pro .pt a:hover,
.com_in.pro .pt a.active{
    background: #006DCA;
    color: #fff;
}
.com_in.pro .proinfo .proinfo_box {
    background: #F6F6F6;
    padding: 25px;
}
.com_in.pro .proinfo .proinfo_box .coco{
    width: 40%;
}
.com_in.pro .proinfo .proinfo_box .text{
    width: 55%;
}
.com_in.pro .proinfo .proinfo_box .text h3{
    font-size: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E4E4E4;
    font-weight: bold;
}
.com_in.pro .proinfo .proinfo_box .text .tags{
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    margin:22px 0;
}
.com_in.pro .proinfo .proinfo_box .param{
    padding: 5%;
    background: #E9E9E9;
}
.com_in.pro .proinfo .proinfo_box .param ul li{
    width: 50%;
    margin-bottom: 10px;
    color: #777777;
}
.com_in.pro .proinfo .proinfo_box .more{
    margin-top: 25px;
}
.com_in.pro .proinfo .proinfo_box .more a{
    padding: 0 7%;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    border-radius: 40px;
    background: #006DCA;
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}
.com_in.pro .proinfo .proinfo_box .more a i{
    margin-right: 10px;
}
.com_in.pro .proinfo .proinfo_box .more a:last-child{
    font-size: 22px;
    background: #193899;
}
.com_in.pro .proinfo .proinfo_box .more a:last-child i{
    font-size: 16px;
}

.com_in.pro .proinfo_content .panes .pane{
    display: none;
    padding: 20px 0;
}
.com_in.pro .proinfo_content .panes .pane img{
    display: initial;
}
.com_in.pro .proinfo_content .tab{
    height: 70px;
    margin-top: 20px;
    background: #F6F6F6;
    line-height: 70px;
}
.com_in.pro .proinfo_content .tab ul{
    width: 40%;
}
.com_in.pro .proinfo_content .tab ul li{
    font-size: 22px;
    padding: 0 20px;
    border-bottom: 2px solid #F6F6F6;
    height: 68px;
    cursor: pointer;
    margin-right: 10px;
}
.com_in.pro .proinfo_content .tab ul li:hover,
.com_in.pro .proinfo_content .tab ul li.hit{
    border-bottom: 2px solid #006DCA;
}
.com_in.pro .proinfo_content .newsPage{
    width: 60%;
    padding-right: 10px;
}
.com_in.pro .proinfo_content .newsPage .page-a{
    width: 48%;
    text-align: right;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.com_in.pro .proinfo_content .newsPage .page-a a:hover{
    color: #006DCA;
}


.com_in.pro .other h4{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.com_in.pro .other .box{
  margin-bottom: 10px;
  background: #F6F6F6;
  padding: 40px 20px;
}
.com_in.pro .other .ot {
    background: #fff;
    padding: 5px;
    margin-bottom: 2%;
}
.com_in.pro .other .ot .cici{
  max-height: 280px;
}
.com_in.pro .other .ot p{
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  background: #fff;
  transition: all .5s ease;
}
.com_in.pro .other .ot:hover p{
  background: #006DCA;
  color: #fff;
}

/*工程案例*/
.com_in .de_case ul li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.com_in .de_case ul li:nth-child(3n){
    margin-right: 0px;
}
.com_in .de_case ul li h4{
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    background: #F3F3F3;
    width: 100%;
}
.com_in .de_case ul li:hover img{
    transform: scale(1.05);
}


/*新闻资讯*/
.com_in .news_list_page .row .newsli{
    width: 32%;
    margin-right: 1.5%;
    margin-bottom: 2%;
    border:1px solid #eeeeee;
}
.single-blog-post-wrap {
    padding: 0;
    margin-bottom: -5px
}
.com_in .news_list_page .row .newsli img{
    max-height: 255px;
}
.com_in .news_list_page .row .newsli:nth-child(3n){
    margin-right: 0px;
}
.single-blog-post-wrap .blog-thumbnail .btn-plus {
    height: 0;
    width: 0;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform: translate(-50%,-50%) scale(0);
    -ms-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0);
    z-index: 2
}

.single-blog-post-wrap .blog-thumbnail .btn-plus img {
    width: 50px
}

.single-blog-post-wrap .blog-thumbnail a {
    position: relative;
    display: block
}

.single-blog-post-wrap .blog-thumbnail a .cici:before {
    background-color: rgba(0,0,0,0.3);
    content: '';
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    height: 100%;
    width: 100%;
    z-index: 2
}

.single-blog-post-wrap .blog-thumbnail a .cici:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
    visibility: visible
}

.single-blog-post-wrap:hover .blog-thumbnail .btn-plus {
    height: 40px;
    width: 40px;
    -webkit-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1)
}
.com_in .news_list_page .row .newsli .blog-post-details{
    padding: 5% 4%;
    box-sizing: border-box;
}
.com_in .news_list_page .row .newsli .blog-post-details a{
    color: #555555;
}
.com_in .news_list_page .row .newsli .blog-post-details .post-meta{
    margin:15px 0;
    font-size: 14px;
}
.com_in .news_list_page .row .newsli .blog-post-details .post-meta span{
    margin-left: 20px;
}
.com_in .news_list_page .row .newsli .blog-post-details .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #212121
}
.com_in .news_list_page .row .newsli .blog-post-details .desc-content{
    font-size: 14px;
    line-height: 28px;
    color: #555555;
}
.com_in .news_list_page .row .newsli:hover h3 a{
    color: #006DCA;
}


/*新闻详情*/

.com_inner .news_info_box .news_info_text{
    width: 75%;
    background: #fff;
    box-sizing: border-box;
}
.com_inner .news_info_box .onews{
    border-left: 1px solid #eeeeee;
    box-sizing: border-box;
    width: 25%;
    background: #fff;
}
.com_inner .news_info_box .news_info_text .news_detail_title{
    border-bottom: 1px solid #eeeeee;
    padding: 3% 2% 2%;
    box-sizing: border-box;
}
.com_inner .news_info_box .news_info_text .news_detail_title h3{
    font-size: 26px;
    margin-bottom: 5px;
}
.com_inner .news_info_box .news_info_text .news_detail_title .b{
    font-size: 15px;
    color: #555555;
    margin-top: 12px;
}
.com_inner .news_info_box .news_info_text .news_detail_title .b i{
    margin-right: 10px;
    color: #006DCA;
}
.com_inner .news_info_box .news_info_text .news_detail_title .b a{
    color: #555555;
    font-size: 18px;
    margin-right: 10px;
}
.com_inner .news_info_box .news_info_text .news_detail_title .b a.f-add{
    font-size: 22px;
}
.com_inner .news_info_box .news_info_text .news_detail_title .b a.f-dec{
    font-size: 14px;
    margin-right: 0px;
}
.com_inner .news_info_box .news_info_text .news_detail_title .b a:hover{
    color: #006DCA;
}
.com_inner .news_info_box .news_info_text .content{
    padding: 4%;
    box-sizing: border-box;
}
.com_inner .news_info_box .news_info_text .content img{
    display: initial;
}
.com_inner .news_info_box .onews_title{
    font-size: 20px;
    color: #555555;
    font-weight: 400;
    padding: 5% 5%;
    border-bottom: 1px solid #eeeeee;
}
.com_inner .news_info_box .other_list{
    padding: 2.5% 5%;
    box-sizing: border-box;
    margin-bottom: 0px;
}
.com_inner .news_info_box .other_list li{
    margin-bottom: 6%;
}
.com_inner .news_info_box .other_list .cici{
    width: 40%;
    position: relative;
    padding-bottom: 32%;
    height: 0px;
}
.com_inner .news_info_box .other_list.cate_list li{
    width: 50%;
}
.com_inner .news_info_box .other_list.cate_list li .imc{
    overflow: hidden;
    margin-bottom: 5px;
}
.com_inner .news_info_box .other_list.cate_list li a{
    color: #555555;
}
.com_inner .news_info_box .other_list .cici img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}
.com_inner .news_info_box .other_list .g{
    width: 55%;
    padding-top: 3%;
    box-sizing: border-box;
}
.com_inner .news_info_box .other_list .g a{
    color: #555555;
}
.com_inner .news_info_box .other_list .g h4{
    margin-bottom: 10px;
}
.com_inner .news_info_box .other_list .g p{
    font-size: 14px;
    color: #777777;
}
.com_inner .news_info_box .other_list .g p i{
    margin-right: 5px;
}
.com_inner .news_info_box .other_list .g p a{
    color: #555555;
}
.com_inner .news_info_box .other_list .g p.more{
    margin-top: 10px;
}
.com_inner .news_info_box .other_list li:hover img{
    transform: scale(1.1);
}
.com_inner .news_info_box .other_list.cate_list li:hover img{
    transform: scale(1);
    -webkit-transform: rotate(360deg);
    animation: rotation 4s linear infinite;
    -moz-animation: rotation 4s linear infinite;
    -webkit-animation: rotation 4s linear infinite;
    -o-animation: rotation 4s linear infinite;
}
.com_inner .news_info_box .other_list.cate_list li:hover a{
    color: #006DCA;
}
.com_inner .news_info_box .other_list li:hover p.more a{
    color: #006DCA;
}
.com_inner .onews .newsPage .page-a{
    padding: 0 5%;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
    font-size: 14px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.com_inner .onews .newsPage{
    border-top:1px solid #eeeeee;
}
.com_inner .onews .newsPage .page-a a{
    color: #555;
    line-height: 55px;
    display: inline;
}
.com_inner .onews .newsPage .cl1{
    position: relative;
    overflow: hidden;
}
.com_inner .onews .newsPage .cl1:before{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0px;
    border-bottom:2px solid #006DCA;
    left: 0px;
    bottom: 0px;
    transition: all 0.5s;
}
.com_inner .onews .newsPage .cl1:hover:before{
    width: 100%;
}
.com_inner .onews .newsPage .cl1:hover a{
    color: #006DCA;
}
.com_inner .news_info_box .news-img{
    margin-bottom: 30px;
}
.com_inner .news_info_box .news-img img{
    max-width: 100%;
}

/*企业实力*/
.com_in .de_honor ul li{
    width: 24%;
    margin-right: 1%;
    margin-bottom: 2%;
    border:1px solid #eeeeee;
    padding: 10px;
}
.com_in .de_honor ul li:nth-child(4n){
    margin-right: 0px;
}
.com_in .de_honor ul li h4{
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    background: #F3F3F3;
    width: 100%;
}
.com_in .de_honor ul li:hover img{
    transform: scale(1.05);
}
.com_in .de_honor ul li:hover{
    box-shadow: 0 0 10px 0 #ccc;
}

/*联系我们*/
.com_in .message{
    padding-bottom: 50px;
}
.com_in .message .glotitle{
    padding-bottom: 0px;
}
.com_in .message p{
    font-size: 14px;
    display: inline-block;
    color: #797979;
    margin-bottom: 40px;
}
.com_in .contact_list ul.rob{
    padding: 0 10%;
    text-align: center;
    margin-bottom: 40px;
}
.com_in .contact_list ul li img{
    margin:0 auto;
    height: 120px;
}
.com_in .contact_list ul li p:nth-child(2){
    font-size: 18px;
    font-weight: bold;
    margin:20px 0 10px;
}
.com_in .contact_list ul li p span{
    font-size: 22px;
    color: #006DCA;
    font-weight: bold;
}
.com_in .contact_list ul li p a:hover{
    color: #006DCA;
}
#dituContent{
    width: 100%;
    height: 400px;
}
#dituContent img{
    max-width: none;
}

.contact-liuyan .form-right{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 50%;
}
.contact-liuyan .inputbox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.contact-liuyan input[type=text]{
    width: 48.5%;
    line-height: 45px;
    border:1px solid #eee;
    padding-left: 15px;
    outline: none;
    background: #fff;
    font-size:14px;
    color:#333;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 8px;
}
.contact-liuyan  input:focus{
    border:1px solid #006DCA;
}
.contact-liuyan  input[type=text]::placeholder{
    font-size:14px;
    color:#999;
}
.contact-liuyan input[name=captcha]{
    width: 40%;
    margin-right: 15px;
}
.contact-liuyan .verify{
    height: 45px;
    width: 20%;
}
.contact-liuyan .verify img{
    height: 100%;
}
.contact-liuyan textarea{
    width:100%;
    height: 155px;
    border:1px solid #eee;
    padding:15px;
    outline: none;
    resize: none;
    font-size:14px;
    color:#333;
    margin-bottom: 8px;
    font-family: "Microsoft Yahei";
}
.contact-liuyan textarea::placeholder{
    font-size:14px;
    color:#999;
}
.contact-liuyan textarea:focus{
    border:1px solid #006DCA;
}
.contact-liuyan .submit{
    display: block;
    width: 15%;
    line-height: 47px;
    text-align:center;
    color:#fff;
    height: 47px;
    border-radius: 40px;
    font-size:16px;
    background: #006DCA;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.contact-liuyan .inputbox .submit:hover{
    background: #51c0c3;
}

/*分页*/
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 10px 0 35px;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 14px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #006DCA;
  background: #006DCA;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}









.e_ContentMajorStyleBox-001 {
 width: 100%;
 height: auto;
 width-uint:%;
}
.e_ContentMajorStyleBox-001 .stylebox_link {
 color:#666666;
 font-size: 14px;
 height: inherit;
 display: table;
 padding:0 15px;
 border-width: 0px;
 float: right;
 vertical-align: middle;
 margin-right: 15px;
}
.e_ContentMajorStyleBox-001 .stylebox_top {
 width: auto;
 height: 40px;
 background-color: rgba(101, 190, 186, 1);
}
.e_ContentMajorStyleBox-001 .title_icon {
 display: inline-block;
 vertical-align: middle;
 line-height: 40px;
 color: rgba(255,255,255,1);
 margin-right: 10px;
 font-size: medium;
}
.e_ContentMajorStyleBox-001 .title_icon::before {
 content: "";
}
.e_ContentMajorStyleBox-001 .title_main {
 display: inline-block;
 vertical-align: middle;
 line-height: 40px;
 color: rgba(255,255,255,1);
 font-weight: normal;
 font-size: 16px;
 max-width: 600px;
 overflow: hidden;
 text-overflow:ellipsis;
 white-space: nowrap;
}
.e_ContentMajorStyleBox-001 .title_sub {
 display: inline-block;
 vertical-align: middle;
 line-height: 40px;
 color: rgba(255,255,255,1);
 font-size: 14px;
 font-weight: normal;
 margin-left: 10px;
}
.e_ContentMajorStyleBox-001 .stylebox_title {
 display: inline-block;
 width: auto;
 height: inherit;
 background-color: rgba(101, 190, 186, 1);
 padding-left: 15px;
 padding-right: 15px;
 font-size: 0;
 vertical-align: bottom;
 white-space: nowrap;
 padding-right: 22px;
 vertical-align: top;
}
.e_ContentMajorStyleBox-001 .stylebox_link a {
 color: inherit;
 display: table-cell;
 vertical-align: middle;
}
.e_ContentMajorStyleBox-001 .link_icon {
 display: inline-block;
 margin-left: 5px;
}
.e_ContentMajorStyleBox-001 .link_icon::before {
 content: '\e6af';
}
.e_ContentMajorStyleBox-001 .stylebox_top_line {
 height: 1px;
 background-color: rgba(240,240,240,1);
}
.e_ContentMajorStyleBox-001 .stylebox_content {
 border-style: solid;
 border-width: 1px;
 border-color:#f0f0f0;
 width: 100%;
 width-uint:%;
}
.e_ContentMajorStyleBox-001 .stylebox_bottom_line {
 height: 1px;
 background-color: rgba(240,240,240,1);
}
.e_FlowCommonStyleBox-001 {
 width: 100%;
 height: auto;
 width-uint:%;
}
.e_FlowCommonStyleBox-001 .stylebox_link {
 color: #666666;
 font-size: 14px;
 display: table;
 height: inherit;
 border-width: 0;
 float: right;
 vertical-align: middle;
 margin-right: 15px;
}
.e_FlowCommonStyleBox-001 .stylebox_link:hover {
 color: rgba(101,190,186,1);
}
.e_FlowCommonStyleBox-001 .stylebox_link:active {
 color: rgba(101,190,186,1);
}
.e_FlowCommonStyleBox-001 .stylebox_top {
 width: auto;
 height: 40px;
 background-color: #1890FF;
}
.e_FlowCommonStyleBox-001 .title_icon {
 display: inline-block;
 vertical-align: middle;
 line-height: 40px;
 color: rgba(255,255,255,1);
 margin-right: 10px;
 font-size: medium;
}
.e_FlowCommonStyleBox-001 .title_icon::before {
 content: "";
}
.e_FlowCommonStyleBox-001 .title_main {
 display: inline-block;
 vertical-align: middle;
 line-height: 40px;
 color: rgba(255,255,255,1);
 font-weight: normal;
 font-size: 16px;
 max-width: 600px;
 overflow: hidden;
 text-overflow:ellipsis;
 white-space: nowrap;
}
.e_FlowCommonStyleBox-001 .title_sub {
 display: inline-block;
 vertical-align: middle;
 line-height: 40px;
 color: rgba(255,255,255,1);
 font-size: 14px;
 font-weight: normal;
 margin-left: 10px;
}
.e_FlowCommonStyleBox-001 .stylebox_title {
 display: inline-block;
 width: auto;
 height: inherit;
 background-color: #1890FF;
 padding-left: 15px;
 padding-right: 15px;
 font-size: 0;
 vertical-align: bottom;
 white-space: nowrap;
}
.e_FlowCommonStyleBox-001 .stylebox_link a {
 color: inherit;
 display: table-cell;
 vertical-align: middle;
}
.e_FlowCommonStyleBox-001 .link_icon {
 display: inline-block;
 margin-left: 5px;
}
.e_FlowCommonStyleBox-001 .link_icon::before {
 content: '\e6af';
}
.e_FlowCommonStyleBox-001 .stylebox_top_line {
 height: 1px;
 background-color: rgba(240,240,240,1);
}
.e_FlowCommonStyleBox-001 .stylebox_content {
 border-style: solid;
 border-width: 1px;
 border-color: #f0f0f0;
 width: 100%;
 width-uint:%;
}
.e_FlowCommonStyleBox-001 .stylebox_bottom_line {
 height: 1px;
 background-color: rgba(240,240,240,1);
}
.e_IndexOrdinaryStyleBox-001 {
 width: 100%;
 height: auto;
 width-uint:%;
}
.e_IndexOrdinaryStyleBox-001 .stylebox_top {
 background-color: transparent;
}
.e_IndexOrdinaryStyleBox-001 .stylebox_link {
 color: #666666;
 font-size: 14px;
 display: table;
 height: inherit;
 border-width: 0;
}
.e_IndexOrdinaryStyleBox-001 .stylebox_link:hover {
 color: rgba(101,190,186,1);
}
.e_IndexOrdinaryStyleBox-001 .stylebox_link:active {
 color: rgba(101,190,186,1);
}
.e_IndexOrdinaryStyleBox-001 .stylebox_top {
 width: auto;
 height: 40px;
}
.e_IndexOrdinaryStyleBox-001 .title_icon {
 display: inline-block;
 vertical-align: middle;
 line-height: 40px;
 color: rgba(255,255,255,1);
 margin-right: 10px;
 font-size:medium;
}
.e_IndexOrdinaryStyleBox-001 .title_icon::before {
 content: "";
}
.e_IndexOrdinaryStyleBox-001 .title_main {
 display: inline-block;
 vertical-align: middle;
 line-height: 40px;
 color: rgba(255,255,255,1);
 font-weight: normal;
 font-size: 16px;
 max-width: 600px;
 overflow: hidden;
 text-overflow:ellipsis;
 white-space: nowrap;
}
.e_IndexOrdinaryStyleBox-001 .title_sub {
 display: inline-block;
 vertical-align: middle;
 line-height: 40px;
 color: rgba(255,255,255,1);
 font-size: 14px;
 font-weight: normal;
 margin-left: 10px;
}
.e_IndexOrdinaryStyleBox-001 .stylebox_title {
 display: inline-block;
 width: auto;
 height: inherit;
 background-color: rgba(101, 190, 186, 1);
 padding-left: 15px;
 padding-right: 15px;
 font-size: 0;
 vertical-align: bottom;
 white-space: nowrap;
}
.e_IndexOrdinaryStyleBox-001 .stylebox_link {
 float: right;
 vertical-align: middle;
 margin-right: 15px;
}
.e_IndexOrdinaryStyleBox-001 .stylebox_link a {
 color: inherit;
 display: table-cell;
 vertical-align: middle;
}
.e_IndexOrdinaryStyleBox-001 .link_icon {
 display: inline-block;
 margin-left: 5px;
}
.e_IndexOrdinaryStyleBox-001 .link_icon::before {
 content: '\e6af';
}
.e_IndexOrdinaryStyleBox-001 .stylebox_top_line {
 height: 1px;
 background-color: rgba(240,240,240,1);
}
.e_IndexOrdinaryStyleBox-001 .stylebox_content {
 border-style: solid;
 border-width: 1px;
 border-color: #f0f0f0;
 width: 100%;
 height: calc(100% - 48px);
 width-uint:%;
}
.e_IndexOrdinaryStyleBox-001 .stylebox_bottom_line {
 height: 1px;
 background-color: rgba(240,240,240,1);
}
.e_SideMajorStyleBox-001 {
 width: 100%;
 height: auto;
 width-uint:%;
}
.e_SideMajorStyleBox-001 .stylebox_link {
 color: #666666;
 font-size: 14px;
 display: table;
 height: inherit;
 border-width: 0;
 float: right;
 vertical-align: middle;
 margin-right: 15px;
}
.e_SideMajorStyleBox-001 .stylebox_top {
 width: auto;
 height: 40px;
 background-color: rgba(101, 190, 186, 1);
}
.e_SideMajorStyleBox-001 .title_icon {
 display: inline-block;
 vertical-align: middle;
 line-height: 40px;
 color: rgba(255,255,255,1);
 margin-right: 10px;
 font-size: medium;
}
.e_SideMajorStyleBox-001 .title_icon::before {
 content: "";
}
.e_SideMajorStyleBox-001 .title_main {
 display: inline-block;
 vertical-align: middle;
 line-height: 40px;
 color: rgba(255,255,255,1);
 font-weight: normal;
 font-size: 16px;
 max-width: 600px;
 overflow: hidden;
 text-overflow:ellipsis;
 white-space: nowrap;
}
.e_SideMajorStyleBox-001 .title_sub {
 display: inline-block;
 vertical-align: middle;
 line-height: 40px;
 color: rgba(255,255,255,1);
 font-size: 14px;
 font-weight: normal;
 margin-left: 10px;
}
.e_SideMajorStyleBox-001 .stylebox_title {
 display: inline-block;
 width: auto;
 height: inherit;
 background-color: rgba(101, 190, 186, 1);
 padding-left: 15px;
 padding-right: 15px;
 font-size: 0;
 vertical-align: bottom;
 white-space: nowrap;
}
.e_SideMajorStyleBox-001 .stylebox_link a {
 color: inherit;
 display: table-cell;
 vertical-align: middle;
}
.e_SideMajorStyleBox-001 .link_icon {
 display: inline-block;
 margin-left: 5px;
}
.e_SideMajorStyleBox-001 .link_icon::before {
 content: '\e6af';
}
.e_SideMajorStyleBox-001 .stylebox_top_line {
 height: 1px;
 background-color: rgba(240,240,240,1);
}
.e_SideMajorStyleBox-001 .stylebox_content {
 border-style: solid;
 border-width: 1px;
 border-color: #f0f0f0;
 width: 100%;
 width-uint:%;
}
.e_SideMajorStyleBox-001 .stylebox_bottom_line {
 height: 1px;
 background-color: rgba(240,240,240,1);
}
@media only screen and (max-width: 768px) {
 .c_portalResPublic_codeContainer-01001 {
  min-height:500px;
  width:100%;
 }
}
@media only screen and (min-width: 769px) {
 .c_portalResPublic_codeContainer-01001 {
  min-height:500px;
  width:100%;
 }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
.k_pic_wrapper {
 overflow:hidden;
 width:100%;
}
.k_pic_wrapper img {
 width:100%;
 height:100%;
 object-fit:cover;
 -webkit-object-fit:cover;
}
.k_footer {
 background-color:#325aad;
}
.k_footer_wrapper {
 margin:0px auto;
 max-width:1240px;
 padding-left:20px;
 padding-right:20px;
}
.k_footer p,
.k_footer a {
 color:#fff;
 font-size:14px;
 line-height:26px;
}
.k_footer a:focus,
.k_footer a:active {
 color:#000;
}
.k_footer a:hover {
 color:#ccc;
}
.k_footer_bottom {
 border-top:1px solid rgba(255,255,255,0.3);
 margin-left:-100%;
 margin-right:-100%;
 padding-left:100%;
 padding-right:100%;
 padding-top:10px;
 padding-bottom:10px;
 background-color:#325aad;
}
.k_footer_bottom .k_footer_col {
 float:left;
}
.k_footer_top {
 padding:45px 0px 40px;
 text-align: justify;
}
.k_footer_top_item {
 display:inline-block;
 vertical-align:top;
}
.k_footer_top_item h5 {
 color:#fff;
 font-size:18px;
 line-height:30px;
 border-bottom:1px solid #ccc;
 padding-bottom: 12px;
 margin-bottom: 18px;
}
.k_footer_top_item a {
 display:block;
 margin-bottom:5px;
}
.k_footer_top_item_product a {
 display:inline-block;
 min-width:80px;
}
.k_footer a.k_footer_sns {
 display:inline-block;
 width:30px;
 height:30px;
 line-height:30px;
 border-radius:50%;
 background-color:#6b6b6b;
 text-align:center;
 color:#2e2e2e;
 font-size:18px;
 margin-right: 8px;
}
.k_footer a.k_footer_sns:hover {
 color:#fff;
}
.k_justify {
 display:inline-block;
 width:100%;
}
@media screen and (max-width:768px) {
 .k_footer_col {
  width:100% !important;
 }
 .k_footer_col>p {
  text-align:center !important;
 }
 .k_footer_col>p>span {
  display:block;
 }
 .k_footer_top {
  display:none;
 }
}
.k_mnz_title {
 position:relative;
 width:100%;
}
.k_mnz_title_wrapper {
 color:#325aad;
 padding:18px 0px;
}
.k_mnz_title_en {
 font-family: Gotham;
 font-weight:bold;
 font-size: 32px;
 line-height: 44px;
 color: #325aad;
 text-transform: uppercase;
}
.k_mnz_title_cn {
 font-size: 24px;
 line-height: 36px;
 color: #325aad;
 position:relative;
 display:inline-block;
}
.k_mnz_title_cn:after {
 width:120px;
 height:1px;
 background-color:#325aad;
 position:absolute;
 right:-144px;
 top:50%;
 display:block;
 content:" ";
}
.k_mnz_title_bg {
 position:absolute;
 font-family: Gotham;
 font-size:150px;
 font-weight:bold;
 color:#f9f9f9;
 line-height:1.2em;
 white-space: nowrap;
 text-transform: uppercase;
 z-index: -1;
 top: -30px;
 left: -245px;
}
.k_with_btn {
 padding-right:130px;
}
.k_mnz_btn {
 display:inline-block;
 font-size:14px;
 border:1px solid #325aad;
 color:#325aad;
 line-height:24px;
 text-align:center;
 width:118px;
 padding:8px 0px;
}
.k_mnz_btn:hover {
 background-color:#325aad;
 color:#fff;
}
.k_mnz_title_btn {
 position:absolute;
 right:0px;
 top:30%;
 top:calc(50% - 21px);
 top:-webkit-calc(50% - 21px);
 top:-moz-calc(50% - 21px);
 top:-ms-calc(50% - 21px);
 top:-o-calc(50% - 21px);
}
@media screen and (max-width:876px) {
 .k_with_btn {
  padding-right:0px;
 }
 .k_mnz_title_btn {
  margin:15px 0px 35px;
  position:static;
 }
}
@media screen and (max-width:420px) {
 .k_mnz_title_bg {
  display:none;
 }
 .k_mnz_title_en {
  font-size:26px;
  line-height:36px;
 }
}
.k_mnz_about {
 font-size: 14px;
 line-height: 30px;
 color: #898989;
 margin-top:26px;
 margin-bottom:52px;
}
@media screen and (min-width:769px) {
 .k_e_box {
  padding-right:10.857%;
 }
}
@media screen and (max-width:1200px) and (min-width:769px) {
 .k_e_box {
  padding-right:10px;
 }
}
.k_mnz_col {
 width:33.33333%;
 text-align:center;
 float:left;
}
.k_middle {
 border-left:1px solid #d6d6d6;
 border-right:1px solid #d6d6d6;
}
.k_mnz_num_text {
 font-size: 14px;
 line-height: 24px;
 color: #acacac;
}
.k_mnz_num_wrapper span {
 display:inline-block;
 vertical-align:top;
}
.k_count {
 font-family: BITB;
 font-size: 48px;
 line-height: 60px;
 color: #325aad;
}
.k_num_nuit {
 font-size: 14px;
 line-height: 23px;
 color: #325aad;
}
@media screen and (max-width:968px) {
 .k_count {
  font-size:32px;
  line-height:44px;
 }
}
@media screen and (max-width:560px) {
 .k_mnz_col {
  width:100%;
  margin:10px 0px;
  border:none !important;
 }
}
.k_mnz_paimai .k_mnz_title_cn:after {
 width:410px;
 right:-434px;
}
.k_mnz_paimai_more_link {
 display:inline-block;
 font-size: 20px;
 line-height:24px;
 letter-spacing: 0px;
 color: #e5f8ff !important;
 background-image:url(/img/morebg.png?tenantId=189692&viewType=1&v=1721611080000);
 width:197px;
 text-align:center;
 padding: 23px 15px 32px;
 text-shadow: 0px 2px 5px rgba(35, 125, 209, 0.8);
}
.k_mnz_paimai {
 padding-right:400px;
}
.k_mnz_paimai_more {
 position:absolute;
 right:0px;
 top:13%;
 top:calc(50% - 40px);
 top:-webkit-calc(50% - 40px);
 top:-ms-calc(50% - 40px);
 top:-o-calc(50% - 40px);
 top:-moz-calc(50% - 40px);
}
@media screen and (max-width:1020px) {
 .k_mnz_paimai {
  padding-right:0px;
 }
 .k_mnz_paimai_more {
  position:static;
 }
}
.k_mnz_index_bottom_wrapper {
 padding:45px 0px 15px;
}
.k_mnz_index_bottom {
 box-shadow:0px 0px 5px #ccc;
}
.k_mnz_index_bottom_item {
 float:left;
 position:relative;
 width:20%;
 border-bottom:3px solid #325aad;
 padding:40px 0px 30px;
}
.k_mnz_index_bottom_link {
 position:relative;
 display:block;
 text-align:center;
}
.k_mnz_ifooter_info {
 display:table;
 vertical-align:middle;
 width:100%;
 height:130px;
 border-left: 1px solid #e6e6e6;
 padding:4px;
}
.k_mnz_index_bottom_item:first-child .k_mnz_index_bottom_link .k_mnz_ifooter_info {
 border-left-color:transparent;
}
.k_mnz_ifooter_info>div {
 display:table-cell;
 vertical-align:middle;
}
.k_mnz_ifooter_info_pic {
 height:43px;
}
.k_mnz_ifooter_info_pic img {
 max-width:100%;
 vertical-align:bottom;
}
.k_mnz_ifooter_line {
 width:32px;
 margin:14px auto 10px;
 height:1px;
 background-color:#325aad;
}
.k_mnz_ifooter_name {
 font-size: 18px;
 line-height: 24px;
 color: #325aad;
}
.k_mnz_ifooter_en {
 font-family: Arial;
 font-size: 12px;
 line-height: 24px;
 color: #8a8a8a;
 text-transform: uppercase;
}
.k_mnz_ifooter_cover {
 position:absolute;
 left:4px;
 right:4px;
 background-color:#fff;
 box-shadow: 0px 0px 6px #ccc;
 top: -80px;
 bottom: -40px;
 background-size:cover;
 background-position:center right;
 z-index:-1;
 opacity:0;
 filter:alpha(opacity=0);
 visibility: hidden;
}
.k_mnz_index_bottom_link:hover .k_mnz_ifooter_cover {
 opacity:1;
 filter:alpha(opacity=100);
 visibility: visible;
 z-index:5;
}
.k_mnz_ifooter_cover_wrapper {
 padding:20px 40px 10px;
}
.k_mnz_ifooter_cover_wrapper .k_mnz_ifooter_name {
 margin:10px 0px 15px;
}
.k_mnz_ifooter_content {
 border-top:1px solid #e6e6e6;
 padding-top:15px;
}
.k_mnz_ifooter_content_item {
 float:left;
 width:50%;
 text-align:left;
 padding:0px 4px;
}
.k_mnz_ifooter_content_item>div {
 position:relative;
 font-size:12px;
 line-height:18px;
 color:#666;
}
.k_mnz_ifooter_content_item>div .e_icon {
 color:#325aad;
 display:inline-block;
 margin-right:6px;
}
@media screen and (max-width:1250px) {
 .k_mnz_ifooter_content_item {
  width:100%;
 }
}
@media screen and (max-width:886px) {
 .k_mnz_index_bottom_item {
  width:33.333%;
 }
 .k_mnz_ifooter_content_item {
  width:50%;
 }
}
@media screen and (max-width:768px) {
 .k_mnz_index_bottom_item {
  width:100%;
 }
 .k_mnz_ifooter_info {
  border:none;
 }
}
.k_mnz_title_two {
 width:100%;
 text-align:center;
 margin:15px auto;
}
.k_mnz_title_two_cn {
 font-size: 32px;
 line-height: 38px;
 color: #325aad;
}
.k_mnz_title_line {
 width:40px;
 margin: 15px auto 10px;
 height:1px;
 background-color:#325aad;
}
.k_mnz_title_two_en {
 font-family: Georgia;
 font-size: 18px;
 line-height: 28px;
 letter-spacing: 4px;
 color: #b1b1b1;
}
.k_mnz_index_swiper {
 width:100%;
 position:relative;
 overflow:hidden;
 margin-top:30px;
}
.k_mnz_index_swiper>.k_clear>div {
 float:left;
 position:relative;
}
.k_mnz_swiper_height {
 height:869px;
 display:table;
 vertical-align:middle;
 width:100%;
}
.k_mnz_swiper_height>div {
 display:table-cell;
 vertical-align:middle;
}
.k_mnz_is_left {
 background-image:url(/img/mnzlbg.png?tenantId=189692&viewType=1&v=1721611080000);
 background-size:cover;
 background-position:center;
}
.k_mnz_service_item {
 background-size:cover;
 background-position:center;
 cursor:pointer;
 position:relative;
}
.k_mnz_service_item_1 {
 background-image:url(/img/mnz1.png?tenantId=189692&viewType=1&v=1721611080000);
}
.k_mnz_service_item_2 {
 background-image:url(/img/mnz2.png?tenantId=189692&viewType=1&v=1721611080000);
}
.k_mnz_service_item_3 {
 background-image:url(/img/mnz3.png?tenantId=189692&viewType=1&v=1721611080000);
}
.k_mnz_is_left_btn {
 text-align:center;
 cursor:pointer;
}
.k_mnz_is_left_btn .e_icon {
 color:#fff;
 font-size:28px;
}
.k_mnz_swiper_nav {
 position:absolute;
 bottom:40px;
 left:50px;
 z-index:5;
}
.k_mnz_index_swiper_wrapper {
 background-color:#ccc;
 position:relative;
}
.k_mnz_swiper_nav_wrapper {
 font-size:18px;
 line-height:30px;
 color:#fff;
}
.k_mnz_swiper_nav_wrapper>span,
.k_mnz_swiper_index_nav {
 display:inline-block;
 color:#fff;
 vertical-align:middle;
}
.k_total_num {
 font-size:16px;
}
.k_mnz_swiper_nav_line {
 width:290px;
 height:1px;
 background-color:rgba(255,255,255,0.35);
 margin:0px 15px;
}
.k_mnz_swiper_index_nav {
 cursor:pointer;
 width:26px;
 height:26px;
 border:1px solid #fff;
 border-radius:50%;
 text-align:center;
 font-size: 12px;
 line-height: 25px;
}
#k_mnz_swiper_index .swiper-slide {
 width:34%;
}
.k_mnz_service_des {
 text-align:center;
}
.k_mnz_service_des_pic_wrapper {
 background-color: #325aad;
 border: solid 6px rgba(255, 255, 255, 0.26);
 width:100px;
 margin:0px auto;
 text-align:center;
 border-radius:50%;
 padding:23px 0px;
}
.k_mnz_service_des_pic_wrapper img {
 max-width:100%;
}
.k_mnz_service_des_line {
 width:37px;
 height:1px;
 background-color:#fff;
 margin:28px auto;
}
.k_mnz_service_des_text {
 color:#fff;
}
.k_mnz_service_des_text>div {
 font-family: Gotham;
 font-size: 18px;
 font-weight: bold;
 line-height: 24px;
 letter-spacing: 0px;
 color: #f4f4f4;
 text-transform: uppercase;
}
.k_mnz_service_des_text>h5 {
 font-size: 24px;
 line-height: 34px;
 color: #f4f4f4;
}
.k_mnz_service_content {
 position:absolute;
 top:0px;
 left:0px;
 right:0px;
 bottom:0px;
 background-color:#325aad;
 z-index:-1;
 opacity:0;
 filter:alpha(opacity=0);
 visibility: hidden;
}
.k_mnz_service_content_wrapper {
 padding:80px 50px 90px;
 color:#fff;
}
.k_mnz_service_content_title_cn {
 font-size:36px;
 line-height:50px;
}
.k_mnz_service_content_title_en {
 font-family: Gotham;
 font-size: 36px;
 font-weight: bold;
 line-height: 46px;
 text-transform: uppercase;
}
.k_mnz_service_content_line {
 width:65px;
 height:1px;
 background-color:#fff;
 margin:20px 0px 40px;
}
.k_mnz_service_content_num {
 font-family: Gotham;
 font-size: 24px;
 line-height: 36px;
}
.k_mnz_service_content_name {
 font-size: 28px;
 line-height:36px;
}
.k_mnz_service_content_info {
 font-size: 14px;
 line-height: 30px;
 overflow:hidden;
 margin:20px 0px 30px;
}
.k_mnz_service_solution {
 padding:20px 0px;
}
.k_mnz_service_solution_title {
 font-size:18px;
 line-height:26px;
 margin-bottom:40px;
}
.k_mnz_service_solution_item {
 display:inline-block;
 text-align:center;
 vertical-align: bottom;
 margin-left:80px;
}
.k_mnz_service_solution_item:first-child {
 margin-left:0px;
}
.k_mnz_service_solution_pic {
}
.k_mnz_service_solution_pic img {
 max-width:100%;
}
.k_mnz_service_solution_text {
 font-size:16px;
 line-height:32px;
 margin-top:10px;
}
.k_mnz_service_more {
 margin-top:60px;
}
.k_mnz_service_btn {
 color:#fff !important;
 font-size:16px;
 line-height:32px;
 display:inline-block;
 border:2px solid #fff;
 border-radius:4px;
 padding:7px 21px;
}
.k_mnz_service_btn:hover {
 border-color:#325aad;
 background-color:#325aad;
}
.k_mnz_service_item:hover .k_mnz_service_des_pic_wrapper {
 border-color:#fff;
}
.k_mnz_service_item.k_active .k_mnz_service_content {
 z-index:5;
 opacity:1;
 filter:alpha(opacity=100);
 visibility: visible;
}
@media screen and (max-width:1440px) {
 .k_mnz_is_left {
  display:none;
 }
 .k_mnz_index_swiper_wrapper {
  width:100% !important;
 }
}
@media screen and (max-width:1000px) {
 .k_mnz_service_solution_item {
  margin-left:30px;
 }
 .k_mnz_swiper_nav_line {
  width:100px;
 }
 .k_mnz_service_content_title_cn {
  font-size:28px;
  line-height:38px;
 }
 .k_mnz_service_content_title_en {
  font-size:26px;
  line-height:38px;
 }
 .k_mnz_service_content_wrapper {
  padding:50px 25px 80px;
 }
}
@media screen and (max-width:900px) {
 #k_mnz_swiper_index .swiper-slide {
  width:100%;
 }
 .k_mnz_service_more {
  margin-top:30px;
 }
 .k_mnz_service_solution_title {
  margin-bottom:20px;
 }
 .k_mnz_service_solution_item {
  margin-left: 10px;
 }
 .k_mnz_service_content_title_en {
  font-size:22px;
 }
 .k_mnz_service_content_name {
  font-size:24px;
 }
}
.k_page_banner {
 width:100%;
 position:relative;
}
.k_page_banner_container {
 width:100%;
 height:350px;
 display:table;
}
.k_page_banner_container>div {
 vertical-align:middle;
 display:table-cell;
 text-align:center;
}
.k_banner_en {
 color:#fff;
 font-size:32px;
 position:relative;
 line-height:1.3em;
 text-transform: uppercase;
}
.k_banner_en>span {
 position:absolute;
 left:0px;
}
.k_banner_cn {
 color:#fff;
 font-size:24px;
 line-height:1.3em;
 margin-top:10px;
}
.k_banner_en,
.k_banner_cn {
 padding-left:0px;
}
.k_page_banner_bg {
 background-color:rgba(50 90, 173, 0.6);
 max-width: 580px;
 margin: 0px auto;
 padding: 30px 20px;
}
.k_ld_index {
 position:relative;
 width:100%;
 margin-top:96px;
}
@media screen and (max-width:550px) {
 .k_ld_index {
  margin-top:49px;
 }
}
.k_ld_index_wrapper {
 width:100%;
 height:100%;
 position:relative;
}
.k_ld_index_middle {
 left:0px;
 right:0px;
 top:50%;
 transform:translateY(-50%);
 -webkit-transform:translateY(-50%);
 -moz-transform:translateY(-50%);
 -ms-transform:translateY(-50%);
 -o-transform:translateY(-50%);
 position:absolute;
}
.k_js_index_page_wrapper {
 width:100%;
 position:relative;
}
.k_js_index_page_content {
 max-width:1240px;
 margin:0px auto;
 padding-left:20px;
 padding-right:20px;
}
.k_js_pic_wrapper {
 overflow:hidden;
}
.k_js_pic_wrapper>img {
 width:100%;
 height:100%;
 object-fit:cover;
 -webkit-object-fit:cover;
}
.k_js_one_text {
 font-size:36px;
 color:#fff;
 text-align:center;
 line-height:46px;
 margin: 30px 0px 90px;
}
.k_js_more {
 text-align:center;
}
.k_js_more_btn {
 display:inline-block;
 color:#fff;
 border:1px solid #325aad;
 background-color:#325aad;
 font-size:16px;
 line-height:24px;
 border-radius:42px;
 padding:9px 42px;
 transition: all 0.3s;
 -moz-transition: all 0.3s;
 -webkit-transition: all 0.3s;
 -o-transition: all 0.3s;
}
.k_js_more_btn:hover {
 background-color:transparent;
 color:#325aad;
}
@media screen and (max-width:768px) {
 .k_js_one_text {
  font-size:22px;
  line-height:36px;
 }
}
.k_js_index_title {
 text-align:center;
 margin:15px auto;
}
.k_js_index_title_en {
 font-family: Cambria;
 font-weight:bold;
 font-size:52px;
 line-height:60px;
 color:#fff;
 text-transform: uppercase;
}
.k_js_index_title_cn {
 font-size:30px;
 line-height:48px;
 color:#fff;
 margin-top:2px;
}
.k_js_index_title_info {
 font-size:16px;
 line-height:24px;
 color:#fff;
 margin-top:20px;
}
.k_js_index_about_content {
 font-size:15px;
 line-height:30px;
 color:#000;
 text-align:center;
 margin:70px 0px;
}
.k_js_index_about_icon {
 text-align:center;
}
.k_js_index_about_item {
 display:inline-block;
 margin:30px 45px;
}
.k_js_index_about_link {
 display:block;
}
.k_js_index_about_pic {
 border:1px solid #325aad;
 padding:6px;
 border-radius:50%;
}
.k_js_index_about_pic_wrapper {
 background-color:#325aad;
 border-radius:50%;
 width: 140px;
 height: 140px;
 line-height: 140px;
 text-align: center;
}
.k_js_index_about_pic_wrapper img {
 max-width:100%;
}
.k_js_index_about_title {
 font-size: 18px;
 line-height: 26px;
 color: #325aad;
 font-weight:bold;
 margin-top: 16px;
}
.k_js_index_about_link:hover img {
 transform: rotateY(360deg);
 -webkit-transform: rotateY(360deg);
 -moz-transform: rotateY(360deg);
 -o-transform: rotateY(360deg);
 -ms-transform: rotateY(360deg);
}
@media screen and (max-width:1366px) {
 .k_js_index_about_content {
  margin:30px 0px;
 }
}
@media screen and (max-width:1050px) {
 .k_js_index_about_item {
  margin:15px 15px;
 }
 .k_js_index_about_pic_wrapper {
  width:100px;
  height:100px;
  line-height:100px;
 }
 .k_js_index_about_pic_wrapper img {
  max-width:40px;
 }
}
@media screen and (max-width:768px) {
 .k_js_index_title_en {
  font-size:32px;
  line-height:38px;
 }
 .k_js_index_title_cn {
  font-size:24px;
  line-height:32px;
 }
 .k_js_index_title_info {
  font-size:14px;
  line-height:20px;
  margin-top:8px;
 }
 .k_js_index_about_content {
  margin:15px 0px;
  max-height: 150px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
 }
 .k_js_index_about_item {
  margin:10px 25px;
 }
 .k_js_index_about_pic_wrapper {
  width:60px;
  height:60px;
  line-height:60px;
 }
 .k_js_index_about_pic_wrapper img {
  max-width:25px;
 }
 .k_js_index_about_title {
  font-size:16px;
  line-height:24px;
  margin-top:5px;
 }
}
@media screen and (max-width:390px) {
 .k_js_index_title_en {
  font-size: 25px;
  line-height: 30px;
 }
}
@media screen and (max-width:330px) {
 .k_js_index_about_content {
  margin-bottom:5px;
  margin-top:5px;
 }
}
.k_lq_footer_top {
 padding-right:80px;
}
.k_lq_footer_top_nav {
 padding-top:2px;
 padding-bottom:12px;
 border-bottom:1px solid rgba(255,255,255,0.1);
 text-align:justify;
 line-height:0px;
}
.k_lq_footer_top_nav_link {
 font-size:16px;
 color:#fff;
 display:inline-block;
 line-height:24px;
 vertical-align:top;
}
.k_lq_footer_top_contact_info {
 padding:35px 0px 20px;
}
.k_lq_footer_top_col {
 float:left;
}
.k_lq_footer_top_info_link {
 display:block;
 position:relative;
 padding-left:52px;
 color:#fff;
 font-size:14px;
 line-height:24px;
 margin-bottom:10px;
}
.k_lq_footer_til {
 width:50px;
 text-align:left;
 display:block;
 position:absolute;
 left:0px;
 color:#fff;
}
.k_lq_footer_top_sns {
 margin-top:16px;
}
.k_lq_footer_top_sns a {
 color:#325aad;
 display:inline-block;
 font-size:36px;
 vertical-align:middle;
 margin:5px 6px;
 line-height: 42px;
}
.k_lq_footer_top a:hover {
 color:#ccc;
}
.k_lq_index_title {
 text-align:center;
 margin:15px auto;
}
.k_lq_index_title_name {
 font-family: Arial;
 font-size: 36px;
 font-weight: bold;
 line-height: 42px;
 color: #222222;
 text-transform: uppercase;
}
.k_lq_index_sub_title {
 font-family: Arial;
 font-size: 16px;
 line-height: 24px;
 color: #000;
 margin-top:16px;
}
@media screen and (max-width:420px) {
 .k_lq_index_title_name {
  font-size:30px;
  line-height:36px;
 }
}
@media screen and (min-width:769px) {
 .k_lq_index_about {
  padding-right:11%;
 }
}
.k_lq_ia_title {
 font-size:30px;
 font-weight: bold;
 line-height: 40px;
 color: #222222;
 text-transform: uppercase;
}
.k_lq_ia_title>span {
 display:inline-block;
 vertical-align:middle;
}
.k_lq_ia_title_line {
 width:56px;
 height:7px;
 background-color:#325aad;
 margin-right:5px;
}
.k_lq_ia_text {
 font-size:16px;
 line-height:26px;
 color:#000;
 font-family: Arial;
 margin-top:40px;
 margin-bottom:15px;
 min-height:260px;
}
.k_lq_ia_more {
 margin-bottom:40px;
}
.k_lq_index_news_btn .k_js_more_btn {
 width:160px;
}
@media screen and (max-width:490px) {
 .k_lq_index_news_btn .k_js_more_btn {
  margin:10px 2px !important;
  width:158px;
 }
}
.k_ac_index_one_wrapper {
 margin:0px auto;
 max-width:1040px;
 text-align:center;
 background-color:rgba(50,90,173,0.6);
 color:#fff;
 text-shadow: 0px 0px 7px rgba(0,0,0,0.35);
 padding:65px 20px;
}
.k_ac_index_one_title {
 font-size:68px;
 line-height:78px;
}
.k_ac_index_one_en {
 font-size:15px;
 line-height:20px;
 text-transform:uppercase;
 letter-spacing: 10px;
 margin-top:10px;
}
.k_ac_index_one_info {
 font-size:28px;
 line-height:34px;
 margin-top: 30px;
}
@media screen and (max-width:768px) {
 .k_ac_index_one_title {
  font-size:54px;
 }
}
@media screen and (max-width:600px) {
 .k_ac_index_one_title {
  font-size:26px;
  line-height:34px;
 }
 .k_ac_index_one_en {
  font-size:12px;
  line-height:18px;
 }
 .k_ac_index_one_info {
  font-size: 16px;
  line-height: 26px;
  margin-top: 15px;
 }
}
.k_km_index_title {
 margin:15px auto;
 text-align:center;
}
.k_km_index_title_cn {
 font-size:32px;
 line-height:38px;
 color: #fff;
}
.k_km_index_title_en {
 display:inline-block;
 position:relative;
 padding-left:60px;
 padding-right:60px;
 font-size:16px;
 line-height:18px;
 margin-top:13px;
 color: #fff;
}
.k_km_index_title_en:before,
.k_km_index_title_en:after {
 content:" ";
 position:absolute;
 display:block;
 height:1px;
 width:40px;
 background-color:#fff;
 top:50%;
}
.k_km_index_title_en:before {
 left:0px;
}
.k_km_index_title_en:after {
 right:0px;
}
.k_km_index_title.k_light .k_km_index_title_cn,
.k_km_index_title.k_light .k_km_index_title_en {
 color:#fff;
}
.k_km_index_title.k_light .k_km_index_title_en:after,
.k_km_index_title.k_light .k_km_index_title_en:before {
 background-color:#fff;
}
.k_km_indext_title_after_info {
 color: #242424;
 font-size:15px;
 line-height:32px;
 margin:32px auto;
 max-width:800px;
 text-align:center;
}
.w_fvideo-001 {
 max-width: 480px;
 min-height: 270px;
 margin: 0 auto;
}
.w_fvideo-001 .w_fvideo {
 width: 100%;
 min-height: inherit;
 position: relative;
 overflow: hidden;
 font-size: 0;
}
.w_fvideo-001 .w_fvideo:before {
 content:'';
 width: 0;
 min-height: inherit;
 display: inline-block;
 vertical-align: middle;
}
.w_fvideo-001 .w_fvideo .p_video {
 width: 100%;
 height: auto;
 display: inline-block;
 vertical-align: middle;
}
.w_fvideo-001 .w_fvideo .p_video + div {
 display: none;
}
@media only screen and (max-width: 768px) {
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbCurrent {
  font-size: 0;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbCurrent {
  display: inline-block;
  vertical-align: middle;
  position: relative;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbCurrent .font {
  display: inline-block;
  font-size: 16px;
  color: #666;
  height: 30px;
  line-height: 30px;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbCurrent .before:before {
  content: "\200B";
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbCurrent .after:before {
  content: "\200B";
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumb {
  font-size: 16px;
  color: #325aad;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumb {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left:0px !important;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumb>a>.font {
  display: inline-block;
  line-height: 30px;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumb>a {
  color: inherit;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumb.contentBox>a>.font {
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumb.contentBox>a>.font:hover {
  text-decoration: none;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumb>a>.font:hover {
  text-decoration: underline;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumb .before:before {
  content: "\200B";
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumb .after:before {
  content: "\200B";
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumb.contentBox:hover>a>.font:before {
  content: "\200B";
  display: block;
  height: 1px;
  background: #fff;
  width: 100%;
  width: calc(100% - 1px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  z-index: 10;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumb.contentBox:hover>a>.font {
  border: 1px solid #325aad;
  border-bottom: 1px solid transparent;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumb.contentBox .after {
  margin-right: 5px;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumb.contentBox .after:before {
  content: "\e69a";
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumb.contentBox:hover .after:before {
  content: "\e69c";
 }
 .e_title.c_portalResBreadcrumb_nav-01001001.p_sortLink {
  display:inline-block;
  padding:0;
  color:#325aad;
  font-size:14px;
  text-align:left;
 }
 .e_title.c_portalResBreadcrumb_nav-01001001.p_sortLink {
  white-space:nowrap;
  vertical-align:middle;
  line-height: 19px;
 }
 a>.e_title.c_portalResBreadcrumb_nav-01001001 .p_sortLink:hover {
  text-decoration:underline;
  font-weight:bold;
  cursor:pointer;
 }
 a>.e_title.c_portalResBreadcrumb_nav-01001001 .p_sortLink:active {
  color:#325aad;
  font-weight:400;
 }
 a>.e_title.c_portalResBreadcrumb_nav-01001001 .p_sortLink:active {
  text-decoration:none;
  margin-top:0;
 }
 .e_title.c_portalResBreadcrumb_nav-01001001 .p_sortLink .iconfont:before {
  display: inline-block;
  content:"";
 }
 .c_portalResBreadcrumb_nav-01001001 .p_content {
  margin:0;
  width: 236px;
  height:317px;
  padding:0;
  border-width:1px;
  border-style: none;
  border-color:rgba(228,228,228,0);
  background-color:transparent;
  overflow: hidden;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbSecond {
  font-size: 14px;
  color: #325aad;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbSecond {
  display: inline-block;
  vertical-align: middle;
  position: relative;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbSecond>a>.font {
  display: inline-block;
  line-height: 30px;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbSecond>a {
  color: inherit;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbSecond.contentBox>a>.font {
  border: 1px solid #e0f2f1;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbSecond.contentBox>a>.font:hover {
  text-decoration: none;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbSecond>a>.font:hover {
  text-decoration: underline;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbSecond .before:before {
  content: "\200B";
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbSecond .after:before {
  content: "\200B";
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbSecond.contentBox:hover>a>.font:before {
  content: "\200B";
  display: block;
  height: 1px;
  background: #fff;
  width: 100%;
  width: calc(100% - 1px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  z-index: 10;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbSecond.contentBox:hover>a>.font {
  border: 1px solid #325aad;
  border-bottom: 1px solid transparent;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbSecond.contentBox .after {
  margin-right: 5px;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbSecond.contentBox .after:before {
  content: "\e69a";
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbSecond.contentBox:hover .after:before {
  content: "\e69c";
 }
 .c_portalResBreadcrumb_nav-01001001 .p_end {
  display:inline-block;
  margin:0;
  padding:0;
  text-align:left;
  color:rgba(51,51,51,1);
  font-size:14px;
  font-weight:400;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_end .font {
  white-space:nowrap;
  vertical-align:middle;
  text-align:inherit;
  line-height: 14px;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_end .iconfont:before {
  display: inline-block;
  content:"";
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbFirst {
  font-size: 14px;
  color: #325aad;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbFirst {
  display: inline-block;
  vertical-align: middle;
  position: relative;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbFirst>a>.font {
  display: inline-block;
  line-height: 30px;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbFirst>a {
  color: inherit;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbFirst.contentBox>a>.font {
  border: 1px solid #e0f2f1;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbFirst.contentBox>a>.font:hover {
  text-decoration: none;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbFirst>a>.font:hover {
  text-decoration: underline;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbFirst .before:before {
  content: "\200B";
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbFirst .after:before {
  content: "\200B";
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbFirst.contentBox:hover>a>.font:before {
  content: "\200B";
  display: block;
  height: 1px;
  background: #fff;
  width: 100%;
  width: calc(100% - 1px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  z-index: 10;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbFirst.contentBox:hover>a>.font {
  border: 1px solid #325aad;
  border-bottom: 1px solid transparent;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbFirst.contentBox .after {
  margin-right: 5px;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbFirst.contentBox .after:before {
  content: "\e69a";
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbFirst.contentBox:hover .after:before {
  content: "\e69c";
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbList {
  margin:0;
  width: 236px;
  height:317px;
  padding:0;
  border-width:1px;
  border-style: none;
  border-color:rgba(228,228,228,0);
  background-color:transparent;
  overflow: hidden;
 }
 .c_portalResBreadcrumb_nav-01001001 {
  width: 1180px;
  height: 30px;
  overflow: visible;
  font-size: 0;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbList {
  width: auto;
  height: auto;
  overflow: visible;
  background-color: transparent;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbList>a {
  display: inline-block;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_CurrentBox {
  color: #666;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbFirst .before:before {
  content: "\e68a";
 }
 .c_portalResBreadcrumb_nav-01001001 .p_content {
  width: 240px;
  position: absolute;
  border: 1px solid #325aad;
  padding: 9px 7px 9px 7px;
  font-size: 0;
  display: none;
  height: auto;
  background: #fff;
 }
 .c_portalResBreadcrumb_nav-01001001 .contentBox:hover .p_content {
  display: block;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_sortLink {
  color: #325aad;
  display: inline-block;
  margin: 9px 7px 9px 7px;
  cursor: pointer;
  font-size: 14px;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_sortLink .font {
  line-height: 14px;
  font-weight: normal;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_sortLink:hover {
  text-decoration: underline;
  font-weight: normal;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_sortLink.current {
  color: #bcbcbc;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_sortLink.current:hover {
  text-decoration: none;
  font-weight: normal;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_sortLink.current .font {
  text-decoration: none;
  font-weight: normal;
  cursor: default;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_end {
  margin-right: 6px;
  margin-left: 6px;
  vertical-align: middle;
 }
}
@media only screen and (min-width: 769px) {
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbCurrent {
  font-size: 0;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbCurrent {
  display: inline-block;
  vertical-align: middle;
  position: relative;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbCurrent .font {
  display: inline-block;
  font-size: 14px;
  color: #666;
  height: 30px;
  line-height: 30px;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbCurrent .before:before {
  content: "\200B";
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbCurrent .after:before {
  content: "\200B";
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumb {
  font-size: 14px;
  color: #325aad;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumb {
  display: inline-block;
  vertical-align: middle;
  position: relative;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumb>a>.font {
  display: inline-block;
  line-height: 30px;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumb>a {
  color: inherit;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumb.contentBox>a>.font {
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumb.contentBox>a>.font:hover {
  text-decoration: none;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumb>a>.font:hover {
  text-decoration: underline;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumb .before:before {
  content: "\200B";
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumb .after:before {
  content: "\200B";
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumb.contentBox:hover>a>.font:before {
  content: "\200B";
  display: block;
  height: 1px;
  background: #fff;
  width: 100%;
  width: calc(100% - 1px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  z-index: 10;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumb.contentBox:hover>a>.font {
  border: 1px solid #325aad;
  border-bottom: 1px solid transparent;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumb.contentBox .after {
  margin-right: 5px;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumb.contentBox .after:before {
  content: "\e69a";
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumb.contentBox:hover .after:before {
  content: "\e69c";
 }
 .e_title.c_portalResBreadcrumb_nav-01001001.p_sortLink {
  display:inline-block;
  padding:0;
  color:#325aad;
  font-size:14px;
  text-align:left;
 }
 .e_title.c_portalResBreadcrumb_nav-01001001.p_sortLink {
  white-space:nowrap;
  vertical-align:middle;
  line-height: 19px;
 }
 a>.e_title.c_portalResBreadcrumb_nav-01001001 .p_sortLink:hover {
  text-decoration:underline;
  font-weight:bold;
  cursor:pointer;
 }
 a>.e_title.c_portalResBreadcrumb_nav-01001001 .p_sortLink:active {
  color:#325aad;
  font-weight:400;
 }
 a>.e_title.c_portalResBreadcrumb_nav-01001001 .p_sortLink:active {
  text-decoration:none;
  margin-top:0;
 }
 .e_title.c_portalResBreadcrumb_nav-01001001 .p_sortLink .iconfont:before {
  display: inline-block;
  content:"";
 }
 .c_portalResBreadcrumb_nav-01001001 .p_content {
  margin:0;
  width: 236px;
  height:317px;
  padding:0;
  border-width:1px;
  border-style: none;
  border-color:rgba(228,228,228,0);
  background-color:transparent;
  overflow: hidden;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbSecond {
  font-size: 14px;
  color: #325aad;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbSecond {
  display: inline-block;
  vertical-align: middle;
  position: relative;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbSecond>a>.font {
  display: inline-block;
  line-height: 30px;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbSecond>a {
  color: inherit;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbSecond.contentBox>a>.font {
  border: 1px solid #e0f2f1;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbSecond.contentBox>a>.font:hover {
  text-decoration: none;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbSecond>a>.font:hover {
  text-decoration: underline;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbSecond .before:before {
  content: "\200B";
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbSecond .after:before {
  content: "\200B";
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbSecond.contentBox:hover>a>.font:before {
  content: "\200B";
  display: block;
  height: 1px;
  background: #fff;
  width: 100%;
  width: calc(100% - 1px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  z-index: 10;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbSecond.contentBox:hover>a>.font {
  border: 1px solid #325aad;
  border-bottom: 1px solid transparent;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbSecond.contentBox .after {
  margin-right: 5px;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbSecond.contentBox .after:before {
  content: "\e69a";
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbSecond.contentBox:hover .after:before {
  content: "\e69c";
 }
 .c_portalResBreadcrumb_nav-01001001 .p_end {
  display:inline-block;
  margin:0;
  padding:0;
  text-align:left;
  color:rgba(51,51,51,1);
  font-size:14px;
  font-weight:400;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_end .font {
  white-space:nowrap;
  vertical-align:middle;
  text-align:inherit;
  line-height: 14px;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_end .iconfont:before {
  display: inline-block;
  content:"";
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbFirst {
  font-size: 14px;
  color: #325aad;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbFirst {
  display: inline-block;
  vertical-align: middle;
  position: relative;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbFirst>a>.font {
  display: inline-block;
  line-height: 30px;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbFirst>a {
  color: inherit;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbFirst.contentBox>a>.font {
  border: 1px solid #e0f2f1;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbFirst.contentBox>a>.font:hover {
  text-decoration: none;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbFirst>a>.font:hover {
  text-decoration: underline;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbFirst .before:before {
  content: "\200B";
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbFirst .after:before {
  content: "\200B";
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbFirst.contentBox:hover>a>.font:before {
  content: "\200B";
  display: block;
  height: 1px;
  background: #fff;
  width: 100%;
  width: calc(100% - 1px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  z-index: 10;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbFirst.contentBox:hover>a>.font {
  border: 1px solid #325aad;
  border-bottom: 1px solid transparent;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbFirst.contentBox .after {
  margin-right: 5px;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbFirst.contentBox .after:before {
  content: "\e69a";
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbFirst.contentBox:hover .after:before {
  content: "\e69c";
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbList {
  margin:0;
  width: 236px;
  height:317px;
  padding:0;
  border-width:1px;
  border-style: none;
  border-color:rgba(228,228,228,0);
  background-color:transparent;
  overflow: hidden;
 }
 .c_portalResBreadcrumb_nav-01001001 {
  width: 1180px;
  height: 30px;
  overflow: visible;
  font-size: 0;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbList {
  width: auto;
  height: auto;
  overflow: visible;
  background-color: transparent;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbList>a {
  display: inline-block;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_CurrentBox {
  color: #666;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_breadcrumbFirst .before:before {
  content: "\e68a";
 }
 .c_portalResBreadcrumb_nav-01001001 .p_content {
  width: 240px;
  position: absolute;
  border: 1px solid #325aad;
  padding: 9px 7px 9px 7px;
  font-size: 0;
  display: none;
  height: auto;
  background: #fff;
 }
 .c_portalResBreadcrumb_nav-01001001 .contentBox:hover .p_content {
  display: block;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_sortLink {
  color: #325aad;
  display: inline-block;
  margin: 9px 7px 9px 7px;
  cursor: pointer;
  font-size: 14px;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_sortLink .font {
  line-height: 14px;
  font-weight: normal;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_sortLink:hover {
  text-decoration: underline;
  font-weight: normal;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_sortLink.current {
  color: #bcbcbc;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_sortLink.current:hover {
  text-decoration: none;
  font-weight: normal;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_sortLink.current .font {
  text-decoration: none;
  font-weight: normal;
  cursor: default;
 }
 .c_portalResBreadcrumb_nav-01001001 .p_end {
  margin-right: 6px;
  margin-left: 6px;
  vertical-align: middle;
 }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
.c_portalResBreadcrumb_nav-01001001>div {
 border-bottom: 1px solid #ccc !important;
 padding-bottom: 5px !important;
 height: auto !important;
 padding-top:5px !important;
 box-sizing:content-box;
 -webkit-box-sizing:content-box;
 -moz-box-sizing:content-box;
 margin-left:-100% !important;
 margin-right:-100% !important;
 padding-left:100% !important;
 padding-right:100% !important;
}
.c_portalResBreadcrumb_nav-01001001 div,
.c_portalResBreadcrumb_nav-01001001 a,
.c_portalResBreadcrumb_nav-01001001 span {
 text-decoration: none !important;
 font-size:16px !important;
}
.p_breadcrumbFirst {
 padding-left:28px;
}
.p_breadcrumbFirst:before {
 font-family: 'iconfont' !important;
 speak: none;
 font-style: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 line-height: 1;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 content: "\e697";
 position: absolute;
 font-size: 23px;
 left: 0px;
 top: 2px;
 color:#325aad;
}
.w_fimg-000 .p_title {
 display:inline-table;
 margin:0;
 min-width:37px;
 padding:0;
 color:rgba(51,51,51,1);
 font-size:16px;
 font-weight:400;
 cursor:pointer;
}
.w_fimg-000 .p_title .font {
 vertical-align:middle;
 line-height: 21px;
}
.w_fimg-000 .p_title:hover {
 color:rgba(87,177,173,1);
}
.w_fimg-000 .p_title:active {
 color:rgba(69,165,161,1);
}
.w_fimg-000 .p_title .iconfont:before {
 display: inline-block;
 content:"";
}
.w_fimg-000 {
 position:relative;
 width:100%;
 height:auto;
 min-height: 200px;
}
.w_fimg-000 .animated {
 width:100%;
 height:100%;
 position: relative;
 min-height: inherit;
}
.w_fimg-000 .font {
 white-space: nowrap;
}
.w_fimg-000 .p_link001 {
 width:100%;
 height:100%;
}
.w_fimg-000 .p_link002 {
 width:100%;
 height:30px;
}
.w_fimg-000 .p_box {
 width: 100%;
 height: 100%;
 text-align:center;
 position: static;
}
.w_fimg-000 .p_dimage {
 height: inherit;
 overflow: hidden;
 font-size: 0;
}
.w_fimg-000 .e_image:hover:after {
 background: transparent;
}
.w_fimg-000 .p_dimage:empty {
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 position:absolute;
 background: #f2f2f2 url(/img/camera.png?tenantId=189692&viewType=1&v=1721611080000) no-repeat center;
}
@media only screen and (max-width: 768px) {
 .c_portalResIntro_category-01001 {
  height: auto;
  width: 280px;
  overflow: visible;
  max-width:1180px;
  min-height:192px;
  margin-left: 0;
  margin-right: 0;
 }
 .c_portalResIntro_category-01001 .p_image {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: 6px;
 }
 .c_portalResIntro_category-01001 .p_image>img {
  width: 100%;
  height: 100%;
 }
}
@media only screen and (min-width: 769px) {
 .c_portalResIntro_category-01001 .p_btn-show,
 .c_portalResIntro_category-01001 .p_btn-hide {
  display: none;
 }
 .c_portalResIntro_category-01001 {
  height: auto;
  width: 280px;
  overflow: visible;
  max-width:1180px;
  min-height:192px;
  margin-left: 0;
  margin-right: 0;
 }
 .c_portalResIntro_category-01001 .p_category {
  height: 100%;
  width: 100%;
  position: relative;
 }
 .c_portalResIntro_category-01001 .p_categoryBox {
  line-height:24px;
 }
 .c_portalResIntro_category-01001 .p_categoryBox .p_linkBox {
  width:100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items:center;
  padding: 10px;
 }
 .c_portalResIntro_category-01001 .p_categoryBox .p_title {
  height: auto;
  width: auto;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
 }
 .c_portalResIntro_category-01001 .p_categoryBtn {
  display:inline-block;
  vertical-align:middle;
  background-color:rgba(255,255,255,0);
  border-color:rgba(255,255,255,0);
  border-style: solid;
  border-width: 0;
  height:auto;
  width:30px;
  padding:0;
  position:static;
  text-align: center;
 }
 .c_portalResIntro_category-01001 .p_linkBox .iconfont:before {
  content:'';
 }
 .c_portalResIntro_category-01001 .p_linkBox .icon-arrow_up:before {
  content:'\e6c9';
 }
 .c_portalResIntro_category-01001 .p_linkBox .icon-arrow_down:before {
  content:'\e6c8';
 }
 .mouse_bac:hover .p_categoryBtn {
  color: #b81c22;
 }
 .c_portalResIntro_category-01001 .p_categoryBox .p_childBox {
 }
 .c_portalResIntro_category-01001 .p_categoryBox .p_parentBox {
  position:relative;
 }
 .c_portalResIntro_category-01001 .p_categoryBox .p_parentBox .p_parentBox {
  padding-left: 18px;
 }
 .c_portalResIntro_category-01001 .p_parentBox:last-child .p_linkBox {
  border-bottom:0 none;
 }
 .c_portalResIntro_category-01001 .p_categoryBox .slideOut {
  position:absolute;
  left:100%;
  top:0;
  width:100%;
  height:auto;
 }
 .c_portalResIntro_category-01001 .p_image {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
 }
 .c_portalResIntro_category-01001 .p_image>img {
  width: 100%;
  height: 100%;
 }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
}
.k_sm_cate_wrapper {
 text-align:center;
 font-size:0px;
 padding: 20px 0px 30px !important;
}
.k_sm_cate_link {
 color:#ffffff !important;
 background: #325aad;
 border: 0px solid #24ca99;
}
.k_sm_cate_link:hover {
 color:#ffffff !important;
 background: #24ca99!important;
 border: 0px solid #24ca99;
}
.w_grid-001 {
 margin-left: auto;
 margin-right: auto;
 max-width: 1180px;
 min-height: 12rem;
 width: 100%;
}
.w_grid-001 > .w_grid {
 width: 100%;
 position: relative;
}
.w_grid-001 > div > .p_gridbox {
 width: 100%;
 overflow: hidden;
 position: static;
}
.w_grid-001 > div > .p_gridbox > .p_gridCell {
 float: left;
 position: static;
}
.w_grid-001 > div > .p_gridbox > .p_gridCell:not(:empty):before {
 content:'';
 height: 0.1px;
 display: block;
}
.w_grid-001 > div > .p_gridbox > .p_gridCell:first-child {
 margin-left: 0;
 clear: left;
}
#w_grid-001 > div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
 margin-left: 0;
 clear: left;
}
@media only screen and (max-width: 768px) {
 .w_grid-001 > div > .p_gridbox > .p_gridCell {
  width: 100%;
  margin-left: 0;
  margin-top: 0rem;
  margin-bottom: 0rem;
 }
}
@media only screen and (min-width: 769px) {
 .w_grid-001 > div > .p_gridbox > .p_gridCell {
  width: 49.5%;
  margin-left: 1%;
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
 }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
.w_grid-000 {
 margin-left: auto;
 margin-right: auto;
 min-height: 12rem;
 width: 100%;
}
.w_grid-000 > .w_grid {
 width: 100%;
 position: relative;
}
.w_grid-000 > div > .p_gridbox {
 width: 100%;
 overflow: hidden;
 position: static;
}
.w_grid-000 > div > div > .p_gridCell {
 float: left;
 position: static;
}
.w_grid-000 > div > div > .p_gridCell:not(:empty):before {
 content:'';
 height: 0px;
 width:100%;
 display: block;
}
.w_grid-000 > .w_grid.signal {
 min-height: inherit;
}
.w_grid-000 > .w_grid.signal > .p_gridbox {
 min-height: inherit;
}
.w_grid-000 > .w_grid.signal > .p_gridbox > .p_gridCell {
 min-height: inherit;
}
.w_grid-000 > div > .p_gridbox > .p_gridCell:first-child {
 margin-left: 0;
 clear: left;
}
#w_grid-000 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
 margin-left: 0;
 clear: left;
}
@media only screen and (max-width: 768px) {
 .w_grid-000 > div > .p_gridbox > .p_gridCell {
  width: 100%;
  margin-left: 0;
  margin-top: 0rem;
  margin-bottom: 0rem;
 }
}
@media only screen and (min-width: 769px) {
 .w_grid-000 > div > .p_gridbox > .p_gridCell:first-child {
  width: 100%;
  margin-left:0;
  margin-top: 0rem;
  margin-bottom: 0rem;
 }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
.w_fbtn-001 {
 display: block;
 width: 100%;
 height: 100%;
 max-width:150px;
 min-height:36px;
 max-height:0;
 text-align: center;
 margin: 0 auto;
 font-size: 0;
}
.w_fbtn-001 .p_CommonBtn {
 width: 100%;
 height: inherit;
 padding:0;
}
.w_fbtn-001 .p_CommonBtn .font {
 text-align: center;
 display: inline-block;
 vertical-align: middle;
 width: 100%;
 font-size: 14px;
 height: auto;
}
.w_fbtn-001 .animated {
 width:100%;
 height:100%;
 min-height: inherit;
}
.w_fbtn-001 .p_link {
 min-height: inherit;
 display: block;
}
.w_fbtn-001 .p_CommonBtn {
 border-style: solid;
}
.w_fbtn-001 .p_CommonBtn {
 width: 100%;
 height:36px;
 color:rgba(255,255,255,1);
 border-width: 1px;
 border-style: none;
 border-color:transparent;
 background-color:rgba(255, 102, 0, 1);
 padding-top:0;
 padding-right:20px;
 padding-left:20px;
 text-align: center;
 min-height: inherit;
}
.w_fbtn-001 .p_CommonBtn:before {
 content: '';
 width: 0;
 height: 100%;
 display: inline-block;
 vertical-align: middle;
}
.w_fline-001 .p_FLine {
 width: 100%;
 border-top-width: 1px;
 border-top-style: solid;
 border-top-color:#f0f0f0;
 opacity:1;
 filter:alpha(opacity:100);
 display: inline-block;
 vertical-align: middle;
}
.w_fline-001 {
 width:100%;
 min-height:20px;
 display: block;
 margin: 0 auto;
}
.w_fline-001 .w_fline {
 width:100%;
 min-height: inherit;
 font-size: 0;
}
.w_fline-001 .w_fline:before {
 content: "";
 display: inline-block;
 vertical-align: middle;
 min-height: inherit;
 width: 0;
}
@media only screen and (max-width:768px) {
 .c_portalResProduct_list-01001015 {
  overflow: hidden;
  width: 100%;
  height:auto;
  min-width: 640px;
  margin-left: 0;
  margin-right: 0;
 }
 .c_portalResProduct_list-01001015 .p_ProductList {
  margin:0;
  width: auto;
  height:auto;
  padding:0;
  overflow: hidden;
  background-color:transparent;
  white-space:normal;
  font-size: 0;
 }
 .c_portalResProduct_list-01001015 .p_categorySummaryBox {
  padding:15px;
  border-bottom:1px solid rgba(0,0,0,0.09);
 }
 .c_portalResProduct_list-01001015 .p_categorySummary {
  color: rgba(0,0,0,0.45);
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  vertical-align: top;
  word-break: break-all;
 }
 .c_portalResProduct_list-01001015 .p_sort {
  margin:0;
  width: auto;
  height:auto;
  padding:0 15px;
  overflow: hidden;
  font-size: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 10px solid #F5F5F5;
 }
 .c_portalResProduct_list-01001015 .d_sortBtn {
  -webkit-flex:1.5;
  flex: 1.5;
  -webkit-box-flex: 1.5;
  -moz-box-flex: 1.5;
  -ms-flex: 1.5;
  display: block;
  position: relative;
  width:100%;
  line-height: 40px;
  text-align: center;
 }
 .c_portalResProduct_list-01001015 .d_sortBtn:hover,
 .c_portalResProduct_list-01001015 .d_sortBtn:active {
  border-color: #1890FF;
  color: #1890FF;
  z-index: 2;
 }
 .c_portalResProduct_list-01001015 .d_sortBtn.active {
  border-color: #1890FF;
  color: #1890FF;
  z-index: 2;
 }
 .c_portalResProduct_list-01001015 .p_default {
  -webkit-flex:1;
  flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
 }
 .c_portalResProduct_list-01001015 .d_sortBtn:lang(active) {
  border-color: #1890FF;
  color: #1890FF;
  z-index: 2;
 }
 .c_portalResProduct_list-01001015 .d_sortBtn .font .iconfont:first-child {
  display:none;
 }
 .c_portalResProduct_list-01001015 .d_sortBtn .font .iconfont {
  display:inline-block;
  font-size:12px;
  width:0;
  height:0;
  margin:5px 0 0 3px;
  font:0/0 arial;
  vertical-align: middle;
  border:5px dashed transparent;
  border-top:5px solid rgba(0,0,0,0.45);
  text-align:center;
 }
 .c_portalResProduct_list-01001015 .d_sortBtn .font .iconfont:before {
  content:"\e69a";
  line-height: 30px;
 }
 .c_portalResProduct_list-01001015 .d_sortBtn:lang(active) .font .iconfont,
 .c_portalResProduct_list-01001015 .d_sortBtn:hover .font .iconfont,
 .c_portalResProduct_list-01001015 .d_sortBtn:active .font .iconfont {
  color: #1890FF;
  border-top-color: #1890FF;
 }
 .c_portalResProduct_list-01001015 .d_sortBtn .font .down-arrow {
  margin-top:0;
  border-top: 0 none;
  border-bottom: 5px solid rgba(0,0,0,0.45);
 }
 .c_portalResProduct_list-01001015 .d_sortBtn .font .arrow:before {
  content:"\e69c";
 }
 .c_portalResProduct_list-01001015 .p_default .font .iconfont {
  display:none;
 }
 .c_portalResProduct_list-01001015 .p_products {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
  white-space: normal;
 }
 .c_portalResProduct_list-01001015 .p_Product {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width:calc((100% - 0px)/4);
  padding: 15px 15px 0;
  height: inherit;
 }
 .c_portalResProduct_list-01001015 .p_ProductInner {
  width:100%;
  padding:0 0 15px;
  border-top: 0 none;
  border-left: 0 none;
  border-right: 0 none;
  box-sizing: content-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
 }
 .c_portalResProduct_list-01001015 .p_Product:last-of-type .p_ProductInner {
  border:0 none;
 }
 .c_portalResProduct_list-01001015 .p_images {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0;
  overflow:hidden;
  webkit-flex: 1;
  flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
 }
 .c_portalResProduct_list-01001015 .p_image {
  width: 100%;
  height: 100%;
  overflow: hidden;
 }
 .c_portalResProduct_list-01001015 .p_imagesPc {
  display: none;
 }
 .c_portalResProduct_list-01001015 .p_linkB {
  width: inherit;
  height: inherit;
  display: block;
  position: static;
 }
 .c_portalResProduct_list-01001015 .p_image {
  width: 100%;
  height: 100%;
  padding:0;
 }
 .c_portalResProduct_list-01001015 .p_ThumbnailBox {
  display: none;
 }
 .c_portalResProduct_list-01001015 .d_articles {
  height: auto;
  width: auto;
  padding: 0 0 0 15px;
  margin:0;
  overflow: hidden;
  -webkit-flex: 2.4;
  flex: 2.4;
  -webkit-box-flex: 2.4;
  -moz-box-flex: 2.4;
  -ms-flex: 2.4;
 }
 .c_portalResProduct_list-01001015 .d_HeadBox {
  margin:0;
  width: auto;
  height:auto;
  padding:0;
  border-width:1px;
  border-style: none;
  border-color:rgba(228,228,228,0);
  background-color:transparent;
  overflow: hidden;
 }
 .c_portalResProduct_list-01001015 .d_title {
  display:block;
  width:auto;
  height: auto;
  margin:0;
  padding:0;
  font-weight:400;
  cursor:pointer;
  line-height: 22px;
  vertical-align: middle;
 }
 .c_portalResProduct_list-01001015 .p_TagBox {
  position: absolute;
  top:0;
  right:0;
  margin:0;
  width: auto;
  height:auto;
  padding:0;
  border-width:1px;
  border-style: none;
  border-color:rgba(228,228,228,0);
  background-color:transparent;
  overflow: hidden;
  display: none;
 }
 .c_portalResProduct_list-01001015 .p_tag {
  float: left;
  margin:0 5px 0 5px;
  padding:0;
  border-width:1px;
  border-style:none;
  border-color:transparent;
  overflow: hidden;
 }
 .c_portalResProduct_list-01001015 .p_tag:hover {
  border-width:1px;
  border-style:none;
  border-color:transparent;
 }
 .c_portalResProduct_list-01001015 .p_tag:active {
  border-width:1px;
  border-style:none;
  border-color:transparent;
 }
 .c_portalResProduct_list-01001015 .d_item {
  width:auto;
  height: auto;
  margin:5px 0;
  padding:0;
  vertical-align: middle;
  overflow: hidden;
 }
 .c_portalResProduct_list-01001015 .d_item .d_itemLable {
  display: inline-block;
  vertical-align: middle;
  margin:0 5px 0 0;
  font-size:14px;
 }
 .c_portalResProduct_list-01001015 .d_item .d_itemValue {
  display: inline-block;
  vertical-align: middle;
  font-size:14px;
 }
 .c_portalResProduct_list-01001015 .p_salePricePc,
 .c_portalResProduct_list-01001015 .p_NomBoxPc {
  display: none;
 }
 .c_portalResProduct_list-01001015 .d_SummaryBox {
  margin:5px 0;
  width: auto;
  height:auto;
  padding:0;
  overflow: hidden;
 }
 .c_portalResProduct_list-01001015 .d_summary {
  color:#999;
  font-size:12px;
  line-height:20px;
  text-align:left;
  vertical-align:top;
  word-break:break-all;
 }
 .c_portalResProduct_list-01001015 .d_SalePrice {
  display:inline-table;
  margin:0;
  padding:0;
  text-align:left;
  vertical-align: middle;
 }
 .c_portalResProduct_list-01001015 .p_priceUnit::before {
  content: "\e6d7";
 }
 .c_portalResProduct_list-01001015 .p_interaction {
  margin: 0;
  width: auto;
  height:auto;
  padding:0;
  border-width:1px;
  border-style: none;
  border-color:rgba(228,228,228,0);
  background-color:transparent;
  overflow: hidden;
  word-break: break-all;
  white-space: normal;
  font-size: 14px;
 }
 .c_portalResProduct_list-01001015 .p_interaction .btn-default {
  display: inline-block;
  margin: 5px 0 0;
 }
 .c_portalResProduct_list-01001015 .p_keyword {
  display: inline-block;
  padding-right:5px;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
 }
}
@media only screen and (min-width:769px) {
 .c_portalResProduct_list-01001015 {
  overflow: hidden;
  width: 100%;
  height:auto;
  margin-left: 0;
  margin-right: 0;
 }
 .c_portalResProduct_list-01001015 .p_ProductList {
  width: auto;
  height: auto;
  overflow: hidden;
  white-space: normal;
  font-size: 0;
  padding: 20px 25px;
 }
 .c_portalResProduct_list-01001015 .p_categorySummaryBox {
  padding:0 0 20px;
  margin:0 0 30px;
  border-bottom:1px solid rgba(0,0,0,0.09);
 }
 .c_portalResProduct_list-01001015 .p_categorySummary {
  color: rgba(0,0,0,0.45);
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  vertical-align: top;
  word-break: break-all;
 }
 .c_portalResProduct_list-01001015 .p_sort {
  margin:0 0 10px;
  width: auto;
  height:auto;
  padding:0 0 0 1px;
  border-width:1px;
  border-style: none;
  border-color:rgba(228,228,228,0);
  background-color:transparent;
  overflow: hidden;
  clear:both;
  font-size: 14px;
 }
 .c_portalResProduct_list-01001015 .d_sortBtn {
  position:relative;
  float: left;
  height:30px;
  margin:0 0 0 -1px;
  line-height:30px;
  text-align:left;
  padding-left:15px;
  padding-right: 30px;
  background-color:rgba(255, 255, 255, 1);
  border-width:1px;
  border-style:solid;
  border-color:#D9D9D9;
  cursor:pointer;
  color:rgba(0,0,0,0.65);
 }
 .c_portalResProduct_list-01001015 .d_sortBtn:hover,
 .c_portalResProduct_list-01001015 .d_sortBtn:active {
  border-color: #1890FF;
  color: #1890FF;
  z-index: 2;
 }
 .c_portalResProduct_list-01001015 .d_sortBtn.active {
  border-color: #1890FF;
  color: #1890FF;
  z-index: 2;
 }
 .c_portalResProduct_list-01001015 .p_default {
  padding-right: 15px;
 }
 .c_portalResProduct_list-01001015 .d_sortBtn:lang(active) {
  border-color: #1890FF;
  color: #1890FF;
  z-index: 2;
 }
 .c_portalResProduct_list-01001015 .d_sortBtn .font .iconfont:first-child {
  display:none;
 }
 .c_portalResProduct_list-01001015 .d_sortBtn .font .iconfont {
  display:inline-block;
  position:absolute;
  top:0;
  right:8px;
  font-size:12px;
  color:rgba(0,0,0,0.65);
  text-align:center;
  transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
 }
 .c_portalResProduct_list-01001015 .d_sortBtn .font .iconfont:before {
  content:"\e69a";
  line-height: 30px;
 }
 .c_portalResProduct_list-01001015 .d_sortBtn:lang(active) .font .iconfont,
 .c_portalResProduct_list-01001015 .d_sortBtn:hover .font .iconfont,
 .c_portalResProduct_list-01001015 .d_sortBtn:active .font .iconfont {
  color: #1890FF;
 }
 .c_portalResProduct_list-01001015 .d_sortBtn .font .arrow {
  transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
 }
 .c_portalResProduct_list-01001015 .d_sortBtn .font .down-arrow {
  transform:rotate(0deg);
  -ms-transform:rotate(0deg);
  -moz-transform:rotate(0deg);
  -webkit-transform:rotate(0deg);
 }
 .c_portalResProduct_list-01001015 .d_sortBtn .font .arrow:before {
  content:"\e69a";
 }
 .c_portalResProduct_list-01001015 .p_default .iconfont.arrow {
  display: none;
 }
 .c_portalResProduct_list-01001015 .p_products {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
  white-space: normal;
 }
 .c_portalResProduct_list-01001015 .p_Product {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 0px)/3);
  padding: 10px;
  height: inherit;
 }
 .c_portalResProduct_list-01001015 .p_ProductInner {
  width: 100%;
  padding: 0 0 5px;
  box-sizing: content-box;
 }
 .c_portalResProduct_list-01001015 .p_ProductInner:hover {
  border-width: 3px;
  border-color: #1890FF;
  margin: -2px;
 }
 .c_portalResProduct_list-01001015 .p_images {
  position: relative;
  width: 100%;
  height: 188px;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0;
  overflow:hidden;
 }
 .c_portalResProduct_list-01001015 .p_imagesMo {
  display: none;
 }
 .c_portalResProduct_list-01001015 .p_linkB {
  width: inherit;
  height: inherit;
  display: block;
  position: static;
 }
 .c_portalResProduct_list-01001015 .p_image {
  width: 100%;
  height: 100%;
  padding:0;
 }
 .c_portalResProduct_list-01001015 .p_ThumbnailBox {
  position: absolute;
  left: 0;
  bottom: 1px;
  z-index: 10;
  width:236px;
  height: auto;
  padding:0;
  overflow: hidden;
  height: auto;
 }
 .c_portalResProduct_list-01001015 .p_ThumbnailBox .p_thumbnail {
  position: relative;
  width: 42px;
  height: 34px;
  float: left;
  margin: 0 2px;
  max-width: 42px;
  max-height: 34px;
  overflow:hidden;
  border:2px solid rgba(0,0,0,.45) 
 }
 .c_portalResProduct_list-01001015 .p_ThumbnailBox .p_thumbnail:hover {
  border-color: rgba(255,255,255,.7) 
 }
 .c_portalResProduct_list-01001015 .d_articles {
  height: auto;
  width: auto;
  padding: 0 0 0 15px;
  margin:0;
  overflow: hidden;
  -webkit-flex: 2.4;
  flex: 2.4;
  -webkit-box-flex: 2.4;
  -moz-box-flex: 2.4;
  -ms-flex: 2.4;
 }
 .c_portalResProduct_list-01001015 .d_HeadBox {
  margin:5px 0 0;
  width: auto;
  height:auto;
  padding:0;
  border-width:1px;
  border-style: none;
  border-color:rgba(228,228,228,0);
  background-color:transparent;
  overflow: hidden;
 }
 .c_portalResProduct_list-01001015 .d_title {
  display:block;
  width:auto;
  height: auto;
  margin:0;
  padding:0;
  font-weight:400;
  cursor:pointer;
  line-height: 22px;
  vertical-align: middle;
 }
 .c_portalResProduct_list-01001015 .p_TagBox {
  position: absolute;
  top:0;
  right:0;
  margin:0;
  width: auto;
  height:auto;
  padding:0;
  border-width:1px;
  border-style: none;
  border-color:rgba(228,228,228,0);
  background-color:transparent;
  overflow: hidden;
 }
 .c_portalResProduct_list-01001015 .p_tag {
  float: left;
  margin:0 5px 0 5px;
  padding:0;
  border-width:1px;
  border-style:none;
  border-color:transparent;
  overflow: hidden;
 }
 .c_portalResProduct_list-01001015 .p_tag:hover {
  border-width:1px;
  border-style:none;
  border-color:transparent;
 }
 .c_portalResProduct_list-01001015 .p_tag:active {
  border-width:1px;
  border-style:none;
  border-color:transparent;
 }
 .c_portalResProduct_list-01001015 .d_item {
  width:auto;
  height: auto;
  margin:5px 0;
  padding:0;
  vertical-align: middle;
  overflow: hidden;
 }
 .c_portalResProduct_list-01001015 .d_item .d_itemLable {
  display: inline-block;
  vertical-align: middle;
  margin:0 5px 0 0;
  font-size:14px;
 }
 .c_portalResProduct_list-01001015 .d_item .d_itemValue {
  display: inline-block;
  vertical-align: middle;
  font-size:14px;
 }
 .c_portalResProduct_list-01001015 .p_salePriceMo,
 .c_portalResProduct_list-01001015 .p_NomBoxMo {
  display: none;
 }
 .c_portalResProduct_list-01001015 .d_SummaryBox {
  margin:5px 0;
  width: auto;
  height:auto;
  padding:0;
  overflow: hidden;
 }
 .c_portalResProduct_list-01001015 .d_summary {
  line-height:20px;
  text-align:left;
  vertical-align:top;
  word-break:break-all;
 }
 .c_portalResProduct_list-01001015 .d_SalePrice {
  display:inline-table;
  margin:0;
  padding:0;
  text-align:left;
  vertical-align: middle;
 }
 .c_portalResProduct_list-01001015 .p_priceUnit::before {
  content: "\e6d7";
 }
 .c_portalResProduct_list-01001015 .p_interaction {
  margin: 0;
  width: auto;
  height:auto;
  padding:0;
  border-width:1px;
  border-style: none;
  border-color:rgba(228,228,228,0);
  background-color:transparent;
  overflow: hidden;
  word-break: break-all;
  white-space: normal;
  font-size: 14px;
 }
 .c_portalResProduct_list-01001015 .p_interaction .btn-default {
  display: inline-block;
  margin:5px 0 0 ;
 }
 .c_portalResProduct_list-01001015 .p_keyword {
  display: inline-block;
  padding-right:5px;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
 }
}
@media only screen and (min-width:769px) and (max-width: 1024px) {
}
.c_portalResProduct_list-01001015 .p_CommonSummaryBoxA {
 text-align:center;
}
.c_portalResProduct_list-01001015 .p_MatteIcon .iconfont:before {
 content:'\e602';
}
.c_portalResProduct_list-01001015 >div {
 animation-fill-mode:both;
}
.c_portalResProduct_list-01001015 .PhotoList_k1 {
 width:100%;
 transition:0.3s ease 0s;
 font-size:14px;
}
.c_portalResProduct_list-01001015 .PhotoList_k1 ul {
 font-size:0px;
}
.c_portalResProduct_list-01001015 .PhotoList_k1 li:nth-child(4n+1) {
 margin-left:0px;
}
.c_portalResProduct_list-01001015 .PhotoList_k1 li {
 font-size:16px;
 transition:0.3s ease 0s;
 margin-bottom:2.5%;
 width:23%;
 margin-left:2.6%;
 background:#ffffff;
 padding:10px;
 display:inline-block;
 vertical-align:top;
 box-sizing:border-box;
}
.c_portalResProduct_list-01001015 .PhotoList_k1 li a {
 font-size:0px;
 overflow:hidden;
 text-align:center;
 background:#fff;
 width:100%;
 margin:0 auto;
 height:13.6vw;
 display:block;
}
.c_portalResProduct_list-01001015 .PhotoList_k1 li a:before {
 content:'';
 display:inline-block;
 vertical-align:middle;
 height:100%;
 width:0px;
}
.c_portalResProduct_list-01001015 .PhotoList_k1 img {
 display:inline-block;
 vertical-align:middle;
 transition:0.5s linear 0s;
 width:auto;
 height:auto;
 max-height:87%;
 max-width:90%;
 margin-left:0px;
 transform:scale(1);
}
.c_portalResProduct_list-01001015 .PhotoList_k1 h4 {
 display:none;
}
.c_portalResProduct_list-01001015 .PhotoList_k1 li span {
 color:#666;
 white-space:nowrap;
 transition:0.3s ease 0s;
 display:none;
 width:100%;
 text-align:center;
 overflow:hidden;
 text-overflow:ellipsis;
 font-size:16px;
 padding:3% 10px;
 box-sizing:border-box;
 border:none;
}
@media screen and (min-width: 769px) {
 .c_portalResProduct_list-01001015 .PhotoList_k1 li:hover img {
  transform:scale(1.1);
 }
 .c_portalResProduct_list-01001015 .PhotoList_k1 li:hover span {
  color:#016134;
  background:#ffffff;
 }
 .c_portalResProduct_list-01001015 .PhotoList_k1 li {
  width:23%;
 }
 .c_portalResProduct_list-01001015 .PhotoList_k1 li:nth-child(4n+1) {
  margin-left:0px;
 }
}
@media screen and (max-width: 1100px) {
 .c_portalResProduct_list-01001015 .PhotoList_k1 li a {
  height: 21.2vw;
 }
}
@media screen and (max-width: 768px) {
 .c_portalResProduct_list-01001015 .PhotoList_k1 {
  padding:0px;
 }
 .c_portalResProduct_list-01001015 .PhotoList_k1 li {
  width: 48%;
  margin-bottom: 5%;
 }
 .c_portalResProduct_list-01001015 .PhotoList_k1 li a {
  height: 31vw;
  padding: 0;
 }
 .c_portalResProduct_list-01001015 .PhotoList_k1 li span {
  padding: 2vw;
  font-size: 14px;
 }
 .c_portalResProduct_list-01001015 .PhotoList_k1 li:nth-child(2n+1) {
  margin-left: 0%;
 }
 .c_portalResProduct_list-01001015 .PhotoList_k1 li:nth-child(2n+0) {
  margin-left: 4%;
 }
}
@media screen and (max-width: 1500px) {
 .c_portalResProduct_list-01001015 .PhotoList_k1 li span {
  font-size: 14px;
 }
}
.c_portalResProduct_list-01001015 .p_page .pre .iconfont:before {
 shadow-angle:0px;
 shadow-distance:0px;
 shadow-angle-ofInset:0px;
 shadow-distance-ofInset:0px;
}
.c_portalResProduct_list-01001015 .p_page .next .iconfont:before {
 shadow-angle:0px;
 shadow-distance:0px;
 shadow-angle-ofInset:0px;
 shadow-distance-ofInset:0px;
}
.c_portalResProduct_list-01001015 .p_more .iconfont:before {
 shadow-angle:0px;
 shadow-distance:0px;
 shadow-angle-ofInset:0px;
 shadow-distance-ofInset:0px;
}
.c_portalResProduct_list-01001015 .p_loading .iconfont:before {
 shadow-angle:0px;
 shadow-distance:0px;
 shadow-angle-ofInset:0px;
 shadow-distance-ofInset:0px;
}
.c_portalResProduct_list-01001015 .stylebox_top {
 height:auto;
}
.c_portalResProduct_list-01001015 .title_sub {
 position:relative;
 color:#1c3079;
 font-size:28px;
 margin-left:0px;
 padding-left:15px;
}
.c_portalResProduct_list-01001015 .title_sub:before {
 content:'';
 position:absolute;
 left:0px;
 top:8px;
 height:24px;
 width:2px;
 background:#1c3079;
 z-index:1;
}
.c_portalResProduct_list-01001015 .title_main {
 font-size:30px;
 color:#eaa317;
}
.c_portalResProduct_list-01001015 .stylebox_content {
 padding-top:30px;
}
@CHARSET "UTF-8";
* {
 padding: 0;
 margin: 0;
}
.c_portalResnav_main-01001 ul li:nth-child(1) ::before {
 content: "";
 position: absolute;
 z-index: 9999 !important;
 background: #ff0000 !important;
 left: 0%;
 right: 0px;
 color:#ff0000;
 width: 100%;
 bottom: 0px;
 height: 20px;
 -webkit-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}
.pagebox {
 width: 100%;
}
.pagebox,
#-remove--flag {
 width:100%;
 margin:0px auto;
}
body,
#-remove--flag {
}
#c_portalResPublic_codeContainer-15755081078188305 {
 width:100%;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:20px;
 margin-top:0px;
 margin-left:0px;
 margin-right:0px;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#c_portalResBreadcrumb_nav-15759404460912023 {
 width:100%;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:0px;
 margin-left:0px;
 margin-right:0px;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#c_portalResProduct_list-15946300904070254 .p_Product {
 width:calc((100% - 0px)/4);
}
#c_portalResProduct_list-15946300904070254 .p_CommonSummaryBoxA {
 text-align:center;
}
#c_portalResProduct_list-15946300904070254 .p_MatteIcon .iconfont:before {
 content:'\e602';
}
#c_portalResProduct_list-15946300904070254 >div {
 animation-fill-mode:both;
}
#c_portalResProduct_list-15946300904070254 .p_page .pre .iconfont:before {
 shadow-angle:0px;
 shadow-distance:0px;
 shadow-angle-ofInset:0px;
 shadow-distance-ofInset:0px;
}
#c_portalResProduct_list-15946300904070254 .p_page .next .iconfont:before {
 shadow-angle:0px;
 shadow-distance:0px;
 shadow-angle-ofInset:0px;
 shadow-distance-ofInset:0px;
}
#c_portalResProduct_list-15946300904070254 .p_more .iconfont:before {
 shadow-angle:0px;
 shadow-distance:0px;
 shadow-angle-ofInset:0px;
 shadow-distance-ofInset:0px;
}
#c_portalResProduct_list-15946300904070254 .p_loading .iconfont:before {
 shadow-angle:0px;
 shadow-distance:0px;
 shadow-angle-ofInset:0px;
 shadow-distance-ofInset:0px;
}
#c_portalResProduct_list-15946300904070254 {
 width:100%;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:0px;
 margin-left:0px;
 margin-right:0px;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#c_portalResProduct_list-15946303886252879 .p_Product {
 width:calc((100% - 0px)/4);
}
#c_portalResProduct_list-15946303886252879 .p_CommonSummaryBoxA {
 text-align:center;
}
#c_portalResProduct_list-15946303886252879 .p_MatteIcon .iconfont:before {
 content:'\e602';
}
#c_portalResProduct_list-15946303886252879 >div {
 animation-fill-mode:both;
}
#c_portalResProduct_list-15946303886252879 .p_page .pre .iconfont:before {
 shadow-angle:0px;
 shadow-distance:0px;
 shadow-angle-ofInset:0px;
 shadow-distance-ofInset:0px;
}
#c_portalResProduct_list-15946303886252879 .p_page .next .iconfont:before {
 shadow-angle:0px;
 shadow-distance:0px;
 shadow-angle-ofInset:0px;
 shadow-distance-ofInset:0px;
}
#c_portalResProduct_list-15946303886252879 .p_more .iconfont:before {
 shadow-angle:0px;
 shadow-distance:0px;
 shadow-angle-ofInset:0px;
 shadow-distance-ofInset:0px;
}
#c_portalResProduct_list-15946303886252879 .p_loading .iconfont:before {
 shadow-angle:0px;
 shadow-distance:0px;
 shadow-angle-ofInset:0px;
 shadow-distance-ofInset:0px;
}
#c_portalResProduct_list-15946303886252879 {
 width:100%;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:0px;
 margin-left:0px;
 margin-right:0px;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#c_portalResIntro_category-15946338609134075 .p_MatteIcon .iconfont:before {
 content:'\e602';
}
#c_portalResIntro_category-15946338609134075 >div {
 animation-fill-mode:both;
}
#c_portalResIntro_category-15946338609134075 {
 width:auto;
 max-width:1180px;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:0px;
 margin-left:0px;
 margin-right:0px;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_grid-1575508028514 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
 margin-left:0;
 clear:left;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
#w_grid-1575508033652 > div > .p_gridbox {
 background-image:url(/img/f01.jpg?tenantId=189692&viewType=1&v=1721611080000);
}
#w_grid-1575508033652 .p_MatteIcon .iconfont:before {
 content:'\e602';
}
#w_grid-1575508033652 >div {
 animation-fill-mode:both;
}
#w_grid-1575508033652 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
 margin-left:0px;
 clear:left;
}
@media only screen and (min-width: 769px) {
 #w_grid-1575508033652> div > .p_gridbox > .p_gridCell {
  margin-bottom:0rem;
  margin-top:0rem;
  margin-left:0px;
 }
 #w_grid-1575508033652> div > .p_gridbox > .p_gridCell:nth-child(1n+0) {
  width:100%;
  margin-left:0px;
  margin-right:0px;
  clear:none;
 }
 #w_grid-1575508033652> div > .p_gridbox > .p_gridCell:nth-child(1n) {
  margin-right:0px;
 }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
#w_grid-1575508033652 .p_gridbox {
 background-repeat:no-repeat;
 background-position:center center;
 background-size:cover;
}
#w_grid-1575508089667 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
 margin-left:0;
 clear:left;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
#w_grid-1575940370372 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
 margin-left:0;
 clear:left;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
#w_grid-1575940401248 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
 margin-left:0;
 clear:left;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
#w_grid-1594626068675 > div > .p_gridbox {
 background-image: ;
}
#w_grid-1594626068675 .p_MatteIcon .iconfont:before {
 content:'\e602';
}
#w_grid-1594626068675 >div {
 animation-fill-mode:both;
}
#w_grid-1594626068675 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
 margin-left:0px;
 clear:left;
}
@media only screen and (max-width: 768px) {
 #w_grid-1594626068675> div > .p_gridbox > .p_gridCell {
  margin-bottom:2rem;
  margin-top:2rem;
  margin-left:0;
 }
 #w_grid-1594626068675> div > .p_gridbox > .p_gridCell:nth-child(1n+0) {
  width:100%;
  margin-left:0;
  margin-right:0;
  clear:none;
 }
 #w_grid-1594626068675> div > .p_gridbox > .p_gridCell:nth-child(1n) {
  margin-right:0;
 }
}
@media only screen and (min-width: 769px) {
 #w_grid-1594626068675> div > .p_gridbox > .p_gridCell {
  margin-bottom:2.5rem;
  margin-top:2.5rem;
  margin-left:0px;
 }
 #w_grid-1594626068675> div > .p_gridbox > .p_gridCell:nth-child(1n+0) {
  width:100%;
  margin-left:0px;
  margin-right:0px;
  clear:none;
 }
 #w_grid-1594626068675> div > .p_gridbox > .p_gridCell:nth-child(1n) {
  margin-right:0px;
 }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
#w_grid-1594626068681 > div > .p_gridbox {
 background-color:rgba(255, 255, 255, 0.7);
}
#w_grid-1594626068681 .p_MatteIcon .iconfont:before {
 content:'\e602';
}
#w_grid-1594626068681 >div {
 animation-fill-mode:both;
}
#w_grid-1594626068681 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
 margin-left:0px;
 clear:left;
}
@media only screen and (min-width: 769px) {
 #w_grid-1594626068681> div > .p_gridbox > .p_gridCell {
  margin-bottom:0rem;
  margin-top:0rem;
  margin-left:0;
 }
 #w_grid-1594626068681> div > .p_gridbox > .p_gridCell:nth-child(1n+0) {
  width:100%;
  margin-left:0;
  margin-right:0;
  clear:none;
 }
 #w_grid-1594626068681> div > .p_gridbox > .p_gridCell:nth-child(1n) {
  margin-right:0;
 }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
#w_fline-1594626068688 .p_FLine {
 border-top-color:rgba(50, 90, 173, 1);
 border-top-width:6px;
}
#w_fline-1594626068688 .w_fline .p_FLine {
 border-top-style:solid;
}
#w_fline-1594626068688 .p_MatteIcon .iconfont:before {
 content:'\e602';
}
#w_fline-1594626068688 >div {
 animation-fill-mode:both;
}
#w_grid-1601281861389 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
 margin-left:0;
 clear:left;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
#w_grid-1601281861398 > div > .p_gridbox {
 background-color:rgba(241, 241, 241, 1);
 transition:0.5s;
}
#w_grid-1601281861398 .p_MatteIcon .iconfont:before {
 content:'\e602';
}
#w_grid-1601281861398 >div {
 animation-fill-mode:both;
}
#w_grid-1601281861398 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
 margin-left:0px;
 clear:left;
}
#w_grid-1601281861398 img {
 transition:0.5s;
}
@media only screen and (min-width: 1025px) {
 #w_grid-1601281861398 .p_gridbox:hover img {
  transform: scale(1.1);
 }
}
@media only screen and (min-width: 769px) {
 #w_grid-1601281861398> div > .p_gridbox > .p_gridCell {
  margin-bottom:0rem;
  margin-top:0rem;
  margin-left:0px;
 }
 #w_grid-1601281861398> div > .p_gridbox > .p_gridCell:nth-child(2n+0) {
  width:50%;
  margin-left:0px;
  margin-right:0px;
  clear:none;
 }
 #w_grid-1601281861398> div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
  margin-left:0px;
  clear:left;
  margin-right:0px;
  width:50%;
 }
 #w_grid-1601281861398> div > .p_gridbox > .p_gridCell:nth-child(2n) {
  margin-right:0;
 }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
 #w_grid-1601281861398 > div > .p_gridbox {
  display: flex;
  flex-wrap: wrap;
 }
}
@media only screen and (max-width: 768px) {
 #w_grid-1601281861398 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
  margin-bottom: 30px;
 }
 #w_grid-1601281861398 > div > .p_gridbox {
  display: flex;
  flex-wrap: wrap;
 }
}
#w_fvideo-1614132217833 .p_MatteIcon .iconfont:before {
 content:'\e602';
}
#w_grid-1601281861417 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
 margin-left:0;
 clear:left;
}
#w_grid-1601281861417 > div > .p_gridbox {
 padding-right:20px;
}
@media only screen and (min-width: 1025px) {
 #w_grid-1601281861417 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
  padding-top:0px;
  padding-left: 50px;
 }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
 #w_grid-1601281861417 > div > .p_gridbox {
  padding:0px 20px;
 }
 #w_grid-1601281861417 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
  padding-top: 0px;
 }
 #w_grid-1601281861417 .w_fbtn-001 {
  margin-top: 30px;
 }
 #w_grid-1601281861417 .w_grid-000 {
  margin-top: 10px;
 }
}
@media only screen and (max-width: 768px) {
 #w_grid-1601281861417 > div > .p_gridbox {
  padding-right: 0px;
 }
 #w_grid-1601281861417 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
  padding-right: 20px;
  padding-left: 20px;
 }
}
#w_grid-1601281861427 > div > .p_gridbox {
 background-color:rgba(255, 255, 255, 0);
}
#w_grid-1601281861427 .p_MatteIcon .iconfont:before {
 content:'\e602';
}
#w_grid-1601281861427 >div {
 animation-fill-mode:both;
}
#w_grid-1601281861427 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
 margin-left:0px;
 clear:left;
}
@media only screen and (min-width: 769px) {
 #w_grid-1601281861427> div > .p_gridbox > .p_gridCell {
  margin-bottom:0rem;
  margin-top:0rem;
  margin-left:0px;
 }
 #w_grid-1601281861427> div > .p_gridbox > .p_gridCell:nth-child(2n+0) {
  width:50%;
  margin-left:0px;
  margin-right:0px;
  clear:none;
 }
 #w_grid-1601281861427> div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
  margin-left:0px;
  clear:left;
  margin-right:0px;
  width:50%;
 }
 #w_grid-1601281861427> div > .p_gridbox > .p_gridCell:nth-child(2n) {
  margin-right:0px;
 }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
 #w_grid-1601281861427> div > .p_gridbox > .p_gridCell {
  margin-bottom:0rem;
  margin-top:0rem;
  margin-left:0px;
 }
 #w_grid-1601281861427> div > .p_gridbox > .p_gridCell:nth-child(2n+0) {
  width:39.04%;
  margin-left:0px;
  margin-right:0px;
  clear:none;
 }
 #w_grid-1601281861427> div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
  margin-left:0px;
  clear:left;
  margin-right:0px;
  width:60.96%;
 }
 #w_grid-1601281861427> div > .p_gridbox > .p_gridCell:nth-child(2n) {
  margin-right:0px;
 }
}
@media only screen and (max-width: 768px) {
 #w_grid-1601281861427> div > .p_gridbox > .p_gridCell {
  margin-bottom:0rem;
  margin-top:0rem;
  margin-left:0;
 }
 #w_grid-1601281861427> div > .p_gridbox > .p_gridCell:nth-child(2n+0) {
  width:50%;
  margin-left:0;
  margin-right:0;
  clear:none;
 }
 #w_grid-1601281861427> div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
  margin-left:0;
  clear:left;
  margin-right:0;
  width:50%;
 }
 #w_grid-1601281861427> div > .p_gridbox > .p_gridCell:nth-child(2n) {
  margin-right:0;
 }
}
#w_grid-1601281861431 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
 margin-left:0;
 clear:left;
}
@media only screen and (min-width: 769px) {
 #w_grid-1601281861431 > .w_grid.signal > .p_gridbox {
  border-right: 1px solid #dadada;
 }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
#w_grid-1601281861437 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
 margin-left:0;
 clear:left;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
#w_grid-1601281861441 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
 margin-left:0;
 clear:left;
}
@media only screen and (min-width: 769px) {
 #w_grid-1601281861441 > .w_grid.signal > .p_gridbox {
  border-right: 1px solid #dadada;
 }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
#w_grid-1601281861446 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
 margin-left:0;
 clear:left;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
#w_grid-1661302030272 > div > .p_gridbox {
 background-color:rgba(255, 255, 255, 0);
}
#w_grid-1661302030272 .p_MatteIcon .iconfont:before {
 content:'\e602';
}
#w_grid-1661302030272 >div {
 animation-fill-mode:both;
}
#w_grid-1661302030272 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
 margin-left:0px;
 clear:left;
}
@media only screen and (min-width: 769px) {
 #w_grid-1661302030272> div > .p_gridbox > .p_gridCell {
  margin-bottom:0rem;
  margin-top:0rem;
  margin-left:0px;
 }
 #w_grid-1661302030272> div > .p_gridbox > .p_gridCell:nth-child(2n+0) {
  width:50%;
  margin-left:0px;
  margin-right:0px;
  clear:none;
 }
 #w_grid-1661302030272> div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
  margin-left:0px;
  clear:left;
  margin-right:0px;
  width:50%;
 }
 #w_grid-1661302030272> div > .p_gridbox > .p_gridCell:nth-child(2n) {
  margin-right:0px;
 }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
 #w_grid-1661302030272> div > .p_gridbox > .p_gridCell {
  margin-bottom:0rem;
  margin-top:0rem;
  margin-left:0px;
 }
 #w_grid-1661302030272> div > .p_gridbox > .p_gridCell:nth-child(2n+0) {
  width:39.04%;
  margin-left:0px;
  margin-right:0px;
  clear:none;
 }
 #w_grid-1661302030272> div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
  margin-left:0px;
  clear:left;
  margin-right:0px;
  width:60.96%;
 }
 #w_grid-1661302030272> div > .p_gridbox > .p_gridCell:nth-child(2n) {
  margin-right:0px;
 }
}
@media only screen and (max-width: 768px) {
 #w_grid-1661302030272> div > .p_gridbox > .p_gridCell {
  margin-bottom:0rem;
  margin-top:0rem;
  margin-left:0;
 }
 #w_grid-1661302030272> div > .p_gridbox > .p_gridCell:nth-child(2n+0) {
  width:50%;
  margin-left:0;
  margin-right:0;
  clear:none;
 }
 #w_grid-1661302030272> div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
  margin-left:0;
  clear:left;
  margin-right:0;
  width:50%;
 }
 #w_grid-1661302030272> div > .p_gridbox > .p_gridCell:nth-child(2n) {
  margin-right:0;
 }
}
#w_grid-1661302030282 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
 margin-left:0;
 clear:left;
}
@media only screen and (min-width: 769px) {
 #w_grid-1661302030282 > .w_grid.signal > .p_gridbox {
  border-right: 1px solid #dadada;
 }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
#w_grid-1661302030287 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
 margin-left:0;
 clear:left;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
#w_grid-1661302030291 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
 margin-left:0;
 clear:left;
}
@media only screen and (min-width: 769px) {
 #w_grid-1661302030291 > .w_grid.signal > .p_gridbox {
  border-right: 1px solid #dadada;
 }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
#w_grid-1661302030295 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
 margin-left:0;
 clear:left;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
#w_grid-1601281861404 > div > .p_gridbox {
 background-color:rgba(241, 241, 241, 1);
 transition:0.5s;
}
#w_grid-1601281861404 .p_MatteIcon .iconfont:before {
 content:'\e602';
}
#w_grid-1601281861404 >div {
 animation-fill-mode:both;
}
#w_grid-1601281861404 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
 margin-left:0px;
 clear:left;
}
#w_grid-1601281861404 img {
 transition:0.5s;
}
@media only screen and (min-width: 1025px) {
 #w_grid-1601281861404 .p_gridbox:hover img {
  transform: scale(1.1);
 }
}
@media only screen and (min-width: 769px) {
 #w_grid-1601281861404> div > .p_gridbox > .p_gridCell {
  margin-bottom:0rem;
  margin-top:0rem;
  margin-left:0px;
 }
 #w_grid-1601281861404> div > .p_gridbox > .p_gridCell:nth-child(2n+0) {
  width:50%;
  margin-left:0px;
  margin-right:0px;
  clear:none;
 }
 #w_grid-1601281861404> div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
  margin-left:0px;
  clear:left;
  margin-right:0px;
  width:50%;
 }
 #w_grid-1601281861404> div > .p_gridbox > .p_gridCell:nth-child(2n) {
  margin-right:0;
 }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
 #w_grid-1601281861404 > div > .p_gridbox {
  display: flex;
  flex-wrap: wrap;
 }
}
@media only screen and (max-width: 768px) {
 #w_grid-1601281861404 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
  margin-bottom: 30px;
 }
 #w_grid-1601281861404 > div > .p_gridbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  margin-bottom: 30px;
 }
}
#w_grid-1601281861469 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
 margin-left:0;
 clear:left;
}
#w_grid-1601281861469 > div > .p_gridbox {
 padding-left:20px;
}
@media only screen and (min-width: 1025px) {
 #w_grid-1601281861469 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
  padding-top:0px;
  padding-right: 30px;
 }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
 #w_grid-1601281861469 > div > .p_gridbox {
  padding-right: 20px;
 }
 #w_grid-1601281861469 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
  padding-top: 0px;
 }
 #w_grid-1601281861469 .w_grid-000 {
  margin-top: 10px;
 }
}
@media only screen and (max-width: 768px) {
 #w_grid-1601281861469 > div > .p_gridbox {
  padding-right: 0px;
 }
 #w_grid-1601281861469 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
  padding-right: 20px;
  /*padding-left: 20px;*/
 }
}
#w_fimg-1601281861473 .p_MatteIcon .iconfont:before {
 content:'\e602';
}
#w_fimg-1601281861473 >div {
 animation-fill-mode:both;
}
#w_grid-1594625836758 > div > .p_gridbox {
 background-color:rgba(219, 233, 245, 1);
}
#w_grid-1594625836758 .p_MatteIcon .iconfont:before {
 content:'\e602';
}
#w_grid-1594625836758 >div {
 animation-fill-mode:both;
}
#w_grid-1594625836758 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
 margin-left:0px;
 clear:left;
}
@media only screen and (min-width: 769px) {
 #w_grid-1594625836758> div > .p_gridbox > .p_gridCell {
  margin-bottom:0rem;
  margin-top:0rem;
  margin-left:0;
 }
 #w_grid-1594625836758> div > .p_gridbox > .p_gridCell:nth-child(1n+0) {
  width:100%;
  margin-left:0;
  margin-right:0;
  clear:none;
 }
 #w_grid-1594625836758> div > .p_gridbox > .p_gridCell:nth-child(1n) {
  margin-right:0;
 }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
#w_grid-1598235584075 > div > .p_gridbox {
 background-image:url(/img/gcbg2.jpg?tenantId=189692&viewType=1&v=1721611080000);
}
#w_grid-1598235584075 .p_MatteIcon .iconfont:before {
 content:'\e602';
}
#w_grid-1598235584075 >div {
 animation-fill-mode:both;
}
#w_grid-1598235584075 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
 margin-left:0px;
 clear:left;
}
@media only screen and (min-width: 769px) {
 #w_grid-1598235584075> div > .p_gridbox > .p_gridCell {
  margin-bottom:0rem;
  margin-top:0rem;
  margin-left:0px;
 }
 #w_grid-1598235584075> div > .p_gridbox > .p_gridCell:nth-child(1n+0) {
  width:100%;
  margin-left:0px;
  margin-right:0px;
  clear:none;
 }
 #w_grid-1598235584075> div > .p_gridbox > .p_gridCell:nth-child(1n) {
  margin-right:0px;
 }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
#w_grid-1598235584093 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
 margin-left:0;
 clear:left;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
#w_fimg-1603444648660 .p_MatteIcon .iconfont:before {
 content:'\e602';
}
#w_fimg-1603444648660 >div {
 animation-fill-mode:both;
}
#w_grid-1594627873151 > div > .p_gridbox {
 background-image:url(/img/zzbg.jpg?tenantId=189692&viewType=1&v=1721611080000);
 background-position:top center;
}
#w_grid-1594627873151 .p_MatteIcon .iconfont:before {
 content:'\e602';
}
#w_grid-1594627873151 >div {
 animation-fill-mode:both;
}
#w_grid-1594627873151 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
 margin-left:0px;
 clear:left;
}
@media only screen and (min-width: 769px) {
 #w_grid-1594627873151> div > .p_gridbox > .p_gridCell {
  margin-bottom:0rem;
  margin-top:0rem;
  margin-left:0px;
 }
 #w_grid-1594627873151> div > .p_gridbox > .p_gridCell:nth-child(1n+0) {
  width:100%;
  margin-left:0px;
  margin-right:0px;
  clear:none;
 }
 #w_grid-1594627873151> div > .p_gridbox > .p_gridCell:nth-child(1n) {
  margin-right:0px;
 }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
 #w_grid-1594627873151> div > .p_gridbox > .p_gridCell {
  margin-bottom:0rem;
  margin-top:0rem;
  margin-left:0px;
 }
 #w_grid-1594627873151> div > .p_gridbox > .p_gridCell:nth-child(1n+0) {
  width:100%;
  margin-left:0px;
  margin-right:0px;
  clear:none;
 }
 #w_grid-1594627873151> div > .p_gridbox > .p_gridCell:nth-child(1n) {
  margin-right:0px;
 }
}
#w_grid-1594627873165 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
 margin-left:0;
 clear:left;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
#w_grid-1594629913158 > div > .p_gridbox {
 background-color:rgba(255, 255, 255, 0);
}
#w_grid-1594629913158 .p_MatteIcon .iconfont:before {
 content:'\e602';
}
#w_grid-1594629913158 >div {
 animation-fill-mode:both;
}
#w_grid-1594629913158 > div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
 margin-left:0px;
 clear:left;
}
@media only screen and (min-width: 769px) {
 #w_grid-1594629913158> div > .p_gridbox > .p_gridCell {
  margin-bottom:0.6rem;
  margin-top:0.6rem;
  margin-left:0px;
 }
 #w_grid-1594629913158> div > .p_gridbox > .p_gridCell:nth-child(1n+0) {
  width:100%;
  margin-left:0px;
  margin-right:0px;
  clear:none;
 }
 #w_grid-1594629913158> div > .p_gridbox > .p_gridCell:nth-child(1n) {
  margin-right:0px;
 }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
 #w_grid-1594629913158> div > .p_gridbox > .p_gridCell {
  margin-bottom:0.6rem;
  margin-top:0.6rem;
  margin-left:0;
 }
 #w_grid-1594629913158> div > .p_gridbox > .p_gridCell:nth-child(1n+0) {
  width:100%;
  margin-left:0;
  margin-right:0;
  clear:none;
 }
 #w_grid-1594629913158> div > .p_gridbox > .p_gridCell:nth-child(1n) {
  margin-right:0;
 }
}
#w_fbtn-1594633465231 .p_CommonBtn {
 background-color:rgba(85, 142, 213, 1);
 width:80%;
 padding:0 30px;
 transition:0.6s;
}
#w_fbtn-1594633465231 .p_CommonBtn .font {
 text-align:left;
 line-height:36px;
}
#w_fbtn-1594633465231 .p_MatteIcon .iconfont:before {
 content:'\e602';
}
#w_fbtn-1594633465231 >div {
 animation-fill-mode:both;
}
#w_fbtn-1594633465231 .p_CommonBtn::after {
 bottom:14px;
 content:'';
 display:block;
 width:9px;
 position:absolute;
 left:153px;
 opacity:0;
 height:9px;
 border-top:1px solid #fff;
 border-right:1px solid #fff;
 transform:rotate(45deg);
 transition:all .6s cubic-bezier(.215,.61,.355,1) 0s;
}
#w_fbtn-1594633465231 .p_CommonBtn::before {
 position:absolute;
 transition:all .6s cubic-bezier(.215,.61,.355,1) 0s;
 bottom:18px;
 left:-20px;
 width:90px;
 height:1px;
 background:#fff;
 opacity:0;
}
@media only screen and (min-width: 769px) {
 #w_fbtn-1594633465231 .p_CommonBtn:hover {
  width:100%;
  background-color:rgba(36, 202, 153, 1);
 }
 #w_fbtn-1594633465231 .p_CommonBtn:hover::after {
  opacity:1;
  border-top:1px solid #fff;
  border-right:1px solid #fff;
  left:120px;
 }
 #w_fbtn-1594633465231 .p_CommonBtn:hover::before {
  left:100px;
  width:24px;
  background:#fff;
  opacity:1;
 }
}
@media only screen and (max-width: 768px) {
 #w_fbtn-1594633465231 .p_CommonBtn::before {
  top:27px;
 }
}
#w_grid-1594630198978 > div > .p_gridbox {
 background-image:url(/img/jsbg01.jpg?tenantId=189692&viewType=1&v=1721611080000);
 background-position:top center;
}
#w_grid-1594630198978 .p_MatteIcon .iconfont:before {
 content:'\e602';
}
#w_grid-1594630198978 >div {
 animation-fill-mode:both;
}
#w_grid-1594630198978 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
 margin-left:0px;
 clear:left;
}
@media only screen and (min-width: 769px) {
 #w_grid-1594630198978> div > .p_gridbox > .p_gridCell {
  margin-bottom:0rem;
  margin-top:0rem;
  margin-left:0px;
 }
 #w_grid-1594630198978> div > .p_gridbox > .p_gridCell:nth-child(1n+0) {
  width:100%;
  margin-left:0px;
  margin-right:0px;
  clear:none;
 }
 #w_grid-1594630198978> div > .p_gridbox > .p_gridCell:nth-child(1n) {
  margin-right:0px;
 }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
 #w_grid-1594630198978> div > .p_gridbox > .p_gridCell {
  margin-bottom:0rem;
  margin-top:0rem;
  margin-left:0px;
 }
 #w_grid-1594630198978> div > .p_gridbox > .p_gridCell:nth-child(1n+0) {
  width:100%;
  margin-left:0px;
  margin-right:0px;
  clear:none;
 }
 #w_grid-1594630198978> div > .p_gridbox > .p_gridCell:nth-child(1n) {
  margin-right:0px;
 }
}
#w_grid-1594630198983 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
 margin-left:0;
 clear:left;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
#w_grid-1594630198993 > div > .p_gridbox {
 background-color:rgba(255, 255, 255, 0);
}
#w_grid-1594630198993 .p_MatteIcon .iconfont:before {
 content:'\e602';
}
#w_grid-1594630198993 >div {
 animation-fill-mode:both;
}
#w_grid-1594630198993 > div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
 margin-left:0px;
 clear:left;
}
@media only screen and (min-width: 769px) {
 #w_grid-1594630198993> div > .p_gridbox > .p_gridCell {
  margin-bottom:0.6rem;
  margin-top:0.6rem;
  margin-left:0px;
 }
 #w_grid-1594630198993> div > .p_gridbox > .p_gridCell:nth-child(1n+0) {
  width:100%;
  margin-left:0px;
  margin-right:0px;
  clear:none;
 }
 #w_grid-1594630198993> div > .p_gridbox > .p_gridCell:nth-child(1n) {
  margin-right:0px;
 }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
 #w_grid-1594630198993> div > .p_gridbox > .p_gridCell {
  margin-bottom:0.6rem;
  margin-top:0.6rem;
  margin-left:0;
 }
 #w_grid-1594630198993> div > .p_gridbox > .p_gridCell:nth-child(1n+0) {
  width:100%;
  margin-left:0;
  margin-right:0;
  clear:none;
 }
 #w_grid-1594630198993> div > .p_gridbox > .p_gridCell:nth-child(1n) {
  margin-right:0;
 }
}
#w_fbtn-1594633705554 .p_CommonBtn {
 background-color:rgba(85, 142, 213, 1);
 width:80%;
 padding:0 30px;
 transition:0.6s;
}
#w_fbtn-1594633705554 .p_CommonBtn .font {
 text-align:left;
 line-height:36px;
}
#w_fbtn-1594633705554 .p_MatteIcon .iconfont:before {
 content:'\e602';
}
#w_fbtn-1594633705554 >div {
 animation-fill-mode:both;
}
#w_fbtn-1594633705554 .p_CommonBtn::after {
 bottom:14px;
 content:'';
 display:block;
 width:9px;
 position:absolute;
 left:153px;
 opacity:0;
 height:9px;
 border-top:1px solid #fff;
 border-right:1px solid #fff;
 transform:rotate(45deg);
 transition:all .6s cubic-bezier(.215,.61,.355,1) 0s;
}
#w_fbtn-1594633705554 .p_CommonBtn::before {
 position:absolute;
 transition:all .6s cubic-bezier(.215,.61,.355,1) 0s;
 bottom:18px;
 left:-20px;
 width:90px;
 height:1px;
 background:#fff;
 opacity:0;
}
@media only screen and (min-width: 769px) {
 #w_fbtn-1594633705554 .p_CommonBtn:hover {
  width:100%;
  background-color:rgba(36, 202, 153, 1);
 }
 #w_fbtn-1594633705554 .p_CommonBtn:hover::after {
  opacity:1;
  border-top:1px solid #fff;
  border-right:1px solid #fff;
  left:120px;
 }
 #w_fbtn-1594633705554 .p_CommonBtn:hover::before {
  left:100px;
  width:24px;
  background:#fff;
  opacity:1;
 }
}
@media only screen and (max-width: 768px) {
 #w_fbtn-1594633705554 .p_CommonBtn::before {
  top:27px;
 }
}
#w_grid-1575508028514 {
 width:100%;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:428px;
 margin-top:0px;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_grid-1575508033652 {
 width:100%;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:72px;
 margin-top:0px;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_grid-1575508089667 {
 width:100%;
 max-width:1240px;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:60px;
 margin-top:0px;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:20px;
 padding-right:20px;
 padding-bottom:0px;
}
#w_grid-1575940370372 {
 width:100%;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:0px;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_grid-1575940401248 {
 width:100%;
 max-width:1280px;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:0px;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:20px;
 padding-right:20px;
 padding-bottom:0px;
}
#w_grid-1594626068675 {
 width:100%;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:0px;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_grid-1594626068681 {
 width:100%;
 max-width:1280px;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:0px;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:20px;
 padding-right:20px;
 padding-bottom:0px;
}
#w_common_text-1594626068685 {
 width:auto;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:0px;
 margin-left:0px;
 margin-right:0px;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_fline-1594626068688 {
 width:100%;
 max-width:80px;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:20px;
 margin-top:10px;
 margin-left:0px;
 margin-right:auto;
 margin-bottom:10px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_grid-1601281861389 {
 width:100%;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:0px;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_grid-1601281861398 {
 width:100%;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:0px;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_fvideo-1614132217833 {
 width:100%;
 max-width: 100%;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:0px;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_grid-1601281861417 {
 width:100%;
 max-width:740px;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:0px;
 margin-left:0px;
 margin-right:auto;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_common_text-1603157926121 {
 width:auto;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:20px;
 margin-left:0px;
 margin-right:0px;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_grid-1601281861427 {
 width:100%;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:0px;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_grid-1601281861431 {
 width:100%;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:0px;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_common_text-1601281861452 {
 width:auto;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:0px;
 margin-left:0px;
 margin-right:0px;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_grid-1601281861437 {
 width:100%;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:0px;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_common_text-1601281861455 {
 width:auto;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:0px;
 margin-left:0px;
 margin-right:0px;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_common_text-1601281861457 {
 width:auto;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:0px;
 margin-left:0px;
 margin-right:0px;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_grid-1601281861441 {
 width:100%;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:10px;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:10px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_common_text-1601281861459 {
 width:auto;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:0px;
 margin-left:0px;
 margin-right:0px;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_common_text-1601281861462 {
 width:auto;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:0px;
 margin-left:0px;
 margin-right:0px;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_grid-1601281861446 {
 width:100%;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:10px;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:10px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_common_text-1601281861464 {
 width:auto;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:0px;
 margin-left:0px;
 margin-right:0px;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_common_text-1601281861466 {
 width:auto;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:0px;
 margin-left:0px;
 margin-right:0px;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_grid-1661302030272 {
 width:100%;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:0px;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:15px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_grid-1661302030282 {
 width:100%;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:0px;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_common_text-1661302030298 {
 width:auto;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:0px;
 margin-left:0px;
 margin-right:0px;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_grid-1661302030287 {
 width:100%;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:0px;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_common_text-1661302030302 {
 width:auto;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:0px;
 margin-left:0px;
 margin-right:0px;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_common_text-1661302030304 {
 width:auto;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:0px;
 margin-left:0px;
 margin-right:0px;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_grid-1661302030291 {
 width:100%;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:10px;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:10px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_common_text-1661302030306 {
 width:auto;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:0px;
 margin-left:0px;
 margin-right:0px;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_common_text-1661302030308 {
 width:auto;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:0px;
 margin-left:0px;
 margin-right:0px;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_grid-1661302030295 {
 width:100%;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:10px;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:10px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_common_text-1661302030310 {
 width:auto;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:0px;
 margin-left:0px;
 margin-right:0px;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_common_text-1661302030312 {
 width:auto;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:0px;
 margin-left:0px;
 margin-right:0px;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_grid-1601281861404 {
 width:100%;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:0px;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_grid-1601281861469 {
 width:100%;
 max-width:740px;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:0px;
 margin-left:auto;
 margin-right:0px;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_common_text-1601281861479 {
 width:auto;
 max-width:none;
 min-width:0px;
 height:341px;
 max-height:none;
 min-height:0px;
 margin-top:1.5%;
 margin-left:0px;
 margin-right:0px;
 margin-bottom:1.5%;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_fimg-1601281861473 {
 width:100%;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:0px;
 margin-left:0px;
 margin-right:0px;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_grid-1594625836758 {
 width:100%;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:192px;
 margin-top:0px;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_grid-1598235584075 {
 width:100%;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:0px;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_grid-1598235584093 {
 width:100%;
 max-width:1240px;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:0px;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_common_text-1598235584101 {
 width:auto;
 max-width:none;
 min-width:0px;
 height:33px;
 max-height:none;
 min-height:0px;
 margin-top:80px;
 margin-left:0px;
 margin-right:0px;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_fimg-1603444648660 {
 width:94%;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:30px;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:50px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_grid-1594627873151 {
 width:100%;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:0px;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_grid-1594627873165 {
 width:100%;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:30px;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:20px;
 padding-right:20px;
 padding-bottom:0px;
}
#w_common_text-1594627873173 {
 width:auto;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:50px;
 margin-left:0px;
 margin-right:0px;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_common_text-1594627873178 {
 width:auto;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:20px;
 margin-left:0px;
 margin-right:0px;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_grid-1594629913158 {
 width:100%;
 max-width:1280px;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:192px;
 margin-top:0px;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:50px;
 padding-right:50px;
 padding-bottom:0px;
}
#w_fbtn-1594633465231 {
 width:100%;
 max-width:150px;
 min-width:0px;
 height:100%;
 max-height:0px;
 min-height:36px;
 margin-top:4%;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:10px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_grid-1594630198978 {
 width:100%;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:0px;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_grid-1594630198983 {
 width:100%;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:30px;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:20px;
 padding-right:20px;
 padding-bottom:0px;
}
#w_common_text-1594630198988 {
 width:auto;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:50px;
 margin-left:0px;
 margin-right:0px;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_common_text-1594630198990 {
 width:auto;
 max-width:none;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:0px;
 margin-top:20px;
 margin-left:0px;
 margin-right:0px;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}
#w_grid-1594630198993 {
 width:100%;
 max-width:1280px;
 min-width:0px;
 height:auto;
 max-height:none;
 min-height:192px;
 margin-top:0px;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:0px;
 padding-top:0px;
 padding-left:20px;
 padding-right:20px;
 padding-bottom:0px;
}
#w_fbtn-1594633705554 {
 width:100%;
 max-width:150px;
 min-width:0px;
 height:100%;
 max-height:0px;
 min-height:36px;
 margin-top:4%;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:10px;
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
}















