.flex {
    display: flex;
}

.flex-c {
    display: flex;
    align-items: center;
}

.od_1 {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.od_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.flex-con {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-wp {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.common-card {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
}

.header {
    width: 100%;
    height: auto;
}

.hdTop {
    width: 100%;
    height: 40px;
    background-color: #eeeeee;
}

.hdTop p,
.hdTop a {
    font-size: 14px;
    color: #000000;
}

.hdCon {
    width: 100%;
    height: 105px;
}

.hdCon .logo {
    display: inline-block;
    width: auto;
    height: 65px;
}

.hdCon .text {
    font-size: 16px;
    line-height: 28px;
    color: #949494;
    border-left: 1px solid #e5e5e5;
    padding-left: 15px;
    margin-left: 15px;
}

.hdCon .icon {
    width: 48px;
    height: 48px;
    object-fit: cover;
    margin-right: 10px;
}

.hdCon p {
    font-size: 16px;
    color: #434343;
    margin-bottom: 10px;
}

.hdCon strong {
    font-size: 22px;
    color: #0076db;
}

.header .logo img {
    width: auto;
    height: 100%;
    object-fit: contain;
}

.heBto {
    width: 100%;
    height: 47px;
    background-color: #0076db;
}

.heBto ul {
    height: 100%;
}

.header li a {
    font-size: 20px;
    color: #ffffff;
}

.header li {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 30px;
    transition: all 0.3s;
}

.header li:hover {
    background-color: #005298;
}


.headerSwiper {
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
}

.headerSwiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
}

.header-pagination {
    position: absolute;
    z-index: 99;
}

.header-pagination .swiper-pagination-bullet {
    width: 19px;
    height: 19px;
    background-color: #efefef;

}

.search {
    width: 100%;
    height: 53px;
    background-color: #dcdcdc;
}

.search .text {
    font-size: 14px;
    color: #2b2b2b;
}

.search .form {
    position: relative;
    width: 241px;
    height: 20px;
}

.search input[type=text] {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    font-size: 12px;
    padding-left: 10px;
    color: #9d9d9d;
}

.search input[type=submit] {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 13px;
    height: 13px;
    background: url(../img/ic2.png) no-repeat;
    background-size: cover;
}

/* 产品中心 */
.products {
    width: 100%;
    height: auto;
    padding-top: 30px;
}

.products .tl {
    text-align: center;
}

.products .tl h2 {
    font-size: 36px;
    font-weight: bold;
    color: #183e9f;
}

.products .tl p {
    font-size: 18px;
    margin-top: 10px;
    color: #969696;
}

.products-con {
    width: 100%;
    height: auto;
    background: url(../img/bg1.png) no-repeat;
    background-size: cover;
    padding: 39px 0 20px 0;
    margin-top: 35px;
}

.products-con .lt {
    width: 259px;
    height: auto;
    margin-right: 22px;
}

.products-con .rt {
    width: calc((100% - 259px));
}

.products-con .title {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 89px;
    background-color: #005aa9;
}

.products-con .title h2 {
    font-size: 24px;
    color: #ffffff;
}

.products-con .title p {
    font-size: 16px;
    margin-top: 5px;
    color: #c9c9c9;
}

.menu a {
    display: flex;
    align-items: center;
    height: 47px;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 15px;
    background-color: #fff;
}

.menu a::before {
    display: block;
    content: '';
    width: 18px;
    height: 18px;
    background: url(../img/ic3.png) no-repeat;
    background-size: contain;
    margin-right: 15px;
}

.menu .name {
    flex: 1;
    font-size: 16px;
    color: #343434;
}

.products-con .rt .top {
    position: relative;
    width: 100%;
    padding-bottom: 12px;
}

.products-con .rt .top span {
    font-size: 18px;
    font-weight: bold;
    color: #133982;
}

.products-con .rt .top i,
.products-con .rt .top a {
    font-size: 12px;
    color: #595959;
}

.products-con .rt .top::after {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: '';
    width: 131px;
    height: 2px;
    background-color: #005aa9;
}

.products-con .rt .top::before {
    position: absolute;
    left: 131px;
    bottom: 0;
    display: block;
    content: '';
    width: 80px;
    height: 2px;
    background-color: #ff0000;
}

.products-con .rt .img {
    width: 100%;
    height: 67px;
    background: url(../img/bg.png) no-repeat;
    background-size: cover;
    margin: 25px 0 13px 0;
}

.products-con .rt .img h6 {
    font-size: 27px;
    color: #ffffff;
    width: 633px;
    font-weight: bold;
    text-align: center;
}

.products-con .rt .img h5 {
    font-size: 18px;
    flex: 1;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
}

.productsSwiper {
    display: flex;
    position: relative;
    justify-content: center;
    width: 100%;
    height: 341px;
    background-color: #eaeaea;
    border: solid 1px #dfdfdf;
    padding: 30px 20px;
}

.productsSwiper1 {
    width: 90%;
    height: auto;
    overflow: hidden;
}

.productsSwiper1 img {
    width: 373px;
    height: 280px;
    object-fit: cover;
    vertical-align: bottom;
    margin-right: 20px;
}

.productsSwiper1 .text {
    flex: 1;
}

.productsSwiper1 .text h6 {
    width: 100%;
    font-size: 18px;
    color: #363636;
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 15px;
}

.productsSwiper1 .text .ls {
    font-size: 13px;
    line-height: 31px;
    color: #363636;
    margin: 10px 0 15px 0;
}

.productsSwiper1 .more {
    display: inline-block;
    width: 101px;
    height: 28px;
    background-color: #0076db;
    border: solid 1px #e0e0e0;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
}

.products-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    cursor: pointer;
    width: 17px;
    height: 32px;
    background: url(../img/ic4.png) no-repeat;
    background-size: cover;
    z-index: 999;
}

.products-prev {
    position: absolute;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 999;
    width: 17px;
    height: 32px;
    background: url(../img/ic4-1.png) no-repeat;
    background-size: cover;
}

.productsSwiper2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 15px;
}

