@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: local("Roboto Thin"), local("Roboto-Thin"), url("../fonts/roboto-v15-latin-100.woff2") format("woff2"), url("../fonts/roboto-v15-latin-100.woff") format("woff");
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/roboto-v15-latin-300.woff2") format("woff2"), url("../fonts/roboto-v15-latin-300.woff") format("woff");
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v15-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v15-latin-regular.woff") format("woff");
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: local("Roboto Italic"), local("Roboto-Italic"), url("../fonts/roboto-v15-latin-italic.woff2") format("woff2"), url("../fonts/roboto-v15-latin-italic.woff") format("woff");
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/roboto-v15-latin-500.woff2") format("woff2"), url("../fonts/roboto-v15-latin-500.woff") format("woff");
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/roboto-v15-latin-700.woff2") format("woff2"), url("../fonts/roboto-v15-latin-700.woff") format("woff");
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local("Montserrat"), local("Montserrat"), url("../fonts/Montserrat.woff2") format("woff2");
}

html,
body {
    width: 100%;
    height: auto;
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 1.8;
    margin: 0px;
    padding: 0;
    position: relative;
    overflow-x: hidden;
    /* transition: all .5s; */
    transition: all 700ms ease 0s;
    letter-spacing: 0.3px;
    font-weight: 400;
    font-family: "Roboto", "Arial";
}

body {
    overflow-y: hidden;
}

a {
    color: #222;
    display: inline-block;
    outline: none !important;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    font-weight: 600;
    margin: 0;
    font-family: "Roboto", "Arial";
    line-height: 1.2;
}

p {
    margin: 0;
    font-family: "Roboto", "Arial";
}

img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: auto;
}

*::placeholder {
    color: #999;
    font-size: 16px;
    opacity: 1;
}


/* ===========================
        margin & padding
        =========================== */

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-120 {
    padding-top: 120px;
}

.pd-50 {
    padding: 50px, 0;
}

.py-50 {
    padding: 120px, 0;
}

.pb-120 {
    padding-bottom: 120px;
}

.pt-0 {
    padding-top: 0px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.mt-0 {
    margin-top: 0px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mab-3 {
    margin-bottom: 3px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mr-300 {
    margin-right: 300px;
}

.ml-300 {
    margin-left: 300px;
}

.mr-30 {
    margin-right: 30px;
}

.ms-10 {
    margin: 0 10px;
}


/*
 ===================
         header
 ===================
*/

.header {
    background-color: #FFF;
}

.header-top {
    padding: 5px 0;
    background-color: #454545;
}

.header-top .top-color a {
    color: #fff;
    font-size: 12px;
}

.header-top .top-color a i {
    color: #116cbf;
}

.header-top-ul {
    width: 130%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    margin-left: 0px;
}

.header-top-ul li a img {
    width: 30px;
}

.header .navbar {
    width: 1140px;
    padding: 0;
    margin: auto;
}

.header .navbar-nav .nav-item {
    padding: 30px 25px;
    text-transform: uppercase;
}

.navbar-expand-md .navbar-collapse {
    justify-content: end;
}

.header .navbar-nav .nav-item:hover .nav-links::after {
    width: 100%;
    transition: all .3s;
}

.header .navbar-nav .nav-item .nav-links {
    color: #454545;
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    position: relative;
}

.header .navbar-nav .nav-item .nav-links::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #116cbf;
    bottom: 0px;
    left: 0;
    transition: all .3s;
}

.navbar-nav .nav-item:nth-child(2) .dropdown-list {
    left: 35%;
}

.dropdown-list {
    transition: all 0.2s;
    background-color: rgba(255, 255, 255, 0.9);
    top: 135%;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    border-top: 2px solid #023894;
    z-index: 9;
    left: 60%;
}

.navbar-nav .nav-item .dropdown-list li>.dropdown-list {
    border-top: none;
}

.navbar-nav .nav-item .dropdown-list li>.dropdown-list li:hover {
    background-color: #222;
    color: #fff;
}

.navbar-nav .nav-item .dropdown-list li>.dropdown-list li:hover a {
    color: #fff;
}

.aboutus-box .dropdown-list {
    opacity: 1;
    visibility: visible;
}

.navbar-nav .nav-item:hover>.dropdown-list {
    opacity: 1;
    visibility: visible;
    top: 100%;
    width: 33%;
}

.navbar-nav .nav-item .dropdown-list li {
    transition: all 0.2s;
    position: relative;
}

.navbar-nav .nav-item .dropdown-list li>.dropdown-list {
    left: 100%;
    top: 70%;
}

.navbar-nav .nav-item .dropdown-list li:hover>.dropdown-list {
    opacity: 1;
    visibility: visible;
    top: 35%;
    width: 100%;
}

.navbar-nav .nav-item .dropdown-list li a {
    color: black;
    padding: 10px 35px 10px 25px;
    font-size: 14px;
    transition: all 0.3s;
    position: relative;
}

.navbar-nav .nav-item .dropdown-list li a::after {
    position: absolute;
    content: "";
    left: 10px;
    top: 50%;
    transform: translateY(-1px);
    width: 0px;
    height: 2px;
    background-color: #023894;
    transition: all .3s;
}

.navbar-nav .nav-item .dropdown-list li a:hover::after {
    width: 10px;
    background-color: #023894;
    transition: all .3s;
}

.navbar-nav .nav-item .dropdown-list li a:hover {
    transform: translateX(5px);
    transition: all .3s;
    color: #023894;
}

#home-banner-static {
    position: relative;
}

#home-banner-static .constrain {
    position: absolute;
    margin-left: 50%;
    left: -550px;
    top: 80px;
    overflow: hidden;
}

