/* 公共部分 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

em {
    font-style: normal;
}

table,
th,
td {
    vertical-align: middle
}

html {
    overflow-x: hidden !important;
}

body,
body * {
    font-family: Arial, Helvetica, sans-serif;
}

/* 滚动条 */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F1F1F1;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #F1F1F1;
}

::-webkit-scrollbar-thumb {
    background-color: #A8A8A8;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #043c89;
}

.container {
    width: 1600px;
    max-width: 94%;
    margin: 0 auto;
}

/* 头部 */
.xymob-head {
    display: none;
}

.pc-head {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
    height: 90px;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    box-shadow: 0px 0px 1.5rem rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 1.5rem rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 1.5rem rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 1.5rem rgba(0, 0, 0, 0.2);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.pc-head .headbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95.3%;
    height: 100%;
    margin: 0 auto;
}

.pc-head .headbox .logo {
    padding: 10px 0;
}

.pc-head .headbox .logo img {
    width: 100%;
    height: 100%;
}

.pc-head .pc-nav {
    display: flex;
    align-items: center;
}

.pc-head .pc-nav .firUl {
    display: flex;
}

.pc-head .pc-nav .firUl .p_navItem1 {
    padding: 0 30px;
    position: relative;
}

.pc-head .pc-nav .firUl .p_navItem1 .firA {
    display: block;
    height: 100%;
    line-height: 90px;
    color: #333;
    font-size: 18px;
    position: relative;
}

.pc-head .pc-nav .firUl .p_navItem1 .firA::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #043c89;
    content: "";
    transition: all 0.6s;
}

.pc-head .pc-nav .firUl .p_navItem1:hover .firA::after,
.pc-head .pc-nav .firUl .p_navItem1.act .firA::after {
    width: 100%;
}

.p_navBox1 * {
    transition: none;
}

.p_level2Box {
    display: none;
    height: auto;
    padding: 0px 0;
    background: #f3f7fa;
    width: 200px;
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 99;
    transform: translateX(-50%);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.p_level2Box .p_level2Item {
    position: relative;
    width: 100%;
}

.p_level2Box .p_level2Item a {
    font-size: 15px;
    padding: 0 20px;
    line-height: 45px;
    display: block;
    text-align: center;
    transition: all ease .3s;
    color: #4a4a4a;
}

.p_level2Box .p_level2Item a:hover {
    background: #043c89;
    color: #fff;
}

/* 底部 */
footer {
    background: #043c89;
}

.foot {
    padding: 0 7.29vw;
}

.foot .foot1 .divp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    color: #fff;
    border-bottom: #fff 1px solid;
    padding: 2% 0 1%;
    overflow: hidden;
}

.foot .foot1 .divp .footlogo img {
    max-width: 100%;
}

.foot .foot1 .divp span {
    width: 45%;
    display: flex;
    justify-content: space-between;
}

.foot .foot1 .divp span a {
    color: #fff;
    font-size: 18px;
}

.foot .foot2 {
    padding: 2% 0 1.5%;
    display: flex;
    justify-content: space-between;
}

.foot .foot2 .left {
    width: 60%;
    overflow: hidden;
}

.foot .foot2 .left p {
    font-size: 18px;
    color: #fff;
    margin: 2.5% 0;
}

.foot .foot2 .left p:first-child {
    margin-top: 0;
}

.foot .foot2 .left p:last-child {
    margin-bottom: 0;
}

.foot .foot2 .left p img {
    vertical-align: middle;
    margin-right: 15px;
    max-width: 100%;
}

.foot .foot2 .right {
    width: 9%;
}

.foot .foot2 .right img {
    max-width: 100%;
}

.foot .foot3 {
    padding: 20px 0;
    border-top: #fff 1px solid;
    font-size: 18px;
    color: #fff;
    display: flex;
}

.foot .foot3 a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    margin-left: 15px;
}

/* 轮播图 */
.banner {
    position: relative;
    margin-top: 90px;
}

.banner .bannerimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .swiper-pagination {
    position: absolute;
    display: flex;
    flex-direction: row;
    top: auto;
    right: auto;
    transform: translate(50%, -50%);
    left: 7%;
    width: auto;
    height: auto;
    bottom: 40px;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    margin: 3px 5px !important;
    background: #ddd;
    opacity: 1;
    width: 10px;
    height: 10px;
    transition: all ease .3s;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 15px;
    background: #043c89;
}

