@charset "UTF-8";
.second_banner {
    height: 300px;
    background: url(../images/second/second_pic1.png) no-repeat center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.second_banner h2 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 100px;
}


/* .second_banner .nav_bgc {
    background: rgba(0, 48, 120, 0.6);
    box-sizing: border-box;
    min-height: 120px;
    display: flex;
    align-items: center;
}

.second_banner .nav_bgc .container {
    height: 100%;
    display: flex;
    align-items: center;
    overflow: inherit;
}

.second_banner .second_nav ul {
    display: flex;
    flex-wrap: wrap;
    line-height: 40px;
}

.second_banner .second_nav ul li {
    position: relative;
    margin-right: 50px;
}

.second_banner .second_nav ul li>a {
    color: #fff;
    font-size: 22px;
    transition: all 0.3s;
    border-bottom: 2px solid transparent;
    padding-bottom: 10px;
}

.second_banner .second_nav li::before {
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    background: #fff;
    margin-top: 5px;
    position: absolute;
    right: -25px;
    top: 8px;
}

.second_banner .second_nav ul li::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 10px;
}

.second_banner .second_nav ul li:last-of-type:before {
    display: none;
}

.second_banner .second_nav ul li>a:hover,
.second_banner .second_nav ul li>a.cut {
    border-bottom-color: #d45b1c;
    color: #d45b1c;
}

.second_banner .second_nav ul li:hover .sub_nav {
    display: block;
}

.second_banner .second_nav ul li:hover .sub_nav a {
    display: block;
    border-bottom: 1px solid #4e72a6;
    line-height: 50px;
    transition: all 0.3s;
}

.second_banner .second_nav ul li:hover .sub_nav a:last-of-type {
    border: none;
}

.second_banner .second_nav ul li:hover .sub_nav a:hover {
    color: #d45b1c;
}

.second_banner .second_nav ul li .sub_nav {
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, .8);
    min-width: 180px;
    z-index: 1111;
    padding: 20px 14px;
    box-sizing: border-box;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: 10px;
} */

.products_con {
    padding: 0 0 80px 0;
    background-color: #e6eef7;
}

.products_con .location {
    text-align: left;
    line-height: 70px;
    font-size: 15px;
    color: #868686;
}

.products_con .location a {
    transition: all .3s;
    -webkit-transition: all .3s;
    color: #868686 !important;
    line-height: 56px !important;
    font-size: 15px !important;
    margin-right: 0 !important;
    padding: 0 4px;
}

.products_con h3 {
    text-align: left;
    font-size: 37px;
    font-weight: 700;
    color: #fff;
    flex: 1;
}

.products_con .search_box {
    height: 120px;
    margin-bottom: 60px;
    background-color: #4e72a6;
    border-top: 1px solid #fff;
}

.products_con .search_box .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.products_con .products_search {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #bacae1;
    width: 52%;
    /* margin: 0 auto; */
    /* margin-top: 40px; */
    /* margin-bottom: 50px; */
    padding: 0 20px;
    box-sizing: border-box;
    height: 54px;
    line-height: 54px;
    border-radius: 20px;
}

.products_con .products_search .search_btn {
    display: flex;
    cursor: pointer;
}

.products_con .products_search .search_btn img {
    height: 32px;
}

.products_con .products_search input {
    background-color: transparent;
    border: none;
    flex: 1;
    font-size: 18px;
}

.containerBox {
    margin-top: 60px;
    display: flex;
}

.containerBox.products_conBox {
    margin-top: 0;
}

.containerBox .left {
    width: 25%;
    margin-right: 30px;
    border-radius: 15px;
    overflow: hidden;
}

.containerBox .left h1 {
    font-size: 28px;
    color: #FFF;
    background-color: #003078;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 63px;
    padding: 0 10px;
    text-align: center;
}

.third_dh.layui-collapse {
    border: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #FFF;
    padding: 15px 20px 30px 30px;
    box-sizing: border-box;
}

.third_dh .layui-colla-item {
    padding: 15px 0 20px;
    box-sizing: border-box;
    border-color: #b4c1d7;
}