#home-banner-static .caption {
    padding-top: 150px;
}

#home-banner-static .banner-caption {
    position: absolute;
    top: 50px;
    right: 100px;
    text-align: center;
}

#home-banner-static .banner-title,
#home-banner-static .banner-text {
    font-family: "eurostile-extended", Arial, sans-serif;
    color: #fff;
    text-align: center;
    font-weight: 500;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

#home-banner-static .banner-title {
    font-size: 50px;
    margin-bottom: 50px;
    line-height: 1;
    text-align: center;
    font-weight: 600;
    transform: translateY(100px);
    opacity: 0;
}

#home-banner-static .banner-caption {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    transform: translateY(100px);
    opacity: 0;
}

#home-banner-static .banner-caption2 {
    font-size: 18px;
    text-align: left;
    transform: scale(1.2);
    opacity: 0;
}

#home-banner-static .banner-text {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    transform: translateY(100px);
    opacity: 0;
}

#home-banner-static {
    overflow: hidden;
}

.owl-item.active #home-banner-static .banner-title,
.owl-item.active #home-banner-static .banner-caption,
.owl-item.active #home-banner-static .banner-caption2,
.owl-item.active #home-banner-static .banner-text {
    opacity: 1;
    transform: translateY(0px);
    transition: all 3s;
}

.owl-item.active #home-banner-static img {
    transform: scale(1.2);
    transition: all 6s;
}

.home-owl .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    min-height: 80vh;
}

.home-owl .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    left: 0;
    width: 10%;
    height: 100%;
    outline: none;
}

.home-owl .owl-nav .owl-next {
    position: absolute;
    top: 0;
    right: 0;
    width: 10%;
    height: 100%;
    outline: none;
}

.home-owl .owl-nav .owl-prev span,
.home-owl .owl-nav .owl-next span {
    font-size: 100px;
    opacity: 0;
}

.home-owl:hover .owl-nav .owl-prev span,
.home-owl:hover .owl-nav .owl-next span {
    opacity: 1;
    transition: all .3s;
}

.banner-btn {
    margin-top: 20px;
    padding: 10px 25px;
    color: #FFF;
    border-radius: 15px;
    background-color: #023894;
    transform: translateY(30px);
    opacity: 0;
}

.banner-btn:hover {
    color: #023894;
    background-color: #f8f8f8;
    transition: all 1s;
}

.owl-item.active #home-banner-static .banner-btn {
    transform: translateY(0);
    opacity: 1;
    transition: all 2s;
}

.about-box {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.index-banner {
    min-height: 750px;
}

.about-box::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all .3s;
}