.banner .swiper-pagination .swiper-pagination-bullet:hover,
.banner .swiper-pagination .swiper-pagination-bullet-active:hover {
    background-color: #fff;
}

.banner .p_arr {
    max-width: 120px;
    width: 100%;
    position: absolute;
    right: 7%;
    bottom: 40px;
    height: auto;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}

.banner .p_btn_prev {
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    transform: skewX(0deg);
    height: 50px;
    width: 50px;
    transition: all ease .3s;
    position: static;
    background-image: none;
    margin: 0px 20px 0px 0px;
}

.banner .p_btn_next {
    color: #fff;
    border-radius: 50%;
    transform: skewX(0deg);
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    transition: all ease .3s;
    position: static;
    background-image: none;
    margin: 0 auto;
}

.banner .p_btn_prev::after,
.banner .p_btn_next::after {
    font-size: 16px;
}

.banner .p_btn_prev:hover,
.banner .p_btn_next:hover {
    background: #043c89;
    border: 1px solid #043c89;
}

.banner .p_btn_prev:hover::after,
.banner .p_btn_next:hover::after {
    color: #fff;
}

.banner .p_scrool {
    position: absolute;
    left: calc((100% - 90px) / 2);
    bottom: 40px;
    color: #fff;
    width: 90px;
    z-index: 10;
}

.banner .p_scrool i {
    display: block;
    width: 20px;
    height: 30px;
    margin: 0 auto;
    border-radius: 12px;
    border: 2px #fff solid;
    position: relative;
}

.banner .p_scrool i::before {
    content: "";
    display: block;
    width: 4px;
    height: 10px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 3px;
    animation: scrollmouse 2s linear infinite;
}

@keyframes scrollmouse {
    0% {
        transform: translate(-50%, 0);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }
}

@-webkit-keyframes scrollmouse {
    0% {
        transform: translate(-50%, 0);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }
}

.banner .p_scrool span {
    text-transform: uppercase;
    color: #fff;
    display: block;
    font-family: arial;
    line-height: 20px;
    margin-top: 12px;
    font-size: 12px;
}

/* 标题 */
.titlecon {
    position: relative;
}

.titlecon .ten {
    font-size: 90px;
    color: #f4f4f4;
    font-weight: bold;
    text-transform: uppercase;
}

.titlecon .tch {
    font-size: 42px;
    font-weight: bold;
    color: #333333;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
}

/* 按钮 */
.sec_a_more {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    width: 200px;
    height: 48px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
    transition: all .3s;
}

.sec_a_more {
    transition: all 0.5s;
    margin-top: 30px;
    border: 1px solid #DBDBDB;
    color: #333;
}

.sec_a_more::before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background-color: #00458b;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    transition: all .3s;
    z-index: -1;
}

.sec_a_more i {
    display: block;
    width: 25px;
    height: 10px;
    background-image: url(../images_new/more1.png);
    margin-left: 12px;
}

.sec_a_more a img {
    max-width: 20%;
}

/* 产品 */
.sec_p {
    padding: 100px 0;
    background: url(../images_new/bgpro.jpg) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    background-attachment: fixed;
}

.sec_p .protop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
    padding: 0 7.29vw;
}

.sec_p .protop .titlecon .ten {
    color: rgba(255, 255, 255, .1);
}

.sec_p .protop .titlecon .tch {
    color: #fff;
}

.sec_p .protop .protitle h3 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
}

.sec_p .protop .probtn {
    display: flex;
    align-items: center;
}

.sec_p .protop .probtn .probtn-left {
    margin-right: 30px;
    cursor: pointer;
}

.sec_p .protop .probtn .probtn-right {
    cursor: pointer;
}

.sec_p .proitem {
    background: #fff;
    padding: 20px;
}

.sec_p .proitem .protitle h3 {
    color: #333;
    font-size: 21px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sec_p .proitem .proimg {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 100%;
}

.sec_p .proitem .proimg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.0);
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
    transition: all .5s;
}

.sec_p .proitem .promore {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #333;
    background-color: #f4f4f4;
}

.sec_p .proitem:hover .promore {
    color: #fff;
    background-color: #00458b;
    transition: all .5s;
}

