/* header */

.header {
    position: relative;
    width: 100%;
    height: auto;
}

.common-card {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.header .common-card {
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 52px;
}

.header .right ul {
    display: flex;
    align-items: center;
}

.header .right ul li {
    margin-right: 26px;
}

.header .right ul li:last-child {
    margin-right: 0;
}

.header .right a {
    font-size: 18px;
    color: #000000;
}

.header .left {
    margin-right: 50px;
}

.header .left img {
    width: 292px;
    height: 100%;
    object-fit: cover;
}

.headerSwiper {
    width: 100%;
    height: 100vh;
}

.headerSwiper .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #cd0000;
    opacity: 1;
}

.headerSwiper .swiper-pagination-bullet-active {
    opacity: 0.3 !important;
}

.headerSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-small {
    width: 100%;
    height: 386px;
    background-color: #f5f5f5;
    padding: 46px 0;
}

.services-small img {
    width: 93px;
    height: 93px;
    object-fit: cover;
}

.services-small .defalut {
    display: block;
}

.services-small .active {
    display: none;
}

.services-small p {
    font-size: 23px;
    margin: 20px 0 20px 0;
    color: #000000;
}

.services-small h5 {
    font-size: 14px;
    color: #8d8d8d;
}

.services-small i {
    display: inline-block;
    width: 51px;
    height: 6px;
    background-color: #8d8d8d;
    border: solid 1px #eeeeee;
    margin-top: 40px;
}

.services-small ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.services-small ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 287px;
    height: 292px;
    background-color: #ffffff;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.11);
    border-radius: 10px;
    border: solid 1px #eeeeee;
}

.services-small ul li:hover {
    background-color: #d0101b;
    cursor: pointer;
}

.services-small ul li:hover .defalut {
    display: none;
}

.services-small ul li:hover .active {
    display: block;
}

.services-small ul li:hover p,
.services-small ul li:hover h5,
.services-small ul li:hover i {
    color: #fff;
}

.services-small ul li:hover i {
    background-color: #fff;
}

.home-bg {
    width: 100%;
    height: 154px;
    background-color: #004f93;
}

.home-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overflowhiding {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 产品分类 */

.classification {
    width: 100%;
    height: auto;
    padding: 18px 0 20px 0;
}

.common-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.common-title h2 {
    font-size: 30px;
    line-height: 18px;
    font-weight: 700;
    color: #ffffff;
}

.common-title h4 {
    font-size: 14px;
    color: #747474;
    margin: 19px 0;
}

.common-title img {
    width: 15px;
    height: 10px;
    object-fit: cover;
}

.classification-con {
    margin-top: 24px;
}

.classification-con ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.classification-con ul li {
    margin: 0 12px 30px 0;
}

.classification-con ul li:nth-child(3n) {
    margin-right: 0;
}

.classification-con ul img {
    width: 392px;
    height: 428px;
}

.classification-con ul .name {
    width: 392px;
    text-align: center;
    font-size: 22px;
    color: #000000;
    margin: 19px 0 5px 0;
    padding: 0 10px;
}


/* 悬浮框 */

#floating {
    position: fixed;
    right: 2%;
    top: 23%;
    width: 80px;
    height: 382px;
    background-image: linear-gradient(0deg, #bf044f 0%, #ff8921 100%), linear-gradient( #ff0000, #ff0000);
    background-blend-mode: normal, normal;
    border-radius: 6px;
    padding: 4px 2px;
}

#floating ul {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: solid 1px #ffffff;
    opacity: 0.8;
    padding: 12px 7px 0 7px;
}

#floating ul li {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    border-bottom: 1px solid rgba(227, 224, 224, 0.8);
    margin-bottom: 10px;
}

#floating ul li:last-child {
    border-bottom: none;
}

#floating ul img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

#floating ul p {
    font-size: 12px;
    line-height: 31px;
    letter-spacing: 1px;
    color: #ffffff;
}

#floating ul li div {
    display: none;
    right: 115%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 0;
    padding: 15px;
    font-size: 16px;
    color: #fff;
    background-image: linear-gradient(0deg, #bf044f 0%, #ff8921 100%), linear-gradient( #ff0000, #ff0000);
    background-blend-mode: normal, normal;
    border-radius: 6px;
}


/* 关于我们 */

