.tem109-header {
    position: relative;
    z-index: 99
}

.tem109-header .localizationLanguage {
    color: #fff;
    padding-top: 10px
}

.tem109-header .bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between
}

.tem109-header .right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.tem109-header .nav {
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    white-space: nowrap
}

.tem109-header .nav > ul {
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.tem109-header .nav .text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.tem109-header .nav > ul > li, .tem109-header .nav > ul > li > .text, .tem109-header .nav > ul > li > .text a, .tem109-header .search {
    color: inherit;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.tem109-header .nav .text {
    color: #fff
}

.tem109-header .nav .text a {
    cursor: pointer;
    color: inherit
}

.tem109-header .nav a {
    font-size: 16px
}

.tem109-header .nav .icon {
    font-size: 20px
}

.tem109-header .nav .icon:nth-of-type(1) {
    margin-top: -5px
}

.tem109-header .nav .icon:nth-of-type(2) {
    display: none
}

.tem109-header .nav li {
    position: relative;
    cursor: pointer;
    padding: 0 15px;
    overflow: hidden;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0
}

.tem109-header .nav li:hover {
    overflow: visible
}

.tem109-header .nav > ul > li ul {
    position: absolute;
    top: 100%;
    left: 0
}

.tem109-header .nav > ul > li li {
    padding: 10px 0
}

.tem109-header .nav > ul .n2 {
    border-radius: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.tem109-header .nav > ul ul {
    margin-top: 10px;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 6px;
    padding: 0 15px
}

.tem109-header .nav > ul ul ul {
    top: 0;
    left: 100%
}

.tem109-header .nav li:hover > ul {
    margin-top: 0;
    opacity: 1
}

.tem109-header .search {
    color: #fff;
    font-size: 20px;
    padding: 0 15px;
    position: relative
}

.tem109-header .search .search-btn {
    cursor: pointer
}

.tem109-header .floatContent {
    position: fixed;
    top: 200px;
    right: 0;
    background-color: #000;
    min-width: 50px;
    text-align: center
}

.tem109-header .floatContent .loginBar {
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #414141
}

.tem109-header .floatContent .loginBar a {
    color: #fff
}

.tem109-header .search .search2_form {
    color: #fff;
    display: none;
    position: absolute;
    right: 0;
    bottom: -60px;
    width: 300px;
    height: 70px;
    background-color: #000;
    border-radius: 6px;
    padding: 15px
}

.tem109-header .search .search2_form > input {
    background-color: transparent;
    border: none;
    outline: 0;
    width: 100%;
    height: 100%;
    padding: 0 40px;
    font-size: 14px
}

.tem109-header .search .search2_form > button {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: none;
    font-size: 18px
}

.tem109-header .search .search2_form > span {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    cursor: pointer
}

.tem109-header .model-black {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5)
}

.tem109-header .model-nav-switch .switch {
    width: 60px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    color: var(--main-color);
    font-size: 30px;
    display: block;
    cursor: pointer;
}

.tem109-header .model-black, .tem109-header .model-nav-switch {
    display: none
}

.tem109-header .custom-content p {
    padding: 5px;
    color: #fff
}

.tem109-header .nav .rightToLeft {
    left: auto;
    right: 100%
}

.tem109-header .nav .n1 > li > ul.rightToLeft {
    left: auto;
    right: 0
}

.tem109-header .nav {
    position: relative;
    padding: 0 20px
}

.tem109-header nav.nav.hasArrow {
    position: absolute;
    height: 99999px
}

.tem109-header nav.nav.hasArrow .n1 {
    height: 70px;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    transition: all 0s
}

.tem109-header nav.nav .n1 ul {
    height: auto
}

.tem109-header .nav .arrow {
    display: none
}

.tem109-header .nav .arrow.on {
    display: block;
    z-index: 1
}

.tem109-header .nav .arrow span {
    width: 20px;
    height: 30px;
    position: absolute;
    top: 50%;
    color: #fff;
    line-height: 30px;
    text-align: center;
    margin-top: -15px;
    cursor: pointer
}

.tem109-header .nav .arrow span::before {
    width: 100%
}

.tem109-header .nav .arrow .left {
    left: 0
}

.tem109-header .nav .arrow .right {
    right: 0
}

.tem109-header .nav > ul > li > .text, .tem109-header .nav > ul {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.tem109-header nav {
    padding: 0 !important
}

.tem109-header .openBtn {
    cursor: pointer
}

.tem109-header .language {
    display: none;
    position: absolute;
    right: 5px;
    margin-top: 5px;
    z-index: 1
}

.tem109-header .language.on {
    display: block
}

.tem109-header .language > li {
    padding: 3px 20px
}

.tem109-header .language > li a {
    font-size: 12px;
    color: #000
}

.tem109-header .shopping_cart a {
    font-size: 16px;
    color: #fff
}

.tem109-header .shopping_cart span:nth-of-type(2) {
    font-size: 14px
}

.tem109-header .nav .n1 > li {
    opacity: 4.8
}

.tem109-header .nav .n1 > li.active {
    opacity: 1;
    color: #e60012;
}

.tem109-header .nav .n1 > li:hover {
    opacity: 1
}

.tem109-header .nav > ul > li ul {
    max-width: 250px
}

.tem109-header .nav > ul > li ul .text a {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis
}

/* .tem109-header .logo img {
    height: 100%
}
 */
.tem109-header .n1 li, .tem109-header .n1 ul, .tem109-header .n1 .text {
    background-color: inherit;
    color: inherit
}

.tem109-header .n1 {
    background-image: none !important
}

.tem109-header .floatContent .loginBar .icon-person {
    color: #fff;
    font-size: 20px
}

.tem109-header .floatContent .loginBar .dropdown-menu {
    left: auto;
    right: 100%;
    top: 0;
    background-color: #000;
    margin: 0
}

.tem109-header .floatContent .loginBar .dropdown-menu > li > a:hover {
    background-color: transparent;
    text-decoration: underline
}

.tem109-header .bgContainer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1
}

.tem109-header .nav .n2 {
    background-color: #000;
    color: #fff
}

.tem109-header .nav > ul > li > .text a {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    transition: all 0s
}

@media (max-width: 992px) {
    .tem109-header {
        height: auto !important;
        position: sticky;
        position: -webkit-sticky;
        top: 0
    }

    .tem109-header .n1 {
        background: none !important
    }

    .tem109-header .logo {
        height: 60px;
        /*line-height: 40px;*/
		padding: 0px;
		max-width: 60%;
    }

    .tem109-header .container {
        padding: 0 15px !important
    }

    .tem109-header .model-black.on {
        display: block
    }

    .tem109-header .model-nav-switch {
        display: block;

        width: 60px;
        height: 60PX;
        line-height: 70px;
        /* margin-right: 125px; */
        position: absolute;
        top: 0;
        left: -60px;
        background: #1e1e1e3d;
        /* z-index: 999; */


    }

    .tem109-header .bottom {
        -webkit-align-items: center;
        -moz-align-items: center;
        -o-align-items: center;
        align-items: center
    }

    .tem109-header .right {
        position: fixed;
        background-color: #272727 !important;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: inherit!important;
        margin-left: 60px;
        overflow: auto;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        transition: all .3s;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }

    .tem109-header .right.on {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    .tem109-header .nav, .tem109-header .nav > ul, .tem109-header .nav > ul > li, .tem109-header .right, .tem109-header .search {
        display: block
    }

    .tem109-header .search {
        height: auto
    }

    .tem109-header .search .search-btn {
        display: none
    }

    .tem109-header .search .search2_form {
        opacity: 1 !important;
        display: block !important;
        position: relative;
        bottom: 0;
        width: 100%;
        background-color: transparent !important;
        margin-top: 10px;
        padding-left: 0;
        padding-right: 0
    }

    .tem109-header .search .search2_form > span {
        display: none
    }

    .tem109-header .search .search2_form > button {
        left: auto;
        right: 0
    }

    .tem109-header .search .search2_form > button {
        font-size: 14px
    }

    .tem109-header .search .search2_form > input {
        padding-left: 14px
    }

    .tem109-header .search .search2_form > input {
        border: 1px solid #414141
    }

    .tem109-header .nav {
        padding: 0;
        height: auto;
        white-space: normal
    }

    .tem109-header .nav > ul > li ul {
        position: initial;
        opacity: 1;
        margin-top: 0;
        border-radius: 0;
        background-color: #373737 !important;
        display: none
    }

    .tem109-header .nav .text {
        padding: 15px;
        border-bottom: 1px solid #414141;
        color: #fff !important
    }

    .tem109-header .nav li {
        padding-left: 0;
        padding-right: 0
    }

    .tem109-header .nav > ul > li li {
        padding-top: 0;
        padding-bottom: 0
    }

    .tem109-header .nav > ul ul {
        padding-left: 0;
        padding-right: 0
    }

    .tem109-header .nav a {
        font-size: 14px
    }

    .tem109-header .floatContent {
        display: none
    }

    .tem109-header .nav .icon:nth-of-type(1) {
        display: none
    }

    .tem109-header .nav .icon:nth-of-type(2) {
        display: block;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .tem109-header .nav .icon.on:nth-of-type(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .tem109-header .nav .text {
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between
    }

    .tem109-header .nav > ul ul {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none
    }

    .tem109-header .nav > ul ul .text {
        padding-left: 30px
    }

    .tem109-header .nav > ul ul ul .text {
        padding-left: 45px
    }

    .tem109-header .nav > ul ul ul ul .text {
        padding-left: 60px
    }

    .tem109-header .nav > ul > li ul {
        max-width: 100%
    }

    .tem109-header .nav .n1 > li {
        opacity: .5
    }

    .tem109-header .nav .n1 > li:hover {
        opacity: .5
    }

    .tem109-header .nav .n1 > li.active {
        opacity: 1
    }

    .tem109-header .nav .n1 > li.active:hover {
        opacity: 1
    }

    .tem109-header .Languag_one.item {
        padding: 0 15px
    }

    .tem109-header .Languag_one.item .openBtn {
        display: none
    }

    .tem109-header .Languag_one.item .language {
        display: block;
        position: initial
    }

    .tem109-header .language > li a {
        display: block
    }
}

@media (max-width: 768px) {
    .tem109-header .right {
        margin-bottom: 56px
    }
}

.tem109-header[header-component="true"] [header-fontFormart="uppercase"] {
    text-transform: uppercase
}

.tem109-header[header-component="true"] [header-fontFormart="lowercase"] {
    text-transform: lowercase
}

.tem109-header[header-component="true"] [header-fontFormart="capitalize"] {
    text-transform: capitalize
}

.tem109-header[header-component="true"] .scroll {
    width: 100%;
    color: #fff
}

.tem109-header[header-component="true"] [header-positionType="fixedPosition"] {
    position: fixed;
    top: 0;
    transition: all .3s
}

.tem109-header[header-component="true"] [header-positionType="scrollPosition"].scrollPosition {
    position: fixed !important;
    top: 0;
    transition: all .3s
}

.tem109-header[header-component="true"] [header-positionType="scrollPosition"].scroll {
    position: relative
}

.tem109-header[header-component="true"] .scroll .bgContainer {
    z-index: 0
}

.tem109-header[header-component="true"] .scroll .container {
    position: relative;
    z-index: 1
}

@media (max-width: 992px) {
    .tem109-header .localizationLanguage {
        display: block
    }

    .tem109-header .bgContainer {
        background-color: #000 !important
    }

    .tem109-header[header-component="true"] .scroll {
        position: initial !important
    }
}

.tem30-bread {
    background-size: cover
}

.tem30-bread.content-left .box, .tem30-bread.content-left .tem01-location {
    text-align: left
}

.tem30-bread.content-middle .box, .tem30-bread.content-middle .tem01-location {
    text-align: center
}

.tem30-bread.content-right .box, .tem30-bread.content-right .tem01-location {
    text-align: right
}

.tem30-bread .item {
    color: #333
}

.tem30-bread .item .title {
    font-size: 2rem;
    padding: 15px 0 5px
}

.tem30-bread .box .icon {
    font-size: 3rem
}

.tem30-bread .tem01-location a, .tem30-bread .tem01-location span {
    color: inherit
}

@media (max-width: 768px) {
    .tem30-bread {
        padding: 20px 0 !important
    }

    .tem30-bread .box .icon {
        font-size: 1.25rem
    }

    .tem30-bread .item .title {
        padding: 0
    }

    .tem30-bread .box {
        padding: 0 1%
    }

    .tem30-bread .tem01-location {
        font-size: 12px
    }
}

.tem09-menu-tab .list-menu {
    display: inline-block;
    float: right;
    max-width: 30%;
    font-size: 20px;
    color: #333;
    display: none
}

.tem09-menu-tab .list-menu1 {
    max-width: 100% !important;
    float: none !important;
    width: 100% !important;
    text-align: right !important
}

.tem09-menu-tab .list-menu:hover {
    opacity: .7
}

.tem09-menu-tab {
    width: 100%;
    padding: 10px 0;
    margin: 10px 0 30px
}

.tem09-menu-tab .title-box {
    width: 100%;
    overflow: hidden;
    padding: 15px 0;
    margin: 0 0 20px
}

.tem09-menu-tab h3, .tem09-menu-tab .h3 {
    margin: 0;
    font-size: 26px;
    color: #444;
    max-width: 100%
}

.tem09-menu-tab .menu-group {
    margin-bottom: 10px;
    position: relative;
    margin: 0 auto;
    text-align: center
}

.tem09-menu-tab .menu-group .menu-default {
    display: inline-block;
    border: none;
    box-shadow: none;
    margin-right: 5px;
    position: relative
}

.tem09-menu-tab .menu-group .menu_first {
    background: none;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 8px 25px;
    position: relative;
    z-index: 4;
    cursor: pointer
}

.tem09-menu-tab .menu-group .menu_first.bg-color {
    border-color: #ccc
}

.tem09-menu-tab .menu-group .menu_first .caret {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px
}

.tem09-menu-tab .menu-group .menu_first .menu-title {
    color: #666;
    font-size: 14px
}

.tem09-menu-tab .menu-group .menu_first span.icon {
    color: #8e8e8e
}

.tem09-menu-tab .menu-default > .menu_first + .menu-collapse > .menu-body {
    border-top: none
}

.tem09-menu-tab .menu-group .menu-default .menu_second {
    position: absolute;
    z-index: 5;
    display: none
}

.tem09-menu-tab .menu-body {
    padding: 0;
    margin-top: 5px
}

.tem09-menu-tab .menu-body li {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background: #fff
}

.tem09-menu-tab .menu-body li:last-child {
    border-bottom: none
}

.tem09-menu-tab .menu-body li a {
    padding: 12px 28px;
    display: block;
    transition: all 0.3s ease-in 0s;
    font-size: 13px;
    color: #666;
    background: #f7f7f7
}

.tem09-menu-tab .menu-body li a:hover {
    color: #333
}

.tem09-menu-tab .menu-default {
    border-radius: 0
}

.tem09-menu-tab .menu-group .menu_first:hover a, .tem09-menu-tab .menu-group .menu_first:hover span.icon {
    color: #000
}

@media (max-width: 768px) {
    .tem09-menu-tab {
        margin-bottom: 0
    }

    .tem09-menu-tab h3, .tem09-menu-tab .h3 {
        max-width: 70%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        float: left;
        display: inline-block
    }

    .tem09-menu-tab .menu-group {
        display: none
    }

    .tem09-menu-tab .list-menu {
        display: block
    }

    .tem09-menu-tab .menu-group .menu-default {
        width: 100%
    }

    .tem09-menu-tab .menu-group .menu-default .menu_second {
        position: static
    }

    .tem09-menu-tab .menu-group .menu_first {
        padding: 12px 15px
    }

    .tem09-menu-tab .title-box {
        margin: 0
    }

    .tem09-menu-tab .list-menu1 span {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #666;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        margin-bottom: 5px
    }
}

.tem03-faq_list .faq-box {
    counter-reset: div
}

.tem03-faq_list .faq-li {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    color: #232323;
    position: relative
}

.tem03-faq_list .faq-li::after {
    position: absolute;
    content: counter(div, decimal-leading-zero);
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    counter-increment: div;
    top: 10px;
    left: 28px
}

.tem03-faq_list .faq-li .text {
    width: 100%;
    padding: 10px 20px 10px 60px;
    color: inherit;
    background-color: #fff
}

.tem03-faq_list .faq-li .title {
    font-size: 16px;
    color: inherit;
    opacity: .85;
    display: inline-block;
    max-width: 90%;
    line-height: 25px;
    overflow: hidden;
    vertical-align: middle
}

.tem03-faq_list .faq-li .icon {
    color: inherit;
    vertical-align: middle;
    height: 25px;
    line-height: 25px;
    width: 25px;
    overflow: hidden;
    float: right;
    font-size: 24px;
    cursor: pointer;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg)
}

.tem03-faq_list .faq-li .icon.cur {
    transform: rotate(0)
}

.tem03-faq_list .faq-li .description {
    color: inherit;
    opacity: .65;
    line-height: 22px;
    margin-bottom: 5px;
    padding: 25px 28px 25px
}

@media (max-width: 768px) {
    .tem03-faq_list .faq-li::after {
        left: 0;
        font-size: 16px
    }

    .tem03-faq_list .faq-li .text {
        padding-left: 30px;
        padding-right: 0
    }

    .tem03-faq_list .faq-li .icon {
        font-size: 18px
    }
}

@media (max-width: 480px) {
    .tem03-faq_list .faq-li::after {
        left: 15px;
        font-size: 18px;
        top: 13px
    }

    .tem03-faq_list .faq-li .text {
        padding: 10px 10px 10px 48px
    }

    .tem03-faq_list .faq-li .title {
        font-size: 15px
    }

    .tem03-faq_list .faq-li .icon {
        font-size: 18px
    }

    .tem03-faq_list .faq-li .description {
        padding: 10px 15px
    }
}

@media (max-width: 360px) {
    .tem03-faq_list .faq-li .text {
        padding-left: 44px
    }

    .tem03-faq_list .faq-li::after {
        font-size: 16px;
        top: 15px
    }

    .tem03-faq_list .faq-li .title {
        max-width: 85%;
        line-height: 24px;
        font-size: 14px
    }

    .tem03-faq_list .faq-li .description {
        font-size: 12px
    }
}

/*curl-https://www.ledgkgd.com/templates/public4/assets/css/module/faq_list/public_faq_list_3.css*/
.tem03-faq_list .faq-box {
    counter-reset: div
}

.tem03-faq_list .faq-li {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    color: #232323;
    position: relative
}

.tem03-faq_list .faq-li::after {
    position: absolute;
    content: counter(div, decimal-leading-zero);
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    counter-increment: div;
    top: 10px;
    left: 28px
}

.tem03-faq_list .faq-li .text {
    width: 100%;
    padding: 10px 20px 10px 60px;
    color: inherit;
    background-color: #fff
}

.tem03-faq_list .faq-li .title {
    font-size: 16px;
    color: inherit;
    opacity: .85;
    display: inline-block;
    max-width: 90%;
    line-height: 25px;
    overflow: hidden;
    vertical-align: middle
}

.tem03-faq_list .faq-li .icon {
    color: inherit;
    vertical-align: middle;
    height: 25px;
    line-height: 25px;
    width: 25px;
    overflow: hidden;
    float: right;
    font-size: 24px;
    cursor: pointer;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg)
}

.tem03-faq_list .faq-li .icon.cur {
    transform: rotate(0)
}

.tem03-faq_list .faq-li .description {
    color: inherit;
    opacity: .65;
    line-height: 22px;
    margin-bottom: 5px;
    padding: 25px 28px 25px
}

@media (max-width: 768px) {
    .tem03-faq_list .faq-li::after {
        left: 0;
        font-size: 16px
    }

    .tem03-faq_list .faq-li .text {
        padding-left: 30px;
        padding-right: 0
    }

    .tem03-faq_list .faq-li .icon {
        font-size: 18px
    }
}

@media (max-width: 480px) {
    .tem03-faq_list .faq-li::after {
        left: 15px;
        font-size: 18px;
        top: 13px
    }

    .tem03-faq_list .faq-li .text {
        padding: 10px 10px 10px 48px
    }

    .tem03-faq_list .faq-li .title {
        font-size: 15px
    }

    .tem03-faq_list .faq-li .icon {
        font-size: 18px
    }

    .tem03-faq_list .faq-li .description {
        padding: 10px 15px
    }
}

@media (max-width: 360px) {
    .tem03-faq_list .faq-li .text {
        padding-left: 44px
    }

    .tem03-faq_list .faq-li::after {
        font-size: 16px;
        top: 15px
    }

    .tem03-faq_list .faq-li .title {
        max-width: 85%;
        line-height: 24px;
        font-size: 14px
    }

    .tem03-faq_list .faq-li .description {
        font-size: 12px
    }
}

.ny_banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top:3.6%;
}
.ny_banner .slideshow {
	height: auto;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media (max-width: 1199px) and (min-width: 1001px) {
.ny_banner .slideshow {
	height: 320px;
}
}
@media screen and (max-width: 1000px) {
.ny_banner .slideshow {
	height: 280px;
}
}
@media screen and (max-width: 760px) {
.ny_banner .slideshow {
	height: 170px;
}
}
@media screen and (max-width: 480px) {
.ny_banner .slideshow {
	height: 120px;
}
}

.ny_content_wrap {
	background: #ffffff;
	width: 100%;
}
.ny_content {
	width: 90%;
	max-width: 1230px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.ny_content .content_right {
	float: right;
	width: 100%;
	padding: 1%;
}
.ny_content .content_right2 {
	float: none;
	width: 100%;
	padding: 0;
	padding-bottom: 30px;
}
.ny_content .content_right .bread_nav {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.ny_content .content_right .bread_nav div {
	width: 100%;
	text-align: left;
	color: #e60012;
	overflow: hidden;
	font-size: 16px;
}
.ny_content .content_right .bread_nav div>em {
	display: inline-block;
	width: 25px;
	height: 40px;
	/* background: url(../../image/dw.png) center center no-repeat; */
	vertical-align: top;
}
.ny_content .content_right .bread_nav div a {
	color: #555;
}
.ny_content .content_right .bread_nav div a:hover {
	color: #0256ac
}
.ny_content .content_right .conn {
	color: #555;
	font-size: 14px;
	line-height: 28px;
	padding-top: 10px;
	z-index: 1;
	position: relative;
}
.ny_content .ny_news_con2 {
	min-height: 300px;
}
.ny_content .content_right .conn .ny_news_con img, .ny_content .content_right .conn .ny_news_con table, .ny_content .content_right .conn .ny_news_con tr, .ny_content .content_right .conn .ny_news_con td, .ny_content .content_right .conn .ny_news_con p, .ny_content .content_right .conn .ny_news_con span, .ny_content .content_right .conn .ny_news_con div, .ny_content .content_right .conn .ny_news_con video, .ny_content .content_right .conn .ny_news_con embed {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	white-space: normal;
	word-break: break-all;
}
.ny_content .content_right .conn {
	color: #555;
	font-size: 14px;
	line-height: 28px;
	padding-top: 10px;
	z-index: 1;
	position: relative;
}
.ny_content .ny_news_con2 {
	min-height: 300px;
}
.ny_content .content_right .conn .ny_news_con img, .ny_content .content_right .conn .ny_news_con table, .ny_content .content_right .conn .ny_news_con tr, .ny_content .content_right .conn .ny_news_con td, .ny_content .content_right .conn .ny_news_con p, .ny_content .content_right .conn .ny_news_con span, .ny_content .content_right .conn .ny_news_con div, .ny_content .content_right .conn .ny_news_con video, .ny_content .content_right .conn .ny_news_con embed {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	white-space: normal;
	word-break: break-all;
}
.ny_content .content_right2 {
	padding-bottom: 0;
}
.ny_content .ny_news_con {
	min-height: 100px;
}
.new_inside ul li .news_wrap {
	padding: 10px;
}
.new_inside ul li .news_time {
	top: 11px;
	left: 14px;
}
.ny_content .content_right .conn .ny_news_tlt {
	text-align: center;
	font-size: 20px;
	color: #555;
	padding: 10px 0;
}
.content_right .conn .pro_name {
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	color: #7a9bba;
	margin-bottom: 10px;
}
.content_right .conn .proshow1 {
	padding-top: 40px;
	position: relative;
	padding-bottom: 20px;
	background: #ffffff;
}
.content_right .conn .proshow1 .js-silder {
	float: left;
	width: 45%;
	margin-top: 0 !important;
	background: #ffffff;
}

.h_search {
	width: 100%;
	padding: 4px 0;
}
.h_search .form1 {
	max-width: 1280px;
	margin: 0 auto;
	line-height: 59px;
}
.h_search .form_text1 {
	float: left;
	width: 75%;
	height: 50px;
	line-height: 28px;
	text-indent: 10px;
	outline: none;
	background: #f1f1f1;
	margin: 3px 0;
	font-size: 14px;
	border-radius: 0 0 0 4px;
}
.h_search .form_button1 {
	float: left;
	width: 25%;
	height: 50px;
	background: #7a9bba;
	border: 0;
	outline: none;
	color: #FFF;
	margin: 3px 0;
	cursor: pointer;
	border-radius: 0 0 4px 0;
	font-size: 16px;
}
.h_search .form_button1:hover {
	background: #4d779e;
}

/*中等屏幕*/
@media (max-width:992px) {
.h_search {
	width: 100%;
	padding: 0;
}
.h_search .form_text1 {
	width: 70%;
	height: 35px;
	font-size: 12px;
}
.h_search .form_button1 {
	width: 30%;
	height: 35px;
	font-size: 12px;
}
}

.Header-arr {
		display: none;
	}

	.Header-dropdown {
		display: none;
		width: 100%;
		background: #fff;
		position: absolute;
		top: 70px;
		left: 0;
		border-top: 1px solid #eee;
		padding: 58px 0 68px;
		text-align: left;
	}

	.Header-dropdown-contain {
		width: 1200px;
		margin: 0 auto;
	}

	.Header-dpmenu {
		width: 17%;
		float: left;
		border-right: 1px solid #e5e5e5;
		min-height: 180px;
	}

	.Header-dpmenu p {
		display: block;
		width: 100%;
	}

	.Header-dpmenu a {
		display: inline-block;
		padding-left: 32px;
		position: relative;
		font-size: 15px;
		color: #333;
		height: 36px;
		line-height: 36px;
		transition: all .4s ease;
	}

	.Header-dpmenu a i {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 30px;
		text-align: left;
		background: url('../images/public/dropArr.png') no-repeat left center;
	}

	.Header-dpmenu a.ontrue {
		color: #1f5dcb;
	}

	.Header-dpcont {
		width: 83%;
		float: right;
	}

	.Header-dpitem {
		display: none;
		width: 100%;
		overflow: hidden;
	}

	.Header-dpitem.ontrue {
		display: block;
	}

	.Header-prolink {
		width: 60%;
		float: left;
		padding: 0 60px;
		border-right: 1px solid #e5e5e5;
		min-height: 180px;
		overflow: hidden;
	}

	.Header-prolink p {
		display: block;
		width: 50%;
		float: left;
	}

	.Header-prolink a {
		display: inline-block;
		font-size: 15px;
		color: #333;
		height: 36px;
		line-height: 36px;
		transition: all .4s ease;
	}

	.Header-prolink a.ontrue {
		color: #1f5dcb;
	}

	.Header-proimg {
		width: 40%;
		text-align: center;
		float: right;
	}

	.Header-proimg-img {
		max-width: 100%;
		display: none;
		margin: 0 auto;
		height: 180px;
	}

	.Header-proimg-img.ontrue {
		display: block;
	}

	.Header-sonwdimg {
		width: 100%;
		overflow: hidden;
		padding-left: 60px;
	}

	.Header-sonwd {
		width: 52%;
		float: left;
	}

	.Header-sonwd p {
		font-size: 14px;
		color: #666;
		line-height: 28px;
	}

	.Header-sonimg {
		width: 34%;
		float: right;
	}

	.Header-sonimg img {
		width: 100%;
		object-fit: cover;
	}

	.Header-dropmore .Header-dpmenu {
		width: 24%;
	}

	.Header-dropmore .Header-dpcont {
		width: 76%;
	}

	.Header-dropmore .Header-sonimg {
		width: 35.2%;
	}
  .logo a{
        vertical-align: middle;
  }
  
  .productMinLi {
  	display: none !important;
  }
  .productA{
  	flex: inherit!important;
  	-webkit-flex-grow: inherit!important;
  	    -moz-flex-grow: inherit!important;
  	    -ms-flex-grow: inherit!important;
  	    flex-grow: inherit!important;
  }
  @media screen and (max-width: 750px) {
  	.productLi {
  		display: none!important;
  	}
  	
  	.productMinLi {
  		display: block !important;
  	}
  }
  .Header-search-message {
  	width: 100%;
  	height: 70px;
  	position: absolute;
  	z-index: 99;
  	background: #fff;
  	right: 0;
  	top: 0;
  	display: none;
  }
  
  .Header-search-words {
  	width: 1360px;
  	margin: 0 auto;
  }
  
  .Header-search-message i {
  	font-size: 27px;
  	line-height: 79px;
  }
  
  .Header-search-wordsform {
  	float: right;
  	height: 70px;
  	line-height: 70px;
  	font-size: 0;
  }
  
  .Header-search-submit {
  	width: auto;
  	margin-right: 10px;
  	height: 70px;
  	no-repeat center center;
  	cursor: pointer;
  	display: inline-block;
  	vertical-align: middle;
  }
  
  .Header-search-wordsform input {
  	width: 580px;
  	height: 40px;
  	display: inline-block;
  	vertical-align: middle;
  	outline: none;
  	border: none;
  	font-size: 16px;
  	color: #333;
  	margin-right: 40px;
  	border-bottom: 1px solid #dadada;
  }
  
  .Header-search-close {
  	width: 54px;
  	height: 70px;
  	no-repeat center center;
  	cursor: pointer;
  	display: inline-block;
  	vertical-align: middle;
  	user-select: none;
  }
