/*公共头部样式*/
.header-container {
    width: 100%;
    height: 100%;
}

.header-container .header-box {
    width: 80%;
    padding-top: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 999;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.header-container .header-box .cur {
    color: #008cd6 !important;
    font-weight: bold;
}

.header-container .header-box .cur .nav-link {
    color: #008cd6 !important;
    font-weight: bold;
}

.header-container .header-box #navbar .nav li .dropdown-menu .cur {
    color: #008cd6 !important;
    font-weight: bold;
}

.header-container .header-box .menu-trigger {
    display: none;
}

.header-container .header-box .menu-trigger .panel-group {
    position: absolute;
    right: -5px;
    width: 40%;
    height: auto;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
}

.header-container .header-box .menu-trigger .panel-group .panel {
    padding: 5px 0;
    color: #000;
    padding: 2px 0;
}

.header-container .header-box .menu-trigger .panel-group .panel .panel-title {
    padding: 5px 0 5px 15px;
}

.header-container .header-box .menu-trigger .panel-group .panel .panel-body {
    display: flex;
    flex-direction: column;
    padding-left: 18px;
}

.header-container .header-box .menu-trigger .panel-group .panel .panel-body a {
    padding: 3px 0;
}

.header-container .header-box .menu-trigger .panel-group .panel .active {
    color: #008cd6 !important;
}

.header-container .header-box .menu-trigger .hidden {
    display: none;
}

.header-container .header-box .menu-trigger .nav-item .nav-link {
    color: #000;
}

.header-container .header-box .menu-trigger .nav-item .active {
    color: #008cd6 !important;
}

.header-container .header-box .menu-trigger .language-small {
    display: flex;
    padding: 0.5rem 1rem;
}

.header-container .header-box .menu-trigger .language-small .language {
    color: #000;
    padding: 0 5px;
}

.header-container .header-box .menu-trigger .language-small .active {
    color: #008cd6;
}

.header-container .header-box .logo-box {
    width: 36%;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.header-container .header-box .logo-box .logo {
    display: block;
    width: 20%;
    height: auto;
}

.header-container .header-box .logo-box .logo-title {
    display: block;
    width: 78%;
    height: auto;
}

.header-container .header-box #navbar {
    min-width: 55%;
    max-width: 68%;
    color: #fff;
    font-size: 20px;
}

.header-container .header-box #navbar .nav {
    display: flex;
    justify-content: flex-end;
}

.header-container .header-box #navbar .nav li {
    flex: auto;
    text-align: center;
    cursor: pointer;
}

.header-container .header-box #navbar a {
    color: #fff;
}

.header-container .header-box #navbar .nav li .active {
    color: #008cd6;
    font-weight: bold;
}

.header-container .header-box #navbar .nav li .dropdown-menu a {
    color: #000;
}

.header-container .header-box #navbar .nav li .dropdown-menu .active {
    color: #008cd6;
    background-color: #fff;
}

.header-container .header-box #navbar .nav li:not(:last-child) .nav-link:hover {
    color: #008cd6;
}

.header-container .header-box #navbar .nav .dropdown {
    display: flex;
    align-items: center;
}

.header-container .header-box #navbar .nav .dropdown img {
    display: block;
    width: 20px;
    height: 20px;
}

.header-container .header-box #navbar .nav .dropdown .nav-link {
    padding-left: 5px;
}

.header-container .header-box #navbar .nav .language-box {
    display: flex;
    align-items: center;
}

.header-container .header-box #navbar .nav .language-box img {
    padding-right: 5px;
}


.header-container .banner-swiper-box {
    height: 100%;
}

.header-container .banner-swiper-box .swiper-button-prev {
    background-color: unset;
    background-image: url(../img/common/prev.png);
    left: 3%;
    right: auto;
}

.header-container .banner-swiper-box .swiper-button-next {
    background-color: unset;
    background-image: url(../img/common/next.png);
    right: 3%;
    left: auto;
}

.header-container .banner-swiper-box .banner img {
    height: 100%;
    width: 100%;
}

