/* header */

.header {
    position: relative;
    width: 100%;
    height: auto;
}

.common-card {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.header .nav {
    position: absolute;
       top: 8%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    height: 84px;
}

.header .nav .right {
    flex: 1;
}

.header .nav .right ul {
    display: flex;
    align-items: center;
       justify-content: space-evenly;
}

.header .nav .right ul li:last-child {
    margin-right: 0;
}
.header .nav .right ul li:nth-child(5) {
       display: none;
}

.header .nav .right a {
    font-size: 18px;
    color: #ffffff;
}

.header .nav .left {
    width: 166px;
    height: auto;
    margin-right: 122px;
}

.header .nav .left img {
    width: 100%;
    height: 84px;
    object-fit: cover;
}

.headerSwiper {
    width: 100%;
    height: 100vh;
}

.headerSwiper .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 19px;
    height: 19px;
    background-color: #ffffff;
    opacity: 1;
}

.headerSwiper .swiper-pagination-bullet-active {
    background-color: #ff0000 !important;
}

.headerSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* ABOUT  US */

.aboutUs {
    width: 100%;
    height: auto;
    padding: 29px 0 56px 0;
    background-image: url(../img/icon3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}

.common-title {
    text-align: center;
}

.common-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
	    margin-bottom: 20px;
}

.common-title h4 {
    font-size: 18px;
    color: #000000;
    margin: 25px 0 49px 0;
}

