*,
::backdrop,
:after,
:before {
    margin: 0;
    padding: 0;
    border: 0 solid;
    box-sizing: border-box;
}


body {
    font-family: sans-serif, -apple-system, system-ui, BlinkMacSystemFont, segoe ui, Roboto, Arial, Helvetica;
    line-height: 1.2;
}

ul,
ol {
    list-style: none;
    padding-left: 0;
}

p,
dl,
ol,
ul {
    margin-bottom: 0;
}

a:hover {
    text-decoration: none;
}

button {
    background: transparent;
}

img {
    width: 100%;
    height: auto;
}

figure {
    margin: 0;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-left: 0;
    padding-right: 0;
}


.navbar {
    padding: .5rem 0 !important;
}


@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}

@media (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1440px;
    }
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  box-shadow: 0 0 0 1000px transparent inset !important;
  transition: background-color 5000s ease-in-out 0s;
}

/* 导航 */
.site-header {
    width: 100%;
    height: 80px;
    padding: 0 80px;
}

.header-logo .logo-line {
    width: 2px;
    height: 34px;
    margin: 0 30px;
    background: linear-gradient(180deg, rgba(153, 153, 153, 0) 0%, #999999 49.82%, rgba(153, 153, 153, 0) 100%);
}

.site-header .header-logo .logo-right p {
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 1px;
    color: #666;
}

.site-header .header-nav .nav-wrapper .nav-list {
    margin-right: 55px;
}

.site-header .header-nav .nav-wrapper .nav-list>.active>a {
    color: #1B60AE;
    font-weight: 700;
}

.site-header .header-nav .nav-wrapper .nav-list>li {
    height: 80px;
    line-height: 80px;
    flex: 1;
    min-width: 110px;
    text-align: center;
    position: relative;
}

.site-header .header-nav .nav-wrapper .nav-list>li:hover>a,
.site-header .submenu-wrapper .submenu-list li:hover a{
    color: #1B60AE;
}

.site-header .header-nav .nav-wrapper .nav-list li a {
    font-size: 16px;
    color: #000;
    transition: all 0.2s ease;
}

.site-header .header-nav .nav-wrapper .nav-search button {
    width: 24px;
    height: 24px;
}

.site-header .submenu-wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 200%;
    background-color: #fff;
    display: none;
    z-index: 999;
}

/*.site-header .header-nav .nav-wrapper .nav-list>li:nth-child(5) .submenu-wrapper{*/
/*    width: 250%;*/
/*}*/

.w-250{
    width: 250% !important;
}

/*.site-header .header-nav .nav-wrapper .nav-list>li:nth-child(6) .submenu-wrapper{*/
/*    width: 150%;*/
/*}*/

.site-header .submenu-wrapper .submenu-list li{
    height: 45px;
    line-height: 45px;
}



/* 公共手机导航 */
.headMob {
    display: none;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.headMob .container {
    padding-left: 15px;
    padding-right: 15px;
}

.headMob .mob-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}

.headMob .box-right img {
    width: 30px;
}

.mob-bg {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 7;
    left: 0;
    -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;
    opacity: 0;
    visibility: hidden;
}

.headMob.headMob-active .mob-bg {
    opacity: 1;
    visibility: inherit;
}

.mob-list {
    position: fixed;
    background: #fff;
    backdrop-filter: blur(10px);
    width: 75%;
    top: 0;
    right: -100%;
    z-index: 8;
    padding: 30px 20px;
    height: 100vh;
    transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    box-shadow: 0 -8px 16px 0 rgb(0 0 0 / 16%);
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
}

.headMob.headMob-active .mob-list {
    right: 0;
    opacity: 1;
    visibility: inherit;
}

.mob-list .list-top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.mob-list .top-right .clone {
    display: inline-block;
    background: url(../images/icon-phone-guanbi-white.svg) no-repeat center;
    background-size: contain;
    width: 16px;
    height: 16px;
}

.mob-list .list-cent {
    margin-top: 30px;
}

.mob-list .box-list>li {
    padding: 12px 0;
    position: relative;
}