.third_dh .layui-colla-title {
    font-size: 22px;
    text-align: left;
    line-height: 32px;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 4px 5px 6px;
    display: flex;
    overflow: unset;
    height: auto;
    background-color: transparent;
    transition: all .3s;
    -webkit-transition: all .3s;
    border-radius: 3px;
    color: #000;
    padding: 10px 20px 0 0;
}

.third_dh .layui-colla-title font {
    margin-right: 8px;
    font-weight: bold;
    padding-top: 3px;
}

.third_dh .layui-colla-title font:hover {
    color: #d45b1c;
}

.third_dh a:hover .layui-colla-title,
.third_dh a.hover .layui-colla-title {
    color: #d45b1c;
}

.third_dh .layui-colla-icon {
    font-size: 20px;
    right: 0;
    left: auto;
    font-weight: bold;
    top: 10px;
}

.third_dh .layui-colla-title.noChild .layui-colla-icon {
    display: none;
}

.third_dh .layui-colla-content {
    padding: 0 0 0 13px;
    border: 0;
}

.third_dh .layui-colla-content a {
    font-size: 18px;
    text-align: left;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    line-height: 26px;
}

.third_dh .layui-colla-content a:hover,
.third_dh .layui-colla-content a.hover {
    color: #d45b1c;
    background-color: transparent;
}

.third_dh .layui-colla-content h2>a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    line-height: 26px;
    padding: 10px 0 !important;
}

.third_dh .layui-colla-content h2>a i {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    color: #404040 !important;
    right: 0;
    transform: rotate(90deg);
    margin-left: auto;
    margin-right: 0;
}

.layui-colla-contentChild {
    width: 100%;
    padding-left: 15px;
    display: none;
    box-sizing: border-box;
}

.layui-colla-contentChild span {
    font-size: 16px;
    cursor: pointer;
    display: flex;
    line-height: 24px;
    margin: 8px 0px;
}

.layui-colla-contentChild span font {
    margin-right: 4px;
    font-weight: bold;
    padding-top: 2px;
    box-sizing: border-box;
}

.layui-colla-contentChild span:hover,
.layui-colla-contentChild span.hover {
    color: #d45b1c;
}

.third_dh .layui-colla-content h2.showChild a i,
.secDHContent h2.showChild a i {
    transform: rotate(180deg);
}

.third_dh .layui-colla-content h2.showChild .layui-colla-contentChild,
.secDHContent h2.showChild .layui-colla-contentChild {
    display: block;
}

.containerBox .right {
    width: calc(75% - 30px);
    background-color: white;
    padding: 20px;
    border-radius: 15px;
    overflow: hidden;
}

.containerBox .right .productSearch {
    display: flex;
    width: 100%;
    height: 45px;
    margin-bottom: 15px;
}

.containerBox .right .productSearch input {
    width: calc(100% - 220px);
    font-size: 16px;
    border-radius: 3px;
    padding-left: 10px;
    border: 1px #003078 solid;
    height: 45px;
}

.containerBox .right .productSearch span {
    font-size: 16px;
    border: 1px #003078 solid;
    background-color: #003078;
    padding: 0 25px;
    box-sizing: border-box;
    color: #FFF;
    border-radius: 8px;
    line-height: 45px;
    transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
    margin-left: 10px;
    width: 100px;
    text-align: center;
}

.containerBox .right .productSearch span:hover {
    background-color: rgba(0, 48, 120, 0.8);
}

.products_con .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /* 关键修改 */
    /* 可选：加间距 */
    column-gap: 2%;
    row-gap: 40px;
}

.products_con .list ul li {
    width: calc(98% / 2);
    /* height: 350px; */
    border-radius: 20px;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 10px 0px rgba(0, 48, 120, 0.11);
    padding: 40px 30px 35px 30px;
}

.products_con .list ul li .img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}

.products_con .list ul li .img img {
    max-height: 150px;
    max-width: 100%;
}

.products_con .list ul li .hr {
    width: 100%;
    height: 1px;
    background-color: #003078;
    margin-top: 30px;
    margin-bottom: 20px;
}

.products_con .list ul li h4 {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 20px;
}

.products_con .list ul li h4 font {
    display: block;
}

