/* 关于我们 */
.about-box {
    width: 100%;
    padding: 80px 0;
    position: relative;
}
.about-content {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
}
.about-content::before {
    content: '';
    background: rgba(235, 235, 235, 1);
    width: 40%;
    height: 86%;
    margin-top: 3%;
    margin-right: 2%;
    right: -2%;
    top: 0;
    position: absolute;
    z-index: 0;
    box-shadow: 0px 9px 27px 4px rgba(204, 204, 204, 0);
}

.about-left {
    width: 52%;
    
}
.about-right {
    width: 48%;
    padding-left: 40px;
    z-index: 2;
}
.about-left-title {
    font-size: 38px;
    font-weight: bold;
    color: #373c41;
    line-height: 1.2;
}
.custom-border {
    position: relative;
    padding-bottom: 20px; 
}
.custom-border::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 5%; 
    height: 4px; 
    background-color: #2252a7; 
}
.about-left-text {
    margin-top: 20px;
    font-size: 14px;
    color: #666;
    font-family: 微软雅黑;
    line-height: 1.7;
    text-align: justify;
}
.about-left-text p {
    padding: 5px 0;
}
.about-right-img {
    height: 100%;
}
.about-right-img img{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.culture-box {
    width: 100%;
    padding: 40px 0;
    background: #f4f4f4;
}
.culture-content {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto; 
}
.culture-title {
    font-size: 38px;
    font-weight: bold;
    color: #373c41;
    line-height: 1.2;
    text-align: center;
}
.culture-border {
    position: relative;
    padding-bottom: 20px; 
}
.culture-border::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 5%; 
    height: 4px; 
    background-color: #2252a7;
    transform: translateX(-50%); 
}
.culture-text {
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; 
}
.culture-img {
    width: 33.33%;
    text-align: center;
}
.culture-img img{
    padding: 0 20px;
    width: 100%;
}
.culture-img-text {
    padding: 40px 20px;
    width: 100%;
}
.culture-img-text span {
    display: block;
    margin-bottom: 10px;
    line-height: 30px;
}
.culture-img-text-title {
    font-size: 16px;
    font-weight: bold;
}
.culture-img-text-content {
    font-size: 14px;
}
.culture-img:hover img {
    transform: scale(1.02);
    overflow: hidden;
}
.culture-img:hover .culture-img-text{
    color: #fff;
    background: #2252a7;
}

.honor-box {
    width: 100%;
    padding: 40px 0;
    background: url(../images/honor-bg.jpg) ;
    background-size: cover;
}
.honor-content {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.honor-title {
    font-size: 38px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    text-align: center;
}
.honor-border {
    position: relative;
    padding-bottom: 20px; 
}
.honor-border::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 5%; 
    height: 4px; 
    background-color: #2252a7;
    transform: translateX(-50%); 
}
.honor-text {
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; 
}
.honor-img {
    width: 23%;
    margin: 1%;
    background: #eee;
}
.honor-img img {
    width: 100%;
    padding: 10px;
    padding-bottom: 0;
}
.honor-img-text {
    width: 100%;
    color: #333;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
}
.honor-img:hover img {
    transition: transform 0.3s ease;
    transform: scale(1.01) rotate(1deg);
}
.honor-img:hover .honor-img-text{
    color: #2252a7;
}

