body {
	font-family: arial, sans-serif;
	background-color: #F6F6F6;
}

.acaption {
    width: 60%;
    height: 250px;
    text-align: left;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.p1 {
	font-size: 50px;
	position: relative;
	font-weight: bold;
	color: #fff;
	/* background: linear-gradient(#9dbdff,#ffffff,#9dc2ff); */
	background: -webkit-linear-gradient(#9dbdff,#ffffff,#9dc2ff);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;

}
.p1:after {
	position: absolute;
	content: '';
	width: 25%;
	height: 4px;
	background-color: #fff;
	left: 0;
	bottom: 0;
	border-radius: 5px;
}
.p2 {
	font-size: 40px;
	color: #2F4E9E;
	font-weight: 600;
	text-shadow: 25px 8px 1px #ADCDF2;
}

.abtn {
    background-color: #61B6EC;
    border-color: #68A7F1;
    font-size: 30px;
    border-radius: 50px;
    padding: 3px 30px;
    font-weight: bold;
    font-family: Cooper;
	animation: rainbow 2s ease infinite,heartbeat .6s infinite;
}
@keyframes heartbeat {
	50% {
		transform: scale(1.1);
	}
}
@keyframes rainbow {
	40% {
		background-color: #ec6161;
	}
	80% {
		background-color: #61B6EC;
	}
}
@media(min-width: 1420px) {
	.acaption {
		width: 50%;
	}
}
@media(min-width: 992px) and (max-width: 1199px) {
	.acaption {
		width: 60%;
	}
	.p1 {
		font-size: 42px;
	}
}
@media(min-width: 768px) and (max-width: 991px) {
	.acaption {
		width: 65%;
		height: 200px;
	}
	.p1 {
		font-size: 35px;
	}
	.p2 {
		font-size: 32px;
	}
	.abtn {
		font-size: 25px;
	}
}
@media(min-width: 665px) and (max-width: 767px) {
	.acaption {
		width: 75%;
		height: 200px;
	}
	.p1 {
		font-size: 35px;
	}
	.p2 {
		font-size: 30px;
	}
	.abtn {
		font-size: 25px;
	}
}
@media(min-width: 500px) and (max-width: 664px) {
	.acaption {
		width: 85%;
		height: 200px;
	}
	.p1 {
		font-size: 28px;
	}
	.p2 {
		font-size: 25px;
	}
	.abtn {
		font-size: 20px;
	}
}
@media(max-width: 499px) {
	.acaption {
		width: 100%;
		height: 150px;
		text-align: center;
	}
	.p1 {
		font-size: 25px;
	}
	.p1:after {
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.p2 {
		font-size: 22px;
	}
	.abtn {
		font-size: 18px;
	}
}
@media(max-width: 330px) {
	.acaption {
		width: 100%;
		height: 120px;
		text-align: center;
	}
	.p1, .p2 {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.p2 {
		text-shadow: 5px 5px 1px #ADCDF2;
	}

}


.more {
	margin-top: 35px;
}
.bline {
	position: relative;
	display: inline-block;
	font-size: 35px;
	color: #001f50;
	font-weight: bold;
}
.bline:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50px;
	right: auto;
	height: 3px;
	width: 85px;
	background-color: #E70012;
}
@media (max-width: 767px) {
	.bline {
		font-size: 33px;
	}
	.bline:after {
		top: 40px;
		width: 100px;
	}
}
.thumbnail {
	display: unset;
	border: none;
	background-color: transparent;
	padding: 0px;
}
#myCarousel .carousel-indicators li {
	width: 80px;
	height: 8px;
	margin: 0px;
}
@media (max-width: 767px) {
	#myCarousel .carousel-indicators li {
		width: 40px;
	}
	#myCarousel .carousel-indicators {
		margin-bottom: 0px;
		bottom: 0px;
	}
}
/* myCarousel 轮播图按分辨率铺开 */
#myCarousel {
	width: 100%;
	overflow: hidden;
}
#myCarousel .carousel-inner {
	width: 100%;
}
#myCarousel .carousel-inner > .item {
	width: 100%;
	height: 800px;
}
#myCarousel .carousel-inner > .item > a {
	width: 100%;
	height: 100%;
	display: block;
}
#myCarousel .carousel-inner > .item > img,
#myCarousel .carousel-inner > .item > a > img {
	width: 100% !important;
	height: 100% !important;
	display: block !important;
	object-fit: cover;
	margin: 0 !important;
	max-width: 100% !important;
}
/* 移动端轮播图适配 */
@media (max-width: 767px) {
	#myCarousel {
		margin-top: 50px;
	}
	#myCarousel .carousel-inner > .item {
		height: auto;
		min-height: 200px;
	}
	#myCarousel .carousel-inner > .item > a {
		height: auto;
		display: block;
	}
	#myCarousel .carousel-inner > .item > img,
	#myCarousel .carousel-inner > .item > a > img {
		width: 100% !important;
		height: auto !important;
		max-height: none !important;
		object-fit: contain;
		display: block !important;
	}
}
/* 产品列表 */