.header-container .banner-swiper-box .title-box {
    width: 100%;
    padding-left: 175px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.header-container .banner-swiper-box .title-box .btn-box {
    width: 160px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-container .banner-swiper-box .title-box .btn-box span {
    margin-right: 5px;
}

.header-container .banner-swiper-box .title-box .btn-box:hover {
    box-shadow: 0 0 10px #aaa;
}

/*公共尾部样式*/
.footer-container {
    background: #272a2e;
    padding-top: 58px;
    margin-top: 100px;
    text-align: center;
}

.footer-container .search input {
    width: 70%;
    height: 34px;
    line-height: 34px;
    background: rgba(86, 89, 91, 0.5);
    border-radius: 17px;
    opacity: 1;
    border: 1px solid #6d6d6d;
    color: #989898;
}

.footer-container .search input[type="text"] {
    padding-left: 20px;
}

.footer-container .footer-center {
    padding: 50px 0;
}

.footer-container .footer-center .item {
    display: flex;
    justify-content: center;
    color: #989898;
    padding: 10px 0;
}

.footer-container .footer-center .item img {
    display: inline-block;
    width: 58px;
    height: 58px;
}

.footer-container .footer-center .item ul {
    padding-left: 16px;
}

.footer-container .footer-center .item ul li {
    margin: 2px 0;
    color: #989898;
    font-size: 13px;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}

.footer-container .footer-center .item ul li .contact-label {
    width: auto;
    white-space: nowrap;
}

.footer-container .footer-center .item ul li .content {
    text-align: left;
}

.footer-container .qr-code-box {
    text-align: center;
    margin-bottom: 60px;
}

.footer-container .qr-code-box .code-item {
    display: inline-block;
    margin: 10px 45px;
}

.footer-container .qr-code-box .code-item .text {
    display: block;
    width: auto;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    height: 16px;
    line-height: 16px;
    padding: 5px 0;
}

.footer-container .footer-bottom {
    text-align: center;
    padding: 20px 0;
    background-color: #202326;
}

.footer-container .footer-bottom .footer-title {
    font-size: 16px;
    color: #989898;
    line-height: 22px;
    padding: 0 5px;
}

.icon-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
    margin-top: 65px;
}

.icon-box .icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #abafba;
    border-right: 1px solid #abafba;
    height: 342px;
    margin: 10px 0;
}

.icon-box .icon-item .icon {
    margin-bottom: 20px;
}

.icon-box .icon-item .desc {
    text-align: center;
}

.icon-box .center-item {
    border: 0;
}

.title {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    line-height: 36px;
}

.title-en {
    font-size: 40px;
    font-family: Maskoolin-Regular, Maskoolin;
    font-weight: 400;
    color: rgba(0, 0, 0, 0);
    line-height: 40px;
    -webkit-text-stroke: 1px #2a4079;
    text-stroke: 1px #2a4079;
}

.img-en {
    display: block;
    width: 100%;
    height: auto;
}

.img-title-en {
    display: block;
    width: auto;
    height: 30px;
}

.desc-box {
    margin: 40px 0;
}

.desc-box .desc {
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #292929;
    line-height: 25px;
    margin: 10px 0;
    word-break: break-all;
}

/*菜单树icon*/
.treeview span.icon {
    font-size: 20px;
}

.treeview .list-group-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/*分页*/
.pagination {
    padding: 40px 0;
}

.pagination ul {
    text-align: center;
    width: 100%;
}

.pagination ul li {
    display: inline;
}

.pagination ul li a {
    height: 38px;
    width: auto;
    min-width: 40px;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #b5b5b5;
    padding: 0 5px;
    margin: 5px 0;
}

.pagination ul li a:hover {
    background-color: #172a44;
    color: #fff;
}

.pagination ul .active a {
    background-color: #172a44;
    color: #fff;
}

/*折叠菜单*/
.menus {
    width: 100%;
    overflow: hidden;
}

.menus .menu_title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #292929;
    font-size: 18px;
    padding-left: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.menus .menu_title .indicator {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
    transition: all 0.3s ease;
    text-align: center;
}