.productsSwiper2 img {
    height: 164px;
    width: 100%;
    object-fit: cover;
    vertical-align: bottom;
}

.productsSwiper2 .name {
    width: 100%;
    height: 44px;
    background-color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 44px;
    color: #595959;
    border: solid 1px #dfdfdf;
}

.productsSwiper2 .swiper-slide {
    cursor: pointer;
}

.productsSwiper2 .swiper-slide-thumb-active .name {
    border: 1px solid red;
}

.swiper-button-disabled {
    cursor: no-drop;
    opacity: 0.5;
}

.bannerImg .img {
    width: 100%;
    height: auto;
    object-fit: cover;
    vertical-align: bottom;
}


.plate1 {
    width: 100%;
    height: auto;
    padding: 20px 0;
}

.plateItem .lt {
    flex: 1;
}

.plateItem {
    margin-top: 20px;
}

.plateItem .item .icon {
    width: 113px;
    height: 95px;
    object-fit: contain;
    margin-right: 2px;
}

.plateItem .item h2 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #005aa9;
    margin-bottom: 10px;
}

.plateItem li:first-child {
    margin-bottom: 50px;
}

.plateItem .item {
    margin-bottom: 40px;
}

.plateItem .item p {
    font-size: 24px;
    letter-spacing: 2px;
    color: #292929;
}

.plateItem .item .text {
    margin-top: 25px;
}

.plateItem .item .ls {
    flex: 1;
    font-size: 18px;
    line-height: 36px;
    color: #696969;

}

.plateItem .item .text::before {
    display: block;
    content: '';
    width: 11px;
    height: 84px;
    background: url(../img/ic6-5.png) no-repeat;
    background-size: cover;
    margin: 10px 12px 0 0;
}

.plateItem .item .img {
    height: auto;
    object-fit: contain;
}

.common-tl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.common-tl p {
    font-size: 16px;
    letter-spacing: 2px;
    color: #696969;
}

.common-tl h2 {
    font-size: 36px;
    font-weight: bold;
    color: #292929;
    margin: 10px 0 15px 0;
}

.common-tl .icon {
    width: auto;
    height: 5px;
    object-fit: contain;
}

/* 荣誉资质 */
.honor {
    width: 100%;
    height: auto;
    padding: 60px 0 40px 0;
    background-color: #eeeeee;
}

.honorSwiper {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 28px;
}

.honorSwiper img {
    width: 229px;
    height: 332px;
    object-fit: cover;
    vertical-align: bottom;
}

.honor-next {
    cursor: pointer;
    width: 49px;
    height: 49px;
    background: url(../img/ic7.png) no-repeat;
    background-size: cover;
    margin-right: 28px;
}

.honor-prev {
    cursor: pointer;
    width: 49px;
    height: 49px;
    background: url(../img/ic7-1.png) no-repeat;
    background-size: cover;
}

.honorSwiper .bto {
    margin-top: 15px;
}

/* 设备展示 */
.equipment {
    width: 100%;
    height: auto;
    padding: 45px 0 30px 0;
}

.equipment-con {
    position: relative;
    width: 100%;
    height: auto;

}

.equipmentSwiper {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 45px;
}

.equipmentSwiper img {
    width: 100%;
    height: 295px;
    object-fit: cover;
    vertical-align: bottom;
}

.equipmentSwiper .name {
    width: 100%;
    font-size: 19px;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    border-left: solid 1px #e3e3e3;
    border-right: solid 1px #e3e3e3;
    border-bottom: 2px solid #005aa9;
    color: #333333;
}

.equipment-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -80px;
    width: 48px;
    height: 48px;
    background: url(../img/ic8-1.png) no-repeat;
    background-size: cover;
    z-index: 99;
}

