html,
body {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
}

.content {}

.header {
    width: 100%;
    height: 647px;
    background: url('../image//banner@2x.png');
    background-size: cover;
}


.product {
    width: 100%;
    margin-top: 49px;
}

.title {
    text-align: center;
    margin-bottom: 26px;
}

.title img {
    width: 430px;
    height: 98px;
}

.product-content {
    width: 100%;
    height: 900px;
    margin-bottom: 28px;
    background: url("../image/底图@2x.png");
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-left {
    width: 317px;
    height: 774px;
    background: linear-gradient(to top, #4180E9, #4232FF);
}

.product-left h1 {
    width: 130px;
    height: 37px;
    font-size: 26px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 37px;
    margin: 60px 0 16px 28px;
}

.product-left p {
    text-align: left;
    width: 256px;
    height: 167px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 32px;
    margin: 0 0 0 28px;
}

.product-left-button {
    width: 130px;
    height: 44px;
    background: #548BF7;
    box-shadow: 0px 4px 14px 0px rgba(84, 139, 247, 0.47);
    border-radius: 22px;
    margin: 26px 0 0 28px;
    text-align: center;
    cursor: pointer;

}

.product-left-button a {
    width: 72px;
    height: 44px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 44px;
    z-index: 10;
    text-decoration: none;
}

.product-left img {
    width: 315px;
    height: 341px;
    margin-top: 72px;
}

.product-right {
    width: 885px;
    display: flex;
    flex-wrap: wrap;
    height: 774px;
}

.product-item {
    box-sizing: border-box;
    width: 295px;
    height: 258px;
    border: 1px solid rgba(232, 232, 232, 1);
    position: relative;
}

.product-item:hover {
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 8px 0px rgba(0, 138, 241, 0.54);
}

.product-item:hover .product-mark {
    opacity: 1;
    transition: all .25s linear;
}

.product-item-title {
    display: flex;
    height: 48px;
    margin: 26px 0 0 31px;
    align-items: center;
}

.product-item-title img {
    width: 50px;
    height: 48px;
    margin-right: 12px;
}

.product-item-title h1 {
    height: 48px;
    font-size: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(68, 68, 68, 1);
    line-height: 48px;
}

.product-item .field {
    margin: 28px 0 0 33px;
    text-align: left;
}

.product-item .field span {
    display: inline-block;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 34px;
    margin-right: 20px;
}

.product-mark {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 48px;
    text-align: center;
    background: linear-gradient(to right, #545CF3, #008AF1);
    opacity: 0;
}

.product-mark a {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 48px;
    text-decoration: none;
}

.factory {
    margin-bottom: 90px;
    width: 100%;
}

.factory-main {
    margin-top: 63px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.factory-box {
    width: 1300px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.factory-item {
    width: 580px;
    height: 190px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.04), 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    margin: 32px 32px 0 0;
    display: flex;
}

.factory-item img {
    width: 156px;
    height: 190px;
}

.factory-title {
    margin-left: 23px;
}

.factory-title h1 {
    width: 90px;
    height: 30px;
    font-size: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
    margin: 32px 0 0 10px;
}

.factory-title p {
    width: 377px;
    height: 96px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 32px;
}

.title1 {
    text-align: center;
    margin-bottom: 26px;
}

.title1 img {
    width: 400px;
    height: 60px;
}

.value-main {
    margin-bottom: 204px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.value-item {
    margin-right: 12px;
    text-align: center;
    width: 290px;
    height: 300px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 6px 12px 9px rgba(241, 241, 241, 1);
    border: 1px solid rgba(238, 238, 238, 1);
}

.value-item img {
    width: 48px;
    height: 43px;
    margin-bottom: 31px;
    margin-top: 55px;
}

.value-item h1 {
    width: 100%;
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(68, 68, 68, 1);
    line-height: 33px;
    margin-bottom: 10px;
}

.value-item p {
    margin-left: 13px;
    width: 255px;
    height: 97px;
    font-size: 16px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: rgba(13, 37, 62, 1);
    line-height: 30px;
}

.news {
    width: 100%;
}

.news-main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 77px;
}

.news .text {
    width: 133px;
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 33px;
    margin-left: 24%;
}

.news-box {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.news-item {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
    display: flex;
    margin-right: 36px;
    margin-bottom: 44px;
}

.news-item img {
    width: 171px;
    height: 97px;
    margin: 10px 17px 0 20px;
    vertical-align: middle;
}

.news-title {
    margin: 10px;
}

.news-item .news-title a {
    display: inline-block;
    width: 237px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 26px;
    text-decoration: none;
}


.news-item .news-title a:hover {
    color: #0080E1;
}

.news-item .news-title p {
    width: 105px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(13, 37, 62, 1);
}


.cooperation-main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 90px;
}


.cooperation-main img {
    margin-right: 91px;
}