.products_con .list ul li .info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.products_con .list ul li .info>div {
    width: calc(100% - 100px);
    padding-right: 10px;
    box-sizing: border-box;
}

.products_con .list ul li p {
    line-height: 30px;
    font-size: 16px;
    margin-right: 24px;
    display: inline-flex;
}

.products_con .list ul li p:nth-of-type(2n) {
    margin-right: 0;
}

.products_con .list ul li p span:first-of-type {
    margin-right: 15px;
    min-width: 50px;
    font-weight: bold;
}

.products_con .list ul li .btn {
    display: block;
    margin: 30px auto 0 auto;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: rgb(255, 255, 255);
    text-align: center;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: rgb(0, 48, 120);
    transition: all 0.5s;
    font-size: 15px;
}

.products_con .list ul li .btn:hover {
    background-color: rgb(212, 91, 28);
    ;
}

.containerBox .right.contentBox {
    padding: 0 45px 50px;
    box-sizing: border-box;
}

.containerBox .right.contentBox h1 {
    line-height: 128px;
    font-size: 37px;
    color: #003078;
}

.containerBox .right.contentBox p {
    font-size: 18px;
    color: #000;
    line-height: 36px;
    text-align: justify;
}

.containerBox .right.contentList {
    background-color: transparent;
    padding-top: 0;
}

.containerBox .right.contentList>div>div {
    background-color: #FFF;
    padding: 40px 50px;
    box-sizing: border-box;
    border-radius: 15px;
    display: flex;
    column-gap: 30px;
    margin-bottom: 30px;
    cursor: pointer;
}

.containerBox .right.contentList>div>div * {
    transition: all .3s;
    -webkit-transition: all .3s;
}

.containerBox .right.contentList>div .Listleft {
    width: 35%;
    display: inline-flex;
    overflow: hidden;
    border-radius: 15px;
    justify-content: center;
    height: 220px;
}

.containerBox .right.contentList>div .Listleft img {
    height: 100%;
}

