.bold-title {
    color: #0d1b46;
    font-size: 2.625rem;
    position: relative;
    padding-bottom: 2.3438vw;
}

.bold-title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 31px;
    height: 4px;
    background-color: #014099;
}

.pro-box {
    padding: 6.25vw 0 6.7708vw;
}

.pro-box .pro-grid figure {
    width: 100%;
    height: 100%;
}

.pro-box .pro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.25vw 1.0417vw;
    margin-top: 2.9167vw;
    width: 66.4583vw;
    color: #fff;
    font-size: 1.5rem;
}

.pro-box .pro-con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.pro-grid a {
    height: 15.9896vw;
}

.pages {
    margin-top: 3.3854vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pages a {
    margin: 0 5px;
    padding: 12px 20px;
    color: #646464;
    background-color: #fff;
    border-radius: 2px;
}

.pages .all {
    display: none;
}

.pages a.hover,
.pages a:hover {
    color: #fff;
    background-color: #014099;
}

.pro-left {
    border-right: 1px solid #e5e5e5;
    width: 72.6042vw;
}
.pro-left h3{
    font-size: 30px;
  line-height: 48px;
  margin-bottom: 50px;
  margin-top: 80px;
}
.pro-right {
    flex: 1;
}

.pro-right>div {
    top: 130px;
    right: 0;
    z-index: 10;
    position: sticky;
    padding-top: 2.0833vw;
}

.pro-right a {
    display: block;
    /* line-height: 72px; */
    color: #878787;
    margin-bottom: 2.5vw;
    padding-left: 40px;
    position: relative;
}

.pro-right a.active,
.pro-right a:hover {
    color: #014099
}

.pro-right a p {
    border-radius: 20px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #e2e2e2;
    position: absolute;
    left: -10px;
    top: calc(50% - 10px);
}

.pro-right a p i {
    width: 10px;
    height: 10px;
    position: relative;
    z-index: 3;
    border-radius: 20px;
    background: #e2e2e2;
}

.pro-right a.active p,
.pro-right a:hover p {
    background: #014099;
    border-color: #014099;
}

.pro-right a.active p i,
.pro-right a:hover p i {
    background: #f7f7f7;
}

.pro-right a.active p::before,
.pro-right a.active p::after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #014099;
    content: '';
    top: 0;
    left: 0
}

.pro-right a.active p::before {
    animation: scale 2s infinite;
}

.pro-right a.active p::after {
    animation: scale2 2s infinite;
}