.menus .menu_title:hover {
    background: #dedede;
    color: #000;
}

.menus .menu {
    overflow: hidden;
    height: 0px;
    transition: all 0.3s ease;
}

.menus .menu .link-item {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #808080;
    color: #fff;
    padding-left: 30px;
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
}

.menus .menu .link-item a {
    width: 100%;
    height: 40px;
    display: block;
    text-decoration: none;
    color: #fff;
    text-decoration: none;
}

.menus .menu .link-item:hover {
    background: #dedede;
}

.menus .menu .item_divider {
    width: 322px;
    height: 1px;
    background: #fff;
    display: block;
    opacity: 0.8;
}

.menus .menu_divider {
    width: 100%;
    height: 1px;
    background: #808080;
}

.banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner img {
    display: block;
    width: 100%;
    height: 100%;

}

/*首页*/
/*#home .header-container {
    height: 100vh;
}*/

#home .center-container {
    background-color: #fff;
}

#home .center-container .center-title {
    margin-top: 130px;
    text-align: center;
}

#home .center-container .title {
    font-size: 45px;
    font-weight: bold;
    color: #058ad5;
    line-height: 48px;
    margin-bottom: 18px;
}

#home .center-container .pro-swiper-box {
    margin-top: 80px;
}

#home .center-container .about-hengqian {
    margin: 130px 0;
}

#home .center-container .about-hengqian .left-box {
    display: flex;
    justify-content: space-between;
}

#home .center-container .about-hengqian .left-box img {
    display: block;
    width: 32%;
    height: auto;
}

#home .center-container .about-hengqian .left-box img:nth-child(1) {
    padding-top: 30px;
}

#home .center-container .about-hengqian .left-box img:nth-child(2) {
    padding-top: 60px;
}

#home .center-container .about-hengqian .right-box {
    padding-left: 90px;
    margin-top: 30px;
}

#home .center-container .about-hengqian .right-box .desc {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 20px;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #404040;
    line-height: 41px;
}

#home .center-container .about-hengqian .right-box .btn-box {
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d9d9d9;
}

#home .center-container .about-hengqian .right-box .btn-box span {
    margin-right: 5px;
}

#home .center-container .banner02 {
    display: block;
    width: 100%;
    height: auto;
}

#home .center-container .xianchang-box {
    width: 100%;
    height: 871px;
    background: url("../img/xianchang-bg.png") center no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin-top: 120px;
    margin-bottom: 100px;
}

#home .center-container .xianchang-box .content {
    width: 90%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 60px;
    padding-top: 135px;
}

#home .center-container .xianchang-box .center-box {
    position: absolute;
    top: 195px;
    left: 50%;
    transform: translateX(-50%);
}

#home .center-container .xianchang-box .center-box .img-box {
    width: 100%;
    margin-top: 60px;
    display: flex;
}

#home .center-container .xianchang-box .center-box .img-box .left {
    width: 80%;
}

#home .center-container .xianchang-box .center-box .img-box .left img {
    width: 100%;
    height: auto;
    display: block;
}

#home .center-container .xianchang-box .center-box .img-box .right {
    margin-left: -10px;
    width: 20%;
}

#home .center-container .xianchang-box .center-box .img-box .right img {
    margin: 36px 0;
}

#home .center-container .xianchang-box .center-box .img-box .right .img-btn-box {
    display: flex;
    align-items: center;
    font-size: 24px;
    cursor: pointer;
    padding: 20px 0;
    color: #6c757d;
}

#home .center-container .xianchang-box .center-box .img-box .right .img-btn-box .line {
    display: inline-block;
    width: 30px;
    min-width: 30px;
    height: 2px;
    background: #6c757d;
}

#home .center-container .xianchang-box .center-box .img-box .right .img-btn-box .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    min-width: 60px;
    height: 60px;
    border: 2px solid #6c757d;
    border-radius: 50%;
    padding: 5px;
}

#home .center-container .xianchang-box .center-box .img-box .right .img-btn-box .text {
    padding-left: 10px;
    width: auto;
}