.mob-list .box-list>li:not(:last-child) {
    border-bottom: 1px solid #1B60AE;
}

.mob-list .box-list>li>a {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #333;
}


.mob-list.mob-listEn .box-list .two-list>li {
    width: 100%;
    float: left;
}

.mob-list .box-list .icon-bottom {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/phone-icon-bottom.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 16px;
}

.mob-list .box-list>li.active .icon-bottom {
    background: url(../images/phone-icon-top.svg) no-repeat center;
    background-size: contain;
}

.mob-list .box-list .two-list {
    margin: 10px 0;
    display: none;
}

.mob-list .box-list .two-list>li {
    width: 100%;
}

.mob-list .box-list .two-list>li>a {
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.mob-list.mob-listEn .box-list .two-list>li {
    width: 100%;
    float: left;
}

/* 底部 */
.footer-main {
    background-color: #333333;
    padding: 80px;
}

.footer-section h3 {
    font-size: 18px;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 26px;
}

.footer-section h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 24px;
    height: 2px;
    background-color: #fff;
}

.footer-section ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-section ul li a {
    font-size: 14px;
    color: #A6A6A6;
}

.footer-nav {
    gap: 60px;
}

.contact-tel p {
    color: #989898;
    text-align: right;
}

.contact-tel p:first-child {
    font-size: 21px;
}

.contact-tel p:last-child {
    font-size: 18px;
}

.contact-tel a {
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    text-align: right;
}

.contact-qr {
    margin-left: 17px;
}

.contact-details {
    margin-top: 20px;
}

.contact-details a,
.contact-details p {
    font-size: 14px;
    line-height: 2;
    color: #A6A6A6;
    text-align: right;
}

.footer-copyright {
    background-color: #242424;
}

.footer-copyright .container {
    height: 75px;
}

.footer-copyright p {
    font-size: 14px;
    color: #fff;
}

/* 轮播视频*/
.carousel-section{
    position: relative;
    margin-top: 80px;
}
.carousel-section img {
    object-fit: cover;
}

.carousel-section video {
    aspect-ratio: 1920 / 820;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 28px;
    color: white;
}

.swiper-button-prev {
    left: 65px;
}

.swiper-button-next {
    right: 65px;
}

.swiper-pagination-bullet {
    width: 50px;
    height: 4px;
    border-radius: 0px;
    background-color: #FFFFFF;
}

.swiper-slide{
    height: auto;
}

.slide-action{
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

.slide-action h2{
    color: #fff;
    font-size: 48px;
}

.slide-action .news-more-btn{
    border: 1px solid #fff;
}

.news-more:hover img{
    transform: rotate(45deg);
    transition: transform 0.2s ease-out;
}

.news-more img {
    transition: transform 0.2s ease-out;
}

.slide-action .news-more-btn span{
    color: #fff;
}

/* 安全系统分类 */
.category-section {
    width: 100%;
}

.category-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.category-item {
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.category-content {
    text-align: center;
    padding: 80px 0;
}

.category-content img {
    margin-bottom: 25px;
}

.category-content figcaption p {
    font-size: 26px;
    color: #000;
    margin-bottom: 7px;
}

.category-content figcaption span {
    font-size: 14px;
    color: #000;
}

.category-wrapper {
    position: relative;
}

.category-wrapper a {
    display: block;
}

.category-wrapper .hover-card {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #1B60AE;
    transition: height 0.3s ease-out, transform 0.3s ease-out;
}

.category-wrapper:hover .hover-card {
    height: 100%;
    transform: translateY(0);
    transition: height 0.3s ease-out, transform 0.3s ease-out;
}

.category-wrapper .more-button:hover img {
    transform: rotate(90deg);
    transition: transform 0.5s ease-out;
}

.category-wrapper .more-button img {
    transition: transform 0.5s ease-out;
}

.hover-card .category-content figcaption p,
.hover-card .category-content figcaption span {
    color: #fff;
}

.more-button {
    width: 60px;
    height: 60px;
    margin-top: 60px;
}

.category-content img {
    width: 180px;
    height: 180px;
}

.hover-card .category-content img {
    width: 64px;
    height: 64px;
}

#product {
    top: 0;
    width: 100%;
    overflow: hidden;
}

/* 公共标题 */
.common-title {
    font-weight: 600;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #000000;
    margin-top: 80px;

}

.page-title h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    color: #0863A7;
    margin-bottom: 25px;

}