.about-box:hover::after {
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.about-box img {
    width: 100%;
}

.icon {
    width: 100%;
    text-align: center;
    color: #000;
}

.icon i {
    font-size: 50px;
    color: #fff;
}

.about-title {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    z-index: 9;
}

.about-imgs2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.icon img {
    margin-bottom: 20px;
}

.icon h3 {
    font-size: 35px;
}

.icon h3 a {
    color: #fff;
}

.goods-title {
    margin-bottom: 30px;
}

.goods-title h2 {
    color: #222;
    text-align: center;
    text-transform: uppercase
}

.goods-title span {
    display: block;
    width: 100px;
    height: 2px;
    background-color: #023894;
    text-align: center;
    margin: 20px auto;
}

.goods-lists {
    margin: 35px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.goods-lists li {
    padding: 10px 35px;
    color: #222;
    background-color: #fff;
    border-radius: 15px;
    margin: 5px;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
}

.home-product {
    background-color: #f8f8f8;
}

.home-product,
.news-bigbox,
.home-centact,
.date {
    overflow: hidden;
}

.home-product .container,
.news-bigbox .container,
.home-centact .container,
.date .container {
    transform: translateY(400px);
}

.home-product .container.active,
.news-bigbox .container.active,
.home-centact .container.active,
.date .container.active {
    transform: translateY(0);
    transition: all .5s;
}

.home-product .goods-lists li.active,
.home-product .goods-lists li:hover {
    background-color: #116cbf;
    color: #fff;
}

.goods-content {
    width: 100%;
}

.goods-content .box {
    width: 100%;
    display: none;
    color: #000;
}

.goods-content .box:first-child {
    display: block;
}

.single-product {
    text-align: center;
    overflow: hidden;
}

.single-product>a {
    overflow: hidden;
}

.single-product .goods-img a {
    position: relative;
    overflow: hidden;
}

.single-product h4 {
    text-transform: capitalize;
    width: 100%;
}

.single-product h4 a {
    width: 100%;
}

.link {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-80%);
    visibility: hidden;
}

.link a {
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 50px;
}

.single-product:hover .link {
    visibility: visible;
    transition: all .5s;
}

.single-product:hover img {
    transform: scale(1.1);
    transition: all .5s;
}

.single-product:hover h4 a {
    background-color: #116cbf;
    color: #fff;
    transition: all .5s;
}

.goods-content .single-product h4 a {
    color: #000;
    font-size: 18px;
    padding: 14px 10px;
}

.owl-carousel .owl-nav.disabled {
    display: block;
}

.owl-carousel .owl-nav.disabled .owl-prev {
    top: 10%;
    left: -35px;
}

.owl-carousel.slider-news .owl-nav.disabled .owl-prev {
    top: 20%;
    left: -40px;
}

.owl-carousel .owl-nav.disabled button {
    position: absolute;
    font-size: 100px;
    outline: none;
}

.owl-carousel .owl-nav.disabled .owl-next {
    top: 10%;
    right: -35px;
}

.owl-carousel.slider-news .owl-nav.disabled .owl-next {
    top: 20%;
    right: -40px;
}

.owl-carousel .owl-nav.disabled button {
    position: absolute;
    font-size: 100px;
}

.home-product .more:hover {
    background: #fff;
    color: #116cbf;
}

.home-product .more {
    display: inline-block;
    padding: 10px 0px;
    border: 1px solid #116cbf;
    text-transform: uppercase;
    color: #fff;
    margin: 50px 15px 0;
    text-align: center;
    width: 180px;
    background-color: #116cbf;
    transition: all .15s;
    border-radius: 10px;
}

#my_odometer {
    color: #000;
}

.date {
    background: url('/templates/en/images/zz-bg.jpg') center no-repeat;
    background-attachment: fixed;
}

.dontai {
    width: 100%;
    padding: 100px 0;
}

.dontai h3 {
    text-align: center;
    font-weight: 600;
    color: #fff;
    font-size: 35px;
    text-shadow: 0 0 3px #222;
}

.dontai h3 span {
    font-size: 40px;
}

.dontai p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-shadow: 0 0 3px #222;
    margin-top: 20px;
}

.application {
    background-color: #f8f8f8;
}

.app-box {
    background-color: #FFFFFF;
    margin-bottom: 30px;
}

.app-content {
    background-color: #FFFFFF;
    padding: 20px 25px 30px 25px;
}

.app-box:hover {
    box-shadow: 0px 0px 10px 15px rgb(0 0 0 / 4%);
    transform: translateY(-5px);
    transition: all .3s;
}

.news-img img {
    width: 100%;
}

.news-bigbox {
    background: url(/templates/en/images/photo.jpg) center no-repeat;
}

.icons {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #d8d8d8;
    text-align: center;
    line-height: 70px;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
}

.icons i {
    color: #023894;
    font-size: 35px;
}

.app-box:hover .icons {
    background-color: #023894;
}

.app-box:hover .icons i {
    color: #fff;
}

.icon {
    position: relative;
    transition: all .3s;
}

.icon p {
    color: #fff;
    padding: 30px 30px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
    transition: all .3s;
}

.about-box:hover .icon p {
    display: block;
    transition: all .3s;
}

.about-box:hover .icon img,
.about-box:hover .icon>a {
    display: none;
}

.app-img img,
.app-img a {
    width: 100%;
}

.app-content h3 {
    font-size: 20px;
    color: #222;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
    text-transform: capitalize;
}