#home .center-container .xianchang-box .center-box .img-box .right .active {
    color: #292929;
}

#home .center-container .xianchang-box .center-box .img-box .right .active .line {
    background: #292929;
}

#home .center-container .xianchang-box .center-box .img-box .right .active .circle {
    border: 2px solid #292929;
}

#home .news-center {
    max-width: 1110px;
    margin: 0 auto;
}

#home .news-center .news-box {
    justify-content: space-around;
    margin-left: 0;
    margin-right: 0;
}

#home .news-center .news-item {
    margin-top: 20px;
    padding-right: 0;
}

#home .news-center .news-item .news-left {
    width: 40%;
}

#home .news-center .news-item .news-right {
    padding-left: 10px;
    width: 55%;
}

#home .news-center .news-item > div {
    padding-right: 0;
}

#home .news-center .title {
    text-align: center;
    color: #058ad5
}

#home .news-center .news-title {
    margin: 0 auto;
}

#home .news-center .news-box .news-item img {
    display: inline-block;
    object-fit: cover;
    width: 100%;
    min-height: 105px;
    height: auto;
}

#home .news-center .tit {
    font-weight: bold;
}

#home .news-center .time {
    font-size: 12px;
    color: #b5b5b5;
}

#home .news-center .clamp2 {
    font-size: 12px;
    line-height: 160%;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

#home .news-center .btn-box {

    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    margin: 50px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d9d9d9;
}

/*走进恒乾*/
/*#about .header-container {*/
/*    height: 529px;*/
/*}*/

#about .center-container {
    text-align: center;
    margin: 45px 0;
}

#about .center-container .center-title {
    margin: 30px 0;
}

#about .center-container .center-title .title {
    font-size: 24px;
    font-weight: bold;
    color: #2a4079;
    line-height: 28px;
}

#about .center-container .center-title .title-en {
    height: 21px;
    font-size: 16px;
    font-weight: bold;
    color: #2a4079;
    line-height: 19px;
}

#about .center-container img {
    width: 100%;
    height: auto;
}

#about .center-container .pic-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#about .center-container .pic-box .env-item img {
    display: block;
}

#about .center-container .pic-box .env-item .text {
    margin: 30px 0;
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #000;
    height: 21px;
    line-height: 21px;
}

/*品质中心*/
/*#quality .header-container {*/
/*    height: 529px;*/

/*}*/

#quality .center-container {
    text-align: center;
    margin: 45px 0;
}

#quality .center-container .center-title {
    margin: 30px 0;
}

#quality .center-container .center-title .title {
    font-size: 24px;
    font-weight: bold;
    color: #2a4079;
    line-height: 28px;
}

#quality .center-container .center-title .title-en {
    height: 21px;
    font-size: 16px;
    font-weight: bold;
    color: #2a4079;
    line-height: 19px;
}

#quality .center-container img {
    width: 100%;
    height: auto;
}

/*产品目录*/
/*#product .header-container {*/
/*    height: 529px;*/

/*}*/

#product .center-container .label-title {
    margin-top: 80px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}

#product .center-container .center-title {
    margin: 30px 0;
}

#product .center-container .center-title .title {
    font-size: 24px;
    font-weight: bold;
    color: #2a4079;
    line-height: 28px;
    text-align: center
}

#product .center-container .label-title .title1 {
    height: 32px;
    font-size: 24px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #292929;
    line-height: 32px;
}

#product .center-container .pro-content {
    margin-top: 30px;
}

#product .center-container .pro-content .item {
    margin-bottom: 50px;
    cursor: pointer;
}

#product .center-container .pro-content .item .thumb img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
    object-fit: cover;
}

#product .center-container .pro-content .item .down-content {
    text-align: center;
    height: 18px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #747474;
    line-height: 18px;
    white-space: inherit;
    margin-top: 20px;
}

/*产品详情*/
/*#detail .header-container {*/
/*    height: 529px;*/

/*}*/

#detail .center-container .label-title {
    margin-top: 80px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}

