* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #333;
}

    * a {
        text-decoration: none;
    }

html,
body {
    height: 100%;
}

.box {
    /* min-height: 100%; */
}

/* ----------------------------------------------------------------------首页头部----------------------------------------------------------------------- */

.section {
    /* min-height: 100vh; */
    display: flex;
    flex-direction: column;
}
/* ---------------------------------------------------------------------------企业简介------------------------------------------------------------------ */
.production-section-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
	margin-top: 100px;
}


.section-box {
    display: flex;
    flex-direction: column;
    width: 85%;
    margin: 30px auto;
    gap: 30px;
    z-index: 2;
    flex: 1;
}

.cpzx {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

    .cpzx img {
        width: 100%;
        height: auto;
        display: block;
    }

    .cpzx .search-box {
        position: absolute;
        display: flex;
        align-items: center;
        text-align: center;
		border: 2px solid #2F63C1;
		border-radius: 10px;
		padding: 3px 4px 3px 20px;
    }

        .cpzx .search-box input {
            width: 380px;
			border: none;
			outline: none;
			/* box-shadow: none; */
			/* background-color: #fff; */
			margin-right: 20px;
            /* box-sizing: border-box; */
        }

        .cpzx .search-box .search-btn {
            background-color: #2F63C1;
            color: white;
            padding: 10px 32px;
            text-decoration: none;
            border-radius: 10px;
			font-weight: 400;
			font-size: 16px;
			color: #FFFFFF;
        }

/*主体左右布局*/
.production-main {
    width: 100%;
    gap: 50px;
    align-items: flex-start;
    display: flex;
}

/* 左侧内容 */
.production-left {
    flex: 0 1 clamp(160px, 13%, 240px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 28px 0;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 30px;
}

    .menu-item div .title {
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 18px;
        color: #999999;
        margin-bottom: 9px;
    }

    .menu-item div .en {
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 14px;
        line-height: 14px;
        color: #999999;
    }

.production-left .menu-activate .title {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}

.production-left .menu-activate {
    border-bottom: 2px solid #275DBF;
}

    .production-left .menu-activate .production-btn .iconfont {
        color: #275DBF;
    }

.production-left .menu-item:not(:nth-child(1)) {
    border-bottom: 1px solid #eeeeee;
}

.about-left .menu-item:not(:nth-child(1)) .production-btn .iconfont {
    color: #999999;
}


.production-btn {
    width: 24px;
    height: 25px;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .production-btn .iconfont {
        color: #DDDDDD;
        font-size: 24px;
    }


.menu-item:hover {
    cursor: pointer;
}

    .menu-item:hover .title {
        color: #333 !important;
        font-weight: bold !important;
    }


    .menu-item:hover .production-btn .iconfont {
        color: #275DBF !important;
    }

.menu-item:hover {
    border-bottom: 2px solid #275DBF !important;
}



/*右侧内容*/
.production-right {
    background-color: #fff;
    flex: 1;
    padding: 0;
}

.production-card {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.card {
    display: flex;
    gap: 15px;
    flex-direction: row;
    flex-wrap: wrap;
    border: none;
}

.pro-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
	
}

.card-img {
    width: 100%;
    height: auto;
}

    .card-img img {
        width: 328px;
        height: 328px;
        object-fit: cover;
        display: block;
    }



.card-mask {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 247px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.45));
	
}

    .card-mask img {
        width: 100%;
        height: auto;
        object-fit: cover;
		display: none;
    }


.card-text {
    position: absolute;
    left: 0;
    top: 75%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 2;
}

    .card-text p {
        margin: 0;
    }

        .card-text p:first-child {
            margin-bottom: 6px;
            font-family: Microsoft YaHei;
            font-weight: bold;
            font-size: 16px;
            color: #fff;
        }

        .card-text p:last-child {
            padding: 0 10px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            font-size: 14px;
            color: #fff;
        }

.pro-card-link {
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.pro-card:hover .card-mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    opacity: 1;
	/* transition: 0.3s; */
}
.pro-card:hover .card-mask img {
	display: block;
}

.pro-card:hover .card-text {
    top: 70%;
}

    .pro-card:hover .card-text p {
        color: #fff !important;
    }


.production-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

    .production-bottom > p {
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 14px;
        color: #999999;
    }

.page-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .page-wrap span {
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 14px;
        color: #333333;
    }

    .page-wrap a {
        border: 1px solid #ddd;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 14px;
        color: #333333;
        padding: 5px 10px;
    }

        .page-wrap a:hover {
            background-color: #275DBF;
            color: #FFFFFF;
            border-color: #275DBF;
        }

        .page-wrap a.active {
            background: #275DBF;
            color: #fff;
            border-color: #275DBF;
        }

            .page-wrap a.active:hover {
                cursor: default;
            }

    .page-wrap input {
        width: 51px;
        height: 41px;
        border-radius: 5px;
        border: 1px solid #DDDDDD;
        padding: 5px 15px;
        text-align: center;
        outline: none;
    }



.server-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.server-bottom>p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}
.page-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}

.page-wrap span {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;

}

.page-wrap a {
    border: 1px solid #ddd;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    padding: 5px 10px;
}

.page-wrap a:hover {
    background-color: #275DBF;
    color: #FFFFFF;
    border-color: #275DBF;
}

.page-wrap a.active {
    background: #275DBF;
    color: #fff;
    border-color: #275DBF;
}

.page-wrap a.active:hover {
    cursor: default;
}

.page-wrap input {
    width: 51px;
    height: 41px;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    padding: 5px 15px;
    text-align: center;
    outline: none;
}
.page-wrap .page-item {
	width: 71px;
	height: 41px;
	border-radius: 5px;
	border: 1px solid #DDDDDD;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	cursor: pointer;
}
.page-wrap .disable {
	color: #DDDDDD;
}