.app-content p {
    color: #868686;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-title {
    margin-bottom: 50px;
}

.news-title h2 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.news-title span {
    display: block;
    width: 100px;
    height: 2px;
    background-color: #023894;
    text-align: center;
    margin: 20px auto;
}

.news-box {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #eee;
}

.news-img {
    position: relative;
    overflow: hidden;
}

.news-img img {
    width: 100%;
    transform: scale(1.1);
}

.news-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    background: rgba(0, 0, 0, 0.5);
}

.news-img:hover::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .3s;
}

.news-img:hover img {
    transform: scale(1.2);
    transition: all .3s;
}

.news-content {
    width: 100%;
    padding: 15px 12px;
    background-color: #fff;
    display: flex;
}

.news-date {
    color: #222;
    margin: 5px 0;
    width: 30%;
}

.news-titles {
    width: 100%;
}

.news-titles h4 {
    color: #222;
    font-size: 16px;
    margin: 5px 0;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-jcontent p {
    color: #595959;
}

.home-centact {
    /* background-color: #116cbf; */
    background: url(/templates/en/images/banner-contact.jpg) center no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.contact-title h2 {
    font-size: 30px;
    padding: 50px 0 0;
    font-weight: 500;
}

.contact-title span {
    display: block;
    width: 100px;
    height: 2px;
    background-color: #fff;
    text-align: left;
    margin: 20px 0;
}

.contact-title {
    width: 100%;
}

.content-list {
    width: 100%;
    margin-top: 30px;
}

.content-list li {
    width: 100%;
    font-size: 16px;
    margin: 30px 0;
}

.content-list li p {
    font-size: 14px;
    line-height: 2;
    font-weight: 500;
    letter-spacing: .2em;
    color: rgba(255, 255, 255, .4);
}

.content-list li a {
    color: #fff;
}

.content-list li span {
    width: 90%;
    color: #fff;
}

.footer {
    background-color: #333;
    overflow: hidden;
}

.footer-goods {
    width: 100%;
}

.goods-flist {
    width: 100%;
}

.goods-flist li {
    width: 100%;
    padding: 15px 5px;
    display: flex;
}

.goods-flist li>a {
    width: 23%;
}

.goods-flist li p a {
    color: #fff;
    padding: 5px 10px;
}

.goods-flist li .fbtn {
    color: rgba(255, 255, 255, .4);
    padding: 0 10px;
}

.goods-flist li .fbtn:hover {
    color: #fff;
}


/* .contact-box p{
	margin: 50px 0;
} */

.contact-box hr {
    width: 100%;
    border-top: 1px solid;
}

.qtlx {
    width: 100%;
    display: flex;
}

.qtlx li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}

.oh-desktop {
    position: relative;
    overflow: hidden;
    z-index: 99;
}

.bg-footer {
    position: absolute;
    content: "";
    top: 50%;
    left: -15px;
    height: 200vh;
    width: 1000%;
    transform: translate3d(0, -50%, 0);
    background-color: #303030;
    /* z-index: -1; */
}


/* .desktop{
	position: relative;
	overflow: hidden;
} */

.qulik-box {
    width: 100%;
}

.footer-logo {
    width: 100%;
    padding-top: 20px;
}

.footer-logo p {
    color: rgba(255, 255, 255, .4);
    padding: 20px 0;
}

.footer-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 30px;
}

.footer-list li {
    width: 50%;
    margin: 15px 0;
}

.footer-list li a {
    color: #fff;
    text-transform: uppercase;
}

.sb {
    width: 100%;
    color: #fff;
    margin-top: 80px;
}

.app-content {
    position: relative;
}

.fixed {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999;
    width: 100%;
    box-shadow: 0px 1px 3px #222;
}

.about-bg {
    background: url(/templates/en/images/about-bg.jpg) no-repeat center;
    padding: 50px 0 240px;
}

.top-title h2 {
    text-align: center;
    font-size: 40px;
    width: 70%;
    margin-bottom: 20px;
}

.breadcrumbs {
    display: flex;
    width: 70%;
    justify-content: center;
    font-size: 20px;
}

.breadcrumbs li {
    padding: 0 10px;
}

.breadcrumbs li a {
    font-size: 20px;
    color: #fff;
}

.aboutus-box {
    width: 100%;
}

.aboutus-box h2 {
    width: 100%;
    text-align: left;
    background-color: #116cbf;
    color: #fff;
    padding: 10px;
    margin-bottom: 3px;
    font-size: 22px;
}

.aboutus-box ul {
    width: 100%;
}

.aboutus-box ul li {
    width: 100%;
    padding: 5px 10px;
    background-color: #d8d8d8;
    border-top: 1px solid #fff;
    transition: all .3s;
    position: relative;
}