#detail .center-container .label-title .title1 {
    height: 32px;
    font-size: 24px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #292929;
    line-height: 32px;
}

#detail .center-container .label-title .title2 {
    height: 32px;
    font-size: 24px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #989898;
    line-height: 32px;
    padding-left: 15px;
}

#detail .center-container .detail-content {
    margin: 30px 0;
}

#detail .center-container .detail-content img {
    width: 100%;
}

#detail .center-container .detail-content .detail-desc {
    padding-left: 40px;
}

#detail .center-container .detail-content .detail-desc ul li {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #747474;
    line-height: 20px;
    margin: 20px 0;
}

#detail .center-container img {
    display: block;
    width: 100%;
    height: auto;
}

/*联系我们*/
/*#concat .header-container {*/
/*    height: 529px;*/
/*    !*background: url("../img/banner06.png") center no-repeat;*/
/*    background-size: cover;*!*/
/*}*/

#concat .center-container {
    text-align: center;
    margin: 85px 0;
}

#concat .center-container .center-title .title {
    font-size: 24px;
    font-weight: bold;
    color: #2a4079;
    line-height: 28px;
}

#concat .center-container .center-title .title-en {
    height: 21px;
    font-size: 16px;
    font-weight: bold;
    color: #2a4079;
    line-height: 19px;
}

#concat .center-container .contact-box ul li {
    margin: 10px 0;
    color: #292929;
    font-size: 18px;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

#concat .center-container .contact-box ul li .content {
    text-align: left;
}

/*新闻资讯*/

#news .center-container .center-title {
    margin: 30px 0;
}

#news .center-container .center-title .title {
    font-size: 24px;
    font-weight: bold;
    color: #2a4079;
    line-height: 28px;
    text-align: center
}

.news_center {
    overflow: hidden;
    margin: 3% 0;
}

.news_center ul {
    overflow: hidden;
}

.news_center ul li {
    overflow: hidden;
    padding: 2% 0;
    background: #E4EAFA;
    margin: 2% 0;
}

.news_center ul li a {
    display: block;
    overflow: hidden;
}

.news_center ul li .pic {
    overflow: hidden;
}

.news_center ul li img {
    transition: 0.3s;
    width: 100%;
}

.news_center ul li .txt {
    overflow: hidden;
    padding-left: 25px;
}

.news_center ul li p {
    font-size: 16px;
    line-height: 1.95;
    color: #747474;
}

.news_center ul li .tit {
    font-size: 20px;
    color: #1f1f1f;

}

.news_center ul li .time {
    border-right: 1px solid #d7dde3;
    padding-right: 20px;
    margin-right: 30px;
    color: #b5b5b5;
}

.news_center ul li:hover .pic img {
    transform: scale(1.1);
}

.news_center ul li a:hover .tit {
    color: #292929;
}

.news-content-box {
    border-top: #ccc solid 1px;
    padding-top: 20px;

}

.news-content-box .news-date {
    text-align: center;
    padding-bottom: 20px;
}

.news-content-box img {
    display: block;
    margin: 20px auto;
    max-width: 100%;
}

/*#news .header-container {*/
/*    height: 529px;*/
/*}*/

@media (min-width: 1680px) and (max-width: 1920px) {
    #navbar .nav-link {
        font-size: 18px;
    }
}

@media (min-width: 1280px) and (max-width: 1680px) {
    #navbar .nav-link {
        font-size: 16px;
        padding: 0.5rem;
    }
}

@media (min-width: 992px) and (max-width: 1280px) {

    #navbar .nav-link {
        font-size: 14px;
    }

    .banner img {
        width: auto;
    }

}