.homeAbout {
    width: 100%;
    height: auto;
    background-image: url(../img/icon11.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 39px 0 60px 0;
}

.about-con {
    display: flex;
    align-items: center;
    width: 100%;
    height: 477px;
    margin-top: 40px
}

.about-con .left {
    position: relative;
    width: 601px;
    height: 100%;
}

.about-con .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-con .left .br {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 573px;
    height: 434px;
    border: solid 4px #ffffff;
    opacity: 0.4;
}

.about-con .right {
    flex: 1;
    background-color: #ffffff;
    box-shadow: -6px 5px 4px 0px rgba(28, 28, 28, 0.09);
    height: 100%;
    padding: 34px 17px 30px 30px;
}

.homeAbout .right p {
    font-size: 19px;
    line-height: 34px;
    font-weight: 700;
    color: #070707;
}

.homeAbout .right .text {
    font-size: 16px;
    line-height: 46px;
    color: #2e2e2e;
    text-indent: 2em;
}

.homeMore {
    display: inline-block;
    width: 98px;
    height: 33px;
    background-color: #ff0000;
    border-radius: 16px;
    font-size: 16px;
    line-height: 33px;
    color: #ffffff;
    text-align: center;
    margin-top: 15px;
}

.homeAbout .number {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
}

.homeAbout .number .item {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.homeAbout .number span,
.homeAbout .number i {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
}

.homeAbout .number h6 {
    font-size: 30px;
    color: #ffffff;
    margin-top: 25px;
}


/* 产品中心 */

.productCenter {
    width: 100%;
    height: auto;
    padding: 39px 0 50px 0;
}

.productCenter-con .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 22px 0;
}

.productCenter-con .nav a {
    display: inline-block;
    width: 193px;
    height: 40px;
    background-color: #f5f5f5;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #000000;
    margin-right: 8px;
}

.productCenter-con .nav a.active {
    background-color: #d0101b;
    color: #ffffff;
}

.productCenter-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.productCenter-list {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.productCenter-item li {
    margin: 0 12px 19px 0;
}

.productCenter-item li:nth-child(3n) {
    margin-right: 0;
}

.productCenter-item img {
    width: 392px;
    height: 308px;
    object-fit: cover;
}

.productCenter-item .name {
    width: 391px;
    height: 78px;
    background-color: #f6f6f6;
    font-size: 16px;
    text-align: center;
    padding: 0 10px;
    line-height: 78px;
    color: #000000;
}


/* 选择我们的理由 */

.reason {
    position: relative;
    width: 100%;
}

.reason .common-title {
    margin-bottom: 20px;
}

.reason .common-card {
    position: absolute;
    height: 444px;
    background-color: #ffffff;
    border-radius: 19px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -35%);
    padding: 58px 40px 58px 30px;
}

.reason .img {
    display: flex;
    align-items: center;
    width: 100%;
    height: 588px;
}

.reason .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reason ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reason ul .img {
    position: relative;
    width: 198px;
    height: 198px;
    background-image: url(../img/icon16.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.reason ul .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 41px;
    height: auto;
    object-fit: cover;
}

.reason ul .text {
    font-size: 16px;
    line-height: 40px;
    color: #747474;
    margin-top: 25px;
}


/* 应用行业 */

.applicationIndustry {
    width: 100%;
    height: auto;
    padding: 20px 0 30px 0;
}

.applicationIndustry-con {
    margin-top: 30px;
}

.applicationIndustry-con ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.applicationIndustry ul li {
    cursor: pointer;
    position: relative;
    width: 295px;
    height: 438px;
}

.applicationIndustry ul img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.applicationIndustry ul .smk {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    transition: all 0.3s;
    background-color: rgba(0, 0, 0, 0.5);
}

.applicationIndustry .smk img {
    width: 35px;
    height: auto;
    object-fit: cover;
    display: none;
}

.applicationIndustry .smk p {
    font-size: 18px;
    color: #ffffff;
    margin-top: 19px;
    display: none;
}

.applicationIndustry ul li:hover .smk img,
.applicationIndustry ul li:hover .smk p {
    display: block;
}

.applicationIndustry ul li:hover .smk {
    height: 100%;
}


/* 新闻资讯 */

.homeNews {
    width: 100%;
    height: auto;
    background-color: #f6f6f6;
    padding: 25px 0 29px 0;
}

.news-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.news-con .top {
    display: flex;
    align-items: center;
}

.news-con .left {
    width: 587px;
    height: auto;
    margin-right: 13px;
}

.news-con .left p {
    font-size: 16px;
    color: #000000;
}

.news-con .left .text {
    font-size: 14px;
    line-height: 37px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-con .left a {
    width: 100%;
    display: inline-block;
    height: 153px;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 12px 16px 15px 26px;
    margin-bottom: 17px;
}

.news-con .left a:last-child {
    margin-bottom: 0;
}

.footer {
    width: 100%;
    height: auto;
}

.footer .top {
    width: 100%;
    height: 379px;
    background-color: #313131;
    padding: 57px 0;
}

.footer ul p {
    font-size: 16px;
    line-height: 41px;
    color: #ffffff;
}

.footer ul {
    display: flex;
    justify-content: space-between;
}

.footer ul li {
    display: flex;
    flex-direction: column;
}

.footer ul a,
.footer ul span {
    font-size: 16px;
    line-height: 41px;
    color: #ffffff;
}

.footer .form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer .form .first {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.footer .form .first input[type=text] {
    width: 145px;
    height: 24px;
    background-color: #ffffff;
    font-size: 12px;
    line-height: 24px;
    padding-left: 6px;
    color: #585858;
}

.footer .form input[type=text] {
    width: 292px;
    height: 24px;
    line-height: 24px;
    background-color: #ffffff;
    font-size: 12px;
    padding-left: 6px;
    color: #585858;
    margin-bottom: 6px;
}

.footer .form input[type=submit] {
    width: 107px;
    height: 24px;
    background-color: #ff0000;
    border-radius: 12px;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 10px;
}

.footer .form textarea {
    width: 292px;
    height: 78px;
    background-color: #ffffff;
    font-size: 12px;
    line-height: 24px;
    padding-left: 6px;
    color: #585858;
}

.footer .bottom {
    width: 100%;
    height: 78px;
    line-height: 78px;
    background-color: #000000;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}