body,
p {
    margin: 0;
    font-size: 14px;
    color: #333;
}

* {
    box-sizing: border-box;
}

img,
a {
    display: block;
}

a,
a:hover,
a:link {
    text-decoration: none;
}

video {
    object-fit: fill !important;
    display: block;
    border: none;
}

input {
    outline: none;
}

.display {
    display: none !important;
}

.ma {
    margin: auto;
}

.main {
    width: 1170px;
    padding: 0 15px;
}

body{
    background:#fff ;
}

.flex {
    display: flex;
}

.ac {
    align-items: center;
}

.as {
    align-items: flex-start;
}

.ae {
    align-items: flex-end;
}

.jc-center {
    justify-content: center;
}

.jc-between {
    justify-content: space-between;
}

.jc-star {
    justify-content: flex-start;
}

.jc-end {
    justify-content: flex-end;
}

.flex-drc {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.re {
    position: relative;
}

.text-center {
    text-align: center;
}

header {
    height: 80px;
}

.header-main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.logo {
    width: 240px;
}

.nav {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav a {
    height: 100%;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #404040;
}

.nav a:hover {
    color: white;
    background-color: #205da5;
}

.session {
    padding: 80px 0 0;
}

.title {
    font-size: 36px;
    text-align: center;
    color: #000;
}

.title2 {
    color: #000;
    text-align: center;
}

.line {
    width: 100%;
    height: 4px;
    background-color: #3b66c8;
    margin: 10px 0 25px;
}

.query-div {
    display: flex;
    align-items: center;
    gap: 30px;
}

.queryInput {
    width: calc((100% - 30px)/2);
    height: 35px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    padding-left: 10px;
    color: #666;
}

.queryBtn {
    color: white;
    background-color: #205da5;
    width: 200px;
    height: 40px;
    border-radius: 10px;
    margin: 25px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.product {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.product-item {
    width: calc((100% - 80px)/5);
    padding: 10px;
    background-color: rgb(244, 244, 244);
}

.indexNews {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.indexNews-item {
    width: calc((100% - 60px)/3);
    display: flex;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

.indexNews-item a {
    width: calc((100% - 10px)/2);
    color: #000;
}

.indexNews-item a img {
    max-height: 75px;
}

.indexAbout {
    display: flex;
    gap: 30px;
}

.indexAbout div {
    width: calc((100% - 30px)/2);
    padding: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.partner {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 45px;
}

.choise-type {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px;
}

.logo3 {
    width: 40px;
}

.choise-item {
    width: 120px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    color: #333;
    font-size: 14px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    cursor: pointer;
}

.choise-type .active,
.choise-item:hover {
    color: white;
    background-color: #f2514a;
}

.service-main {
    padding: 30px 0 180px;
}

.nd-title {
    font-size: 30px;
    text-align: center;
}

.nd-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    background-color: #ededed;
    padding: 10px 30px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}

.nd-content {
    margin: 25px 0 100px;
}

#enterprise {
    height: 300px;
}

#enterprise .swiper-slide {
    width: 100%;
    color: #333;
    font-size: 12px;
    display: flex;
}

.swiper-item {
    height: 50px;
    width: 50%;
    background-color: #f3f2f2;
    border-bottom: 1px dotted #ccc;
    height: 100%;
    padding-left: 15px;
    line-height: 1.8;
}

.swiper-item-title {
    font-size: 14px;
}

.fa-navicon {
    font-size: 23px;
    display: none;
}

.m-foot {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #494949;
    display: none;
    height: 60px;
    z-index: 999;
}

.m-foot a {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #666;
    font-size: 14px;
    color: #fff;
}

.m-foot a i {
    font-size: 20px;
    margin-bottom: 5px;
}

.m-foot a:nth-of-type(1) i {
    font-size: 18px;
}

.m-foot a:last-child {
    border: none;
}

.m-nav {
    width: 70%;
    background-color: #f3f3f3;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .5);
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9999999;
    display: none;
}

.m-title {
    border-bottom: 1px solid #ccc;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.m-title .fa-times {
    position: absolute;
    right: 10px;
    font-size: 24px;
    -webkit-text-stroke: 2px #f3f3f3;
}

.m-list {
    padding-left: 20px;
}

.m-list a {
    height: 40px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    color: #333;
}

.broker {
    padding: 30px 0;
}

.broker-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 60px;
}

.broker-item {
    width: calc((100% - 80px)/5);
}

.broker-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.broker-name {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.broker-title {
    color: rgb(219, 0, 4);
    font-size: 14px;
}

.broker-fu img {
    margin: auto;
    max-width: 100%;
}

.pro-list {
    margin-bottom: 50px;
}

.pro-item {
    display: flex;
}

.pro-item-left {
    width: 280px;
    padding-right: 20px;
    position: relative;
    border-right: 1px solid #ddd;
    padding-bottom: 30px;
}

.pro-item-left::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 10px;
    position: absolute;
    top: 4px;
    right: -7px;
    background-color: #ddd;
}

.pro-item-right {
    width: calc(100% - 280px);
    padding-left: 20px;
}

.pro-time {
    font-size: 18px;
    font-weight: bold;
    color: #f2514a;
    text-align: right;
    margin-bottom: 20px;
}

.pro-img {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pro-img img {
    transition: all 0.2s linear;
}

.pro-title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* 设置n行，也包括1 */
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all 0.2s linear;
}

.pro-type {
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: #333;
    margin: 25px 0;
}

.pro-context {
    color: #2d2f31;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* 设置n行，也包括1 */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 2;
    transition: all 0.2s linear;
}

.pro-btn {
    font-size: 14px;
    line-height: 36px;
    color: #666666;
    border: 1px solid #2d2f31;
    width: 158px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.pro-btn:hover {
    background-color: #f2514a;
    border-color: #f2514a;
    color: white;
}

.pro-item:hover .pro-img img {
    transform: scale(1.1);
}

.pro-item:hover .pro-title {
    color: #f2514a;
}

.pro-item:hover .pro-context {
    color: #666;
}

.footer{
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer a{
    color: #333;
}

#fenye,
#fenye1 {
    margin: 50px 0;
}

.souvenir {
    width: 100%;
    max-width: 750px;
    margin: auto;
}

.souvenir img {
    max-width: 100%;
    margin: auto;
}



@media screen and (max-width:1170px) {
    .main {
        width: 95%;
    }

    .nav a {
        width: 100px;
    }
}

@media screen and (max-width:1000px) {
    body {
        padding-bottom: 30px;
    }

    .nav {
        display: none;
    }

    .header-main {
        justify-content: space-around;
    }

    .fa-navicon {
        display: block;
    }

    .product-item {
        width: calc((100% - 20px)/2);
    }

    .indexNews-item {
        width: 100%;
    }

    .indexAbout {
        flex-direction: column;
    }

    .indexAbout div {
        width: 100%;
    }

    #enterprise .swiper-slide {
        flex-direction: column;
    }

    .swiper-item {
        width: 100%;
        margin-bottom: 5px;
    }

    .logo {
        width: 300px;
    }

    .partner {
        flex-wrap: wrap;
    }
}

@media screen and (max-width:500px) {
    .m-foot {
        display: flex;
    }

    .title {
        font-size: 22px;
    }

    .title2 {
        font-size: 14px;
    }

    .session {
        padding: 30px 0 0;
    }

    .m-nav {
        display: block;
    }

    .broker-item {
        width: calc((100% - 20px)/2);
    }

    .pro-item {
        flex-direction: column;
    }

    .pro-item-left {
        border: none;
        padding-right: 0;
    }

    .pro-item-left::before {
        display: none;
    }

    .pro-item-left,
    .pro-item-right {
        width: 100%;
    }

    .pro-item-right {
        padding-left: 0;
    }

    .pro-time {
        text-align: left;
    }
}