#products {
	margin-top: -30px;
}
#productsList {
	margin-bottom: 30px;
	height: 160px;
}
#productsList .swiper-slide {
	border-radius: 8px;
}
.pcarousel .item img {
    border-radius: 8px;
}
.swiper-container {
	width: 100%;
	/* height: 150px; */
	/* background-color: #000; */
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center;
}
#products .swiper-pagination {
	bottom: 0;
}
.pic {
	width: 50%;
}
.pmark {
	font-size: 16px;
	color: #000000;
	text-align: left;
}
.pmark span {
	font-size: 14px;
}
.pmark a {
	color: #000;
}
#productsList .swiper-button-next, #productsList .swiper-button-prev {
	/* width: 20px; */
	height: 20px;
	top: 55%;
}
#productsList .swiper-button-next {
	right: 0;
}
#productsList .swiper-button-prev {
	left: 0;
}
#productsDetial a.carousel-control {
	background-image: none;
	background-color: #e0e0e0;
	width: 50px;
	height: 50px;
	top: 40%;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
#productsDetial span.glyphicon.glyphicon-menu-left {
	top: 30%;
	/* left: 45%; */
	text-shadow: none;
}
#productsDetial span.glyphicon.glyphicon-menu-right {
	top: 30%;
	/* right: 40%; */
	text-shadow: none;
}
.pDescription {
	padding-top: 50px;
}
.pdtitle {
	margin-bottom: 30px;
}
.pdtitle h4, .pdtitle h5 {
	color: #e60012;
	font-size: 23px;
	font-family: arial, sans-serif;
}
.pdtitle h5 {
	font-size: 20px;
}
.pdcontent {
	color: #00113e;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.pDescription {
		padding-top: 10px;
	}
	.pdtitle {
		margin-bottom: 15px;
	}
	.pdtitle h4 {
		font-size: 20px;
	}
	.pdcontent {
		font-size: 15px;
	}
	#productsList {
		height: 130px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.pDescription {
		padding-top: 0px;
	}
	.pdtitle {
		margin-bottom: 15px;
	}
	.pdtitel h4 {
		font-size: 20px;
	}
	.pdcontent {
		font-size: 15px;
	}
}
@media (max-width: 767px) {
	#products {
		margin-top: 0;
	}
	.pDescription {
		padding-top: 20px;
		padding-left: 10px;
	}
	.pdtitle {
		margin-bottom: 15px;
	}
	.pdtitle h4 {
		font-size: 20px;
	}
	.pdcontent {
		font-size: 15px;
	}
	#productsDetial {
		/* padding: 0 20px; */
	}
	#productsDetial a.carousel-control {
		width: 30px;
		height: 30px;
		top: 40%;
		-moz-border-radius: 30px;
		border-radius: 30px;
	}
	#productsDetial span.glyphicon.glyphicon-menu-left {
		top: 5px;
	}
	#productsDetial span.glyphicon.glyphicon-menu-right {
		top: 5px;
	}
}
/* 最新事件 */

#newEvent {
	margin-top: 50px;
	background-image: url(/uploads/images/seaory-card-printer-homepage/eventLeft.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 50px 0;
}
#eventDetial {
	padding: 40px 110px;
}
.eventTitle {
	margin-top: 50px;
	margin-bottom: 40px;
}
.eventTitle h4 {
	color: #000000;
	font-size: 22px;
	font-weight: bold;
	font-family: arial, sans-serif;
}
.eventContent span {
	color: #000000;
	font-size: 17px;
}
.eventImage {
	margin-top: 80px;
	padding: 60px;
	position: relative;
	z-index: 999;
	/* background-image: url(/uploads/images/seaory-card-printer-homepage/eventRight.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center; */
}
.eventImage:after {
    position: absolute;
    top: 0;
    bottom: 0;
    content: '';
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0.5;
    background-color: #fff;
    border-radius: 50%;
}
@media (max-width: 1199px) and (min-width: 992px) {
	#eventDetial {
		padding-top: 30px;
		padding-left: 90px;
		padding-right: 90px;
	}
	.eventTitle {
		margin: 30px 0;
	}
	.eventTitle h4 {
		font-size: 18px;
	}
	.eventContent span {
		font-size: 15px;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	#eventDetial {
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 10px;
	}
	.eventTitle {
		margin: 30px 0;
	}
	.eventTitle h4 {
		font-size: 18px;
	}
	.eventContent span {
		font-size: 14px;
	}
	.eventImage {
		padding: 50px 60px;
	}
}
@media (max-width: 767px) {
	#eventDetial {
		padding: 20px 10px;
		margin-left: 15px;
		margin-right: 15px;
	}
	.eventTitle {
		margin: 30px 0;
	}
	.eventTitle h4 {
		font-size: 18px;
	}
	.eventContent span {
		font-size: 14px;
	}
	.eventImage {
		margin-top: 10px;
	}
}
/* 解决方案 */

#solution {
	margin-top: 50px;
}
#solution img {
	padding: 2px;
	border: 2px solid #DADADA;
}
#solutionDetial .row {
	margin-bottom: 30px;
}
.stitle {
	font-size: 18px;
	color: #242424;
}
@media (max-width: 767px) {
	.stitle {
		font-size: 20px;
	}
}

#solution .thumbnail img:hover {
	transform: scale(1.1);
	opacity: 0.8;
	border-radius: 50%;
	transition: all 1s ease;
}