body {
    margin: 0px;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 767.98px) {
    .header .top {
        background-color: #cea966;
    }
    .header .top .title {
        color: #fff;
    }
    .header .top .language {
        background-color: #eaeaea;
    }
}

@media screen and (min-width: 768px) {
    .header .top {
        background-color: #eaeaea;
    }
}

.header .top .title {
    line-height: 20px;
    padding: 10px 15px;
    font-weight: 700;
}


.header .top .language {
    line-height: 40px;
    padding: 0px 15px;
    text-align: right;
}

.header .top .language .on {
    color: #c09445;
}

.header .top .language a {
    margin: 0 5px;
    font-weight: 700;
    cursor: pointer;
}

.header .top .language a:hover {
    color: #cea966;
}

.header .logos {
    background-color: #fff;
}

@media screen and (max-width: 767.98px) {
    .header .logos .logo {
        height: 80px;
        line-height: 80px;
        padding: 0px 15px;
    }
    .header .logos .search {
        padding: 10px 30px;
        background-color: rgba(0, 0, 0, 0.05);
    }

    .header .logos .menus {
        text-align: right;
    }
}

@media screen and (min-width: 768px) {
    .header .logos .logo {
        height: 120px;
        line-height: 120px;
        padding: 0px 15px;
        cursor: pointer;
        display: block;
    }
    .header .logos .search {
        padding: 40px 15px;
    }
}

.header .logos .logo img {
    height: 60%;
}

.logos .menu {
    width: 40px;
    height: 35px;
    text-align: center;
    margin: 20px 15px;
    padding-top: 5px;
    border-radius: 5px;
    display: inline-table;
    background-color: #cea966;
    color: #ffffff;
}

.logos .menu i {
    font-size: 30px;
}

.header .logos .search {
    height: 40px;
    text-align: right;
}


.header .logos .search .layui-input-group {
    width: 100%;
    max-width: 400px;
    display: inline-table;  
}

.header .logos .search .layui-input {
    border-color: #cea966;
}

.header .logos .search .search-btn {
    background-color: #cea966;
    padding: 0px 10px;
    border-color: #cea966;
    color: #fff;
    cursor: pointer;
    user-select: none;
}


.header .logos .search .search-btn:active {
    opacity: 0.5;
    transition: opacity 0.2s;
}


.header .navis {
    background-color: #cea966;
}

.header .navis ul {
    display: flex;
    text-align: center;
}

.header .navis ul li {
    flex: 1;
}

.header .navis ul li a {
    display: block;
    font-size: 17px;
    line-height: 60px;
    color: #ffffff;
}

.header .navis ul li a:hover {
    background-color: #c09445;
}

.header .navis .active {
    background-color: #c09445;
}

.header .swiper {
    width: 100%;
    --swiper-pagination-color: #c09445;
}

@media screen and (max-width: 767.98px) {
    .header .swiper {
        aspect-ratio: 10/5;
    }
}

@media screen and (min-width: 768px) {
    .header .swiper {
        aspect-ratio: 10/3;
    }
}

.header .swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}


.footer .info {
    background-color: #3c3c3c;
    color: #a0a0a0;
}

.footer .info .web {
    padding: 25px 0px 20px 0px;
}


.footer .info .web .gzh {
    border-right: solid 1px #909090;
}