/* 双色矩形 */
.double-rectangle {
    width: 84px;
    height: 4px;
    background-color: #000;
}

.rectangle-blue {
    width: 50%;
    height: 4px;
    background-color: #1B60AE;
}



/* 解决方案 */
.solution-section {
    position: relative;
    z-index: 5;
}

.solution-section .tab-nav button {
    height: 90px;
    background: transparent;
    border: none;
    font-size: 18px;
    color: #000000;
}

.solution-section .tab-nav .active {
    border-bottom: 2px solid #1B60AE;
    font-weight: 600;
    font-size: 18px;
    color: #1B60AE;
}

.solution-section .tab-nav {
    margin-top: 30px;
}

.tab-panels {
    background-color: #F6F7FB;
}

.tab-panels {
    padding: 84px 0;
}

.tab-panel{
    display: none;
}

.tab-panels .active{
    display: flex;
}

.tab-panel div:first-child {
    padding-right: 70px;
}

.tab-panel div:last-child img {
    width: 100%;
    height: auto;
    object-fit: cover;
}


.tab-panel h3 {
    font-size: 31px;
    line-height: 100%;
    color: #000;
    margin-bottom: 12px;
}

.tab-panel p {
    font-size: 16px;
    line-height: 180%;
    text-align: justify;
    color: #808080;
    margin-bottom: 42px;
}

.tab-panel button {
    font-size: 15px;
    line-height: 100%;
    color: #1B60AE;

}

/* 新闻资讯 */
.news-section{
    margin-bottom: 60px;
}

.news-section .news-list {
    margin-top: 57px;
}

.news-item {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}


.news-thumbnail img {
    width: 100%;
    /*height: auto;*/
    height: 270px;
    object-fit: cover;
}

.news-content {
    padding: 30px;
    border: 1px solid #E6E6E6;
    min-height: 225.98px;
}

.news-header time {
    font-size: 14px;
    line-height: 100%;
    color: #1B60AE;
    margin-bottom: 10px;

}

.news-header h3 {
    font-size: 18px;
    line-height: 27px;
    color: #000;
    margin-bottom: 15px;
}

.news-content p {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 23px;
    color: #7E7E7E;

}

.news-footer {
    border-top: 1px solid #E6E6E6;
    padding-top: 20px;
}

.news-footer a span {
    font-size: 14px;
    color: #818181;

}

.news-footer a img {
    width: 25px;
    height: 5px;
}

.news-more {
    margin-top: 40px;
}

.news-more a {
    display: block;
    width: 200px;
    height: 48px;
    border-radius: 24px;
    text-align: center;
    line-height: 48px;
    border: 1px solid #cbcbcb;
}

.news-more a img {
    width: 10px;
    height: 10px;
    margin-right: 17px;
}

.news-more a span {
    font-size: 15px;
    color: #1B60AE;

}