.equipment-prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -80px;
    width: 48px;
    z-index: 99;
    height: 48px;
    background: url(../img/ic7-1.png) no-repeat;
    background-size: cover;
}


/* 新闻资讯 */

.homeNews {
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
    padding: 30px 0 60px 0;
}

.news-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

.news-con .top {
    display: flex;
}

.news-con .top .left {
    width: 577px;
    height: 244px;
    background-color: #d7d7d7;
}

.news-con .top .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-con .top .left .text p {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #292929;
    margin: 30px 0 10px 0;
}

.news-con .top .left .text .ls {
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 22px;
    color: #696969;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-con .top .right {
    flex: 1;
    margin-left: 47px;
}

.news-con .top .right ul li {
    padding: 15px 19px 21px 33px;
    border-bottom: 1px solid #d7d7d7;
}

.news-con .top .right ul li:last-child {
    border: none;
}

.news-con .top .right .time {
    width: 15%;
}

.news-con .top .right .time p {
    font-size: 48px;
    color: #292929;
}

.news-con .top .right .time span {
    font-size: 16px;
    line-height: 22px;
    color: #696969;
}

.news-con .top .right .text {
    flex: 1;
}

.news-con .top .right .text p {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #292929;
    margin-bottom: 15px;
}

.news-con .top .right .text .ls {
    font-size: 14px;
    line-height: 22px;
    color: #696969;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-con .top .right ul li a {
    display: flex;
    align-items: center;
}

.NewsSwiper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.homeNews .bottom .left {
    margin-right: 40px;
}

.homeNews .bottom .left p {
    font-size: 24px;
    font-weight: 700;
    line-height: 22px;
    color: #005aa9;
}

.homeNews .bottom .left span {
    font-size: 18px;
    line-height: 35px;
    color: #999999;
}

.homeNews .bottom .left div {
    margin-top: 45px;
}

.homeNews .bottom .left i {
    display: inline-block;
    width: 35px;
    height: 36px;
    cursor: pointer;
}

.news-button-next {
    width: 35px;
    height: 35px;
    background-image: url(../img/ic7.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.news-button-prev {
    width: 35px;
    height: 35px;
    background-size: contain;
    background-image: url(../img/ic9-1.png);
    background-repeat: no-repeat;
}

.homeNews .bottom {
    display: flex;
    align-items: center;
    margin-top: 54px;
}

.homeNews .bottom .right {
    width: 1060px;
}

.homeNews .bottom .right .swiper {
    width: 100%;
    height: 100%;
}

.homeNews .bottom .right .left span {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
}

.homeNews .bottom .right .item {
    display: inline-block;
    display: flex;
    padding: 22px 32px 20px 27px;
    width: 518px;
    height: 135px;
    background-color: #ffffff;
    border: solid 1px #d2d2d2;
}

.homeNews .bottom .right .left {
    display: flex;
    flex-direction: column;
}

.homeNews .bottom .right .left span:first-child {
    background-color: #005aa9;
}

.homeNews .bottom .right .left span:last-child {
    background-color: #ff7d31;
    margin-top: 10px;
}

.homeNews .bottom .right .item p {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #292929;
}

.homeNews .bottom .right .ls {
    font-size: 14px;
    line-height: 22px;
    color: #696969;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 27px;
}

.footer {
    width: 100%;
    height: auto;
}

.footer .top {
    width: 100%;
    height: 47px;
    background-color: #0076db;
}

.footer .top a {
    font-size: 20px;
    color: #ffffff;
}

.footer .con {
    width: 100%;
    height: auto;
    background: url(../img/bg3.png) no-repeat;
    background-size: cover;
}

.footer ul {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.footer ul li {
    display: flex;
    flex-direction: column;
}

.footer .con .common-card {
    margin-top: 40px;
}

.footer .con {
    padding: 40px 0;
}

.footer .con li a,
.footer .con li span {
    font-size: 14px;
    line-height: 38px;
    color: #ffffff;
}

.common-tl.w p,
.common-tl.w h2 {
    color: #fff;
}

.footer .form {
    width: 598px;
    margin-left: 25px;
}

.footer input[type=text] {
    height: 35px;
    width: 100%;
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 5px;
    color: #c5c5c5;
    background-color: #ffffff;
    border: solid 2px #ffffff;
}

.footer textarea {
    width: 100%;
    font-size: 14px;
    padding: 10px 0 0 10px;
    height: 135px;
    color: #c5c5c5;
    background-color: #ffffff;
    border: solid 2px #ffffff;
}

.footer input[type=submit] {
    width: 168px;
    height: 35px;
    background-color: #0076db;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
    margin-top: 6px;
}

.footer .item input[type=text] {
    width: calc((100% - 6px) / 2);
}

.footer .bto {
    width: 100%;
    height: 80px;
    background-color: #005298;
    font-size: 16px;
    text-align: center;
    line-height: 80px;
    color: #ffffff;
}

.footer .bto a {
    font-size: 16px;
    color: #ffffff;
}