.about-con {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-con .top {
    display: flex;
    background-image: url(../img/icon9.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.about-con .top .text {
    flex: 1;
    height: auto;
    font-size: 18px;
    line-height: 46px;
    color: #000000;
    text-align: justify;
    text-indent: 2em;
}

.about-con .top img {
    width: 583px;
    height: 399px;
    margin-left: 22px;
}

.about-con .more {
    display: block;
    width: 141px;
    height: 51px;
    background-color: #ff0000;
    border-radius: 25px;
    font-size: 23px;
    line-height: 51px;
    text-align: center;
    color: #ffffff;
    margin: 53px 0 40px 0;
}

.about-con .number {
    width: 100%;
    height: auto;
}

.about-con .number ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-con .number ul li {
    text-align: center;
}

.about-con .number span,
.about-con .number i {
    font-size: 60px;
    letter-spacing: 1px;
    color: #000000;
}

.about-con .number h6 {
    font-size: 29px;
    color: #000000;
    margin-top: 20px;
}


/* 产品中心 */

.Homeproduct {
    width: 100%;
    height: auto;
    padding: 20px 0 32px 0;
}

.product-con .nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 37px;
}

.product-con .nav a {
    text-align: center;
    display: inline-block;
    width: 171px;
    height: 49px;
    background-color: #f5f5f5;
    font-size: 18px;
    line-height: 49px;
    color: #000000;
    margin-right: 10px;
}

.product-con .nav a.active {
    background-color: #f60000;
    color: #fff;
}

.productList ul li img {
    width: 296px;
    height: 490px;
    object-fit: cover;
}

.productList ul li .name {
    width: 296px;
    height: 50px;
    text-align: center;
    background-color: #eeeeee;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    margin-top: 4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.productList ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.productList ul li {
    margin: 0 5px 14px 0;
}

.productList ul li:nth-child(4n) {
    margin-right: 0;
}

.home-bg {
    width: 100%;
    height: 386px;
    object-fit: cover;
}


/* 产品分类 */

.classification {
    width: 100%;
    height: auto;
    padding: 0 0 40px 0;
}

.classification ul {
    display: flex;
    align-items: center;
}

.classification ul li {
    position: relative;
    width: 297px;
    height: 490px;
    margin-right: 5px;
    overflow: hidden;
}

.classification ul li:last-child {
    margin-right: 0;
}

.classification ul li .text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #ffffff;
    transition: all 0.3s;
}

.classification ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.classification ul li:hover img {
    transform: scale(1.2);
}

.classification ul li:hover .text {
    font-size: 28px;
    letter-spacing: 5px;
}


/* 工厂设备 */

.factory {
    width: 100%;
    height: auto;
    padding: 35px 0 96px 0;
    background-color: #eeeeee;
}

.factory-con ul {
    display: flex;
    align-items: center;
}

.factory-con ul li img {
    width: 391px;
    height: 319px;
    border: solid 4px #ffffff;
}

.factory-con ul li {
    margin-right: 14px;
}

.factory-con ul li:last-child {
    margin-right: 0;
}

.factory-con ul li .name {
    width: 390px;
    height: 68px;
    border: solid 4px #ffffff;
    font-size: 18px;
    background-color: #fff;
    line-height: 68px;
    text-align: center;
    color: #000000;
    padding: 0 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 11px;
    margin-right: 14px;
}


/* 新闻资讯 */

.homeNews {
    width: 100%;
    height: auto;
    padding: 32px 0 0 0;
}

.News-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* .News-title .item {
    cursor: pointer;
    width: 166px;
    height: 52px;
    border: solid 1px #d4d4d4;
    border-radius: 35px;
    font-size: 18px;
    line-height: 52px;
    text-align: center;
    color: #484747;
} */

.News-title .item {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 52px;
    border: solid 1px #d4d4d4;
    border-radius: 35px;
}

.News-title .item span {
    font-size: 18px;
    line-height: 52px;
    color: #484747;
}

.News-title .item .active1 {
    width: 150px;
    text-align: center;
    background-color: #f60000;
    border-radius: 35px;
    transform: translateX(-12%);
}

.News-title .item .active2 {
    width: 150px;
    text-align: center;
    background-color: #f60000;
    border-radius: 35px;
    transform: translateX(12%);
}

.News-title .item.active2 {
    position: absolute;
    top: 0;
    left: 55%;
    background-color: #f60000;
}

.news-con ul li {
    width: 583px;
    height: 155px;
    background-color: #f8f8f8;
    border-radius: 14px;
    padding: 19px 15px 20px 36px;
}

.news-con {
    margin-top: 50px;
}

.news-con ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.news-item {
    display: none;
}

.news-con ul li {
    margin: 0 33px 25px 0;
}

.news-con ul li:nth-child(2n) {
    margin-right: 0;
}

.news-con ul li .top {
    display: flex;
    align-items: center;
}

.news-con ul li .top p {
    font-size: 18px;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 20px;
}

.news-con ul li .top span {
    font-size: 18px;
    color: #929292;
}

.news-con ul li .top i {
    font-size: 31px;
    color: #929292;
}

.news-con ul li .text {
    font-size: 16px;
    line-height: 39px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 底部 */

.footer {
    width: 100%;
    height: auto;
}

.footer .top {
    width: 100%;
    height: 705px;
    background-color: #000000;
    background-image: url(../img/icon8.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 65px 0;
}

.footer .con {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 574px;
    background-color: #ffffff;
    border-radius: 32px 0px 32px 0px;
    padding: 41px 27px 82px 40px;
}

.footer .con .left p {
    font-size: 20px;
    line-height: 52px;
    letter-spacing: 1px;
    color: #000000;
}

.footer .con .form {
    display: flex;
    flex-direction: column;
    margin-left: 100px;
}

.footer .con .form .item {
    display: flex;
    align-items: center;
    margin-bottom: 21px;
}

.footer .con .form .item input[type=text] {
    width: 281px;
    height: 41px;
    background-color: #f2f2f2;
    font-size: 14px;
    line-height: 41px;
    padding-left: 11px;
    color: #999999;
    margin-right: 12px;
}

.footer .con .form .put {
    width: 574px;
    height: 41px;
    font-size: 14px;
    line-height: 41px;
    padding-left: 11px;
    color: #999999;
    background-color: #f2f2f2;
    margin-bottom: 21px;
}

.footer .con .form textarea {
    width: 574px;
    height: 212px;
    padding: 14px 0 0 11px;
    background-color: #f2f2f2;
    font-size: 14px;
    color: #999999;
}

.footer .con .form input[type=submit] {
    width: 281px;
    height: 41px;
    background-color: #f60000;
    font-size: 14px;
    line-height: 41px;
    text-align: center;
    color: #ffffff;
    margin-top: 25px;
}

.footer .bottom {
    text-align: center;
    width: 100%;
    height: 88px;
    background-color: #000000;
    font-size: 16px;
    line-height: 88px;
    color: #ffffff;
}


.nr .form-group input[type="submit"] {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}