/* 简介 */
.sec_a {
    padding: 100px 7.29vw;
    background: url(../images_new/bgabout.jpg) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.sec_a .sec_a_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec_a .sec_a_left {
    width: 45%;
}

.sec_a .sec_a_left .ten {
    color: rgba(4, 60, 137, .1);
}

.sec_a .sec_a_left .subtit {
    color: #3d6cb9;
    font-size: 24px;
    font-weight: 700;
    margin-top: 50px;
}

.sec_a .sec_a_left .sec_a_desc {
    color: #333;
    line-height: 1.8;
    margin: 40px 0;
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sec_a .sec_a_left .sec_a_box {
    display: flex;
    margin-bottom: 50px;
}

.sec_a .sec_a_left .sec_a_box .sec_b {
    text-align: center;
    margin-right: 10%;
    color: #333;
}

.sec_a .sec_a_left .sec_a_box .sec_b:last-child {
    margin-right: 0;
}

.sec_a .sec_a_left .sec_a_box .sec_b img {
    max-width: 90%;
    transition: all .3s;
}

.sec_a .sec_a_left .sec_a_box .sec_b p {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 20px;
}

.sec_a .sec_a_right {
    width: 50%;
}

.sec_a .sec_a_right img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

/* 行业 */
.sec_h {
    padding-top: 100px;
}

.sec_h .sec_h_title {
    padding: 0 7.29vw;
}

.sec_h .sec_h_title .titlecon {
    text-align: center;
}

.sec_h .sec_h_title p {
    color: #333;
    font-size: 1.1vw;
    font-weight: 500;
    text-align: center;
    margin: 1vw 0 2.5vw 0;
}

.sec_h .sec_h_list {
    transition: all ease .2s;
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

.sec_h .sec_h_list .sec_h_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: static;
}

.sec_h .sec_h_list .sec_h_item .sec_h_txt {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: calc(100% - 1px);
    height: 100%;
    background: rgba(0, 0, 0, 30%);
    position: relative;
    z-index: 1;
    transition: all ease .3s;
    background-color: rgba(0, 0, 0, 30%);
    padding: 18vw 2vw;
}

.sec_h .sec_h_list .sec_h_item .sec_h_txt h3 {
    font-size: 1.3vw;
    color: #fff;
    position: relative;
    z-index: 3;
    font-weight: bold;
    text-align: center;
    transition: all .5s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.sec_h .sec_h_list .sec_h_item .sec_h_img {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0;
    transition: all ease .3s;
}

.sec_h .sec_h_list .sec_h_item .sec_h_img.show {
    opacity: 1;
}

.sec_h .sec_h_list .sec_h_item .sec_h_img img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    filter: blur(0);
    transition: filter 1s;
}

.sec_h .sec_h_list .sec_h_item .sec_h_txt:hover {
    background: rgba(0, 0, 0, 0%);
    background-color: rgba(0, 0, 0, 0%);
}

/* 新闻 */
.sec_news {
    padding: 5vw 7.29vw;
    background: url(../images_new/bgnews.jpg) no-repeat;
    background-position: left bottom;
    background-size: cover;
    position: relative;
}

.sec_news::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .7);
}

.sec_news .nbox {
    display: flex;
}

.sec_news .nbox .fl {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1;
}

.sec_news .nbox .fl h3 {
    color: #333;
    font-size: 2vw;
    font-weight: 700;
}

.sec_news .nbox .fr {
    width: 80%;
    z-index: 1;
}

.sec_news .nbox .fr .nlist {
    margin: -20px;
    padding: 20px;
}

.sec_news .nbox .fr .nlist .nitem {
    padding: 1vw 1vw 3vw 1vw;
    transition: all .5s ease;
    position: relative;
}

.sec_news .nbox .fr .nlist .nitem::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 5px;
    background: #043c89;
    transition: all .5s ease;
}

.sec_news .nbox .fr .nlist .nitem .data .datad {
    font-size: 2vw;
    color: #3f3939;
    margin-bottom: 10px;
    line-height: 1;
}

.sec_news .nbox .fr .nlist .nitem .data .datay {
    font-size: 1vw;
    color: #3f3939;
    line-height: 1;
}

.sec_news .nbox .fr .nlist .nitem .nimg {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 50%;
    margin: 2vw 0 1vw 0;
}

.sec_news .nbox .fr .nlist .nitem .nimg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.0);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
}