.footer .info .web .gzh img {
    margin: 0px 30px;
    width: 140px;
    height: 140px;
}
.footer .info .web .gzh p {
    width: 200px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.footer .info .web .contact {
    padding: 0px 30px;
}

.footer .info .web .contact .title {
    display: block;
    line-height: 50px;
    color: #cea966;
}

.footer .info .web .contact .title span {
    display: inline-block;
    height: 50px;
    margin-bottom: 15px;
    margin-right: 10px;
    border-bottom: 2px solid #cea966;
    color: #ffffff;
}

.footer .info .web .contact .item {
    line-height: 25px;
}

.footer .info .web .logo {
    border-left: solid 1px #909090;
    height: 165px;
    line-height: 165px;
    text-align: right;
    padding: 0px 30px;
}

.footer .info .web .logo img {
    width: 100%;
}


.footer .copyright {
    background-color: #313131;
    color: #a0a0a0;
    text-align: center;
    border-top: 1px solid #909090;
}

.footer .copyright a {
    color: #a0a0a0;
    height: 40px;
    line-height: 40px;
}

.footer .copyright a:hover {
    color: #d3b277;
}

.footer .copyright img {
    width: 16px;
    margin: 0px 5px;
    display: inline-block;
    border: none;
    vertical-align: middle;
}

.footer .info .mob {
    padding: 10px;
}

.footer .info .mob .item {
    line-height: 25px;
    color: #fff;
}

.hs-bg-grey {
    background-color: #eaeaea;
}

@media screen and (max-width: 767.98px) {
    .hs-home-boxs {
        padding: 30px 0px;
    }
}

@media screen and (min-width: 768px) {
    .hs-home-boxs {
        padding: 40px 0px;
    }
}

.hs-home-title {
    font-size: 23px;
    text-align: center;
    font-weight: 700;
    padding: 0px 15px;
}

.hs-home-title span {
    color: #094f8b;
}

.hs-home-line {
    display: block;
    width: 100px;
    margin: 10px auto;
    border-bottom: 2px solid #a0a0a0;
}

.hs-home-line:after {
    content: '';
    display: block;
    background-color: #cea966;
    width: 30px;
    height: 2px;
    top: 2px;
    position: relative;
    left: 40px;
}

.hs-home-intro {
    text-align: center;
    margin-bottom: 32px;
    padding: 0px 15px;
}

.home-more {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    color: #fff;
    height: 26px;
    line-height: 26px;
    padding: 0px 15px;
    margin-top: 7px;
    border-radius: 13px;
    background-color: #cea966;
}

.home-more:hover {
    color: #fff;
}

.hs-home-boxs .about-box {
    padding: 0px 15px;
}

.hs-home-boxs .about-box .title {
    font-size: 20px;
    color: #094f8b;
    line-height: 40px;
    font-weight: 700;
}

.hs-home-boxs .about-box .intro {
    text-indent: 2em;
    line-height: 30px;
}

.hs-home-boxs .about-box img {
    width: 100%;
    aspect-ratio: 5/3;
}


.product-boxs, .product-box {
    padding: 0px 15px;
}

.product-box img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 5/3;
}

/*  不能放在.product-box之上*/
.left-box {
    padding-right: 7px;
}
.right-box {
    padding-left: 7px;
}
.top-box {
    margin-bottom: 15px;
}