/* 文字溢出隐藏 */
.line-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-1 {
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.line-clamp-2 {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.line-clamp-3 {
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

/* 单页banner */
.banner {
    position: relative;
}

.banner-bg img {
    width: 100%;
    min-height: 485px;
    object-fit: cover;
}

.banner-title {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.banner-title h1 {
    font-weight: 500;
    font-size: 40px;
    text-align: center;
    color: #fff;
}

.banner .tab-nav {
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(27, 96, 174, 0) 0%, #1B60AE 100%);
    padding-bottom: 24px;
}

.banner .tab-nav div {
    height: 100%;
    gap: 60px;
}

.banner .tab-nav button,
.banner .tab-nav button a{
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
    color: #fff;
}

.banner .tab-nav button:hover,
.banner .tab-nav .active{
    font-weight: 700;
}

/* 公司介绍 */
.company {
    padding: 58px 0 86px;
}

.company-content {
    margin-top: 50px;
}

.company-content figure:first-child{
    padding-right: 50px;
}

.company-content figure,
.company-content figure img {
    border-radius: 10px;
}

.company-title {
    margin-bottom: 25px;
}

.company-title img {
    width: 40px;
    height: 40px;
}

.company-description p {
    font-size: 16px;
    line-height: 2;
    text-indent: 2em;
    color: #333333;
    text-align: justify;
}

/* 最新动态 */
.dynamic {
    padding: 58px 0 58px;
    background-color: #EDF1FA;
}

.dynamic-card {
    margin: 45px 0 20px;
}

.dynamic-card figure img {
    border-radius: 10px;
    width: 100%;
}

.dynamic-article-top{
    padding-right: 15px;
}

.dynamic-article-top .dynamic-content {
    width: 100%;
    padding: 0 35px 35px;
    left: 0;
    bottom: 0;
}

.dynamic time {
    font-size: 16px;
    color: #FFFFFF99;

}

.dynamic h3 {
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    margin-top: 14px;
}

.dynamic-article-hot {
    background: linear-gradient(310.51deg, #58C8FF -17.31%, #0441AF 96.23%);
    border-radius: 10px;
    padding: 45px 35px 35px;
}

.dynamic p {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    margin-top: 33px;

}

.dynamic-action button {
    background-color: transparent;
    border: none;

}

.dynamic-action button span {
    font-weight: 500;
    font-size: 15px;
    color: #fff;

}

.dynamic-action button img {
    width: 10px;
    height: 10px;
    margin-left: 10px;
}

.dynamic-item:first-child {
    padding-left: 0;
}

.dynamic-item:last-child {
    padding-right: 0;
}


.dynamic-item>div {
    padding: 32px;
    border-radius: 10px;
}

.dynamic-item:not(:last-child)>div{
    margin-right: 15px;
}

.dynamic-item .dynamic-info time {
    color: #00000099;
}

.dynamic-item .dynamic-info h3 {
    color: #000000;
    margin-top: 9px;
}

.dynamic-item .dynamic-action button span {
    color: #036EB8;
}

.dynamic-item .dynamic-action button img {
    margin-left: 0;
}

.dynamic-item .dynamic-action {
    margin-top: 57px;
    /*padding: 0 35px;*/
}

.dynamic-article-top {
    padding-left: 0px;
}

/* 招聘信息 */
.recruit {
    padding: 85px 0;
    background-color: #F7F7F7;
}

.recruit-list {
    margin-top: 60px;
}

.recruit-item {
    margin-bottom: 20px;
}

.recruit-item:hover{
    cursor: pointer;
}

.recruit-item:hover .recruit-item-title{
    background: #206dc9;
    transition: background 0.3s ease-in-out;
}

.recruit-item:hover .recruit-item-title h2,
.recruit-item:hover .recruit-item-title .recruit-item-icon{
    color: #fff;
    transition: color 0.3s ease-in-out;
}
.recruit-list .active .recruit-item-title {
    background: #206dc9;
}

.recruit-list .active .recruit-item-title h2 {
    color: #fff;
}

.recruit-list .active .recruit-item-title .recruit-item-icon {
    color: #fff;
}

.recruit-list .active .recruit-item-content {
    display: block;
}

.recruit-item-title {
    background: #fff;
    padding: 40px;
    transition: background 0.3s ease-in-out;
}

.recruit-item-title h2 {
    font-size: 20px;
    line-height: 100%;
    color: #000;
}

.recruit-item-content {
    background-color: #fff;
    padding: 45px 75px 65px;
    display: none;
}

/* 留言 */
.contact_section {
    background: linear-gradient(310.51deg, #58C8FF -17.31%, #0441AF 96.23%);
    padding: 90px 60px;
}
.contact-info .title-symbol {
    width: 6px;
    height: 14px;
    background-color: #04358D;
    margin-top: 16px;
}

.contact-info .title-symbol .symbol-blue {
    width: 6px;
    height: 7px;
    background-color: #56BEF1;
}

.contact-info .title-text {
    margin-left: 11px;
}

.contact-info .title-text h2 {
    font-weight: 500;
    font-size: 32px;
    color: #fff;
}

.contact-info .title-text span {
    font-weight: 700;
    font-size: 13px;
    color: #FFFFFF80;
}

.contact-info .info-details {
    margin-top: 36px;
}

.contact-info .info-details p a {
    color: #fff;
}

.contact-info .info-details p {
    font-size: 14px;
    line-height: 2;
    color: #fff;
}

.contact-info .info-details p:first-child {
    margin-bottom: 13px;
}

.contact-info .info-details p:first-child a {
    font-weight: 700;
    font-size: 23px;
}

.contact-info .info-details p:first-child img {
    width: 19px;
    height: 19px;
    margin-right: 17px;
}

.contact-form>div:first-child {
    margin-bottom: 23px;
}

.contact-form input {
    width: 100%;
    height: 55px;
    background: transparent;
    border: 1px solid #FFFFFF33;
    border-radius: 10px;
    caret-color: #fff;
    color: #fff;
    font-size: 18px;
    padding-left: 53px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #fff;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    color: #fff;
}

.contact-form textarea {
    width: 100%;
    height: 160px;
    background: transparent;
    border: 1px solid #FFFFFF33;
    padding: 24px 0 0 53px;
    font-size: 18px;
    caret-color: #fff;
    color: #fff;
}

.form-label {
    position: absolute;
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
}

.form-label img {
    width: 24px;
    height: 24px;
}

.contact-form>div:nth-child(2) .form-label {
    top: 22px;
    transform: translateY(0);
}

.form-btn {
    margin-top: 20px;
    text-align: right;
}

.form-btn button {
    width: 200px;
    height: 48px;
    border-radius: 48px;
    background-color: #fff;
    border: none;
    color: #036EB8;
}

/*搜索*/
.navSearch {
    position: absolute;
    z-index: 6;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translate3d(0, -100%, 0);
    pointer-events: none;
    transition: all 0.3s ease-in-out;
}
.navSearch.on{
    transform: translate3d(0, 0, 0);
    opacity: 1;
    pointer-events: auto;
}
.navSearch .search-box {
    display: flex;
    border: 1px solid #e5e5e5;
    padding-left: 15px;
    width: 40%;
    border-radius: 8px;
    overflow: hidden;
}
.navSearch .search-box input {
    flex: 1;
    outline: none;
    border: none;
    font-size: 14px;
    color: #808080;
    line-height: 20px;
}
.navSearch .search-box .btn{
    background: #036EB8;
    padding: 10px 25px;
    border: none;
    outline: none;
    border-radius: 0px;
}
.navSearch .search-box .btn span{
    color: #fff;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
}
.navSearch .sClose{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20%;
}
.navSearch .sClose a{
    color: #474747;
    font-size: 18px;
}

.navSearch .sClose a img{
    width: 36px;
    height: 36px;
}

/* 搜索结果页 */
.search-cont{
    padding: 80px 0 50px 0;
    border-top: 1px solid #E0E0E0;
    margin-bottom: 175px;
}
.search-cont .search-txt p{
    font-size: 20px;
    color: #333333;
    line-height: 28px;
}
.search-cont .search-txt p>strong{
    color: #036EB8;
}
.search-cont .search-list{
    margin-top: 20px;
}
.search-cont .search-box p{
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
}
.search-cont .search-box h2{
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    margin-top: 10px;
}
.search-cont .search-box{
    padding: 25px 0;
    position: relative;
}
.search-cont .search-box::before{
    content: "";
    width: 100%;
    height: 2px;
    background:#ECECEC;
    position: absolute;
    bottom: 0;
    left: 0;
}
.search-cont .left-search{
    display: flex;
    margin: 20px 0;
    border: 1px solid #036EB8;
    padding-left: 15px;
    border-radius: 25px;
    overflow: hidden;
}
.search-cont .left-search input {
    flex: 1;
    outline: none;
    border: none;
    font-size: 14px;
    color: #808080;
    line-height: 20px;
    background: #fff;
}
.search-cont .left-search button{
    outline: none;
    border: none;
    background: #036EB8;
    padding: 10px 25px;
}
.search-cont .left-search button span {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    vertical-align: middle;
    padding-left: 5px;
}

/* 栏目页-内容展示 */
.message-section {
    margin: 55px 0;
}

.message-section .message-title h2 {
    font-weight: 500;
    font-size: 32px;
    color: #000;
    margin-bottom: 12px;
}

.message-title {
    margin-bottom: 32px;
}

.message-content .message-text h3 {
    margin-bottom: 16px;
}

.message-cover {
    padding-left: 48px;
}

.message-text {
    width: 500px;
}

.message-cover {
    flex: 1;
}

.message-cover img {
    width: 100%;
}

/*详情页样式*/
.article-container{
    max-width: 800px;
    margin: 0 auto;
    margin-top: 90px;
}

.article-title{
    margin-bottom: 50px;
}

.article-title h1{
    font-weight: 700;
    font-size: 23px;
    color: #222222;
}



.goBackBtn{
    display: flex;
    justify-content: center;
    border-top: 1px solid #E6E6E6;
    padding: 40px 0;
    margin-top: 30px;

}

#goBackBtn{
    width: 140px;
    height: 50px;
    line-height: 50px;
    border-radius: 70px;
    border: 1px solid #1B60AE;
    color: #1B60AE;
    text-align: center;
}

.contact-form>div.row:first-child>div:first-child{
    padding-right: 5px;
}
.contact-form>div.row:first-child>div:last-child{
    padding-left: 5px;
}

/* 响应式 */
@media (max-width: 1800px) {
    .site-header .submenu-wrapper .submenu-list {
        gap: 110px;
    }
}

@media (max-width: 1599px) {
    .footer-nav {
        gap: 40px;
    }

    .banner .tab-nav div {
        gap: 29px;
    }

    .site-header .submenu-wrapper .submenu-list {
        gap: 40px;
    }
     .contact-tel a{
        font-size: 26px;
    }
}

@media (max-width: 1500px) {
        .footer-main>div {
        flex-direction: column;
        gap: 40px;
        justify-content: center !important;
    }

    .footer-nav {
        width: 100%;
        justify-content: space-between;
    }
   
}

@media (max-width: 1400px) {
    .banner .tab-nav div{
        gap: 20px;
    }
}

@media (max-width: 1300px){
     .site-header .submenu-wrapper .submenu-list {
        gap: 20px;
    }
}

@media (max-width: 1249px) {
    .site-header {
        display: none !important;
    }
    .headMob{
        display: block;
    }

    .carousel-section{
        margin-top: 0;
    }

    .header-logo .logo-left img {
        width: 100px;
    }

    .header-logo .logo-right img {
        width: 70px;
    }

    .header-logo .logo-right p {
        font-weight: 400;
        font-size: 8px;
        letter-spacing: 0;
    }

    .search-cont{
        padding: 0 0 50px 0;
    }

}


@media (max-width: 1199px) {

    .contact-tel a {
        font-size: 24px;
    }
    .footer-nav {
        gap: 20px;
    }

    .solution-section .tab-nav button,
    .solution-section .tab-nav .active{
        font-size: 16px;
    }
    .banner .tab-nav div{
        flex-wrap: wrap;
    }
    .banner-title h1{
        font-size: 30px;
    }
    .message-section .message-title h2{
        font-size: 28px;
    }

    .contact_section>div>div.row{
        flex-direction: column;
        gap: 30px;
    }

    .contact-form>div.row{
        flex-direction: column;
        gap: 23px;
    }

    .form-btn button{
        width: 150px;
    }
    .contact-form>div.row:first-child>div:first-child{
        padding-right: 0;
    }
    .contact-form>div.row:first-child>div:last-child{
        padding-left: 0;
    }
}

@media (max-width: 1023px) {


    .category-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .swiper-button-prev{
        left: 30px;
    }
    .swiper-button-next{
        right: 30px;
    }
    .slide-action h2{
        font-size: 30px;
    }
    .news-more a{
        width: 140px;
        height: 40px;
        line-height: 40px;
    }
    .news-more a span{
        font-size: 14px;
    }
    .news-more{
        margin-top: 30px;
    }

    .category-content figcaption p{
        font-size: 18px;
    }

    .tab-nav>div{
        flex-wrap: wrap;
    }
    .solution-section .tab-nav button{
        width: 50%;
    }
    .solutions-title,.news-section .common-title h2{
        font-size: 22px;
    }
    .tab-panel h3{
        font-size: 20px;
    }
    .tab-panel p{
        margin-bottom: 20px;
    }
    .tab-panel div:first-child{
        padding-right: 15px;
        margin-bottom: 30px;
    }
    .tab-panel div{
        padding-left: 15px;
        padding-right: 15px;
    }
    .message-content{
        flex-direction: column;
    }
    .message-cover{
        padding-left: 0;
    }
    .message-text{
        width: 100%;
        margin-bottom: 30px;
    }

    .company-content figure:first-child{
        padding-right: 0px;
    }
    .dynamic-card,.dynamic-list{
        flex-direction: column;
        gap: 20px;
    }

    .dynamic-article-top{
        padding-right: 0;
    }
    .dynamic-article-hot{
        min-height: 300px;
    }

    .dynamic-item:not(:last-child)>div{
        margin-right: 0;
    }

    .recruit-item-content{
        padding: 45px 45px 65px;
    }
    
        .footer-nav {
        display: none !important;
    }


}

@media (max-width: 991px) {
    .company-content div:last-child {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .news-thumbnail img{
        height: auto;
    }
    .hover-card .category-content img{
        width: 40px;
        height: 40px;
    }
    .category-content{
        padding: 40px 0;
    }
    .solution-section .tab-nav button{
        width: 100%;
    }

    .solution-section .tab-nav>div{
        padding-left: 30px;
        padding-right: 30px;
    }



    .footer-copyright>div {
        flex-direction: column;
        justify-content: center !important;
        gap: 10px;
    }

    .contact-info {
        margin: 0 auto;
    }

    .carousel-section .swiper-button-prev,
    .carousel-section .swiper-button-next,
    .slide-action{
        display: none;
    }
    .banner-title h1 {
        font-size: 20px;
        white-space: nowrap;
    }

    .banner .tab-nav button, .banner .tab-nav button a{
        font-size: 15px;
    }

    .banner .tab-nav button{
        width: 100%;
        text-align: center;
    }
    .banner .tab-nav{
        height: auto;
    }

    .banner-title{
        top: 25%;
        transform: translate(-50%, 0%);
    }

    .message-section .message-title h2{
        font-size: 20px;
        text-align: center;
    }
    .double-rectangle{
        width: 40px;
        margin: 0 auto;
    }

    .message-text h3{
        font-size: 20px;
        text-align: center;
    }
    .message-content,.company-content{
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-title h2,.company-title h2{
        font-size: 20px;
    }

    .company-title img{
        width: 30px;
        height: 30px;
    }

    .company-title h2{
        line-height: 30px;
    }

    .dynamic>div.container{
        padding-left: 15px;
        padding-right: 15px;
    }

    .dynamic h3{
        font-size: 18px;
    }

    .recruit>div.container{
        padding-left: 15px;
        padding-right: 15px;
    }

    .recruit-item-content{
        padding: 20px;
    }
    .contact-info .title-text h2{
        font-size: 20px;
    }

    .contact-info .info-details p:first-child img{
        width: 16px;
        height: 16px;
    }

    .contact-info .info-details p:first-child a{
        font-size: 16px;
    }

    .contact-form input{
        height: 40px;
        font-size: 12px;
        padding-left: 30px;
    }

.contact-form textarea{
    font-size: 12px;
    padding-left: 30px;
}
    .form-label img{
        width: 14px;
        height: 14px;
    }

    .form-label{
        left: 10px;
    }

    .form-btn button{
        width: 120px;
        height: 40px;
        font-size: 14px;
    }

    .contact_section{
        padding: 30px;
    }

    .banner-bg img{
        height: auto;
    }

    .recruit-item-title h2{
        font-size: 16px;
    }
    .company{
        padding: 58px 0 0;
    }

}

@media (max-width: 650px) {
    .category-list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 576px) {
    .banner .tab-nav button {
        font-size: 14px;
    }
}



/*分页*/
.pager .pagination{
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}
.pager li {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 32px;
    margin: 0 5px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    background: #F8F9FA;
    border: none;
    color: #666666;
}
.pager li.active {
    background: #1B60AE;
    border: none;
    color: #fff;
}
.pager li:hover {
    background: #1B60AE;
    border: none;
}
.pager li:hover a ,
.pager li:hover span {
    color: #fff;
}
.pager li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
}

/*鼠标交互*/
.site-header .header-nav .nav-wrapper .nav-list li a:hover{
    color: #1B60AE;
}
.footer-section ul li a{
    transition: all .5s
}
.footer-section ul li:hover a{
    color: #fff;
}

.tab-panel button:hover{
    transform: translateX(5px);

}

.tab-panel button{
    transition: all .5s ease;
}

.news-list .news-item:hover,#dynamic .dynamic-list .dynamic-item:hover{
    cursor: pointer;
}

.news-list .news-item .news-thumbnail,
.dynamic-article-top figure{
    overflow: hidden;
}

.dynamic-article figure{
    border-radius: 10px;
}

.news-list .news-item:hover .news-thumbnail img,
#dynamic .dynamic-card .dynamic-article-top:hover img{
    transform: scale(1.1);
}

.news-list .news-item .news-thumbnail img,.news-footer span,.dynamic-article-top img{
    transition: transform 0.5s ease;
}

.news-header h3{
    transition: all 0.5s ease;
}

.news-list .news-item:hover .news-header h3{
    color: #1B60AE;
}
#dynamic .dynamic-list .dynamic-item>div{
    transition: background 0.5s ease-in-out;
}

#dynamic .dynamic-list .dynamic-item:hover>div{
    background-color: #206dc9 !important;
}

#dynamic .dynamic-list .dynamic-item:hover time,
#dynamic .dynamic-list .dynamic-item:hover h3,
#dynamic .dynamic-list .dynamic-item:hover span{
    color: #fff;
}

.dynamic-action:hover{
    transform: translateX(5px);
    transition: all 0.5s ease;
}

/*手机导航搜索*/
.mob-list .search-input{
    margin-top: 30px;
}
.mob-list .left-search {
    display: flex;
    margin: 20px 0;
    border: 1px solid #1B60AE;
    padding-left: 15px;
    border-radius: 25px;
    overflow: hidden;
    background: #fff;
}
.mob-list .left-search input {
    flex: 1;
    outline: none;
    border: none;
    font-size: 14px;
    color: #808080;
    line-height: 20px;
    background: #fff;
}
.mob-list .left-search button {
    outline: none;
    border: none;
    background: #1B60AE;
    padding: 6px 20px;
}
.mob-list .left-search button span {
    font-size: 15px;
    color: #FFFFFF;
    line-height: 22px;
    vertical-align: middle;
    padding-left: 5px;
}

@media (max-width: 430px) {
    .mob-list .left-search input{
        width: 100px;
    }
    .mob-list .left-search button{
        padding: 6px 15px;
    }
    .search-cont .left-search button span{
        font-size: 14px;
        white-space: nowrap;
    }
}

.search-cont>.container{
    padding-left: 15px;
    padding-right: 15px;
}
.honor-section .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.honor-section .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    padding: 0 20px;
}

.certificate-wrapper{
    padding: 58px 0;
}

.certificate-wrapper .swiper-button-prev::after,
.certificate-wrapper .swiper-button-next::after {
    color: #1B60AE;
}

.certificate-wrapper .container {
    position: relative;
}

.certificate-wrapper .swiper-button-prev,
.certificate-wrapper .swiper-button-next {
    color: #1B60AE;
}


.certificate-wrapper .swiper-button-prev{
    left: -30px;
}
.certificate-wrapper .swiper-button-next{
    right: -30px;
}

@media (max-width: 640px) {
    .certificate-wrapper .swiper-button-prev{
        left: 30px;
    }
    .certificate-wrapper .swiper-button-next{
        right: 30px;
    }
    .footer-main{
        padding: 20px;
    }
}

.box-right:hover{
    cursor: pointer;
}








