    /*-- Common Setup --*/
    
    @import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
    body {
        font-size: 18px;
        line-height: 1.125;
        letter-spacing: .8px;
        font-family: '微软雅黑';
        color: #666;
        overflow-x: hidden;
        background-color: #fff !important;
    }
    .height285{
        height: 285px;
    }
    .height180{
        height: 180px;
    }
    .breadcrumb{
        width: 60%;
    }
    .breadcrumb ol li{
        padding: 0;
    }

    a,
    a:hover,
    .color-yellow-hover {
        transition: all .25s ease-in-out;
        text-decoration: none;
        color: #595757;
    }
    
    a.item {
        display: block
    }
    
    p {
        line-height: 1.5
    }
    
    figure {
        margin-bottom: 0
    }
    
    ul.list {
        padding: 0;
        margin: 0;
    }
    
    ul.list li {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    ul.list.style-lightgray .item {
        background: #d8d9d9;
        padding: 20px;
        font-size: 1.15rem
    }
    
    ul.list.style-lightgray.inline .item {
        border-right: 2px solid #fff;
        min-height: 100%;
    }
    
    ul.list.style-lightgray .item:hover {
        background: #f9be00;
        padding: 20px;
    }
    
    ul.list.style-yellow-title .item {
        margin-bottom: 1rem
    }
    
    ul.list.style-yellow-title .item .title {
        font-size: 1.5rem;
        color: #f9be00;
        margin-bottom: 0.3125rem;
    }
    
    ul.list.inline.colume-3 {
        display: flex;
        flex-wrap: wrap;
    }
    
    ul.list.inline.colume-3>.flex-item {
        width: calc(100% / 3);
        margin-bottom: 2px;
    }
    
    .font-italic {
        font-style: initial;
    }
    
    .img-hover-larger {
        overflow: hidden;
    }
    
    .item .img-hover-larger img {
        transition: all .25s ease-in-out;
    }
    
    .item:hover .img-hover-larger img {
        transform: scale(1.1);
        transition: all .25s ease-in-out;
    }
    
    .container.sm .row {
        margin-right: -8px;
        margin-left: -8px;
    }
    
    .container.sm .row .col,
    .container.sm .row .col-1,
    .container.sm .row .col-10,
    .container.sm .row .col-11,
    .container.sm .row .col-12,
    .container.sm .row .col-2,
    .container.sm .row .col-3,
    .container.sm .row .col-4,
    .container.sm .row .col-5,
    .container.sm .row .col-6,
    .container.sm .row .col-7,
    .container.sm .row .col-8,
    .container.sm .row .col-9,
    .container.sm .row .col-auto,
    .container.sm .row .col-lg,
    .container.sm .row .col-lg-1,
    .container.sm .row .col-lg-10,
    .container.sm .row .col-lg-11,
    .container.sm .row .col-lg-12,
    .container.sm .row .col-lg-2,
    .container.sm .row .col-lg-3,
    .container.sm .row .col-lg-4,
    .container.sm .row .col-lg-5,
    .container.sm .row .col-lg-6,
    .container.sm .row .col-lg-7,
    .container.sm .row .col-lg-8,
    .container.sm .row .col-lg-9,
    .container.sm .row .col-lg-auto,
    .container.sm .row .col-md,
    .container.sm .row .col-md-1,
    .container.sm .row .col-md-10,
    .container.sm .row .col-md-11,
    .container.sm .row .col-md-12,
    .container.sm .row .col-md-2,
    .container.sm .row .col-md-3,
    .container.sm .row .col-md-4,
    .container.sm .row .col-md-5,
    .container.sm .row .col-md-6,
    .container.sm .row .col-md-7,
    .container.sm .row .col-md-8,
    .container.sm .row .col-md-9,
    .container.sm .row .col-md-auto,
    .container.sm .row .col-sm,
    .container.sm .row .col-sm-1,
    .container.sm .row .col-sm-10,
    .container.sm .row .col-sm-11,
    .container.sm .row .col-sm-12,
    .container.sm .row .col-sm-2,
    .container.sm .row .col-sm-3,
    .container.sm .row .col-sm-4,
    .container.sm .row .col-sm-5,
    .container.sm .row .col-sm-6,
    .container.sm .row .col-sm-7,
    .container.sm .row .col-sm-8,
    .container.sm .row .col-sm-9,
    .container.sm .row .col-sm-auto,
    .container.sm .row .col-xl,
    .container.sm .row .col-xl-1,
    .container.sm .row .col-xl-10,
    .container.sm .row .col-xl-11,
    .container.sm .row .col-xl-12,
    .container.sm .row .col-xl-2,
    .container.sm .row .col-xl-3,
    .container.sm .row .col-xl-4,
    .container.sm .row .col-xl-5,
    .container.sm .row .col-xl-6,
    .container.sm .row .col-xl-7,
    .container.sm .row .col-xl-8,
    .container.sm .row .col-xl-9,
    .container.sm .row .col-xl-auto {
        padding-right: 8px;
        padding-left: 8px;
    }
    
    .webeditor,
    .webeditor p {
        line-height: 1.625
    }
    
    .mobile-nav {
        display: none;
    }
    
    #overlay {
        background: rgba(0, 54, 134, .5);
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        display: none;
        z-index: 2
    }
    
    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }
    
    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    /*-- 404 & successed--*/
    
    .error-404 {
        text-align: center;
    }
    
    .error-404 .ttm-big-icon {
        margin: 15px 0;
    }
    
    .error-404 .ttm-big-icon .ti-alert,
    .error-404 .ttm-big-icon .ti-check {
        background: url(../images/icon-404.svg) center center no-repeat;
        width: 250px;
        height: 250px;
        display: inline-block;
    }
    
    .error-404 .ttm-big-icon .ti-check {
        background: url(../images/icon-success.svg) center center no-repeat;
    }
    /*-- Language --*/
    
    .lan {
        background: transparent;
        cursor: pointer;
        padding: 28px 0;
        color: #fff
    }
    
    .lan .dropdown-toggle {
        padding-top: 5px;
        opacity: .8;
        transition: all .25s ease-in-out;
    }
    
    .lan:hover .dropdown-toggle {
        opacity: 1;
        transition: all .25s ease-in-out;
    }
    
    .lan .dropdown-menu {
        margin-top: 25px;
        border-radius: 0;
        background: rgba(0, 148, 145, .95);
    }
    
    .lan .dropdown-menu .dropdown-item {
        color: #fff;
        padding: .5rem 1.2rem;
        transition: all .25s ease-in-out;
    }
    
    .lan .dropdown-menu .dropdown-item:hover,
    .lan .dropdown-menu .dropdown-item:focus {
        background: transparent;
        margin-left: 5px;
        transition: all .25s ease-in-out;
    }
    /*-- GoTop--*/
    
    .gotop {
        position: fixed;
        right: 25px;
        bottom: 75px;
        opacity: .8;
        cursor: pointer;
        display: none;
    }
    /*-- Colors --*/
    
    .color-white,
    a.color-white:hover,
    .color-white-hover:hover,
    .item:hover .color-white-hover {
        color: #fff
    }
    
    .color-black {
        color: #000
    }
    
    .color-softgray {
        color: #f1f1f1
    }
    
    .color-lightergray {
        color: #ddd
    }
    
    .color-lightgray {
        color: #B3B3B3
    }
    
    .color-gray {
        color: #666
    }
    
    .color-darkgray {
        color: #333
    }
    
    .color-blue,
    .item:hover .color-blue-hover,
    .color-blue-hover:hover {
        color: #009491;
    }
    
    .color-darkblue,
    .item:hover .color-darkblue-hover,
    .color-darkblue-hover:hover {
        color: #002253;
    }
    
    .color-red {
        color: #E60012;
    }
    /*-- Borders --*/
    /*-- Backgrounds --*/
    
    .bg-image {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .bg-overlay-dark {
        position: relative;
        color: #fff
    }
    
    .bg-overlay-dark::before {
        content: "";
        width: 100%;
        height: 100%;
        background: #000;
        position: absolute;
        top: 0;
        left: 0
    }
    
    .bg-overlay-dark.opacity-80::before {
        opacity: .8
    }
    
    .bg-overlay-dark.opacity-30::before {
        opacity: .3
    }
    
    .bg-overlay-dark>div {
        position: relative;
        z-index: 2
    }
    
    .bg-superlightgray {
        background: #f9f9f9
    }
    
    .bg-softgray {
        background: #f1f1f1
    }
    
    .bg-darkgray {
        background: #333;
    }
    
    .bg-blue,
    .bg-blue-hover:hover,
    .item:hover .bg-blue-hover {
        background: #009491;
    }
    
    .bg-number .item {
        position: relative;
    }
    
    .bg-number .item .number {
        font-size: 13rem;
        position: absolute;
        bottom: -2rem;
        right: 2rem;
        z-index: -1;
        font-family: arial
    }
    /*-- Buttons --*/
    
    .btn.style-darkgray {
        color: #fff;
        background: #333;
        border-radius: 0;
        padding: 1rem;
        letter-spacing: 0;
        min-width: 250px;
        text-align: center;
        line-height: 1;
    }
    
    .btn.style-darkgray:hover {
        background: #009491;
        color: #fff;
    }
    
    .btn.style-blue {
        color: #fff;
        background: #009491;
        border-radius: 0;
        padding: 1rem;
        letter-spacing: 0;
        min-width: 250px;
        text-align: center;
        line-height: 1;
    }
    
    .btn.sm {
        padding: .8rem 1rem;
        min-width: 150px;
    }
    /*-- Tabs --*/
    
    .tab-style-blue .nav-tabs {
        border-bottom: 4px solid #003685;
    }
    
    .tab-style-blue .nav-item {
        flex: 1 1 auto;
        background: #eee;
        margin-bottom: 0;
    }
    
    .tab-style-blue .nav-item:not(:last-child) {
        margin-right: 2px;
    }
    
    .tab-style-blue .nav-link {
        padding: 1.125rem;
        text-align: center;
        text-transform: uppercase;
        border-radius: 0;
        border: none;
    }
    
    .tab-style-blue .nav-link:hover,
    .tab-style-blue .nav-link.active {
        border: none;
        background: #003685;
        color: #fff;
    }
    
    .tab-style-blue .tab-content {
        background: #eee;
    }
    /*-- Titles --*/
    
    .title-main {
        position: relative;
        background: #009491;
        padding: 20px 20px 20px 50px;
        font-size: 2.875rem;
        z-index: 1;
        display: inline-block;
        min-width: 580px;
        color: #fff;
        transform: translateX(-50px);
    }
    
    .title-border-bottom {
        position: relative;
        line-height: 1.5;
    }
    
    .title-border-bottom::after {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 30px;
        height: 3px;
        background: #009491;
    }
    
    .title-border-bottom.center::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .bg-overlay-dark .title-border-bottom::after {
        background: #fff;
    }
    /*-- Tables --*/
    
    .style-blue .table-striped tbody tr:nth-of-type(odd) {
        background: transparent;
    }
    
    .style-blue .table-striped tbody tr:nth-of-type(even) {
        background: #eee;
    }
    
    .style-blue .table {
        text-align: center;
    }
    
    .style-blue .table-bordered th,
    .style-blue .table-bordered td {
        border-color: #fff;
        vertical-align: middle;
    }
    
    .style-blue thead tr th {
        background: #009491;
        color: #fff;
        padding: 20px 20px 20px 45px;
    }
    
    .style-blue thead tr th:first-child {
        text-align: left;
    }
    
    .style-blue tbody tr th {
        font-weight: normal;
        text-align: left;
        padding: 15px 15px 15px 45px;
    }
    
    .style-blue tbody tr td {
        font-weight: lighter;
        padding: 15px;
    }
    /*-- Pagination --*/
    
    .pagination {
        display: inline-flex;
    }
    
    .page-link {
        border: 1px solid #4c4d53;
        border-radius: 0;
        margin: 0 7px;
        padding: 10px 15px;
        color: #4c4d53;
    }
    
    .page-link:hover {
        border: 1px solid #4c4d53;
        background: #003685;
        color: #fff;
    }
    
    .page-item:first-child .page-link,
    .page-item:last-child .page-link {
        border-radius: 0;
    }
    /*-- Form --*/
    
    .form-horizontal.style-lightgray .form-group {
        margin-bottom: 1.5rem;
        display: flex;
        align-items: center;
    }
    
    .form-horizontal.style-lightgray .form-group .form-label {
        min-width: 10rem;
        margin-bottom: 0;
    }
    
    .form-horizontal.style-lightgray .form-control {
        border: none;
        background: #ebebec;
        padding: .8rem 1rem;
        height: auto;
        border-radius: 0;
    }
    
    .form .form-group {
        display: flex;
        margin-bottom: 0;
    }
    
    .form .form-group .form-label {
        padding: 25px 15px;
        width: 30%;
        margin: 0;
    }
    /*.form .form-group.country .form-label,
.form .form-group.security .form-label {
  width: calc(20% - 2px);
}*/
    
    .form .form-group.security .form-label {
        width: calc(30% - 5px);
    }
    
    .form .form-group .form-plaintext,
    .select2-container--default .select2-selection--single {
        margin: 10px 20px;
        padding: 10px 20px;
        display: block;
        background: #f5f5f5;
        color: #888888;
        border: none;
        width: 100%;
    }
    
    .form .form-group .form-plaintext.error,
    .form .form-group .form-plaintext.error:focus {
        border: 3px solid #ff0000 !important;
    }
    
    .form .form-group .form-plaintext:focus,
    .select2-container--default .select2-selection--single:focus {
        border-radius: 0;
    }
    
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        border-left: none;
        right: 20px;
    }
    
    .country .select2-selection {
        width: calc(100% - 40px);
    }
    
    .form .form-group .security.form-plaintext {
        background: transparent;
        padding: 0;
        display: flex;
        align-items: center;
    }
    
    .form .form-group .security.form-plaintext input {
        padding: 10px 20px;
        background: #f5f5f5;
        color: #888888;
        border: none;
        height: 100%;
        display: inline-block;
    }
    /*-- Select2 --*/
    
    .select2-container--default .select2-selection--single {
        background-color: #fff;
        border: none;
        border-radius: 0;
        padding: 10px 65px 10px 20px;
        height: auto;
    }
    
    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 0;
        padding-right: 0;
    }
    
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        width: 45px;
        border-left: 2px solid #eee;
    }
    
    .select2-dropdown {
        border: none;
        top: 2px;
        padding: 10px 0;
    }
    
    .select2-search--dropdown {
        padding: 0 20px 10px;
    }
    
    .select2-results__option {
        padding: 0 20px;
    }
    /*-- Breadcrumb --*/
    
    .breadcrumb {
        background: transparent;
        margin: 0;
        padding: 0;
    }
    
    .breadcrumb ol {
        padding: 0;
        margin: 0 0 0 20px;
        position: relative;
    }
    
    .breadcrumb ol::before {
        content: "::";
        position: absolute;
        top: 18px;
        line-height: 1;
        left: -18px;
        color: #b3b3b3;
    }
    
    .breadcrumb ol li {
        position: relative;
        display: inline-block;
        list-style: none;
        margin-right: 20px;
    }
    
    .breadcrumb ol li:not(:last-child)::after {
        content: ">";
        position: absolute;
        top: 18px;
        line-height: 1;
        right: -18px;
        color: #b3b3b3;
    }
    
    .breadcrumb .item {
        font-size: .875rem;
        color: #B3B3B3;
        text-transform: uppercase;
    }
    
    .breadcrumb .item:hover {
        color: #009491;
    }
    /*-- PageBanner --*/
    
    .page-banner {
        position: relative;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .page-banner .info {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
    }
    /*-- Carousels --*/
    
    .dots-red .owl-dots {
        position: relative;
        z-index: 2;
        margin-top: 30px;
        text-align: center;
    }
    
    .dots-red .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        background: #DBDCDC;
        border-radius: 100%;
        margin: 0 4px
    }
    
    .dots-red .owl-dots .owl-dot:focus {
        outline: none;
    }
    
    .dots-red .owl-dots .owl-dot:hover {
        background: #B3B3B3;
    }
    
    .dots-red .owl-dots .owl-dot.active {
        background: #009491
    }
    
    .nav-default .owl-stage-outer {
        z-index: 1;
    }
    
    .nav-default .owl-nav {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 0;
    }
    
    .nav-default .owl-nav .owl-prev,
    .nav-default .owl-nav .owl-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .nav-default .owl-nav .owl-prev {
        left: -40px;
        right: auto;
    }
    
    .nav-default .owl-nav .owl-next {
        left: auto;
        right: -40px;
    }
    
    .nav-default .owl-nav .owl-prev span,
    .nav-default .owl-nav .owl-next span {
        font-size: 0;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        width: 22px;
        height: 45px;
        display: block;
    }
    
    .nav-default .owl-nav .owl-prev span {
        background-image: url(../images/icon-arrow-left.svg);
    }
    
    .nav-default .owl-nav .owl-next span {
        background-image: url(../images/icon-arrow-right.svg);
    }
    /*-- Groups --*/
    
    .group.row-5 .row {
        margin-left: -5px;
        margin-right: -5px;
        display: flex;
    }
    
    .group.row-5 .item {
        width: calc(20% - 10px);
        margin-left: 5px;
        margin-right: 5px;
    }
    
    .group.row-5.gap30 .row {
        margin-left: -15px;
        margin-right: -15px;
        display: flex;
    }
    
    .group.row-5.gap30 .item {
        width: calc(20% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }
    
    .group.row-4 .row {
        margin-left: -5px;
        margin-right: -5px;
        display: flex;
    }
    
    .group.row-4 .item {
        width: calc(25% - 10px);
        margin-left: 5px;
        margin-right: 5px;
    }
    
    .logos .group {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .logos .group .item {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 30px 50px;
    }
    /*-- Links --*/
    
    .bg-links .item {
        position: relative;
        cursor: pointer;
    }
    
    .bg-links .item .link {
        display: block;
        width: 100%;
        z-index: 5;
    }
    
    .bg-links .item .link.absolute {
        position: absolute;
    }
    
    .bg-links .item .info {
        padding: 15px;
        text-align: center;
        color: #fff;
        background: rgba(51, 51, 51, .8);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        z-index: 3;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: all .25s ease-in-out;
    }
    
    .bg-links .item .title {
        margin-bottom: 0
    }
    
    .bg-links .item .sec-title {
        display: none;
        opacity: .8;
        transition: all .25s ease-in-out;
    }
    
    .bg-links .item:hover .info,
    .bg-links .item .active .info {
        background: rgba(0, 54, 134, .6);
        height: 100%;
        text-align: center;
        transition: all .25s ease-in-out;
    }
    
    .bg-links .item:hover .sec-title,
    .bg-links .item .active .sec-title {
        display: block;
        transition: all .25s ease-in-out;
    }
    
    .border-bottom-blue .item::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 10px;
        background: #009491;
        opacity: 0;
        transition: all .25s ease-in-out;
    }
    
    .border-bottom-blue .row .item::after {
        width: calc(100% - 30px);
    }
    
    .border-bottom-blue .row .item.mb-20::after {
        bottom: 20px;
    }
    
    .border-bottom-blue .row .item.mb-30::after {
        bottom: 30px;
    }
    
    .border-bottom-blue .container.sm .row .item::after,
    .container.sm .border-bottom-blue .row .item::after {
        width: calc(100% - 16px);
    }
    
    .border-bottom-blue .item:hover::after {
        opacity: 1;
        transition: all .25s ease-in-out;
    }
    /*-- Header --*/
    
    .header {
        position: relative;
        background: #009491;
    }
    
    .header.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
    }
    
    .header.fixed .desktop {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 5;
        box-shadow: 0 5px 20px rgba(0, 0, 0, .3);
    }
    
    .header .desktop {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 5;
        display: flex;
        justify-content: space-between;
        padding: 0 75px;
    }
    
    .header .desktop .logo {
        padding: 25px 0;
        margin-right: 140px;
        display: block;
    }
    
    .header .desktop .logo img {
        width: 215px;
        height: 30px;
    }
    
    .header .desktop .logo .title,
    .footer .logo .title {
        color: #fff;
        font-size: 0.75rem;
        margin-top: 0.5rem;
        letter-spacing: 5px;
    }
    
    .header .desktop .social-media {
        padding: 28px 0;
    }
    
    .header .desktop .social-media .item {
        margin-left: 20px;
    }
    
    .header .desktop .social-media .item img {
        width: 30px;
    }
    
    .header .dropdown-sm {
        position: relative;
    }
    
    .header .nav {
        padding: 0;
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
    }
    
    .header .nav li {
        list-style: none;
    }
    
    .header .nav>li.nav-item>a {
        position: relative;
        display: block;
        /* opacity: .8; */
        padding: 28px 0;
        margin: 0 30px;
        color: #fff;
        font-size: 1.25rem;
    }
    
    .header .nav>li.nav-item>a:hover {
        opacity: 1;
    }
    
    .header .item-dropdown {
        display: none;
        position: absolute;
        left: 0;
        top: 80px;
        background: rgba(0, 148, 145, .95);
        box-shadow: 0 0 20px rgba(0, 0, 0, .25);
        width: 100%;
        padding: .5rem 0;
    }
    
    .header .nav-item:hover .item-dropdown {
        display: block;
    }
    
    .header .item-dropdown.fluid {
        width: 100vw;
        padding: 90px 55px 55px;
    }
    
    .item-dropdown .dropdown-item {
        color: #fff;
        padding: .5rem 1.2rem;
        transition: all .25s ease-in-out;
        font-size: 1rem;
    }
    
    .item-dropdown .dropdown-item:hover {
        background: transparent;
        margin-left: 5px;
        transition: all .25s ease-in-out;
    }
    
    .header .mobile {
        position: relative;
    }
    
    .header .mobile .logo {
        text-align: center;
        padding: 20px 0;
        background: #009491;
        transition: all .25s ease-in-out;
    }
    
    .header .mobile .logo img {
        width: 125px;
        height: 20px
    }
    
    .header .mobile #mobilebtn {
        position: absolute;
        top: 20px;
        left: 15px;
        padding: 0;
    }
    
    .header .mobile .mobile-nav {
        background: #f7f7f7;
        position: absolute;
        width: 100vw;
        top: 0;
        left: 0;
        z-index: 5;
    }
    
    .header .mobile .mobile-nav .logo {
        position: relative
    }
    
    .header .mobile .mobile-nav #mobileclose {
        padding: 0;
        position: absolute;
        top: 20px;
        left: 15px;
    }
    
    .header .mobile .mobile-nav .main {
        padding: 10px 0;
    }
    
    .header .mobile .mobile-nav>.main>.item>a {
        display: block;
        padding: 15px 20px;
        border-bottom: 1px solid #e4e2e3;
        font-size: 1rem;
        color: #333;
    }
    
    .header .mobile .mobile-nav>.main>.item.dropdown>a span {
        position: relative;
    }
    
    .header .mobile .mobile-nav>.main>.item.dropdown>a span::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -15px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 3px 0 3px;
        border-color: #383735 transparent transparent transparent;
    }
    
    .header .mobile .mobile-nav .list.sec {
        background: #009491;
        padding: 0;
    }
    
    .header .mobile .mobile-nav .list.sec>.item>a {
        display: block;
        padding: 15px 50px;
        border-top: 1px solid rgba(255, 255, 255, .2);
        color: #fff;
        font-size: 1rem;
    }
    
    .header .mobile .mobile-nav .list.third {
        padding: 0 0 5px;
    }
    
    .header .mobile .mobile-nav .list.third>.item>a {
        display: block;
        text-align: center;
        text-transform: capitalize;
        font-size: .9rem;
        padding: 7px 0;
        color: #888;
    }
    
    .header .mobile .social-media,
    .header .mobile .language {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .header .mobile .social-media {
        padding: 10px 0;
    }
    
    .header .mobile .social-media li {
        margin: 0 10px;
    }
    
    .header .mobile .social-media img {
        width: 25px;
    }
    
    .header .mobile .language {
        padding: 10px 0 30px;
    }
    
    .header .mobile .language li a {
        padding: 0 10px;
        position: relative;
    }
    
    .header .mobile .language li:not(:last-child) a::after {
        content: "/";
        position: absolute;
        right: -3px;
        top: 0;
    }
    /*-- Footer --*/
    
    .footer {
        position: relative;
        background: #009491;
        padding-top: 60px;
        color: rgba(255, 255, 255, .8);
        font-size: 1rem;
        /* z-index: 4;*/
    }
    
    .footer a {
        color: rgba(255, 255, 255, .8);
        display: inline-block;
    }
    
    .footer a:hover {
        color: #fff;
    }
    
    .footer .logo {
        display: block;
    }
    
    .footer .logo img {
        width: 220px;
        height: 30px;
    }
    
    .footer .list li {
        margin-bottom: 18px;
    }
    
    .footer .container {
        padding-left: 35px;
        padding-right: 35px;
    }
    
    .footer .row {
        margin-left: -35px;
        margin-right: -35px;
    }
    
    .footer .row>div {
        padding-left: 35px;
        padding-right: 35px;
    }
    
    .footer .row.normal {
        margin-left: -15px;
        margin-right: -15px;
    }
    
    .footer .row.normal>div {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .footer .figure {
        width: calc(65% / 3);
    }
    
    .footer .figure.larger {
        width: 35%
    }
    
    .footer .social-media li {
        margin-bottom: 0;
        margin-right: 20px;
    }
    
    .footer .social-media li img {
        width: 35px;
        height: 35px;
    }
    
    .footer .contact li {
        display: flex
    }
    
    .footer .contact .icon {
        margin-right: 15px;
    }
    
    .footer .contact .icon img {
        width: 20px;
        height: 23px;
    }
    
    .copyright {
        padding: 18px 0;
        background: #006a68;
        color: white;
        font-size: .875rem;
    }
    
    .copyright a {
        color: #ddd;
    }
    
    .copyright a:hover {
        color: #fff;
    }
    /*-- Main --*/
    
    .icon-plus {
        position: relative;
        width: 30px;
        height: 30px;
        display: inline-block;
    }
    
    .icon-plus::before,
    .icon-plus::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 15px;
        height: 3px;
        border-radius: 30px;
        background: #000;
    }
    
    .icon-plus::after {
        transform: translate(-50%, -50%) rotate(90deg);
    }
    
    .fixed-label {
        background: #000;
        padding: 20px;
        border-radius: 15px 0 0 15px;
        display: block;
        position: fixed;
        right: -5px;
        top: 40%;
        transition: all .25s ease-in-out;
        z-index: 5;
    }
    
    .fixed-label .icon-plus {
        width: 20px;
        height: 20px;
    }
    
    .fixed-label .icon-plus::before,
    .fixed-label .icon-plus::after {
        background: #fff;
        width: 100%;
        height: 3px;
    }
    
    .load-item {
        display: none;
    }
    
    .visually-hidden {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }
    
    .main {
        position: relative;
    }
    
    .choose .icon img {
        width: 105px;
        height: 105px;
        display: inline-block;
    }
    
    .choose .container {
        padding-left: 45px;
        padding-right: 45px;
    }
    
    .choose .row {
        margin-left: -45px;
        margin-right: -45px;
    }
    
    .choose .row>div {
        padding-left: 45px;
        padding-right: 45px;
    }
    
    .news .item {
        border: 1px solid #ddd;
    }
    
    .news .item .img-hover-larger {
        border-bottom: 1px solid #ddd;
    }
    
    .news .item .info {
        padding: 25px 30px 30px;
        background: #fff;
        min-height: 300px;
    }
    
    .fancybox-slide--iframe .fancybox-content {
        max-width: 275px;
        max-height: 275px;
    }
    
    .collapse-blue .item {
        margin-bottom: 10px;
        border: 1px solid #ddd;
    }
    
    .collapse-blue .item .title,
    .collapse-blue .item .title.collapsed:hover {
        position: relative;
        cursor: pointer;
        padding: 1.5625rem 4.5rem 1.5625rem 1.25rem;
        background: #009491;
        color: #fff;
        transition: all .25s ease-in-out;
    }
    
    .collapse-blue .item .title.collapsed {
        background: #f1f1f1;
        color: #333;
        transition: all .25s ease-in-out;
    }
    
    .collapse-blue .item .title .number {
        margin-right: 10px;
        font-weight: 700;
    }
    
    .collapse-blue .item .info {
        padding: 1.5rem 2rem;
        line-height: 1.5;
        font-size: 1rem;
    }
    
    .collapse-blue .icon-plus {
        position: absolute;
        right: 25px;
    }
    
    .collapse-blue .icon-plus::before,
    .collapse-blue .icon-plus::after {
        transform: translate(-50%, -50%) rotate(0deg);
        transition: all .25s ease-in-out;
    }
    
    .collapse-blue .collapsed .icon-plus::after {
        transform: translate(-50%, -50%) rotate(90deg);
        transition: all .25s ease-in-out;
    }
    
    .collapse-blue .icon-plus::before,
    .collapse-blue .icon-plus::after,
    .collapse-blue .title:hover .icon-plus::before,
    .collapse-blue .title:hover .icon-plus::after {
        background-color: #fff;
    }
    
    .collapse-blue .collapsed .icon-plus::before,
    .collapse-blue .collapsed .icon-plus::after {
        background-color: #333;
    }
    
    .inquery .modal-header {
        background: #009491;
        color: #fff;
    }
    
    .inquery .modal-header .close {
        padding: 0;
        margin: 0;
        color: #fff;
        width: 35px;
        height: 35px;
        line-height: 1;
        border: 1px solid #fff;
        border-radius: 100%;
    }
    
    .tab-blue .nav {
        display: flex;
        margin-left: -4px;
        margin-right: -4px;
    }
    
    .tab-blue .nav .item {
        flex: 1;
        max-width: 100%;
        padding-left: 4px;
        padding-right: 4px;
    }
    
    .tab-blue .nav .item .link {
        display: block;
        padding: 1.25rem;
        background: #DDDDDD;
        color: #333;
        text-align: center;
    }
    
    .tab-blue .nav .item .link.active,
    .tab-blue .nav .item .link:hover {
        color: #fff;
        background: #009491;
    }
    
    .tab-blue .tab-pane {
        padding: 3.75rem;
        border: 1px solid #ddd;
        background: #fff;
    }
    
    .faq-list {
        margin: 0;
        padding: 0;
    }
    
    .faq-list .item {
        display: flex;
        padding: 1.5625rem 0;
        border-bottom: 1px solid #B3B3B3;
        list-style: none;
    }
    
    .faq-list .item:first-child {
        padding-top: 0
    }
    
    .faq-list img {
        max-width: 100%;
    }
    
    .fixme.fixed .wrapper {
        position: fixed;
        top: 150px;
        right: calc((100vw - 1440px) / 2 - 30px);
        width: 735px;
        padding-left: 15px;
    }
    
    .fixme.fixed .wrapper .width {
        width: 705px;
    }
    
    .fixme.bottom-fixed {
        display: flex;
        align-items: flex-end;
    }
    
    .fixme.bottom-fixed .wrapper {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        padding-left: 0px;
    }
    /*-- Index --*/
    
    .banner .carousel-item {
        position: relative
    }
    
    .banner .image {
        overflow: hidden;
        position: relative;
        display: flex;
        justify-content: center;
    }
    /* .banner .image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
} */
    
    .banner .slogan {
        position: absolute;
        bottom: 20%;
        left: 8%;
        color: #fff
    }
    
    .banner .slogan .title-main {
        font-size: 4.5rem;
        font-weight: 700;
        margin-bottom: 12px;
        padding: 0 0 0 50px;
        background: transparent;
    }
    
    .banner .slogan .title-sec {
        max-width: 40vw
    }
    
    .banner .carousel-indicators {
        justify-content: unset;
        z-index: 4;
        position: absolute;
        left: auto;
        right: 75px;
        bottom: 20px;
        margin: 0;
    }
    
    .banner .carousel-indicators .item {
        position: relative;
        background-color: #DBDCDC;
        width: 12px;
        height: 12px;
        border-radius: 100%;
        margin-left: 10px;
    }
    
    .banner .carousel-indicators .item:hover {
        background-color: #b3b3b3;
    }
    
    .banner .carousel-indicators .item.active {
        background-color: #009491;
    }
    
    .inquery .form .form-group .form-label {
        width: 40%;
        color: #333;
    }
    /*-- About --*/
    
    .history .item {
        padding: 0 20px;
    }
    
    .history .item .year {
        position: relative;
        width: 100%;
    }
    
    .history .item .year::after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 50%;
        left: -20px;
        background: #002253;
        width: calc(100% + 40px);
        height: 3px;
    }
    
    .history .item .year .title {
        position: relative;
        z-index: 2;
        color: #fff;
        background: #009491;
        width: 120px;
        height: 120px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }
    
    ul,
    li,
    ol {
        list-style: none;
        padding: 0;
    }
    /*-- Applications --*/
    
    .applications .bg-links .tab {
        margin-left: -5px;
        margin-right: -5px;
        display: flex;
    }
    
    .applications .bg-links .tab li {
        width: calc(20% - 10px);
        margin-left: 5px;
        margin-right: 5px;
    }
    
    .applications .bg-links.tab-pane .item .list,
    .applications .bg-links.tab-pane .item:hover .title {
        display: none;
    }
    
    .applications .bg-links.tab-pane .item:hover .list {
        display: block;
    }
    
    .applications .bg-links.tab-pane .item:hover .info {
        display: block;
        text-align: left;
        padding: 35px 16px 20px;
    }
    
    .applications .bg-links.tab-pane .item .list .title {
        padding-bottom: 12px;
        margin-bottom: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, .6);
    }
    
    .applications .bg-links.tab-pane .item:hover .list .title {
        display: block;
    }
    
    .applications .bg-links.tab-pane .item .list ul {
        padding-left: 18px;
        color: rgba(255, 255, 255, .9);
    }
    
    .applications .bg-links.tab-pane .item .list ul li:not(:last-child) {
        margin-bottom: 10px;
    }
    /*-- Product --*/
    
    .product_i.nav .item {
        padding: 16px 20px;
        display: block;
        color: #fff;
        background: transparent;
        box-shadow: none;
        border: none;
        font-size: 1.25rem;
        transition: all .25s ease-in-out;
    }
    
    .product_i.nav .item:focus {
        outline: none;
    }
    
    .product_i.nav .item:hover {
        background: #009491;
        transition: all .25s ease-in-out;
    }
    /*-- News --*/
    
    .share img {
        width: 30px;
    }
    
    .share a:hover img {
        transform: scale(1.1);
    }
    /*-- Videos --*/
    
    .videos .js-video-button {
        position: relative;
    }
    
    .videos .item .info {
        padding: 20px;
        min-height: 120px;
    }
    .videos .item .info h3{
        margin-bottom: 0;
    }
    .videos .overlay {
        background: url(../images/vidio.png) center center no-repeat rgba(0, 54, 134, .8);
        width: 100%;
        height: 100%;
        background-size: 90%;
        position: absolute;
        z-index: 5;
    }
    
    .videos-section .item {
        position: relative;
    }
    
    .videos-section .overlay {
        background: url(../images/icon-video.svg) center center no-repeat rgba(0, 54, 134, .8);
        width: 100%;
        height: 100%;
        background-size: 5%;
        position: absolute;
        z-index: 5;
    }
    /*-- Downloads --*/
    
    .certifcate .item img {
        max-width: 125px;
    }
    /*-- Contact --*/
    
    .inquiry .table tr th,
    .inquiry .table tr td {
        border-color: #fff;
        font-size: 1.5rem;
        padding: 15px 50px;
        font-weight: normal;
    }
    
    .inquiry .table tr th:last-of-type {
        width: 15%;
    }
    
    .inquiry .table th {
        background: #666;
        color: #fff;
    }
    
    .inquiry .table td {
        background: #F6F6F6;
    }
    
    .contact .form .form-group {
        border-width: 1px 0 0;
        border-color: #dadbdb;
        border-style: solid;
    }
    
    .contact .form .form-group:last-of-type {
        border-width: 1px 0;
    }
    
    .contact .form .form-group .form-label {
        border-right: 1px solid #dadbdb;
    }
    
    .delete {
        border: none;
        box-shadow: none;
        outline: none;
        background: none;
        opacity: .8
    }
    
    .delete:hover {
        opacity: 1
    }
    
    .delete img {
        width: 30px;
        height: 30px;
        display: inline-block;
    }
    /*-- Response --*/
    
    @media all and (-ms-high-contrast:none) {}
    
    @media (min-width: 1750px) {
        .container.width1620 {
            max-width: 1650px;
        }
        .choose .container {
            max-width: 1710px;
        }
    }
    
    @media (min-width: 1500px) {
        .container.width1620,
        .container.width1440,
        .page-banner .info {
            max-width: 1470px;
        }
    }
    
    @media (max-width: 1680px) {
        .header .desktop .logo img {
            width: 200px;
            height: 28px;
        }
        .header .nav>li.nav-item>a {
            font-size: 1.1rem;
            margin: 0 20px;
        }
        .lan {
            font-size: 1.1rem;
        }
        .header .desktop .social-media .item img {
            width: 25px;
            height: 25px;
        }
        .header .item-dropdown {
            top: 78px;
        }
    }
    
    @media (max-width: 1440px) {
        .header .desktop,
        .header.fixed .desktop {
            padding: 0 15px;
        }
        .header .desktop .logo {
            padding: 24px 0;
            margin-right: 25px;
        }
        .header .desktop .logo img {
            width: 200px;
            height: 28px;
        }
        .header .nav>li.nav-item>a {
            margin: 0 15px;
            font-size: 1.1rem;
        }
        .lan {
            font-size: 1rem;
            padding: 25px 0;
        }
        .header .desktop .social-media .item {
            margin-left: 15px;
        }
        .header .item-dropdown {
            top: 76px;
            width: 120%;
        }
        .footer .container {
            padding-left: 0;
            padding-right: 0;
        }
        .group.row-5 .item,
        .applications .bg-links .tab li {
            width: calc(25% - 10px);
        }
        .banner .slogan .title-main {
            font-size: 3.5rem
        }
        .choose .row {
            margin-left: -20px;
            margin-right: -20px;
        }
        .choose .row>div {
            padding-left: 20px;
            padding-right: 20px;
        }
        .form .form-group .form-label {
            width: 45%;
        }
        .form .form-group.security .form-label {
            width: calc(45% - 8px);
        }
        .fixme.fixed .wrapper {
            padding-left: 0;
            width: 570px;
            right: calc((100vw - 1140px) / 2 - 30px);
        }
    }
    
    @media (max-width: 1199px) {
        .header .desktop .logo img {
            width: 150px;
        }
        .header .nav>li.nav-item>a {
            margin: 0 10px;
            font-size: .9rem;
            padding: 30px 0;
        }
        .header .item-dropdown {
            width: 150%;
        }
        .item-dropdown .dropdown-item {
            font-size: .8rem
        }
        .nav-default .owl-nav .owl-prev {
            left: 0
        }
        .nav-default .owl-nav .owl-next {
            left: auto;
            right: 0;
        }
        .lan {
            font-size: .9rem;
        }
        .title-main {
            font-size: 2rem;
        }
        .banner .slogan .title-sec {
            max-width: 80vw
        }
        .footer .figure.larger {
            width: 100%;
        }
        .footer .figure {
            width: calc(100% / 3);
        }
        .group.row-5.gap30 .item {
            width: calc(25% - 30px);
        }
        .contact .form .form-group .form-label {
            width: 30%;
        }
        .contact .form .form-group.country .form-label {
            width: calc(30% - 6px);
        }
        .contact .form .form-group.security .form-label {
            width: calc(30% - 4px);
        }
    }
    
    @media (max-width: 991px) {
        body {
            font-size: 16px;
        }
        .dots-red .owl-dots {
            margin-top: 10px;
        }
        .banner .slogan .title-main {
            font-size: 2.5rem
        }
        .title-main {
            padding: 15px 15px 20px 50px;
            min-width: 350px;
        }
        .text-center.text-lg-left .title-border-bottom::after {
            left: 50%;
            transform: translateX(-50%);
        }
        .group.row-5 .item,
        .applications .bg-links .tab li {
            width: calc(100% / 3 - 10px);
        }
        .logos .group .item {
            margin: 0 20px 20px;
        }
        .logos .group .item img {
            max-height: 20px;
        }
        .contact .form .form-group.country .form-label {
            width: calc(30% - 9px);
        }
        .contact .form .form-group.security .form-label {
            width: calc(30% - 5px);
        }
    }
    
    @media (max-width: 767px) {
        body {
            font-size: 14px;
        }
        .title-main {
            padding: 10px 15px 10px 30px;
            min-width: 65vw;
            font-size: 1.8rem;
            transform: translateX(-15px);
        }
        .banner .slogan .title-main {
            font-size: 2.2rem;
            padding: 15px 15px 5px 15px;
        }
        .choose .container {
            padding-left: 15px;
            padding-right: 15px;
        }
        .group.row-5 .item,
        .applications .bg-links .tab li {
            width: calc(50% - 10px)
        }
        .group.row-5.gap30 .item {
            width: calc(50% - 30px);
        }
        .bg-links .item .info {
            height: 40px;
        }
        .footer .container {
            padding-left: 15px;
            padding-right: 15px;
        }
        .footer {
            padding-top: 40px;
        }
        .footer .figure {
            width: 100%;
        }
        .footer .list li {
            align-items: center;
            margin-bottom: 10px;
        }
        .news .item .info {
            min-height: auto;
        }
        .applications .bg-links.tab-pane .item:hover .info {
            padding: 15px 15px 0;
        }
        .tab-blue .nav {
            display: block;
        }
        .tab-blue .tab-pane {
            padding: 15px;
        }
        .faq-list .item img {
            max-width: 100%;
        }
    }
    
    @media (min-width: 576px) {
        .inquery .modal-dialog {
            max-width: 550px;
        }
    }
    
    @media (max-width: 575px) {
        .banner .slogan .title-sec {
            max-width: auto;
        }
        .contact .form .form-group {
            display: block;
            border: none;
        }
        .contact .form .form-group .form-label,
        .contact .form .form-group.security .form-label {
            width: 100%;
            border: none;
            padding: 10px 0 0;
        }
        .country .select2-selection {
            width: calc(100% - 20px);
        }
        .contact .form .form-group .form-plaintext,
        .select2-container--default .select2-selection--single {
            margin: 10px 0;
        }
        .contact .form .form-group .security.form-plaintext input {
            height: auto;
        }
        .style-blue thead tr th,
        .style-blue tbody tr th,
        .style-blue .table-bordered th,
        .style-blue .table-bordered td {
            padding: 15px 10px;
        }
        .product_i.nav .item {
            padding: 15px;
        }
    }
    
    .contact .contact_txt p {
        margin-bottom: 10px;
    }
    
    .banner_img .image picture {
        width: 100%;
    }
    
    .banner_img .image picture img {
        width: 100%;
    }
    
    .page_banner picture {
        width: 100%;
    }
    
    .page_banner picture img {
        width: 100%;
    }
    
    .breadcrumb .item.active {
        color: #009491;
    }
    
    .page_indent p{
        text-indent: 2em;
    }
    .page_indent img{
         text-indent: 0em;
        max-width: 100%;
    }
    .pageflex {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #eee;
    }
    
    .pageflex li {
        padding: 20px 0;
        margin: 0 10px;
    }
    
    .pageflex li:hover a {
        color: #009491;
    }
    
    .pageflex li.active a {
        color: #009491;
    }
    
    .page_nav {
        margin-bottom: 0;
        display: flex;
        justify-items: center;
    }
    
    .page_nav {
        padding-left: 0;
    }
    
    .photo_border li {
        margin-bottom: 30px;
    }
    
    .photo_border li a {
        border: 1px solid black;
        display: block;
    }
    
    .baguetteBoxOne img {
        width: 100%;
    }
    
    .photo_border img {
        width: 100%
    }
    
    .width1 {
        width: 100%;
    }
    
    .owl-nav {
        display: block !important;
    }
    
    .product_detail {
        text-align: center;
    }
        .product_detail img{
        max-width:100%}
    /* 地图 */
    
    .content .container {
        padding: 30px;
        border-bottom: 1px solid rgb(0 0 0 / 5%);
    }
    
    .call_us ul li {
        float: left;
        width: 25%;
        margin-top: 25px;
        text-align: center;
    }
    
    #allmap {
        height: 700px;
        overflow: hidden;
        margin: 0;
        font-family: "微软雅黑";
    }
    /* .callus_map {
        margin-bottom: 150px;
    } */
    
    #allmap div div div label {
        display: table !important;
        z-index: 99999999;
        width: 100%;
    }
    
    .call_us {
        margin-bottom: 150px;
    }
    
    .call_us ul {
        margin-top: 50px;
        margin-bottom: 35px;
    }
    
    .call_us ul li:nth-child(1) span {
        background-image: url(../images/callus_phone.jpg);
    }
    
    .call_us ul li:nth-child(2) span {
        background-image: url(../images/callus_email.jpg);
    }
    
    .call_us ul li:nth-child(3) span {
        background-image: url(../images/callus_location.jpg);
    }
    
    .call_us ul li:nth-child(4) span {
        background-image: url(../images/callus_website.jpg);
    }
    
    .call_us ul li h3 {
        color: #337ab7;
        margin-bottom: 20px;
        font-size: 20px;
    }
    
    .call_us ul li span {
        width: 70px;
        height: 70px;
        display: block;
        margin: 10px auto;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: 20px;
    }
    
    #baguetteBox-overlay .full-image {
        display: inline-block;
        position: relative;
        width: 95% !important;
        height: 95% !important;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translateY(-50%);
        transform: translateX(-50%);
        transform: translate(-50%, -50%);
    }
    
    .products_sub h3{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .products_sub p{
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .products_sub a{
        height: 500px;
    }
    .new p{
         text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .new h3 {
         white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}
.new figure{
    height: 250px;
    overflow: hidden;
}
.new figure img{
    width: 100%;
}
.news p{
    text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
}.news figure{
    height: 250px;
    overflow: hidden;
}
.news figure img{
    width: 100%;
}
.photo_border h3{
    white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 5px;
}
.photo_border p{
    white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
         padding: 0 5px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}.pagination>li {
    display: inline;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

@media(max-width:768px) {
    .min_footer ul{
        margin-top: 10px;
        display: flex;
    }
    .min_footer ul li h2{
        color: #2c2b2b;
    }
     .min_footer {
        display: block !important;
    }
    .min_footer {
        position: fixed;
        bottom: 0px;
        text-align: center;
        border-top: 1px solid #ddd;
        color: #666;
        background: #fff;
        width: 100%;
        height: 70px;
        z-index: 999999;
    }
    .min_footer ul li {
        width: 25%;
    }
    .min_footer ul {
        margin-bottom: 0px;
    }
    .nav_footer {
        background-size: 100%;
        display: inline-block;
        width: 25px;
        height: 25px;
    }
    .min_footer ul li a h2 {
        font-size: 14px;
    }
    .min_footer ul li a {
        display: block;
        padding: 2px;
    }
    .min_footer ul li a .nav_footer {
        background-image: url(/static/index/images/shouye.png);
    }
    .min_footer ul li .active .nav_footer {
        background-image: url(/static/index/images/shouye2.png) !important;
    }
    .min_footer ul li .active h2 {
        color: #009491;
    }
    .min_footer ul li a .nav_footer2 {
        background-image: url(/static/index/images/zyyw.png);
        background-size: 100%;
        display: inline-block;
        width: 25px;
        height: 25px;
    }
    .min_footer ul li .active .nav_footer2 {
        background-image: url(/static/index/images/zyyw2.png) !important;
    }
    .min_footer ul li .active h2 {
        color: #009491;
    }
    .min_footer ul li a .nav_footer3 {
        background-image: url(/static/index/images/lxwm.png);
        background-size: 100%;
        display: inline-block;
        width: 25px;
        height: 25px;
    }
    .min_footer ul li .active .nav_footer3 {
        background-image: url(/static/index/images/lxwm2.png) !important;
    }
    .min_footer ul li .active h2 {
        color: #009491;
    }
    .min_footer ul li a .nav_footer4 {
        background-image: url(/static/index/images/cx.png);
        background-size: 100%;
        display: inline-block;
        width: 25px;
        height: 25px;
    }
    .min_footer ul li .active .nav_footer4 {
        background-image: url(/static/index/images/cx2.png) !important;
    }
    .min_footer ul li .active h2 {
        color: #009491;
    }
    .call_us ul li{
        width: 50%;
    }
    .copyright{
        display: none;
    }
    .footer .container{
        margin-bottom: 70px;
    }
}
    .breadcrumb ol::before {
    content: "::";
    position: absolute;
    top: 0px;
    line-height: 1;
    left: -18px;
    color: #b3b3b3;
}
.breadcrumb ol li:not(:last-child)::after {
    content: ">";
    position: absolute;
    top: -2px;
    line-height: 1;
    right: -18px;
    color: #b3b3b3;
}
 .header .es  .item-dropdown{
        width: 160%;
    }
 @media(max-width:768px) {
        .products_sub a{
            height: auto;
        }
    }
 