.product-box .title, .product-list .title {
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    font-size: 14px;
    background-color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.product-box .title span{
    display: inline-block;
    width: 3px;
    height: 12px;
    margin: 0px 5px;
    background-color: #cea966;

}

.product-boxs .product-list {
    padding: 10px;
    width: calc(100% - 30px);
    margin: 0px auto 10px auto;
    border: 1px solid #eaeaea;
}
.product-boxs .product-list .title {
    color: #094f8b;
}

.product-boxs .product-list img{
    width: 100%;
    aspect-ratio: 5/4;
}

.product-boxs .product-list .item{
    line-height: 20px;
}
.product-boxs .product-list .item span{
    color: #ff0000;
}

.news-top {
    background-color: #fff;
    height: 320px;
    padding-right: 20px;
    margin-left: 15px;
    cursor: pointer;
}

.news-top img {
    width: 100%;
    height: 275px;
}

.news-top .title {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    padding-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.news-boxs, .news-center {
    padding: 0px 15px;
    background-color: #fff;
}

@media screen and (max-width: 767.98px) {
    .news-boxs .news-box, .news-center .news-box {
        border-bottom: 1px solid #cea966;
    }
    .news-box .imgs {
        height: 70px;
        aspect-ratio: 5/4;
    }
}

@media screen and (min-width: 768px) {
    .news-boxs .news-box {
        border-bottom: 1px solid #eaeaea;
    }
    .news-center .news-box {
        border-bottom: 1px dashed #eaeaea;
    }
    .news-center .news-box .right .title{
        color: #cea966;
    }
    .news-box .imgs {
        height: 95px;
        aspect-ratio: 5/3;
    }
}

.news-box {
    display: flex;
    cursor: pointer;
}
.news-box .left {
    width: 55px;
    margin: 7px 10px 15px 0px;
}

.news-box .left .date {
    font-size: 20px;
    color: #094f8b;
    text-align: right;
}
.news-box .left .year {
    font-size: 18px;
    color: #808080;
    text-align: right;
}
.news-box .right {
    flex: 1;
}

.news-box .imgs {
    margin: 5px 10px 4px 0px;
}

.news-box .imgs img {
    width: 100%;
    height: 100%;
}

.news-box .right .title{
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.news-box .right .content {
    font-size: 13px;
    height: 40px;
    line-height: 20px;
    margin-bottom: 9px;
    color: #606060;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-box .right .time{
    height: 25px;
    color: #909090;
}

.news-detail {
    padding: 0px 15px;
}

.news-detail .title {
    color: #cea966;
    text-align: center;
    font-size: 20px;
}

.news-detail .time {
    text-align: center;
    font-size: 14px;
    border-bottom: 1px dashed #a0a0a0;
    padding: 15px 0px;
    margin-bottom: 15px;
}

.turn-box {
    padding: 32px 15px 0px 15px;
}

.turn-box a{
    line-height: 30px;
}
.turn-box a:hover {
    color: #cea966;
}

.hs-ulink-title {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 32px;
    padding: 0px 15px;
}
.hs-ulink-title .title {
    display: inline-block;
}
.hs-ulink-title .title:after {
    content: '';
    display: block;
    background-color: #cea966;
    width: calc(100% - 10px);
    height: 2px;
    top: 10px;
    position: relative;
    left: 10px;
}

.hs-ulink-title .en {
    color: #03428b;
    display: inline-block;
}

.hs-ulink-title .en:after {
    content: '';
    display: block;
    background-color: #a0a0a0;
    width: 100%;
    height: 2px;
    top: 12px;
    left: -7px;
    position: relative;
}

.ulink-boxs {
    display: flex;
}

.ulink-boxs .ulink-box {
    flex: 1;
    margin: 0px 15px;
    aspect-ratio: 3/1;
    max-width: 300px;
}


.ulink-boxs .ulink-box img {
    width: 100%;
    height: 100%;
}

.hs-mob-slogn {
    width: 100%;
    aspect-ratio: 4/1;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 32px;
}

.hs-menu-box {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    background-color: #cea966;
    margin-right: 10px;
    cursor: pointer;
    user-select: none;
}
.hs-home-boxs .show {
    background-color: #c09445;
}

.contact-left {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    background-color: #c09445;
}

.contact-right {
    height: 40px;
    background-color: #cea966;
    margin-right: 10px;
}

.contact-item {
    margin-top: 15px;
    line-height: 25px;
    margin-right: 10px;
}

.contact-item i {
    margin-right: 2px;
}

.hs-home-boxs .first {
    color: #cea966;
}

.intro-view {
    padding: 0px 15px;
    max-width:100% !important;
}

.intro-view img {
    width: 100%;
    height: auto;
}

.hs-nav-title {
    font-size: 14px;
}

.hs-nav-title i{
    font-size: 13px;
    margin: 0px 2px;
}
.hs-nav-line {
    height: 10px;
    margin-top: 10px;
    margin-bottom: 32px;
    background: url('/static/image/admin/line.png');
    background-repeat: repeat-x; /* 横向平铺 */
}

.hs-pages {
    padding: 32px 15px 0px 15px;
    text-align: center;
}

.contact-boxs {
    padding: 0px 15px;
}

.contact-boxs .map{
    margin-bottom: 32px;
}

.contact-boxs .contact-box .title{
    font-size: 23px;
    border-bottom: 3px solid #cea966;
    display: inline-block;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
}

.baidumap {
    aspect-ratio: 5/2;
}

@media screen and (max-width: 767.98px) {
    .baidumap {
        aspect-ratio: 5/3;
    }
}

.contact-boxs .contact-box .message .layui-btn {
    width: 100%;
    background-color: #cea966;
}