@media (max-width: 992px) {
    .img-title-en {
        height: 20px;
    }

    .pagination ul li a {
        height: 30px;
        min-width: 30px;
        line-height: 30px;
    }

    .header-container .header-box #navbar {
        display: none;
    }

    .header-container .header-box .menu-trigger {
        display: block;
    }

    .header-container .header-box .menu-trigger .dropdown-menu {
        width: 40%;
    }

    .header-container .header-box .menu-trigger .dropdown-menu .nav .nav-item .a {
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        padding-left: 40px;
    }

    .header-container .header-box .logo-box {
        width: 70%;
    }

    .header-container .header-box .menu-trigger img {
        display: block;
        width: 50px;
        height: 50px;
        padding: 0;
    }

    .footer-container .footer-center .item img {
        display: block;
        width: 40px;
        height: 40px;
    }

    .footer-container .footer-center .item ul {
        padding-left: 5px;
    }

    .footer-container .footer-center {
        padding: 20px 0;
    }

    .footer-container .qr-code-box {
        margin-bottom: 40px;
    }

    .footer-container .qr-code-box img {
        display: block;
        width: 80px;
        height: auto;
    }

    #home .header-container {
        height: 50vh;
    }

    #home .center-container .title {
        font-size: 28px;
        margin-bottom: 10px;
    }

    #home .center-container .center-title {
        margin-top: 40px;
    }

    #home .center-container .icon-box {
        margin: 40px 0;
    }

    #home .center-container .icon-box .icon-item {
        height: 300px;
    }

    .center-container .icon-box .center-item {
        border-left: 1px solid #abafba !important;
        border-right: 1px solid #abafba !important;
    }

    #home .center-container .pro-swiper-box {
        margin-top: 40px;
    }

    #home .center-container .about-hengqian {
        margin: 40px 0;
    }

    #home .center-container .about-hengqian .right-box {
        padding-left: 30px;
    }

    #home .center-container .about-hengqian .right-box .desc {
        margin-top: 40px;
        font-size: 18px;
        line-height: 30px;
    }

    #home .center-container .about-hengqian .right-box {
        padding-left: 40px;
    }

    #home .center-container .xianchang-box {
        height: 500px;
    }

    #home .center-container .xianchang-box .center-box {
        padding-top: 50px;
        top: 30px;
    }

    #home .center-container .xianchang-box .center-box .img-box {
        /*width: 90%;*/
        margin-top: 20px;
    }

    #home .center-container .xianchang-box .center-box .img-box .left {
        width: 68%;
    }

    #home .center-container .xianchang-box .center-box .img-box .right {
        width: 32%;
    }

    #home .center-container .xianchang-box .center-box .img-box .right .img-btn-box {
        font-size: 18px;
        padding: 10px 0;
    }

    #home .center-container .xianchang-box .center-box .img-box .right .img-btn-box .line {
        min-width: 30px;
    }

    #home .center-container .xianchang-box .center-box .img-box .right .img-btn-box .circle {
        width: 40px;
        min-width: 40px;
        height: 40px;
    }

    #home .center-container .xianchang-box .center-box .img-box .right .img-btn-box .text {
        padding-left: 5px;
    }

    #detail .center-container .detail-content .detail-desc {
        padding-left: 10px;
    }

    #detail .center-container .detail-content .detail-desc ul li {
        margin: 5px 0;
    }

    .header-container {
        height: auto;
    }

    .header-container .header-box {
        position: fixed;
        background-color: #152964;
        width: 100%;
        height: 100px;
        padding: 0 30px;
        justify-content: space-between;
    }

    .header-container .header-box .logo-box {
        width: 85%;
    }

    .header-container .banner {
        padding-top: 99px;
        height: auto;
        width: 100%;
    }

    .header-container .banner img {
        height: 100%;
        width: 100%;
    }

    .header-container .header-box .menu-trigger .panel-group {
        width: 200px;
        right: -60px;
    }

    #home .header-container .banner {
        height: 100%;
    }
}