@keyframes scale {
    0% {
        transform: scale(1);
        opacity: .9
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes scale2 {
    0% {
        transform: scale(1);
        opacity: .9;
    }
    100% {
        transform: scale(4);
        opacity: 0;
    }
}

.pro-top {
    padding-top: 6.25vw;
    padding-bottom: 3.2813vw;
    min-height: 520px;
}

.pro-top .showpro-con {
    width: 40.3646vw;
    background-image: linear-gradient(-63deg, #0091e5 0%, #014099 100%), linear-gradient( #618ac2, #618ac2);
    /* background-image: linear-gradient(0deg, #016db6 0%, #293895 100%), linear-gradient( #618ac2, #618ac2); */
    background-blend-mode: normal, normal;
    color: #fff;
    padding: 2.6042vw 4.9479vw 2.6042vw 2.6042vw;
}

.pro-top .showpro-con p {
    line-height: 30px;
}

.pro-top .showpro-con p.mismed {
    font-size: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.pro-top .showpro-img {
    background-color: #fff;
    width: 34.375vw;
}

.pro-top .showpro-zan {
    width: 77px;
}

.pro-top .showpro-con>.mismed {
    font-size: 1.25rem;
    border-bottom: 1px solid #fff;
    margin-bottom: 1.0417vw;
    padding-bottom: 1.25rem;
}

.pro-top .zx-box {
    margin-top: 1.8229vw;
}

.pro-top .zx-box a {
    width: 161px;
    height: 44px;
    background-color: #fff;
    border: solid 2px #ffffff;
    color: #014099;
    margin-right: 10px;
}

.pro-top .zx-box a:hover {
    background-color: #004197;
    /* border: solid 2px #004197; */
    color: #fff;
}

.al-left .al-xinxi div:hover {
    background-color: #fff;
    border: solid 2px #004197;
    color: #333;
}

.pro-top .zx-box a:hover img {
    filter: grayscale(100%) brightness(400%);
}

.al-left .al-xinxi div:hover img {
    filter: grayscale(100%) brightness(0%);
}

.pro-top .zx-box a img {
    margin-right: 10px;
}

.pro-top .showpro-zan {
    z-index: 10;
    position: relative;
}

.pro-top .showpro-zan .fx {
    border-top: 2px solid #e2e2e2;
    border-bottom: 2px solid #e2e2e2;
    margin: 1.5625vw 0;
    padding: 1.7188vw 0;
    width: 100%;
    text-align: center;
}

.pro-top .showpro-zan .fx img {
    filter: grayscale(100%) brightness(385%);
}

.pro-top .showpro-zan .back {
    color: #a4a4a4;
    font-size: .875rem;
    display: inline-block;
    text-align: center;
}

.pro-top .showpro-zan .back-img {
    margin-bottom: 17px;
}

.pro-top .showpro-zan .fx a {
    display: inline-block;
    margin-top: 1.0417vw;
}

.pro-top .showpro-zan .fx a:hover img {
    filter: none;
}

.pro-top p.pro-xh {
    font-size: 2.25rem;
    line-height: 4.375rem;
}

.pro-xq {
    height: 60px;
    background-color: #d0ddec;
    width: 100%;
    text-align: center;
    color: #014099;
    font-size: 1.125rem;
}

.pro-xq span {
    line-height: 60px;
    display: inline-block;
    position: relative;
}

.pro-xq span::after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 80px;
    height: 2px;
    background-color: #014099;
    transform: translateX(-50%);
}

.pro-content {
    padding: 3.125vw 0 4.1667vw 0;
}

.pro-content img {
    margin: 0 auto;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
    display: block;
    max-width: 100%;
}

.al-box {
    padding: 5.8854vw 0 6.875vw 0;
}

.al-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.3021vw;
}

.al-grid a>div {
    border-radius: 12px;
    height: 15.7813vw;
    overflow: hidden;
}

.al-grid img {
    border-radius: 12px;
    height: 100%;
    overflow: hidden;
}

.al-grid .al-con {
    position: absolute;
    left: 50%;
    bottom: 1.3542vw;
    transform: translateX(-50%);
    color: #fff;
    width: 90%;
    text-align: center;
}

.al-grid a:hover img {
    transform: scale(1.1);
}

.al-box .swiper {
    overflow: hidden;
    margin-top: 2.1875vw;
    margin-bottom: 1.9792vw;
}

.al-box .swiper .swiper-slide {
    background-color: #fff;
    border-radius: 12px;
}

.al-box .al-img {
    width: 42.7083vw;
    height: 25.2604vw;
    border-radius: 12px;
}

.al-box .al-img img {
    height: 100%;
    border-radius: 12px;
}

.al-box .al-db {
    flex: 1;
    padding: 3.4896vw 3.9583vw;
}

.al-box .al-db .dem {
    color: #080403;
    font-size: 2.375rem;
    margin-bottom: 2.8125vw;
}

.al-box .al-db .mismed {
    color: #014099;
    font-size: 1.375rem;
    display: block;
    line-height: 3rem;
}

.al-box .swiper-button-next::after,
.al-box .swiper-button-prev::after {
    font-size: 0;
}

.al-box .swiper-button-next,
.al-box .swiper-button-prev {
    position: absolute;
    top: auto;
    bottom: 2.3438vw;
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: #c4d1e4;
    border-radius: 10px;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.al-box .swiper-button-prev {
    background-image: url(../images/leftjt.png);
    background-position: center;
    background-repeat: no-repeat;
    left: auto;
    right: 6.9271vw;
}

.al-box .swiper-button-next {
    background-image: url(../images/rightjt.png);
    background-position: center;
    background-repeat: no-repeat;
    right: 3.4375vw;
}

.al-box .swiper-button-next:hover,
.al-box .swiper-button-prev:hover {
    background-color: #014099;
    transition: all .5s;
}

.al-xq {
    padding: 3.3333vw 0 6.25vw;
}

.al-xq .al-left {
    width: 60.4167vw;
    background-color: #fff;
    padding: 2.8646vw 2.6042vw;
}

.al-xq .al-right {
    width: calc(100% - 62.8125vw);
    background-color: #fff;
}

.al-xq .al-top>.dem {
    font-size: 1.9375rem;
}

.al-xq .al-top2>.dem {
    max-width: 60%;
}

.al-xq .al-top>.flex-aic p {
    color: #618ac2;
    font-size: 1rem;
}

.al-xq .al-top>.flex-aic img {
    /* filter: opacity(60%); */
    filter: grayscale(100%) brightness(100%) opacity(50%);
    margin-left: 1.8229vw;
}

.al-left>.flex-aic a:hover img {
    filter: opacity(100%);
}

.al-left .al-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding-bottom: 16px;
}

.al-left .al-center {
    padding-top: 2.0833vw;
    padding-bottom: 3.4896vw;
}

.al-left .al-xinxi {
    width: 13.0208vw;
}

.al-left .al-xinxi p {
    line-height: 30px;
}

.al-left .xq-img {
    width: calc(100% - 15.1042vw);
    /* height: 18.2292vw; */
}

.al-left .al-xinxi div {
    width: 145px;
    height: 38px;
    background-color: #014099;
    color: #fff;
    margin-top: 1.8229vw;
}

.al-left .al-xinxi div span {
    /* color: #fff; */
    margin-left: 9px;
}

.al-left .al-bottom div {
    line-height: 39px;
    color: #333;
    font-size: 16px;
    margin-top: 2.6042vw;
}
.al-left .al-bottom div video{
    width: 100% !important;
    height: 100% !important;
}
.al-left .al-bottom img {
    /* width: 100%; */
    max-width: 100%;
}

.al-left .al-page {
    margin-top: 3.125vw;
}

.al-left .al-page a {
    color: #000;
}

.al-left .al-page .dem {
    white-space: nowrap;
}

.al-left .al-page .flex {
    max-width: 23vw;
    flex: 0.9;
    /* display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}

.al-left .al-page .flex span:not(.dem) {
    width: auto;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* .al-left .al-page div {
    max-width: 80%;
} */

.al-left .al-page a:hover span:not(.dem) {
    color: #014099;
}

.al-right .al-grid {
    grid-template-columns: 1fr;
    padding: 2.0833vw 1.5625vw 2.6042vw 1.5625vw;
}

.al-right .al-grid a>div {
    height: 10.4167vw;
}

.al-right .al-grid .al-con {
    bottom: 0.9375vw;
}

.al-right>p {
    font-size: 1.9375rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding-bottom: 16px;
    padding-top: 3.1771vw;
    padding-left: 2.8125vw;
}


/* 新闻 */

.new-box {
    padding: 4.1667vw 0 6.25vw;
}

.new-box .new-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2.6vw;
    margin-top: 2.0833vw;
}

.new-img,
.new-img img {
    height: 17vw;
    /* background-color: #014099; */
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
}

.new-box .new-content {
    border: solid 1px #d5dfeb;
    padding: 1.6vw 2vw;
    border-radius: 0px 0px 10px 10px;
    height: calc(100% - 17vw);
}

.new-box .new-time .bold {
    color: #080403;
    font-size: 2.25rem;
}

.new-box .new-time .medium {
    color: #9e9f9f;
    font-size: 1.125rem;
}

.new-box .new-name {
    margin: 2vw 0 2vw;
    color: #080403;
    font-size: 1.25rem;
    line-height: 30px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.new-box .new-desc {
    color: #9e9f9f;
    font-size: .9375rem;
}

.new-box .new-more {
    border-top: 1px solid #d5dfeb;
    margin-top: 3vw;
    padding-top: 1vw;
}

.new-grid>div:hover .new-content {
    border: solid 1px transparent;
    box-shadow: 0px 0px 25px 0px rgba(1, 64, 153, 0.1);
}

.new-grid>div:hover .all-img,
.al-box a:hover img,
.huod-box .swiper-slide:hover img {
    transform: scale(1.1);
    transition: all .5s;
}

.shownew-title {
    text-align: center;
    margin-bottom: 0.8333vw;
}

.shownew-time {
    /* margin-bottom: 1.25vw; */
    margin-right: 40px;
}


/* 联系我们 */

.contact-box {
    padding-top: 4.8958vw;
}

.contact-box .bold-title {
    margin-bottom: 1.9792vw;
}

.contact-box .contact-me {
    width: 519px;
    height: 314px;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(1, 64, 153, 0.1);
    border-radius: 10px;
    opacity: 0.95;
    position: absolute;
    left: 30%;
    top: 50%;
    padding: 40px 50px;
    transform: translateY(-50%);
}

.contact-box .contact-me span.dem {
    font-size: 1.375rem;
}

.contact-box .contact-me p {
    line-height: 2.5rem;
}

.contact-box .contact-me .gs-name {
    color: #014099;
    font-size: 2.0125rem;
    line-height: 70px;
}

.contact-box iframe {
    display: block;
}

.message-box {
    padding-top: 7.1875vw;
    padding-bottom: 5.9375vw;
}

.message-box .message-title {
    color: #014099;
    font-size: 1.75rem;
    margin-bottom: 2.0833vw;
}

.message-box .message-title img {
    margin-right: 0.7813vw;
}

.message-box .flex-jcr input {
    width: 31.6%;
    background-color: #ffffff;
    height: 80px;
    padding: 0 1.0417vw;
    font-size: 1.25rem;
    color: rgba(89, 89, 89, 0.6);
}

.message-box textarea {
    margin-top: 1.5625vw;
    width: 100%;
    height: 16.875vw;
    padding: 1.5625vw 1.0417vw;
    font-size: 20px;
    color: rgba(89, 89, 89, 0.6);
}

.message-box button {
    width: 100%;
    height: 62px;
    background-color: #165bd0;
    color: #fff;
    font-size: 1.5rem;
    margin-top: 2.6042vw;
}

.yf-top>div {
    padding-top: 5.1042vw;
    width: 50%;
    color: #aaa;
    line-height: 30px;
    font-size: 18px;
}

.yf-top .bold-title {
    margin-bottom: 1.9792vw;
}

.yf-top .yf-subtitle {
    color: #014099;
    font-size: 1.75rem;
}

.sl-img {
    margin-top: 1.5625vw;
}

.sl-imgs {
    margin-bottom: 3.75vw;
    margin-top: 3.3854vw;
}

.sl-img>div {
    width: 32.5%;
    height: 21.1979vw;
    margin-top: 1.0417vw;
    overflow: hidden;
}

.sb-box>div {
    width: 100%;
    overflow: hidden;
}

.sb-box>div:hover img {
    transform: scale(1.1);
    transition: all .5s;
}

.sl-img>div:first-child {
    width: 100%;
    height: 39.6875vw;
    margin-bottom: 1.4583vw;
}

.sl-img>div:nth-child(n+6) {
    display: none;
}

.sl-more {
    border: 1px solid #999;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 40px;
    color: #232323;
    margin: 0 auto;
    text-align: center;
    line-height: 46px;
    margin-top: 1.5625vw;
    margin-bottom: 2.6042vw;
    cursor: pointer;
}

.sl-more:hover {
    border: 1px solid #004197;
    color: #014099;
    transition: all .5s;
}

.detection-box {
    margin-top: 2.0833vw;
}

.detection-box .detection-con {
    background-color: #e8effa;
    padding: 2.6042vw;
    height: 100%;
}

.detection-box>.flex>div {
    width: 50%;
    height: 26.0417vw;
}

.detection-box .detection-con>div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.detection-box .detection-con .detection-title {
    color: #0d1b46;
    font-size: 2.3125rem;
    margin-bottom: 2.3958vw;
}

.detection-box .detection-con .detection-text {
    line-height: 30px;
    font-size: 1.0625rem;
    color: #333;
    width: 65%;
}

.detection-box .detection-rz {
    width: 33.33%;
    margin-top: 1.25vw;
    font-size: 1.5rem;
}

.detection-box .detection-rz img {
    margin-right: 13px;
}

.detection-box .detection-num {
    width: 33%;
    margin-top: 3.125vw;
}

.detection-box .detection-num>p {
    font-weight: bold;
}

.detection-box .detection-num .bold {
    font-size: 5.0625rem;
}

.detection-box .detection-num .bottom {
    margin-top: 12px;
}

.device-box {
    padding: 4.2708vw 0 3.75vw 0;
}

.device-box .bold-title::after {
    width: 50px;
}

.device-box .swiper {
    overflow: hidden;
    margin-top: 1.875vw;
    height: 13.6458vw;
}

.device-box .swiper-button-next::after,
.device-box .swiper-button-prev::after {
    font-size: 0;
}

.device-box .swiper-button-next,
.device-box .swiper-button-prev {
    position: absolute;
    top: 50%;
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.device-box .swiper-button-prev {
    background-image: url(../images/left.png);
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
}

.device-box .swiper-button-next {
    background-image: url(../images/right.png);
    background-position: center;
    background-repeat: no-repeat;
    right: 0;
}

.sb-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 17px;
    margin-top: 30px;
}

.sb-box p,
.sl-img>div p,
.sl-imgs p{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 15px;
    color: #fff;
}

.device-box .misrg,
.zb-title {
    font-size: 25px;
    line-height: 40px;
    margin-top: 50px;
}

.ljdy {
    height: 650px;
    background-size: cover;
    background: url(../images/ljdy-bj.png)no-repeat center;
}

.ljdy dl {}

.ljdy dl h3 {
    text-align: center;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 40px;
    color: #fff;
}

.ljdy dl form {
    width: 580px;
    border-radius: 60px;
    overflow: hidden;
    background: #fff;
}

.ljdy dl input {
    height: 55px;
    width: calc(100% - 150px);
    padding-left: 36px;
    color: #878787;
    font-size: 16px;
}

.ljdy dl input::placeholder {
    color: #878787;
}

.ljdy dl button {
    width: 130px;
    border-radius: 60px;
    background: #004197;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.5s;
}

.ljdy dl button:hover {
    opacity: 0.8;
}

.rencai-box p.dem {
    color: #0d1b46;
    font-size: 49px;
    text-align: center;
}

.ln-box {
    padding-top: 5.9896vw;
}

.ln-box p.dem {
    color: #0d1b46;
    font-size: 49px;
    margin-bottom: 2.6042vw;
}

.ln-box .ln-img {
    width: 55.7292vw;
}

.ln-box .ln-left {
    width: calc(100% - 66.875vw);
    margin-left: 6.4062vw;
}

.ln-box .ln-left div {
    font-size: 17px;
    line-height: 30px;
}

.rencai-box {
    padding: 5.1563vw 6.25vw 5.625vw 6.25vw;
}

.rencai-box>div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 16px 26px;
    margin-top: 2.4479vw;
}

.rencai-box .rc-con {
    height: 236px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px #cdd7e5;
}

.rc-con2 {
    margin: 0 auto;
    width: max-content;
    text-align: center;
    color: #231916;
    font-size: 20px;
    line-height: 30px;
    margin-top: 69px;
}

.rc-con2 img {
    margin: 0 auto;
}

.rencai-box .img2 {
    display: none;
}

.rc-con2 .rc-title {
    margin-top: 36px;
}

.rencai-box .rc-con:hover {
    box-shadow: 0px 0px 20px 0px rgba(1, 64, 153, 0.15);
    border-radius: 10px;
    border: solid 1px #fff;
    transition: all .5s;
}

.rencai-box .rc-con:hover .img1 {
    display: none;
}

.rencai-box .rc-con:hover .img2 {
    display: inline-block;
}

.obj-box {
    border-radius: 6px;
    padding: 1.0417vw 2.0833vw;
    margin-top: 20px;
    border: 1px solid #fff;
    position: relative;
}

.obj-box::after {
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    width: 2px;
    height: 66px;
    background-color: #004197;
    transform: translateY(-50%);
    display: none;
}

.obj-box .obj-title {
    color: #999;
}

.obj-box .obj-num {
    color: #fff;
    background-color: #004197;
    border-radius: 12px;
    display: inline-block;
    width: 40px;
    height: 22px;
    text-align: center;
    line-height: 20px;
}

.obj-box2 {
    margin-top: 3.125vw;
}

.obj-box div.obj-ftitle {
    font-size: 30px;
    line-height: 60px;
    margin-bottom: 10px;
}

.obj-box a {
    color: #fff;
    background-color: #004197;
    font-size: 14px;
    padding: 5px 30px;
    margin-top: 20px;
    display: inline-block;
}

.obj-box .obj-text,
.obj-box a,
.obj-box .obj-num {
    /* display: none; */
    opacity: 0;
    visibility: hidden;
}

.obj-box:hover,
.obj-box.active {
    border: 1px solid #d7d7d7;
}

.obj-box:hover a,
.obj-box:hover .obj-num,
.obj-box:hover .obj-text,
.obj-box:hover::after,
.obj-box.active,
.obj-box.active a,
.obj-box.active .obj-num,
.obj-box.active .obj-text,
.obj-box.active::after {
    /* display: inline-block; */
    opacity: 1;
    visibility: visible;
    transition: all .5s;
}

.social-share .social-share-icon {
    width: 50px;
    height: 50px;
    background-image: url(../images/wx.png);
    background-size: contain;
    /* background-image: url('your_image.jpg'); */
    filter: grayscale(100%) brightness(385%);
}

.social-share .icon-wechat:hover,
.social-share .icon-wechat {
    background-position: 0 0;
}

.social-share .icon-wechat:hover {
    filter: none
}

.social-share2 .social-share-icon {
    width: 47px;
    height: 47px;
    background-image: url(../images/wx2.png);
    background-size: contain;
    /* background-image: url('your_image.jpg'); */
    /* filter: opacity(60%); */
    filter: grayscale(100%) brightness(100%) opacity(50%);
}

.al-xq .al-top>.flex-aic .social-share2 img {
    margin-left: 0;
}

.social-share .help {
    /* display: none; */
}

.social-share .help p {
    color: #666 !important;
    font-size: 12px !important;
}

.huod-box {
    padding: 2.9167vw 6.25vw 1.625vw 6.25vw;
}

.huod-box .swiper-slide {
    /*width: 24.2%;*/
    overflow: hidden;
    height: 15.7292vw;
}

.huod-box>div p {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 15px;
    color: #fff;
}

@media (min-width: 1366px) and (max-width: 1667px) {
    .pro-box .pro-con {
        font-size: 16px;
    }
    .pro-top .showpro-img {
        width: 39.375vw;
    }
    .al-grid a>div {
        height: 18vw;
    }
    .al-box .al-db .dem {
        font-size: 30px;
        margin-bottom: 2vw;
    }
    .al-box .al-db .mismed {
        font-size: 18px;
        line-height: 32px;
    }
    .al-box .al-img {
        height: 27vw;
    }
    .al-box .swiper-button-prev {
        right: 8.5vw;
    }
    .al-left .al-xinxi {
        width: 22.021vw;
    }
    .al-left .xq-img {
        width: calc(100% - 23.5042vw);
        height: 18.2292vw;
    }
    .al-right .al-grid a>div {
        height: 15.417vw;
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .bold-title {
        font-size: 32px;
    }
    .pro-box .pro-con {
        font-size: 16px;
    }
    .pro-top .showpro-img {
        width: 38.375vw;
    }
    .al-box .al-img {
        height: 28.26vw;
    }
    .al-box .al-db .dem {
        font-size: 28px;
        margin-bottom: 1.813vw;
    }
    .al-box .al-db .mismed {
        font-size: 18px;
        line-height: 33px;
    }
    .al-box .swiper-button-prev {
        right: 8.927vw;
    }
    .al-grid a>div {
        height: 17vw;
    }
    .al-left .al-xinxi {
        width: 23.021vw;
    }
    .al-left .xq-img {
        width: calc(100% - 24.1042vw);
        height: 18.2292vw;
    }
    .al-right .al-grid a>div {
        height: 13.417vw;
    }
    .yf-top .yf-subtitle,
    .detection-box .detection-con .detection-title {
        font-size: 24px;
    }
    .yf-top>div,
    .detection-box .detection-con .detection-text,
    .detection-box .detection-rz {
        font-size: 16px;
    }
    .detection-box .detection-con .detection-title {
        margin-bottom: 10px;
    }
    .detection-box .detection-con .detection-text {
        line-height: 26px;
    }
    .detection-box .detection-rz img {
        margin-right: 6px;
    }
    .detection-box .detection-num .bold {
        font-size: 34px;
    }
    .detection-box .detection-num .bottom {
        margin-top: 4px;
        font-size: 14px;
    }
    .detection-box .detection-num {
        width: auto;
        margin-top: 3.125vw;
        margin-right: 44px;
    }
}

@media (min-width: 751px) and (max-width: 1199px) {
    .bold-title {
        font-size: 1.875rem;
        padding-bottom: 16px;
    }
    .pro-box .pro-grid,
    .al-grid,
    .rencai-box>div {
        grid-template-columns: 1fr 1fr;
        grid-gap: 8px;
    }
    .pro-right {
        display: none;
    }
    .pro-box .pro-grid,
    .pro-top .showpro-img,
    .pro-top .showpro-con,
    .pro-top .showpro-zan {
        width: 100%;
    }
    .pro-left {
        border-right: none;
        width: 100%;
    }
    .container {
        overflow-x: scroll;
        flex-wrap: nowrap;
        line-height: 60px;
        border-bottom: 1px solid #ccc;
    }
    .container a {
        white-space: nowrap;
        margin: 0 6px;
    }
    .banner-position>div div {
        flex: 1;
    }
    .pro-top .zx-box a {
        width: 45%;
    }
    .pro-top .showpro-zan,
    .al-box .swiper-button-next,
    .al-box .swiper-button-prev {
        display: none;
    }
    .al-grid a>div {
        height: 150px;
    }
    .al-box .al-img {
        width: 100%;
        height: 200px;
    }
    .al-box .al-db .dem {
        font-size: 1.625rem;
    }
    .al-box .al-db .mismed {
        font-size: 18px;
        line-height: 30px;
    }
    .al-box .swiper {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .pro-box .pro-grid,
    .new-box .new-grid {
        margin-top: 30px;
    }
    .al-xq .al-left,
    .al-xq .al-right,
    .al-left .al-xinxi,
    .al-left .xq-img,
    .yf-top>div,
    .detection-box>.flex>div,
    .ln-box .ln-left,
    .ln-box .ln-img {
        width: 100%;
    }
    .al-xq .al-top2>.dem {
        max-width: 100%;
        font-size: 1.625rem;
    }
    .al-left .al-xinxi,
    .al-xq .al-left {
        margin-bottom: 20px;
    }
    .al-left .al-bottom div {
        line-height: 32px;
        font-size: 14px;
    }
    .al-right .al-grid a>div {
        height: 180px;
    }
    .al-right .al-grid .al-con {
        bottom: 20px;
    }
    .yf-top .yf-subtitle {
        font-size: 1.25rem;
    }
    .yf-top>div {
        line-height: 26px;
        font-size: 15px;
    }
    .detection-box>.flex>div,
    .new-box .new-content {
        height: auto;
    }
    .detection-box .detection-con .detection-title {
        font-size: 1.625rem;
    }
    .detection-box .detection-con .detection-text {
        line-height: 28px;
        font-size: 16px;
        width: 100%;
    }
    .detection-box .detection-con {
        padding: 20px;
    }
    .detection-box .detection-rz {
        font-size: 14px;
        line-height: 30px;
    }
    .detection-box .detection-num .bold {
        font-size: 1.875rem;
    }
    .detection-box .detection-num {
        width: auto;
    }
    .detection-con .flex {
        justify-content: space-between;
    }
    .detection-con .flex-wrap .flex {
        justify-content: flex-start;
    }
    .detection-box .detection-num .bottom {
        margin-top: 2px;
    }
    .device-box .swiper {
        height: 255px;
    }
    .new-box .new-grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }
    .ln-box .ln-img {
        margin-top: 30px;
    }
    .new-img,
    .new-img img {
        height: 210px;
    }
    .new-box .new-time .bold {
        font-size: 1.5rem;
    }
    .new-box .new-time .medium {
        font-size: .9375rem;
    }
    .new-box .new-name {
        font-size: 1.125rem;
    }
    .new-box .new-more {
        padding: 20px 0;
    }
    .al-xq .al-top>.dem {
        font-size: 1.25rem;
    }
    .ln-box .ln-left div {
        font-size: .9375rem;
        line-height: 1.75rem;
    }
    .al-right>p,
    .ln-box p.dem {
        font-size: 1.875rem;
    }
    .ln-box .ln-left {
        margin: 0 5vw;
    }
    .obj-box {
        border: 1px solid #d7d7d7;
    }
    .obj-box a,
    .obj-box .obj-num,
    .obj-box .obj-text,
    .obj-box::after {
        /* display: inline-block; */
        opacity: 1;
        visibility: visible;
        transition: all .5s;
    }
    .obj-box {
        padding: 20px;
    }
    .obj-box div.obj-ftitle {
        font-size: 1.75rem;
    }
    .ljdy {
        height: 300px !important;
    }
    .contact-box .contact-me {
        width: 60%;
        height: auto;
        left: 6%;
        padding: 20px;
    }
    .contact-box .contact-me .gs-name {
        font-size: 1.625rem;
    }
    .message-box .flex-jcr input {
        width: 100%;
        height: 50px;
        margin-bottom: 20px;
        font-size: .875rem;
        padding: 0 10px;
    }
    .message-box textarea {
        height: 100px;
        font-size: .875rem;
    }
    .message-box button {
        height: 50px;
        font-size: 1rem;
    }
}

@media (max-width: 750px) {
    .bold-title {
        font-size: 1.875rem;
        padding-bottom: 16px;
    }
    .rencai-box p.dem {
        font-size: 1.875rem;
    }
    .huod-box>div {
        width: 49%;
        height: 125px;
        margin-bottom: 8px;
    }
    .pro-box .pro-grid,
    .al-grid,
    .rencai-box>div,
    .sb-box {
        grid-template-columns: 1fr 1fr;
        grid-gap: 8px;
    }
    .pro-right {
        display: none;
    }
    .device-box .misrg,
    .zb-title {
        font-size: 16px;
        line-height: 26px;
        margin-top: 20px;
    }
    .sb-box {
        margin-top: 10px;
    }
    .pro-box .pro-grid,
    .pro-top .showpro-img,
    .pro-top .showpro-con,
    .pro-top .showpro-zan {
        width: 100%;
    }
    .pro-left {
        border-right: none;
        width: 100%;
    }
    .container {
        overflow-x: scroll;
        flex-wrap: nowrap;
        line-height: 60px;
        border-bottom: 1px solid #ccc;
    }
    .ln-box .ln-img {
        margin-top: 30px;
    }
    .container a {
        white-space: nowrap;
        margin: 0 6px;
    }
    .banner-position>div div {
        flex: 1;
    }
    .pro-top .zx-box a {
        width: 45%;
    }
    .pro-top .showpro-zan,
    .al-box .swiper-button-next,
    .al-box .swiper-button-prev {
        display: none;
    }
    .al-grid a>div {
        height: 150px;
    }
    .al-box .al-img {
        width: 100%;
        height: 200px;
    }
    .al-box .al-db .dem {
        font-size: 1.625rem;
    }
    .al-box .al-db .mismed {
        font-size: 18px;
        line-height: 30px;
    }
    .al-box .swiper {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .pro-box .pro-grid,
    .new-box .new-grid {
        margin-top: 30px;
    }
    .al-xq .al-left,
    .al-xq .al-right,
    .al-left .al-xinxi,
    .al-left .xq-img,
    .yf-top>div,
    .detection-box>.flex>div,
    .ln-box .ln-left,
    .ln-box .ln-img {
        width: 100%;
    }
    .al-xq .al-top2>.dem {
        max-width: 100%;
        font-size: 1.625rem;
    }
    .al-left .al-xinxi,
    .al-xq .al-left {
        margin-bottom: 20px;
    }
    .al-left .al-bottom div {
        line-height: 32px;
        font-size: 14px;
    }
    .al-right .al-grid a>div {
        height: 180px;
    }
    .al-right .al-grid .al-con {
        bottom: 20px;
    }
    .yf-top .yf-subtitle {
        font-size: 1.25rem;
    }
    .yf-top>div {
        line-height: 26px;
        font-size: 15px;
    }
    .detection-box>.flex>div,
    .new-box .new-content {
        height: auto;
    }
    .detection-box .detection-con .detection-title {
        font-size: 1.625rem;
    }
    .detection-box .detection-con .detection-text {
        line-height: 28px;
        font-size: 16px;
        width: 100%;
    }
    .detection-box .detection-con {
        padding: 20px;
    }
    .detection-box .detection-rz {
        font-size: 14px;
        line-height: 30px;
    }
    .detection-box .detection-num .bold {
        font-size: 1.875rem;
    }
    .detection-box .detection-num {
        width: auto;
    }
    .detection-con .flex {
        justify-content: space-between;
    }
    .detection-box .detection-num .bottom {
        margin-top: 2px;
    }
    .device-box .swiper {
        height: 255px;
    }
    .new-box .new-grid {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
    .new-img,
    .new-img img {
        height: 210px;
    }
    .new-box .new-time .bold {
        font-size: 1.5rem;
    }
    .new-box .new-time .medium {
        font-size: .9375rem;
    }
    .new-box .new-name {
        font-size: 1.125rem;
    }
    .new-box .new-more {
        padding: 20px 0;
    }
    .al-xq .al-top>.dem {
        font-size: 1.25rem;
    }
    .ln-box .ln-left div {
        font-size: .9375rem;
        line-height: 1.75rem;
    }
    .al-right>p,
    .ln-box p.dem {
        font-size: 1.875rem;
    }
    .ln-box .ln-left {
        margin: 0 5vw;
    }
    .obj-box {
        border: 1px solid #d7d7d7;
    }
    .obj-box a,
    .obj-box .obj-num,
    .obj-box .obj-text,
    .obj-box::after {
        /* display: inline-block; */
        opacity: 1;
        visibility: visible;
        transition: all .5s;
    }
    .obj-box {
        padding: 20px;
    }
    .obj-box div.obj-ftitle {
        font-size: 1.75rem;
    }
    .ljdy {
        height: 300px !important;
    }
    .contact-box .contact-me {
        width: 60%;
        height: auto;
        left: 6%;
        padding: 20px;
    }
    .contact-box .contact-me .gs-name {
        font-size: 1.625rem;
    }
    .message-box .flex-jcr input {
        width: 100%;
        height: 50px;
        margin-bottom: 20px;
        font-size: .875rem;
        padding: 0 10px;
    }
    .message-box textarea {
        height: 100px;
        font-size: .875rem;
    }
    .message-box button {
        height: 50px;
        font-size: 1rem;
    }
}