.containerBox .right.contentList>div .Listright {
    width: calc(65% - 30px);
    display: inline-flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.containerBox .right.contentList>div .Listright h1 {
    font-size: 28px;
    color: #003078;
    margin-bottom: 10px;
}

.containerBox .right.contentList>div .Listright div {
    font-size: 19px;
    line-height: 32px;
}

.containerBox .right.contentList>div>div:hover * {
    color: #003078;
}

.page-out {
    width: 95%;
    margin: 40px auto 35px auto;
}

.page {
    width: 100%;
    margin: 0 auto !important;
    text-align: center;
    list-style-type: none;
    overflow: hidden;
    font-size: 0;
}

.page li {
    display: inline-block !important;
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.page li a {
    font-size: 16px;
    color: rgb(0, 48, 120);
    box-sizing: border-box;
    display: block !important;
    padding: 0 12px;
    line-height: 28px;
    text-align: center;
    width: auto !important;
    overflow: inherit !important;
    background-color: #FFF;
}

.page li.uk-active span {
    font-size: 16px;
    color: #fff;
    background-color: rgb(0, 48, 120);
    display: block !important;
    padding: 0 12px;
    line-height: 28px;
    text-align: center;
    width: auto;
    cursor: pointer;
    box-sizing: border-box;
}

.page li span {
    box-sizing: border-box;
    color: #828282;
    cursor: not-allowed;
    padding: 0 12px;
    width: auto;
    font-size: 16px;
    line-height: 28px !important;
    display: inline-block !important;
}

.page li.jump {
    font-size: 16px;
    color: #000;
    box-sizing: border-box;
    padding: 5px;
    line-height: 15px;
}

.page li.jump select {
    border: 1px #000000 solid;
    box-sizing: border-box;
    font-size: 16px;
    display: inline-block;
    margin-top: 1px;
}

.abooutUs1 {
    background: url(../images/second/abooutUs1_bg.jpg);
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.abooutUs1 h1 {
    font-size: 37px;
    color: #003078;
    line-height: 35px;
    margin: 77px auto 54px;
}

.abooutUs1>div>div {
    width: 70%;
    font-size: 18px;
    color: #000;
    line-height: 38px;
    margin-bottom: 98px;
}

.abooutUs2 {
    background: url(../images/second/abooutUs2_bg.jpg);
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.abooutUs2 h1 {
    font-size: 37px;
    color: #003078;
    line-height: 35px;
    margin: 51px auto 62px;
}

.abooutUs2>div>div {
    display: flex;
    flex-wrap: wrap;
}

.abooutUs2>div>div .historyItem {
    width: 100%;
    display: flex;
    position: relative;
}

.abooutUs2>div>div .historyItem>div:first-of-type {
    height: 45px;
    width: 130px;
    display: inline-flex;
    background-color: #003078;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    color: #FFF;
    margin-right: 52px;
}

.abooutUs2>div>div .historyItem>div:first-of-type i {
    width: 13px;
    height: 13px;
    border-radius: 100px;
    background-color: #003078;
    border: 5px solid #9eb4d0;
    position: absolute;
    left: 49px;
    top: 111px;
}

.abooutUs2>div>div .historyItem>div:first-of-type::after {
    width: 1px;
    height: calc(100% - 45px);
    position: absolute;
    content: '';
    background-color: #003078;
    left: 60px;
    top: 45px;
    z-index: 0;
}

.abooutUs2>div>div .historyItem>div:last-of-type {
    background-color: #FFF;
    width: 100%;
    margin-bottom: 40px;
    display: inline-flex;
    padding: 25px;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.abooutUs2>div>div .historyItem>div:last-of-type::before {
    content: '';
    height: 1px;
    width: 36px;
    left: -37px;
    top: 22px;
    background-color: #003078;
    position: absolute;
}

.abooutUs2>div>div .historyItem>div:last-of-type>div {
    width: calc(100% - 262px);
}

.abooutUs2>div>div .historyItem>div:last-of-type h2 {
    color: #d45b1c;
    font-size: 20px;
}

.abooutUs2>div>div .historyItem>div:last-of-type p {
    font-size: 18px;
    color: #000;
    line-height: 42px;
}

.abooutUs2>div>div .historyItem>div:last-of-type p::before {
    content: '·';
    font-size: 20px;
    font-weight: bold;
    margin-right: 6px;
}

.abooutUs2>div>div .historyItem:nth-of-type(3)>div:last-of-type {
    margin-bottom: 0;
}

.abooutUs2>div>div .historyItem2 {
    width: 100%;
    display: flex;
    position: relative;
    padding-top: 104px;
    margin-bottom: 90px;
}

.abooutUs2>div>div .historyItem2>div:first-of-type {
    height: 45px;
    width: 130px;
    display: inline-flex;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    color: #d45b1c;
    border: 1px solid #d45b1c;
    margin-right: 52px;
}

.abooutUs2>div>div .historyItem2>div:first-of-type::before {
    content: '......';
    color: #000;
    font-weight: bold;
    position: absolute;
    transform: rotate(90deg);
    top: 25px;
    left: 49px;
}

.abooutUs2>div>div .historyItem2>div:last-of-type {
    display: inline-flex;
    border-radius: 15px;
    align-items: center;
    justify-content: flex-start;
    color: #d45b1c;
    border: 1px solid #d45b1c;
    width: 100%;
    position: relative;
    padding-left: 23px;
    font-size: 22px;
}

.abooutUs2>div>div .historyItem2>div:last-of-type::before {
    content: '';
    height: 1px;
    width: 36px;
    left: -37px;
    top: 22px;
    background-color: #d45b1c;
    position: absolute;
}

.abooutUs3 h1 {
    font-size: 37px;
    color: #003078;
    line-height: 35px;
    margin: 67px auto 45px;
    width: 100%;
}

.CapabilitiesContent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 74px;
}

.CapabilitiesContent>div {
    box-shadow: 0px 0px 14px 0px rgba(0, 48, 120, 0.1);
    margin-bottom: 24px;
    width: calc((100% - 24px) / 2);
    padding: 42px 30px;
    box-sizing: border-box;
}

.CapabilitiesContent>div h2 {
    color: #d45b1c;
    font-size: 18px;
    line-height: 38px;
}

.CapabilitiesContent>div h3 {
    color: #003078;
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 12px;
}

.CapabilitiesContent>div img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.CapabilitiesContent>div p {
    display: flex;
    font-size: 18px;
    line-height: 38px;
    color: #000;
}

.CapabilitiesContent>div p::before {
    content: '·';
    font-size: 20px;
    font-weight: bold;
    margin-right: 6px;
}

.unoverflow {
    overflow: unset !important;
}

@media screen and (max-width: 850px) {
    .second_banner {
        display: none;
    }
    .abooutUs1 {
        background-position: 88% top;
    }
    .abooutUs1 h1 {
        font-size: 24px;
        line-height: 24px;
        margin: 35px auto 20px;
        color: #FFF;
    }
    .abooutUs1>div>div {
        width: 100%;
        margin-bottom: 25px;
        line-height: 32px;
        color: #FFF;
    }
    .abooutUs2 h1 {
        margin: 25px auto 20px;
        font-size: 26px;
    }
    .abooutUs2>div>div .historyItem {
        flex-wrap: wrap;
    }
    .abooutUs2>div>div .historyItem>div:first-of-type {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .abooutUs2>div>div .historyItem>div:first-of-type::after {
        display: none;
    }
    .abooutUs2>div>div .historyItem>div:last-of-type {
        padding: 15px;
        margin-top: 15px;
        border-radius: 8px;
        flex-wrap: wrap;
        margin-bottom: 20px;
        margin-top: 0;
        border-top-left-radius: 0;
    }
    .abooutUs2>div>div .historyItem>div:last-of-type::before {
        display: none;
    }
    .abooutUs2>div>div .historyItem>div:last-of-type>div {
        width: 100%;
    }
    .abooutUs2>div>div .historyItem>div:last-of-type img {
        width: 100%;
        margin-top: 8px;
    }
    .abooutUs2>div>div .historyItem>div:last-of-type p {
        font-size: 16px;
        line-height: 30px;
        width: 100%;
        display: flex;
    }
    .abooutUs2>div>div .historyItem2 {
        padding-top: 30px;
        margin-bottom: 40px;
        flex-wrap: wrap;
    }
    .abooutUs2>div>div .historyItem2>div:first-of-type::before {
        display: none;
    }
    .abooutUs2>div>div .historyItem2>div:first-of-type {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .abooutUs2>div>div .historyItem2>div:last-of-type::before {
        display: none;
    }
    .abooutUs2>div>div .historyItem2>div:last-of-type {
        background-color: #d45b1c;
        color: #FFF;
        border-top-left-radius: 0;
        padding: 20px 0 20px 15px;
    }
    .abooutUs3 h1 {
        margin: 25px auto 20px;
        font-size: 26px;
    }
    .CapabilitiesContent {
        margin-bottom: 0;
    }
    .CapabilitiesContent>div {
        width: 100%;
        padding: 15px;
    }
    .CapabilitiesContent>div h2 {
        line-height: 28px;
    }
    .CapabilitiesContent>div h3 {
        line-height: 30px;
        margin-top: 5px;
    }
    .CapabilitiesContent>div p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .products_con .location {
        line-height: 25px;
        padding: 10px 0px;
    }
    .products_con .location a {
        line-height: 25px !important;
    }
    .containerBox .left {
        display: none;
    }
    .containerBox .right {
        width: 100%;
        padding: 15px;
    }
    .containerBox .right .productSearch {
        flex-wrap: wrap;
        height: auto;
    }
    .containerBox .right .productSearch input {
        width: 100%;
        margin-bottom: 10px;
    }
    .containerBox .right .productSearch span {
        margin: 0;
        width: calc((100% - 15px)/2);
        margin-right: 15px;
    }
    .containerBox .right .productSearch span:last-of-type {
        margin-right: 0;
    }
    .products_con {
        padding-bottom: 20px;
    }
    .products_con .list ul {
        row-gap: 15px;
    }
    .products_con .list ul li {
        width: 100%;
        padding: 15px;
    }
    .products_con .list ul li .img {
        height: auto;
    }
    .products_con .list ul li .hr {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .products_con .list ul li h4 {
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 10px;
        line-height: 30px;
    }
    .products_con .list ul li p {
        width: 100%;
    }
}