@media (max-width: 767px) {
    .header-container .banner-swiper-box {
        height: auto;
    }

    .header-container .banner-swiper-box .banner .title-box .title {
        font-size: 20px;
    }

    .header-container .banner-swiper-box .swiper-button-prev {
        display: inline-block;
        width: 40px;
        height: 25px;
        position: absolute;
        top: 65%;
    }

    .header-container .banner-swiper-box .swiper-button-next {
        display: inline-block;
        width: 40px;
        height: 25px;
        position: absolute;
        top: 65%;
    }

    .header-container .banner-swiper-box .title-box .btn-box {
        width: 100px;
        height: 25px;
        line-height: 25px;
        margin-top: 20px;
    }

    .header-container .banner-swiper-box .title-box .btn-box span {
        font-size: 14px;
    }

    .title-en {
        font-size: 20px;
    }

    .img-title-en {
        height: 16px;
        margin-top: 5px;
    }

    .header-container .header-box {
        position: fixed;
        background-color: #152964;
        width: 100%;
        height: 75px;
        padding: 20px;
        justify-content: space-between;
    }

    .header-container .header-box .logo-box {
        width: 85%;
    }

    .header-container .header-box .menu-trigger {
        display: block;
    }

    .header-container .header-box .menu-trigger img {
        height: 35px;
        width: 35px;
    }

    .header-container .header-box #navbar {
        display: none;
    }

    /*  .header-container .banner-swiper-box{
          height: 100%;
      }*/
    .header-container .banner-swiper-box .title-box {
        padding-left: 50px;
    }

    .center-container .icon-box .center-item {
        border-left: 1px solid #abafba !important;
        border-right: 1px solid #abafba !important;
    }

    .footer-container .footer-center {
        padding: 10px 0;
    }

    .footer-container .qr-code-box .code-item {
        margin: 5px;
    }

    .footer-container .qr-code-box {
        margin-bottom: 30px;
    }

    .footer-container .qr-code-box img {
        display: block;
        width: 65px;
        height: auto;
    }

    #home .header-container {
        height: 45vh;
    }

    #home .header-container .banner {
        height: 100%;
    }

    #home .center-container .title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 0;
    }

    #home .center-container .center-title {
        margin-top: 30px;
    }

    #home .center-container .icon-box {
        margin: 30px 0;
    }

    #home .center-container .icon-box .icon-item {
        height: 300px;
    }

    #home .center-container .pro-swiper-box {
        margin-top: 30px;
    }

    #home .center-container .about-hengqian {
        margin: 30px 0;
    }

    #home .center-container .about-hengqian .right-box {
        padding-left: 20px;
    }

    #home .center-container .about-hengqian .right-box .desc {
        margin-top: 30px;
        font-size: 14px;
        line-height: 24px;
    }

    #home .center-container .xianchang-box {
        margin-top: 20px;
        height: 320px;
    }

    #home .center-container .xianchang-box .center-box {
        top: 40px;
    }

    #home .center-container .xianchang-box .center-box .img-box {
        margin-top: 20px;
    }

    #detail .center-container .label-title {
        margin-top: 20px;
    }

    #home .center-container .xianchang-box .content {
        padding-top: 30px;
    }

    #home .center-container .xianchang-box .center-box .img-box {
        margin-top: 20px;
    }

    #home .center-container .xianchang-box .center-box .img-box .left {
        width: 60%;
    }

    #home .center-container .xianchang-box .center-box .img-box .right {
        width: 40%;
    }

    #home .center-container .xianchang-box .center-box .img-box .right .img-btn-box {
        font-size: 12px;
        padding: 3px 0;
    }

    #home .center-container .xianchang-box .center-box .img-box .right .img-btn-box .circle {
        width: 20px;
        height: 20px;
        min-width: 20px;
        border: 1px solid #6c757d;
    }

    #home .center-container .xianchang-box .center-box .img-box .right .img-btn-box .line {
        width: 20px;
        min-width: 20px;
        height: 1px;
    }

    #home .center-container .xianchang-box .center-box .img-box .right img {
        margin: 20px 0;
    }

    .header-container {
        height: auto;
    }

    .header-container .banner {
        padding-top: 74px;
        height: auto;
    }

    .header-container .banner img {
        height: 100%;
        width: 100%;
    }

    .header-container .header-box .menu-trigger .panel-group {
        width: 160px;
        right: -10px;
    }

    #home .center-container .xianchang-box .center-box .img-box .right .img-btn-box .text {
        padding-left: 4px;
        max-width: 60px;
    }
}

