/*初始化样式*/

:root {
    --lineblue:#00469b;
    --grey:#f4f4f4;
}
input {
	padding: 0;
	margin: 0;
	font-family: '微软雅黑';
}

img {
	border: none;
	background: none;
	vertical-align: middle;
}

ul,
ol,
li {
	list-style-type: none;
}

select,
input,
img,
select {
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

table,
th,
td {
	vertical-align: middle
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

/* .clearfix {
	zoom: 1
} */

.clearboth {
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	clear: both;
	font-size: 0px;
}

h1,
h2 {
	font-size: 12px;
	font-weight: bold;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	height: 0;
}

p {
	margin: 0;
}

/*----- Common css ------*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.di {
	_display: inline;
}

.fwn {
	font-weight: normal;
}

.dib {
	*display: inline;
	_zoom: 1;
	_display: inline;
	_font-size: 0px;
}

.com-img {
	display: block;
	overflow: hidden;
}

.com-img img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.com-img:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.xypg-right-content {
	font-size: 16px;
}

.j-space-between {
	justify-content: space-between
}

.j-flex-start {
	justify-content: flex-start
}

.j-flex-end {
	justify-content: flex-end
}

.j-center {
	justify-content: center
}

.a-j-center {
	align-items: center;
	justify-content: center
}

.a-center {
	align-items: center
}

.a-flex-start {
	align-items: flex-start
}

.a-flex-end {
	align-items: flex-end
}

/*主体样式*/


/*样式*/
.wh {
	max-width: 1340px;
	margin: 0 auto;
	padding: 0 20px
}

.flex_a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.flex_b {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.flex_c {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}



/* pc 头部 */
.head_11 {
	height: 100px
}

.logo1 {
	max-width: 100%;
	line-height: 100px;
}

.logo1 img {
	max-width: 100%;
}


.dh2 {
	background: url(//cdn.myxypt.com/64629bfc/24/02/75af98d7762c0a7c91fe6ff2962a5f2f355ff7a7.png) no-repeat left 50%;
	padding-left: 20px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #14328b;
}




/* 一体化印刷包装解决方案服务商 */
.abbg {
	background: url(//cdn.myxypt.com/64629bfc/24/02/2a859845b89867ab461e208f90cda720dd923f3c.png) no-repeat center top;
	padding: 45px 0;
	margin-top: 60px;
	background-size: 100% 100%;
}

.aann {
	max-width: 955px;
	margin: 0 auto;
	margin-top: 35px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #555555;
}

.ys_ll {
	max-width: 955px;
	margin: 0 auto;
	margin-top: 35px;
}

.ys_ll li {
	text-align: center;
}

.ys_ll li img {
	max-width: 100%;
}

.ys_ll li h2 {
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #14328b;
}

.ys_ll li h4 {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #14328b;
	margin-top: 10px;
}


@media (max-width: 1200px) {
	.ys_ll li {
		margin-bottom: 20px;
	}

	.ys_ll li h2 {
		font-size: 20px;
	}

	.ys_ll li h4 {
		font-size: 14px;
	}
}





/* 全方位印刷解决方案 */
.pp_con {
	margin-top: 60px;
}

.pp_3 {
	margin-top: 45px;
	overflow: hidden;
}

.pp_3 li {
	position: relative;
}

.pp_3 li a.img {
	display: block;
}

.pp_3 li a.img img {
	width: 100%;
}

.pp_3 li::after {
	background: rgba(255, 232, 38, .8);
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	z-index: 998;
}

.pp_3 li:hover::after {
	opacity: 1;
}

.dk_a {
	position: absolute;
	left: 10%;
	width: 80%;
	background: rgba(0, 0, 0, .6);
	height: 80%;
	top: 10%;
	z-index: 999;
}

.pp_3 li:hover .dk_a {
	background: rgba(20, 50, 139, 1);
}

.pp_3 li h2 {
	width: 65%;
	margin: 0 auto;
	border: 1px solid #fff;
	line-height: 35px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	margin-top: 45%;
}


@media (max-width: 1200px) {
	.pp_3 li h2 {
		font-size: 12px;
	}

	.pp_3 li h2 {
		width: 75%;
		margin: 0 auto;
		border: 1px solid #fff;
		line-height: 35px;
		text-align: center;
		font-size: 15px;
		color: #fff;
		font-weight: 400;
		margin-top: 45%;
	}

}




/* 我们的优势 */
.ysbg {
	background: url(//cdn.myxypt.com/64629bfc/24/02/8c02c2c24f636221ee4939cf249672da46333106.png) no-repeat center top;
	background-size: 100% 100%;
	padding: 7.5vw 0;
	margin-top: 60px;
}

.ys_a li {
	max-width: 275px;
	background: url(//cdn.myxypt.com/64629bfc/24/02/75af98d7762c0a7c91fe6ff2962a5f2f355ff7a7.png) no-repeat left 50%;
	padding-left: 30px;
	float: left;
}

.ys_a li h3 {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
}


.ys_a li p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #ffffff;
	height: 50px;
	overflow: hidden;
	margin-top: 10px;
}


.ys_a li:nth-child(2n) {
	float: right;
	margin-left: 46%;
}


.ys_a li:nth-child(n+3) {
	margin-top: 8.5vw;
}

.ys_a {
	position: relative;
}

.ys_sk {
	position: absolute;
	left: 50%;
	margin-left: -175px;
	padding-top: 11%;
	background: url(//cdn.myxypt.com/64629bfc/24/02/8c5f5496bb29a3456ec77e52975235b3365492ac.png) no-repeat center top;
	background-size: 100% 100%;
	width: 350px;
	height: 350px
}


@media (max-width: 1200px) {
	.ys_sk {
		position: absolute;
		left: 50%;
		margin-left: -125px;
		padding-top: 8%;
		width: 250px;
		height: 250px
	}

	.ys_a li:nth-child(2n) {
		float: right;
		margin-left: 40%;
	}
}


@media (max-width: 992px) {
	.ys_sk {
		padding-top: 9%;
	}
}

@media (max-width: 768px) {
	.ys_sk {
		padding-top: 12%;
	}

	.ys_a li:nth-child(2n) {
		float: right;
		margin-left: 20%;
	}
}


@media (max-width: 500px) {
	.ys_a li {
		width: 100%;
		max-width: 100%;
	}

	.ys_a li:nth-child(2n) {
		float: right;
		margin-left: 0%;
	}

	.ys_a li:nth-child(n+3) {
		margin-top: 20px;
	}

	.ys_a li {
		margin-top: 20px;
	}

	.ys_sk {
		position: relative;
	}

	.ys_sk {
		left: auto;
		margin-left: 0;
		padding-top: 26%;
		width: 250px;
		height: 250px;
		text-align: center;
		margin: 0 auto;
	}
}





/* 经典案例 */
.cc_con {
	margin-top: 60px;
}

.pp_2 {
	overflow: hidden;
	margin-top: 45px;
}

.sw_con2 {
	position: relative;
}

.pp_2 li .img {
	display: block;
}

.pp_2 li .img img {
	width: 100%;
}

.pp_2 li .case_aa {
	background: #eff1f2;
	padding: 25px;
}

.pp_2 li .case_aa h2 {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #555555;
}

.pp_2 li .case_aa h3 {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #a9a9a9;
	margin-top: 10px;
}


.pp_2 li:hover .case_aa {
	background-color: #14328b;
}

.pp_2 li:hover .case_aa h2 {
	color: #fff
}

.pp_2 li:hover .case_aa h3 {
	color: #fff
}



@media (max-width: 1200px) {
	.pp_2 li .case_aa h2 {
		font-size: 13px;
	}

	.pp_2 li .case_aa h3 {
		font-size: 15px;
	}

	.pp_2 li .case_aa {
		background: #eff1f2;
		padding: 10px;
	}
}





/* 印刷资讯 */
.xw_con {
	margin-top: 60px;
	padding-top: 3%;
	padding-bottom: 5%;
	background-color: var(--grey);
}

.xw_ll {
	width: 50%;
	margin-top: 45px;
}

.xw_ta {
	background: #14328b;
	width: 100%;
}

.xw_th {
	width: 192px;
	text-align: center;
}

.xw_th h2 {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #ffffff;
}


.xw_th h3 {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	margin-top: 8px;
}

.inghh img {
	max-width: 100%;
	margin-top: 5px;
}

.xw_img1 {
	width: calc(100% - 192px);
	position: relative;
	overflow: hidden;
}

.xw_img1 img {
	width: 100%;
}

.more_a {
	position: absolute;
	width: 42px;
	height: 42px;
	background: rgba(20, 50, 139, .5);
	left: 0px;
	bottom: 0px;
	color: #fff;
	font-size: 26px;
	text-align: center;
	line-height: 42px;
}

.more_a a {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
}

.xw_list {
	margin-top: 20px;
}

.xw_list li .xw_img_cc {
	width: 150px;
}

.xw_list li .xw_img_cc img {
	width: 100%;
}

.xw_list li+li {
	margin-top: 16px;
}

.xw_dgg {
	width: calc(100% - 170px);
	/* margin-right: 10px; */
}

.xw_dgg h3 {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	height: 30px;
	overflow: hidden;
}

.xw_dgg p {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #a9a9a9;
}


.xw_dgg h5 {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #888888;
	height: 50px;
	overflow: hidden;
}


.xw_th2 {
	width: 100%;
	position: relative;
}

.xw_th2 img {
	width: 100%;
}

.hk {
	position: absolute;
	width: 100%;
	top: 25%;
	text-align: center;
}

.hk h2 {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #14328b;
}


.hk h3 {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #14328b;
	text-align: center;
	margin-top: 10px;
}

.inghh {
	width: 16px;
	margin: 0 auto
}

.hk img {
	max-width: 100%;
	margin-top: 5px;
}


/* .xw_22 {
	background: #f7f9fd;
} */

.xw_list2 {
	width: 86%;
	margin: 0 auto
}

.xw_list2 li {
	padding-bottom: 15px;
	border-bottom: 1px solid #dbdbdb;
}

.xw_list2 li h3 {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	height: 30px;
	overflow: hidden;
}

.xw_list2 li p {
	padding-bottom: 8px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #a9a9a9;
}

.xw_list2 li {
	margin-top: 15px;
}



.more_a1 {
	position: absolute;
	width: 42px;
	height: 42px;
	background: rgba(255, 255, 255, .5);
	right: 0px;
	bottom: 0px;
	color: #fff;
	font-size: 26px;
	text-align: center;
	line-height: 42px;
}

.more_a1 a {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
}



@media (max-width: 1200px) {
	.xw_ll {
		width: 100%;
		margin-top: 35px;
	}

	.xw_th {
		width: 100%;
		text-align: center;
	}

	.xw_img1 {
		width: calc(100% - 0px);
		position: relative;
		overflow: hidden;
		margin-top: 10px;
	}

	.xw_th2 {
		height: 115px
	}

	.xw_th2 img {
		height: 100%
	}
}





zz


/* 服务流程 */
.fwlc {
	background: url(//cdn.myxypt.com/64629bfc/24/02/831495589606e99c378fa9aa64cb4529c87fc551.png) no-repeat center top;
	background-size: 100% 100%;
	padding: 60px 0;
	margin-top: 60px;
}

.fw_ll {
	max-width: 975px;
	margin: 0 auto;
	margin-top: 60px;
}

.fw_ll li {
	margin: 0 15px;
	margin-bottom: 30px;
}

.fw_ll li .img_a {
	margin-left: 25px;
}

.fw_ll li:nth-child(5) .img_a {
	display: none;
}

.fw_ll li:last-child .img_a {
	display: none;
}

.fw_ll li h2 {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #ffffff;
}


@media (max-width: 1200px) {
	.fw_ll li .img_a {
		margin-left: 15px;
	}

	.fw_ll li h2 {
		font-size: 16px;
	}
}



@media (max-width: 992px) {
	.fw_ll li .img_a {
		margin-left: 10px;
	}

	.fw_ll li h2 {
		font-size: 14px;
	}
}

@media (max-width: 500px) {
	.fw_ll li:nth-child(5) .img_a {
		display: block;
	}

	.fw_ll li:last-child .img_a {
		display: block;
	}

	.fw_ll li {
		margin: 0 5px;
		margin-bottom: 10px;
	}

	.fw_ll li .img_a {
		margin-left: 5px;
	}
}






/* 网站文字 */
.web_tt {
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
	text-transform: uppercase;
}

.web_tt2 {

	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	margin-top: 15px;
}




@media (max-width: 1440px) {
	.web_tt {
		font-size: 30px;
	}

	.web_tt2 {
		font-size: 15px;
	}
}


@media (max-width: 1280px) {
	.web_tt {
		font-size: 24px;
	}

	.web_tt2 {
		font-size: 15px;
	}
}




/* 通栏 */
.dff {
	margin-top: 45px;
}

/* 底部联系我们 */

.lx_vv {

	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #888888;
	margin-top: 10px;
}

.lxtt {
	font-size: 18px;
	color: #333333;
	display: block;
	width: 100%;
	font-weight: 400;
}


.dff2 {
	background: #eeeeee;
	margin-top: 30px;
	padding: 30px 0;
}

.seo {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #888888;
	text-align: center;
}

.seo a {
	color: #888888;
}