/* 新闻样式 */
.news-nav {
    width: 100%;
    padding: 40px 0;
}
.news-nav-box {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.news-nav-ul {
    width: 100%;
    display: flex;
}
.news-nav-li {
    width: 200px;
    margin: 1%;
    text-align: center;
    padding: 20px 50px;
    background: #373c41;
    color: #fff;
}
.news-nav-ul .active {
    background: #2252a7;
}
.news-nav-li a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.news-nav-li:hover {
    background: #2252a7;
}
.news-position {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 10px 20px;
}

.newListBox {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px;
}

.p_news {
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.newListBox .container {
    width: 94%;
    max-width: 1600px;
    overflow: hidden;
    margin: 0rem auto;
    padding: 0px;
}

.newList {
    overflow: hidden;
    padding: 0rem;
    height: auto;
    width: 100%;
    flex-basis: 30%;
    margin-right: 3.33%;
    margin-top: 80px;
}
.lineBox {
    position: relative;
    width: 100%;
    height: 1px;
    background: #ededed;
    margin-bottom: 26px;
}
.lineBox::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 100%;
    background: #afafaf;
    transition: all .5s ease;
}

.TimeBox {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .25px;
    color: #777;
    margin-bottom: 20px;
}
.newTitle {
    font-size: 20px;
    margin-bottom: 0;
    min-height: 48px;
    line-height: 1.2;
    font-weight: bold;
    color: #373c41;
    transition: all .5s ease;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.newMs {
    position: relative;
    width: 100%;
    line-height: 1.4;
    clear: both;
    font-size: 16px;
    color: #777;
    min-height: 66px;
    letter-spacing: .25px;
    margin: 20px 0px 30px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.newPicBox {
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 62%;
    overflow: hidden;
    border-radius: 0px;
    margin: 0 auto;
}
.newPic {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: auto;
    height: auto;
    transition: all .5s ease;
}
.contentBoxB .bottom_btn {
    display: none;
}

.bottom_btn {
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: .5px;
    text-transform: uppercase;
    transition: all .5s ease;
}
.look {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    color: #777;
    overflow: hidden;
}
.look .look_name {
    margin-right: 10px;
    position: relative;
}
.iconfont {
    display: inline;
    color: inherit;
    height: 100%;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    text-decoration: none;
    font-weight: 400;
    text-decoration: none;
    font-size: inherit;
    font-family: "Microsoft Yahei";
    font-weight: 400;
    text-decoration: none;
}
.newList:hover .lineBox::before {
    width: 100%;
}

.lineBox::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 100%;
    background: #afafaf;
    transition: all .5s ease;
}
.newList:hover .newTitle {
    color: #2252a7;
}
.newList:hover .newPic {
    transform: translate(-50%, -50%) scale(1.1);
}
.newList:hover .bottom_btn {
    color: #2252a7;
}

/* 新闻内页样式 */
.w-1500 {
    width: 100%;
    max-width: 1500px !important;
    margin: 0 auto;
}
.news-title {
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.5;
    color: #373c41;
    text-align: center;
}
.news-time {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    padding-bottom: 0;
}
.news-time-box {
    width: 100%;
    padding: 20px;
    border-top: 1px solid #ccc;
    text-align: center;
    line-height: 1;
}
.news-time-box span {
    margin-right: 20px;
}
.news-content-box {
    width: 100%;
    padding: 10px 20px;
    margin: 0 auto;
}
.news-content-desc {
    width: 100%;
    padding: 20px;
    background: #f2f2f2;
    color: #666;
}

.gallery {
    position: relative;
    margin: 20px;
    height: 480px;
    width: 100%;
    text-align: center;
}
.gallery img {
    height: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    display: none; /* 默认隐藏所有图片 */
}
.gallery img:first-child {
    display: block; /* 显示第一张图片 */
}
.thumbnail-box {
    padding: 20px;
    display: flex;
    border-bottom: 1px solid #d9d9d9;
}
.thumbnail-box li {
    width: 150px;
    margin-right: 1%;
    display: flex;
}
.thumbnail {
    width: 100%;
    cursor: pointer;
}
.news-content-text {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}
.news-content-text p {
    font-size: 16px;
    color: #666;
    padding-bottom: 15px;
    line-height: 1.8;
    text-align: justify;
}
.news-content-page {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    color: #595959;
}
.news-content-page-prev {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.5;
}
.news-content-page-next {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    line-height: 1.5;
}
.news-xiangguan {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}
.news-xiangguan-name {
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    padding: 0 20px;
    background-color: #2252a7;
}
.news-xiangguan-list {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 40px;
    border: 1px solid #d9d9d9;
    border-top: unset;
}
/* 联系我们 */
.contact-box {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 80px 40px;
    display: flex;
	flex-wrap: wrap;
}
.contact-left {
    width: 40%;
    padding: 40px;
    background: #333;
    color: #fff;
}
.contact-left h3 {
    font-size: 24px;
    line-height: 2em;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
}
.contact-left p {
    font-size: 16px;
    line-height: 40px;
}
.contact-right {
    width: 60%;
}
.message-box {
	width: 100%;
	padding: 40px 20px;
	margin: 0 auto;
	background: #f5f5f5;
}
.message-box-title {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}
.message-box-name {
	font-size: 38px;
	font-weight: bold;
}
.message-box-subname {
	font-size: 16px;
}
.message-box-content {
	width: 100%;
	max-width: 1600px;
	padding: 20px;
	margin: 0 auto;
}
.message-box-form {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.message-content {
	width: 100%;
}
.message-content textarea{
	width: 100%;
	min-height: 160px;
	padding: 10px;
	max-width: 100%;
	background: #fff;
}
.message-box-content .name {
	width: 48%;
	margin-right: 2%;
}
.message-box-content .mobile {
	width: 48%;
	margin-left: 2%;
}
.message-box-content .email {
	width: 48%;
	margin-right: 2%;
}
.message-box-content .checkcode {
	width: 48%;
	margin-left: 2%;
	display: flex;
}
.message-box-content input{
    border-radius: 0px;
	padding: 15px;
	margin: 10px 0;
	background-color: white;
	color: #333;
	width: 100%;
}
.message-box-content .checkcode img {
	padding: 10px 0;
}
.message-box-content .submit {
	width: 100%;
	background: #333;
	color: #fff;
	padding: 15px 0;
	margin: 15px 0;
	text-align: center;
}
.message-box-content button {
	width: 100%	;
	color: #fff;
	font-size: 16px;
}
/* 案例样式 */
.case {
    width: 100%;
    padding: 40px 20px;
    background: #f2f2f2;
}

.case-content {
    width: 100%;
    max-width: 1400px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-bottom: 40px;
}
.case-left {
    width: 21%;
    margin-right: 2%;
}

.case-left-name {
    width: 100%;
    height: auto;
    object-fit: cover;
    color: #fff;
    background: #2252a7;
    font-size: 20px;
    font-weight: 800;
    line-height: 80px;
    text-align: center;
    border-radius: 10px 10px 0 0;
}
.case-left-subname {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.case-left-subname ul {
    width: 100%;
}
.case-left-subname li {
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    color: #333;
    background: #fff;
    border-bottom: 1px solid #fff;
}
.case-left-subname a {
    color : #333;
    font-weight: 600;
    text-decoration: none;
}
.case-left-subname li:hover {
    background: #2252a7;
}
.case-left-subname .active {
    background: #2252a7;
}
.case-left-subname .active a {
    color: #fff;
}
.case-nav {
	display: none;
}
.case-right {
    width: 77%;
    
}
.case-ul {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}
.case-position {
    width: 100%;
    margin: 0 auto;
    padding: 10px 20px;
}
.case-li {
    width: 24%;
    padding: 0.5%;
    margin: 0.5%;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 5px;
    box-sizing: border-box;
}
.case-li a {
    display: inline-block;
    height: auto;
}
.case-li img {
    width: 100%;
	height: 12vw;
    padding: 10px 10px;
    border-bottom: 1px solid #eee;
}
.case-li span {
    display: inline-block;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
}
.case-li:hover {
    box-shadow: rgba(0, 139, 74, 0.1) 0px 3px 18px 2px;
    cursor: pointer;
}
.case-left .case-li:hover a {
    color: #fff;
}
.case-right .case-li:hover a {
    color: #2252a7;
}
.case-li:hover img {
    overflow: hidden;
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    border-bottom: 1px solid #333;
    transition: all 1s ease;
}
.case-nav-li {
	width: 12%;
	padding: 20px 0;
	margin: 0.5%;
}

/* 产品样式 */
.product {
	background: #fff;
	padding: 40px 0;
}
.product-nav {
	padding: 0;
}
.product-right {
	width: 100%;
}
.product-nav-ul {
	flex-wrap: wrap;
}
.product-nav-li {
	width: auto;
	margin: 0.5%;
	text-align: center;
	padding: 20px;
	background: #373c41;
	color: #fff;
}
.product-xiangguan-list {
	padding-bottom: 0;
}
.product-li {
	width: 15%;
}
.product-content-box {
	display: flex;
	flex-wrap: wrap;
}
.product-content-img {
	width: 50%;
}
.product-content-img .gallery {
	margin: 0;
	padding: 20px;
}
.product-content-text {
	width: 50%;
}
.product-desc {
	padding: 20px 0;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
}
.case-position {
	margin-top: 40px;
}
.case-position .product-enname{
	font-size: 14px;
	padding: 10px 0;
}
.case-position .product-subname {
	font-size: 38px;
	font-weight: bold;
}
/* 人力样式 */
.renli-box {
	background: #fafafa;
}
.renli-position {
	width: 100%;
	max-width: 1400px;
	background: #fafafa;
	padding: 30px 20px;
}
.renli-content {
	width: 100%;
	max-width: 1200px;
	padding: 40px 20px;
	margin: 0 auto;
	background: #fff;
}
.renli-title {
	font-size: 38px;
	font-weight: bold;
	text-align: center;
}
.renli-pic {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0;
}
.renli-left {
	width: 49%;
	margin-right: 2%;
}
.renli-left img {
	width: 100%;
	height: inherit;
}
.renli-right {
	width: 49%;
	height: inherit;
}
.renli-top {
	width: 100%;
	background: #333;
	padding: 45px 40px;
	color: #fff;
	font-size: 14px;
}
.renli-top p {
	line-height: 2;
	text-align: justify;
}
.renli-bottom {
	width: 100%;
	margin-top: 3%;
}
.renli-bottom img {
	width: 100%;
	height: inherit;
}
.renli-zhaopin {
	width: 100%;
	background: #fafafa;
	padding: 60px 20px;
}
.zhaopin-title {
	position: relative;
}
.zhaopin-title::before {
    content: '';
	position: absolute;
	bottom: -20px;
	left: 50%;
	width: 50px; 
	height: 4px; 
	background-color: #2252a7; 
	transform: translateX(-50%); 
}
.zhaopin-gangwei {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 0;
}
.gangwei-ul {
	width: 100%;
	padding: 40px 20px;
}
.gangwei-li {
	width: 100%;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #f2f2f2;
	border-radius: 5px;
}
.gangwei-li p {
	display: flex;
}
.gangwei-li-left {
	width: 60%;
	display: flex;
	justify-content: flex-start;
	color: #333;
	font-size: 16px;
}
.gangwei-li-left img {
	margin-left: 20px;
}
.gangwei-li-right {
	width: 40%;
	display: flex;
	justify-content: flex-end;
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
}
.gangwei-li:hover {
	 box-shadow: rgba(0, 139, 74, 0.1) 0px 3px 18px 2px;
	cursor: pointer;
}

.gangwei-content {
	width: 100%;
	max-width: 1400px;
	padding: 40px 20px;
	margin: 0 auto;
}

.gangwei-content-top {
	width: 100%;
	padding: 20px;
	background: #fbfcfd;
	color: #666;
}
.gangwei-content-top .content-title {
	font-size: 36px;
	font-weight: 600;
	color: #333;
	padding: 20px 0;
}
.content-shuxing {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.content-bumen {
	width: 50%;
	
}
.content-yaoqiu {
	width: 50%;
	display: flex;
	justify-content: flex-end;
}
.content-yaoqiu span {
	padding: 0 15px;
}
.gangwei-content-text {
	text-align: justify;
	padding: 20px 0;
}
.gangwei-content-text p {
	font-size: 16px;
	line-height: 2;
	color: #666;
}






@media screen and (max-width: 1400px) {
    /* 关于我们样式 */
    .about-content {
        padding: 0 5rem;
    }
	
	/* 案例样式 */
	.case-li img {
		height: 15vw;
	}
	
	
}


@media screen and (max-width: 990px){
	/* 联系我们 */
	.contact-box {
	    width: 100%;
	    margin: 0 auto;
	    padding: 20px;
	    display: flex;
	    flex-wrap: wrap;
	}
	.contact-left {
		padding: 20px;
	}
     /* 新闻样式 */
    .newList {
        flex-basis: 100%;
        width: 100%;
        margin-right: 0;
        margin-top: 50px;
    }
    .newList a {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .contentBoxB {
        width: 48%;
    }
    .image_con {
        width: 48%;
    }
    .newPicBox {
        padding-bottom: 72%;
    }
    .contentBoxB .bottom_btn {
        display: block;
    }
    .image_con .bottom_btn {
        display: none;
    }
    /* 新闻内页样式 */
	
	/* 案例样式 */
	
	/* 产品样式 */
	.product-nav-ul {
		flex-wrap: wrap;
	}
	.product-nav-li {
		width: 31%;
		margin: 0.5% 1%;
		padding: 10px 0;
	}
	.product-content-box {
		display: flex;
		flex-wrap: wrap;
	}
	.product-content-img {
		width: 100%;
	}
	
	.product-content-text {
		width: 100%;
	}
	.product-desc {
		padding: 20px 0;
		text-align: left;
		font-size: 24px;
		font-weight: bold;
	}
	/* 人力样式 */
	.renli-left {
		width: 100%;
		margin-right: 0;
	}
	.renli-right {
		width: 100%;
		height: inherit;
	}
	.renli-top {
		padding: 20px;
		text-align: justify;
	}
}
    

@media screen and (max-width: 768px) {
    /* 关于我们样式 */
    .about-box {
        padding: 20px 0;
    }
    .about-content {
        padding: 0 20px;
        display: unset;
    }
    
    .about-content::before {
        content: unset;
    }
    .about-left {
        width: 100%;
        padding: 0 20px;
    }
    .about-right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }

    .culture-img {
        width: 100%;
    }

    .honor-img {
        width: 48%;
    }
	/* 联系我们 */
	/* .message-box-content .name {
		width: 100%;
		margin-right: 0;
	}
	.message-box-content .mobile {
		width: 100%;
		margin-left: 0;
	} */
	.message-box-content .email {
		width: 100%;
		margin-right: 0;
	}
	.message-box-content .checkcode {
		width: 100%;
		margin-left: 0;
	}
    /* 新闻样式 */
    .news-nav {
        padding: 20px 0;
    }
    .news-nav-li {
        width: 32%;
        margin: 1%;
        text-align: center;
        padding: 10px 0px;
        background: #373c41;
        color: #fff;
    }
    .newList {
        width: 100%;
        margin-top: 30px;
    }
    .newTitle {
        font-size: 18px;
    }
    .newMs {
        font-size: 14px;
    }
    .newList a {
        display: unset;
    }
    .contentBoxB {
        width: 100%;
    }
    .image_con {
        width: 100%;
    }
    .contentBoxB .bottom_btn {
        display: none;
    }
    .image_con .bottom_btn {
        display: block;
    }

    /* 新闻内页样式 */
	.news-nav-li a {
	    color: #fff;
	    font-size: 14px;
	    font-weight: normal;
		display: block; /* 使<a>标签表现为块级元素 */
		white-space: nowrap; /* 不换行 */
		overflow: hidden; /* 隐藏超出部分 */
		text-overflow: ellipsis; /* 超出部分显示省略号 */
	}
    .news-title {
        font-size: 14px;
    }
    .news-time {
        padding: 0 20px;
    }
    .news-time-box {
        padding: 20px 0;
    }
    .news-time-box span {
        margin-right: 10px;
    }
    .gallery {
        position: unset;
        margin: 20px 0;
        height: auto;
        width: 100%;
        text-align: center;
    }
    .gallery img {
        height: auto;
        position: unset;
        top: 0%;
        left: 0;
        transform: unset;
    }
    .news-content-page-prev {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .news-content-page-next {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .contact-left { 
        width: 100%;
    }
    .contact-right { 
        width: 100%;
    }

    /* 案例样式 */
	.case {
		padding: 0;
		background: #fff;
	}
    .case-content {
        width: 100%;
    }
    .case-left {
        display: none;
    }
    .case-nav {
		display: block;
		/* padding-bottom: 0px; */
	}
	.case-nav-ul {
		flex-wrap: wrap;
	}
	.case-nav-li {
		width: 32%;
		margin: 0.5%;
	}
    .case-right {
        width: 100%;
    }
	.case-right .case-ul {
		padding: 10px 0;
	}
    .case-li {
        width: 48%;
        padding: 0 1%;
        margin: 0 1%;
    }
	.case-li img {
		height: 40vw;
	}
	
	/* 产品样式 */
	.product-nav-ul {
		flex-wrap: wrap;
	}
	.product-nav-li {
		width: 31%;
		margin: 1%;
		padding: 10px 0;
	}
	.product-content-box {
		display: flex;
		flex-wrap: wrap;
	}
	.product-content-img {
		width: 100%;
	}
	.product-content-text {
		width: 100%;
	}
	.product-desc {
		padding: 20px 0;
		text-align: left;
		font-size: 24px;
		font-weight: bold;
	}
	
	/* 人力样式 */
	.renli-left {
		width: 100%;
		margin-right: 0;
	}
	.renli-right {
		width: 100%;
		height: inherit;
	}
	.renli-top {
		padding: 20px;
		text-align: justify;
	}
	.content-bumen {
		width: 100%;
		
	}
	.content-yaoqiu {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin: 10px 0;
	}
	.content-yaoqiu .content-site {
		padding-left: 0;
	}
	.content-yaoqiu span {
		padding: 0 10px;
	}
}