.sec_news .nbox .fr .nlist .nitem .ntitle {
    color: #333;
    font-weight: 700;
    height: 56px;
    font-size: 1vw;
    margin-bottom: 1vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sec_news .nbox .fr .nlist .nitem .ntxt {
    color: #333;
    font-size: 0.85vw;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* 自适应媒体查询 */
@media screen and (min-width: 992px) {
    .sec_a_more:hover {
        border-color: transparent;
        background-color: #00458b;
        color: #fff;
    }

    .sec_a_more:hover::before {
        width: 100%;
    }

    .sec_a_more:hover i {
        background-image: url(../images_new/more2.png);
    }

    .sec_news .nbox .fr .nlist .nitem:hover {
        background: #fff;
        box-shadow: 0 0 18px rgba(0, 0, 0, .2);
    }

    .sec_news .nbox .fr .nlist .nitem:hover::after {
        width: 100%;
    }

    .sec_news .nbox .fr .nlist .nitem:hover .nimg img {
        transform: translate(-50%, -50%) scale(1.1);
    }
}

@media screen and (max-width: 992px) {
    .xymob-head {
        display: block;
    }

    .pc-head {
        display: none;
    }

    .banner {
        margin-top: 60px;
    }

    .titlecon .ten {
        font-size: 26px;
    }

    .titlecon .tch {
        font-size: 24px;
    }

    .sec_a {
        padding: 25px 20px;
    }

    .sec_a .sec_a_flex {
        flex-wrap: wrap;
    }

    .sec_a .sec_a_left {
        width: 100%;
    }

    .sec_a .sec_a_left .subtit {
        margin-top: 25px;
        font-size: 18px;
    }

    .sec_a .sec_a_left .sec_a_desc {
        margin: 20px 0;
        font-size: 16px;
    }

    .sec_a .sec_a_right {
        width: 100%;
        margin-top: 40px;
    }

    .sec_a .sec_a_right img {
        border-radius: 0;
    }

    .sec_p {
        padding: 25px 0;
    }

    .sec_p .protop {
        padding: 0 20px;
        margin-bottom: 40px;
    }

    .sec_p .proitem {
        padding: 10px;
    }

    .sec_p .proitem .protitle h3 {
        font-size: 18px;
    }

    .sec_p .proitem .proimg img {
        padding: 5px;
    }

    .sec_p .proitem .promore {
        font-size: 14px;
        height: 35px;
        line-height: 35px;
    }

    .sec_h {
        padding-top: 25px;
    }

    .sec_h .sec_h_title p {
        font-size: 14px;
        margin: 20px 0;
    }

    .sec_h .sec_h_list {
        flex-direction: column;
    }

    .sec_h .sec_h_list .sec_h_item {
        height: 20%;
    }

    .sec_h .sec_h_list .sec_h_item .sec_h_txt {
        padding: 50px 0;
    }

    .sec_h .sec_h_list .sec_h_item .sec_h_txt h3 {
        font-size: 18px;
    }

    .sec_h .sec_h_list .sec_h_item .sec_h_img img {
        width: auto;
        height: 100%;
    }

    .sec_news {
        padding: 30px 20px;
    }

    .sec_news .nbox {
        flex-direction: column;
    }

    .sec_news .nbox .fl {
        width: 100%;
        flex-direction: unset;
        align-items: center;
    }

    .sec_news .nbox .fl h3 {
        font-size: 20px;
    }

    .sec_news .nbox .fr {
        width: 100%;
        margin-top: 20px;
    }

    .sec_news .nbox .fr .nlist {
        padding: 0;
        margin: 0;
    }

    .sec_news .nbox .fr .nlist .nitem {
        padding: 10px;
        background: #fff;
    }

    .sec_news .nbox .fr .nlist .nitem::after {
        width: 100%;
        height: 3px;
    }

    .sec_news .nbox .fr .nlist .nitem .data .datad {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .sec_news .nbox .fr .nlist .nitem .data .datay {
        font-size: 16px;
    }

    .sec_news .nbox .fr .nlist .nitem .nimg {
        margin: 10px 0;
    }

    .sec_news .nbox .fr .nlist .nitem .ntitle {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .sec_news .nbox .fr .nlist .nitem .ntxt {
        font-size: 14px;
        line-height: 1.8;
    }

    .foot {
        padding: 0 20px;
    }

    .foot .foot1,
    .foot .foot2 {
        display: none;
    }

    .foot .foot3 {
        border-top: 0;
        flex-wrap: wrap;
        justify-content: center;
        font-size: 14px;
    }
}