.download-btn {
    cursor: pointer;
    color: #000 !important;
}

.aboutus-box .download-page {
    width: 100%;
    display: none;
    transition: all .3s;
}

.aboutus-box.active {
    margin-bottom: 100px;
}

.aboutus-box .download-page li {
    padding: 3px 18px;
    width: 100%;
    background-color: #116cbf;
}

.aboutus-box .download-page li a {
    width: 100%;
    color: #000;
    font-size: 14px;
}

.aboutus-box .download-page li:hover {
    padding: 3px 18px;
}

.aboutus-box .download-page li:hover a {
    font-size: 14px;
}

.aboutus-box ul li a {
    width: 100%;
}

.aboutus-box ul li:hover {
    padding: 5px 15px;
    background-color: #116cbf;
    transition: all .3s;
}

.aboutus-box ul li:hover a {
    color: #fff;
}

.aboutus-box.contact-us ul li:hover {
    padding: 5px 10px;
}

.aboutus-box.contact-us ul li:hover a {
    color: #222;
}

.aboutus-title h3 {
    text-align: center;
    color: #222;
    margin-bottom: 30px;
}

.aboutus-content p {
    color: #303030;
}

.aboutus-content p img {
    width: 350px;
    margin: 20px;
}

.cate-allbox .col-md-3 {
    margin-bottom: 20px;
}

.cate-allbox .col-md-4 {
    margin-bottom: 30px;
}

.cate-box {
    position: relative;
    box-shadow: 0 0 5px #222;
    overflow: hidden;
    transition: all .3s;
}

.pbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
    visibility: hidden;
}

.cate-box:hover img {
    transform: scale(1.05);
    transition: all .3s;
}

.cate-box:hover .pbox {
    visibility: visible;
    transition: all .3s;
}

.cate-box p {
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.cate-box p i {
    cursor: pointer;
}

.contact-us ul li {
    border: none;
}

.contact-us ul li:hover {
    background-color: #d8d8d8;
}

.goods-titles {
    width: 100%;
    padding-bottom: 20px;
}

.goods-titles h2 {
    text-align: center;
    color: #222;
}

.goods-content {
    width: 100%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    color: #333;
}

.goods-boxs {
    width: 31%;
    margin-right: 15px;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0 0 5px #222;
}

.goods-boxs .goods-img .link {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    transform: translateX(0)translateY(0);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
}

.contact-boxs h4,
.contact-boxs p {
    color: #000;
    margin-bottom: 15px;
}

.contact-boxs .qtlx li a {
    color: #222;
    font-size: 28px;
}


/* .goods-boxs .goods-img .link {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
} */

.download {
    width: 100%;
}

.download h1 {
    color: #023894;
    text-align: center;
    margin: 40px 0 16px;
}

.download tr td {
    text-transform: uppercase;
    color: #000;
    padding: 10px;
}

.download tr td a {
    color: #222;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-group {
    flex-direction: row !important;
    justify-content: space-between;
    margin-bottom: 30px;
}

.list-group-item {
    width: 30%;
    text-align: center;
}

.list-group-item.active {
    background-color: #116cbf !important;
    border-color: #116cbf !important;
}

.news-contact>* {
    color: #000;
}

.news-contact>h6 {
    padding: 10px 0;
}

.goods-detailsbox {
    box-shadow: 0 4px 6px rgb(102 102 102 / 57%);
}

.exhibition-content .row>div {
    margin-bottom: 20px;
}

.share-icons {
    display: flex;
}

.share-icons>li {
    padding: 8px 10px;
}

.share-icons>li>a {
    font-size: 20px;
}


/* 灯箱样式 */

.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.lightbox.active {
    display: flex;
}

.lightbox-content {
    margin-top: 5%;
    max-width: 100%;
    max-height: 90%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lightbox-img {
    width: 500px;
    object-fit: contain;
    border-radius: 6px;
}


/* 关闭按钮 */

.close-btn {
    position: absolute;
    top: -85px;
    right: 30px;
    color: white;
    font-size: 66px;
    cursor: pointer;
    transition: transform 0.2s;
}

.close-btn:hover {
    transform: rotate(90deg);
}


/* 加载指示器 */

.loading {
    color: white;
    font-size: 24px;
    display: none;
}

.news-content.active {
    background-color: #116cbf;
    padding: 25px 12px;
}

.news-content.active .news-titles h4 {
    color: #fff;
}

.news-content.active .news-date {
    color: #fff;
}


.container {
    max-width: 1400px !important;
}