@charset "UTF-8";

.pad-lr {
	padding-left: 6.25rem;
	padding-right: 6.25rem;
}


/* banner */
.page-banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.page-banner .picture {
	overflow: hidden;
}

@media (min-width:960px) {
	.page-banner img {
		width: 100%;
		animation: banScale 1.8s 1;
	}
}

.page-banner-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.page-banner-txt {
	color: #ffffff;
	text-transform: capitalize;
}

.page-banner-box .page-banner-txt h3 {
	font-size: 2.875rem;
	font-family: Montserrat;
	font-weight: normal;
}

.page-banner-box .page-banner-txt p {
	font-size: 2.5rem;
}

@keyframes banScale {
	0% {
		transform: scale(1.3);
	}

	100% {
		transform: scale(1);
	}
}


@media (max-width:960px) {
	.page-banner-box .page-banner-txt h3 {
		font-size: 32px;
	}
}

@media (max-width:768px) {
	.page-banner-box .page-banner-txt {
		justify-content: center;
	}

	.page-banner-box .page-banner-txt h3 {
		font-size: 24px;
	}
}


/* crumbs */
.crumbs {
	padding-top: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #e3e3e3;
}

.crumbs .crumbs-con {
	justify-content: space-between;
}

.crumbs .crumbs-list a {
	border: 1px solid #cccccc;
	color: #333333;
	padding: 0.875rem 3rem;
	border-radius: 50px;
	font-size: 1.25rem;
	margin: 1rem 1rem 1rem 0;
}

.crumbs .crumbs-list a:hover,
.crumbs .crumbs-list a.on {
	background: #255aa8;
	color: #ffffff;
	border-color: #255aa8;
}

.crumbs .crumbs-nav {
	color: #666666;
	font-size: 1.25rem;
	margin: 1rem 0;
}

.crumbs .crumbs-nav span {
	color: #255aa8;
}

.crumbs .crumbs-nav a {
	color: #666666;
}

.crumbs .crumbs-nav a:hover {
	color: #255aa8;
}

/*  */
.page-about-con {
	background: #ffffff;
	background-image: linear-gradient(to right, #ffffff 70%, #b3c5e1 100%);
	padding-top: 6.25rem;
	padding-bottom: 6.25rem;
}

.page-about-txt {
	width: 55%;
	font-size: 1.125rem;
}

.page-about-txt h3 {
	font-weight: normal;
	color: #333333;
	font-size: 2.5rem;
	line-height: 1.25;
}

.page-about-txt h3 span {
	color: #255aa8;
	font-weight: bold;
}

.page-about-txt .page-about-desc {
	color: #555555;
	height: 230px;
	overflow-y: auto;
	margin-top: 3rem;
	padding-right: 2rem;
	line-height: 1.5;
}

.page-about-txt .page-about-desc::-webkit-scrollbar {
	background: #eee;
	width: 5px;
	border-radius: 5px;
}

.page-about-txt .page-about-desc::-webkit-scrollbar-thumb {
	background: #255aa8;
	border-radius: 5px;
}

.page-about-img {
	width: 45%;
	justify-content: flex-end;
}

.page-about-img img {
	width: 80%;
}

/*  */
.page-about-adv {
	margin-top: 5rem;
	justify-content: space-around;
	font-size: 1.375rem;
	text-align: center;
}

.page-about-adv-li {
	padding: 0 1%;
}

.page-about-adv-top span {
	font-size: 4.375rem;
	color: #255aa8;
	font-weight: bold;
	font-family: Montserrat;
	margin-right: 1rem;
}

.page-about-adv p {
	font-size: 1.375rem;
	color: #666666;
}


/*  */
.page-cultrue {
	background: url(../images/page/about/page-about-cultrue-bg.jpg) no-repeat center;
	background-size: cover;
	color: #ffffff;
	padding-top: 5.5rem;
	padding-bottom: 5.875rem;
}

.page-cultrue h3 {
	font-size: 2.5rem;
	font-weight: normal;
}

.page-cultrue-li {
	margin-top: 3rem;
	font-size: 1.625rem;

}

.page-cultrue-li ul {
	flex-wrap: wrap;
	border: 1px solid rgba(255, 255, 255, .15);
	position: relative;
}

.page-cultrue-li ul::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .15);
}

.page-cultrue-li ul::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: rgba(255, 255, 255, .15);
}

.page-cultrue-li li {
	width: 50%;
	padding: 4.5rem 4rem;
	display: flex;
	align-items: center;
}

.page-cultrue-li-icon {
	margin-right: 5%;
}

.page-cultrue-li-txt span {
	font-size: 1.125rem;
	line-height: 2;
}

.page-cultrue-li-txt p {
	margin-top: 1rem;
	font-size: 1.625rem;
	line-height: 1.5;
}

/*  */
.page-history {
	background: #d4e0eb url(../images/page/about/page-about-history-bg.jpg) no-repeat bottom center;
	background-size: cover;
	color: #000000;
	padding-top: 5.5rem;
	padding-bottom: 5.875rem;
}

.page-history h3 {
	font-size: 2.5rem;
	font-weight: normal;
}

.page-history-list-box {
	position: relative;
}

.page-history-list-box .swiper-button-prev,
.page-history-list-box .swiper-rtl .swiper-button-next {
	background: url(../images/page/icon-arrL.png) no-repeat left top;
	width: 57px;
	height: 57px;
	left: 0;
	top: 55%;
}

.page-history-list-box .swiper-button-prev:after,
.page-history-list-box .swiper-rtl .swiper-button-next:after {
	content: '';
}

.page-history-list-box .swiper-button-prev:hover,
.page-history-list-box .swiper-rtl .swiper-button-next:hover {
	background-image: url(../images/page/icon-arrL2.png);
}

.page-history-list-box .swiper-button-next,
.page-history-list-box .swiper-rtl .swiper-button-next {
	background: url(../images/page/icon-arrR.png) no-repeat left top;
	width: 57px;
	height: 57px;
	right: 0;
	top: 55%;
}

.page-history-list-box .swiper-button-next:after,
.page-history-list-box .swiper-rtl .swiper-button-prev:after {
	content: '';
}

.page-history-list-box .swiper-button-next:hover,
.page-history-list-box .swiper-rtl .swiper-button-prev:hover {
	background-image: url(../images/page/icon-arrR2.png);
}

.page-history-list {
	width: 80%;
}

.page-history-list .page-history-year {
	font-size: 12.5rem;
	color: rgba(37, 90, 168, .08);
	font-family: Montserrat;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 1;
	z-index: -1;
}

.page-history-list .page-history-con {
	flex-wrap: nowrap;
	margin-top: 6rem;
}

.page-history-list .page-history-img {
	width: 40%;
	padding: 1rem;
}

.page-history-list .page-history-img img {
	background-color: #ffffff;
	padding: 1rem;
}

.page-history-list .page-history-con ul {
	width: 60%;
	padding-left: 3rem;
}

.page-history-list .page-history-con ul li {
	padding-left: 2.375rem;
	font-size: 1.125rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	background: url(../images/page/about/icon-05.png) no-repeat left top 2px;
}

.history-menu-box {
	position: relative;
	margin-top: 5rem;
}

.history-menu-box::before {
	content: '';
	position: absolute;
	top: 17%;
	left: 0;
	width: 100%;
	border-top: 1px solid #999999;
}

.history-menu {
	font-size: 1.125rem;
	color: #555555;
	font-family: Montserrat;
	width: 100%;
	flex-wrap: nowrap;
}

.history-menu .swiper-slide {
	cursor: pointer;
	text-align: center;
	position: relative;
	padding-top: 3rem;
}

.history-menu .swiper-slide::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1rem;
	height: 1rem;
	border: 5px solid #999999;
	border-radius: 50%;
}

.history-menu .swiper-slide.swiper-slide-thumb-active {
	color: #255aa8;
	fswiper-slide-thumb-activet-size: 1.5rem;
	font-size: 1.5rem;

}

.history-menu .swiper-slide.swiper-slide-thumb-active::before {
	border-color: #255aa8;
}



/* 修改 */
.page-honor2 .pad-lr{
	background-size: cover;
	color: #000000;
	padding-top: 6rem;
	padding-bottom: 10.25rem;
}
.page-honor2 .page-honor-list-box {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}

.page-honor2 .page-honor-list-box li{
	width: 25%;
	padding: 2em 1em;
	text-align: center;
}

.page-honor2 .page-honor-list-box li .page-honor-img{
	height: 30em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-honor2 .page-honor-list-box li p{
	font-size: 1em;
	margin-top: 1em;
}

/*  */
.page-honor {padding: 5.5rem 0; background-size: cover;	color: #000000;	 background: ##FEFEFE url(../images/page/about/page-about-honor-bg.jpg) no-repeat bottom center;}

.page-honor h3 {font-size: 2.5rem;	font-weight: normal;}

.page-honor-list-box {
	position: relative;
}
.page-honor-list-box .swiper-button-prev,
.page-honor-list-box .swiper-rtl .swiper-button-next {
	background: url(../images/page/icon-arrL.png) no-repeat left top;
	width: 57px;
	height: 57px;
	right: calc(6.25rem + 72px);
	left: inherit;
	top: -2.5em;
}

.page-honor-list-box .swiper-button-prev:after,
.page-honor-list-box .swiper-rtl .swiper-button-next:after {
	content: '';
}

.page-honor-list-box .swiper-button-prev:hover,
.page-honor-list-box .swiper-rtl .swiper-button-next:hover {
	background-image: url(../images/page/icon-arrL2.png);
}

.page-honor-list-box .swiper-button-next,
.page-honor-list-box .swiper-rtl .swiper-button-next {
	background: url(../images/page/icon-arrR.png) no-repeat left top;
	width: 57px;
	height: 57px;
	right: 6.25rem;
	top: -2.5em;
}

.page-honor-list-box .swiper-button-next:after,
.page-honor-list-box .swiper-rtl .swiper-button-prev:after {
	content: '';
}

.page-honor-list-box .swiper-button-next:hover,
.page-honor-list-box .swiper-rtl .swiper-button-prev:hover {
	background-image: url(../images/page/icon-arrR2.png);
}

.page-honor-list-box {
	width: 100%;
}
.page-honor-list-box .swiper{
	padding-top: 9.5rem;
}
.page-honor-list-box .swiper,
.page-honor-list-box .swiper-wrapper {
	width: 100%;
}

.page-honor-list-box .swiper-slide {
	padding: 0 2em;
	text-align: center;
}

.page-honor-list-box .swiper-slide img {
	margin: 0 auto;
}

.page-honor-list-box .swiper-slide p {
	font-size: 1.125rem;
	margin-top: 5rem;
}

@media screen and (max-width: 1600px) {
	.page-history-list .page-history-con ul li {
		background-size: 3%;
		font-size: 1.25rem;
	}
}

@media screen and (max-width: 1200px) {
	.crumbs {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}

	.crumbs .crumbs-list a,
	.crumbs .crumbs-nav {
		font-size: 14px;
	}

	.crumbs .crumbs-list a {
		padding: 0.5rem 2rem;
	}

	.page-about-con .page-about-desc {
		font-size: 14px;
	}
	
	.page-cultrue-li-txt span {
	    font-size: 14px;
	}
	
	.page-honor-list-box .swiper-slide p {
	    font-size: 14px;
		margin-top: 2rem;
	}
	
	.page-history-list .page-history-con ul li {
	    font-size: 14px;
		background-size: 4%;
	}
}

@media screen and (max-width: 1000px) {	
	.page-history-list-box .swiper-button-prev,
	.page-history-list-box .swiper-rtl .swiper-button-prev,
	.page-history-list-box .swiper-button-next, 
	.page-history-list-box .swiper-rtl .swiper-button-next {
		zoom: 0.8;
	}
	.page-honor-list-box .swiper-button-prev,
	.page-honor-list-box .swiper-rtl .swiper-button-next,
	.page-honor-list-box .swiper-button-next,
	.page-honor-list-box .swiper-rtl .swiper-button-prev {
		zoom: 0.8;
	}
}

@media screen and (max-width: 768px) {
	.pad-lr {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.page-about-txt .page-about-desc {
	    margin-top: 2rem;
	}
	
	.page-about-con {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.page-about-con .page-about-txt {
		width: 100%;
	}

	.page-about-con .page-about-img {
		display: none;
	}

	.page-about-con .page-about-desc {
		height: auto;
		padding-right: 0;
	}

	.page-about-adv-li {
		margin-bottom: 2rem;
	}
	
	.page-cultrue{
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	
	.page-cultrue-li ul::after,
	.page-cultrue-li ul::before{
		display: none;
	}
	
	.page-cultrue-li li{
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, .15);
		padding: 2rem 1.5rem;
	}
	
	.page-cultrue-li li:last-child{
		border-bottom:0
	}
	
	.page-cultrue-li-icon{
		width: 30%;
	}
	
	.page-cultrue-li-txt{
		width: 70%;
	}
	
	.page-history{
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	
	.page-history-list .page-history-con{
		flex-wrap: wrap;
	}
	.page-history-list .page-history-con ul{
		padding: 0rem 2rem 1rem;
	}
	.page-history-list .page-history-con ul ,
	.page-history-list .page-history-img{
		width: 100% ;
		background: #ffffff;
	}
	
	.page-history-list .page-history-con ul li {
		background-size: 3.2%;
	}
	
	.page-history-list .page-history-img img{
		width:100%;
	}
	
	.page-honor{
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	
	.page-honor-list-box {
	    padding-top: 5rem;
	}
	.page-honor {
	    padding: 3rem 0 5rem;
	}
	
}

@media screen and (max-width: 450px) {
	.pad-lr {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	
	.page-history-list-box .swiper-button-prev,
	.page-history-list-box .swiper-rtl .swiper-button-prev,
	.page-history-list-box .swiper-button-next, 
	.page-history-list-box .swiper-rtl .swiper-button-next {
		zoom: 0.6;
	}
	
	.page-honor-list-box .swiper-button-prev,
	.page-honor-list-box .swiper-rtl .swiper-button-next,
	.page-honor-list-box .swiper-button-next,
	.page-honor-list-box .swiper-rtl .swiper-button-prev {
		zoom: 0.6;
	}
	
	.page-history-list {
	    width: 100%;
	}
	
	.page-history-list .page-history-year {
		font-size: 8rem;
	}
	
	.page-banner-box .page-banner-txt h3 {
	    font-size: 18px;
	}
	
	.page-banner-box .page-banner-txt p {
	    font-size: 1.75rem;
	}
	
}



/* 加入 */
.page-welfare {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.page-welfare-con {
	align-content: space-between;
}

.page-welfare-con-title {
	font-size: 2.5rem;
	color: #333333;
	text-align: left;
	width: 100%;
}

.page-welfare-con-txt {
	font-size: 1.125rem;
	color: #555555;
	letter-spacing: 2px;
	line-height: 3;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 3rem 0;
	width: 100%;
}

.page-welfare-con-txt span {
	font-size: 1.625rem;
	color: #255aa8;
}

.page-welfare-con-logo {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.page-welfare li {
	width: 33%;
	padding: 0.75%;
}

.page-welfare li .page-welfare-li {
	position: relative;
	overflow: hidden;
	border-radius: 1rem;
}

.page-welfare li .page-welfare-li-title {
	position: absolute;
	top: 5%;
	left: 5%;
	color: #ffffff;
	font-size: 1.25rem;
	text-shadow: 1px 1px 4px #000000;
}

.page-welfare li:hover .page-welfare-li-title {
	display: none;
}

.page-welfare li .page-welfare-li-txt {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background: rgba(23, 54, 101, .7);
	padding: 2% 8%;
	color: #ffffff;
	opacity: 0;
}

.page-welfare li:hover .page-welfare-li-txt {
	height: 100%;
	opacity: 1;
}

.page-welfare li .page-welfare-li-txt span {
	font-size: 1.625rem;
	text-align: center;
	display: block;
}

.page-welfare li .page-welfare-li-txt p {
	font-size: 1.25rem;
	margin-top: 2rem;
	line-height: 1.5;
}


/* activity */
.page-activity {
	padding-top: 5rem;
	padding-bottom: 5rem;
	background: #e5e9f3;
}

.page-activity h3 {
	font-size: 2.5rem;
	font-weight: normal;
}

.page-activity-list {
	padding-top: 5rem;
	position: relative;
	padding-bottom: 8rem;
}

.page-activity-list .swiper,
.page-activity-list .swiper-wrapper {
	width: 100%;
}

.page-activity-list .swiper-slide {
	text-align: center;
	transform: scale(0.8) !important;
	border-radius: 1rem;
	overflow: hidden;
	position: relative;
}

.page-activity-list .swiper-slide-active,
.page-activity-list .swiper-slide-duplicate-active {
	transform: scale(1) !important;
}

.page-activity-list .swiper-slide img {
	margin: 0 auto;
}

.page-activity-list .swiper-slide p {
	font-size: 1.125rem;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 2.5rem 3rem;
	background: rgba(19, 50, 95, 0.7);
	background: -webkit-linear-gradient(bottom, rgba(19, 50, 95, 0.9), rgba(19, 50, 95, 0));
	background: -moz-linear-gradient(bottom, rgba(19, 50, 95, 0.9), rgba(19, 50, 95, 0));
	background: -o-linear-gradient(bottom, rgba(19, 50, 95, 0.9), rgba(19, 50, 95, 0));
	background: -ms-linear-gradient(bottom, rgba(19, 50, 95, 0.9), rgba(19, 50, 95, 0));
	text-align: left;
	font-size: 1.5rem;
	color: #ffffff;
}

.page-activity-list .swiper-button-prev,
.page-activity-list .swiper-rtl .swiper-button-next {
	background: url(../images/page/icon-arrL.png) no-repeat left top;
	width: 57px;
	height: 57px;
	top: inherit;
	left: 6.25rem;
	bottom: 0;
}

.page-activity-list .swiper-button-prev:after,
.page-activity-list .swiper-rtl .swiper-button-next:after {
	content: '';
}

.page-activity-list .swiper-button-prev:hover,
.page-activity-list .swiper-rtl .swiper-button-next:hover {
	background-image: url(../images/page/icon-arrL2.png);
}

.page-activity-list .swiper-button-next,
.page-activity-list .swiper-rtl .swiper-button-next {
	background: url(../images/page/icon-arrR.png) no-repeat left top;
	width: 57px;
	height: 57px;
	right: inherit;
	top: inherit;
	left: calc(6.25rem + 72px);
	bottom: 0;
}

.page-activity-list .swiper-button-next:after,
.page-activity-list .swiper-rtl .swiper-button-prev:after {
	content: '';
}

.page-activity-list .swiper-button-next:hover,
.page-activity-list .swiper-rtl .swiper-button-prev:hover {
	background-image: url(../images/page/icon-arrR2.png);
}

/*  */
.page-join {
	background: url(../images/page/about/page-join-bg.jpg) no-repeat center;
	padding-top: 10rem;
	padding-bottom: 10rem;
	text-align: center;
	color: #ffffff;
}

.page-join h3 {
	font-size: 2.5rem;
}

.page-join-arr {
	margin: 5rem 0;
	animation: joinSroll 1.3s linear infinite;
}

.page-join-arr img {
	margin: 0 auto;
}

.page-join a {
	color: #ffffff;
	font-size: 1.375rem;
	border: 1px solid #ffffff;
	border-radius: 50px;
	padding: 1rem 3rem;
}

.page-join a span {
	margin-left: 0.5rem;
}

.page-join a:hover {
	color: #ffffff;
	border-color: #255aa8;
	background: #255aa8;
}


@keyframes joinSroll {
	0 {
		transform: translateY(0);
	}

	25% {
		transform: translateY(-0.75rem);
	}

	50% {
		transform: translateY(0);
	}

	75% {
		transform: translateY(0.75rem);
	}

	100% {
		transform: translateY(0);
	}
}

@media screen and (max-width: 1200px) {
	.page-welfare-con-txt{
		margin: 2rem 0;
		font-size: 16px;
		line-height: 2;
	}
	
	.page-welfare-con-logo img{
		width: 25%;
	}
	
	.page-welfare li .page-welfare-li-txt span,
	.page-welfare li .page-welfare-li-title{
		font-size:18px;
	}
	
	.page-welfare li .page-welfare-li-txt p{
		font-size: 14px;
	}
	
	.page-activity-list .swiper-button-next, 
	.page-activity-list .swiper-rtl .swiper-button-prev ,
	.page-activity-list .swiper-button-prev,
	.page-activity-list .swiper-rtl .swiper-button-next {
		zoom: 0.8;
	}
}

@media screen and (max-width: 768px) {
	.page-welfare ul.flex{
		align-items: flex-start;
	}
	
	.page-welfare li{
		width: 50%;
	}
	
	.page-welfare li .page-welfare-li-txt{
		position: inherit;
		height: auto;
		opacity: 1;
		padding: 8%;
	}
	
	.page-activity-list{
		padding-left: 3rem;
		padding-right: 3rem;
	}
	
	.page-activity-list .swiper-slide p {
		font-size: 16px;
		padding: 1.5rem 1rem;
		background: rgba(19, 50, 95, 0.8);
		background: -webkit-linear-gradient(bottom, rgba(19, 50, 95, 1), rgba(19, 50, 95, 0));
		background: -moz-linear-gradient(bottom, rgba(19, 50, 95, 1), rgba(19, 50, 95, 0));
		background: -o-linear-gradient(bottom, rgba(19, 50, 95, 1), rgba(19, 50, 95, 0));
		background: -ms-linear-gradient(bottom, rgba(19, 50, 95, 1), rgba(19, 50, 95, 0));
	}
	
	.page-join a {
	    font-size: 14px;
	}
	
}

@media screen and (max-width: 450px) {
	.page-welfare li {
		width:100%;
		padding: 1.75% 0;
	}
	.page-activity-list .swiper-button-next,
	.page-activity-list .swiper-rtl .swiper-button-prev ,
	.page-activity-list .swiper-button-prev,
	.page-activity-list .swiper-rtl .swiper-button-next {
		zoom: 0.6;
	}
	
	.page-activity-list {
	    padding-top: 3rem;
	    padding-bottom: 5rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}
	
	.page-join h3 {
	    font-size: 2rem;
	}
	
	.page-join-arr img{
		width: 6%;
	}
}


/* product */
.category-product-box {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.category-product ul {
	padding-bottom: 4rem;
}

.category-product li {
	padding: 1.5rem 0;
}

.category-product li>div {
	background: #ffffff;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.category-product li .category-product-img {
	position: relative;
	width: 48%;
}

.category-product li .category-product-img img {
	width: 100%;
}

.category-product li .category-product-img-tit {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-shadow: 1px 1px 4px #000000;
	background-color: rgba(0, 0, 0, 0.6);
	color: #ffffff;
	font-size: 1.625rem;
}

.category-product li .category-product-txt {
	display: flex;
	justify-content: space-around;
	align-items: center;
	align-self: stretch;
	flex-wrap: wrap;
	width: 52%;
}

.category-product li .category-product-txt>div {
	display: flex;
	justify-content: center;
	text-align: center;
	border-right: 1px solid #eeeeee;
	height: 100%;
}

.category-product li .category-product-txt>div:last-child {
	border: 0;
}

.category-product li .category-product-txt2>div {
	width: 50%;
}

.category-product li .category-product-txt3>div {
	width: 33.33%;
}

.category-product li .category-product-txt4>div {
	width: 25%;
}

.category-product li .category-product-txt>div a {
	width: 100%;
	height: 100%;
	padding: 6rem 1rem;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.category-product li .category-product-txt>div a>* {
	width: 100%;
}

.category-product li .category-product-txt>div a h5 {
	font-size: 1.375rem;
	font-weight: normal;
}

.category-product li .category-product-txt>div a p {
	padding: 0.75rem 1.75rem;
	border: 1px solid #255aa8;
	border-radius: 30px;
	color: #255aa8;
	font-size: 1rem;
	display: inline-block;
}

.category-product li .category-product-txt>div a p span {
	margin-left: 0.5rem;
}

.category-product li .category-product-txt>div a:hover {
	background: #e7e7e7;
}

.category-product li .category-product-txt>div a:hover h5 {
	transform: translateY(1rem);
}

.category-product li .category-product-txt>div a:hover p {
	background: #1E5AAF;
	color: #ffffff;
}


.list-product {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.list-product-box .list-product:nth-child(2n) {
	background: #f5f5f5;
}

.list-product-name {
	font-size: 2rem;
	font-weight: normal;
	color: #255aa8;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #255aa8;
	padding-bottom: 2rem;
}

.list-product-name span {
	width: 2rem;
	margin-right: 1rem;
}

.list-product ul.flex {
	justify-content: flex-start;
	align-items: flex-start;
	margin: 2rem -1.5rem 0;
}

.list-product li {
	width: 50%;
	padding: 1.5rem;
}

.list-product li a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 3rem;
	background: #ffffff;
	border-bottom: 0.5rem solid #ffffff;
	height: 400px;
}

.list-product-box .list-product:nth-child(2n-1) a {
	background: #f5f5f5;
}

.list-product li a .list-product-img {
	width: 45%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	padding: 2rem;
}

.list-product li a .list-product-txt {
	width: 55%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	;
	height: 100%;
}

.list-product li a .list-product-title {
	font-size: 1.875rem;
	font-family: Montserrat;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.list-product li a .list-product-text {
	font-size: 1.125rem;
	color: #666666;
	line-height: 1.5;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.list-product li a .list-product-more {
	padding: 0.75rem 1.75rem;
	border: 1px solid #255aa8;
	border-radius: 30px;
	color: #255aa8;
	font-size: 1.125rem;
}

.list-product li a .list-product-more span {
	margin-left: 0.5rem;
}

.list-product li a:hover {
	border-bottom-color: #255aa8;
}

.list-product li a:hover .list-product-title {
	color: #255aa8;
}

.list-product li a:hover .list-product-img img {
	transform: scale(1.1);
}

.list-product li a:hover .list-product-more {
	background: #1E5AAF;
	color: #ffffff;
	border-color: #1E5AAF;
}

.list-product li a:hover .list-product-more span {
	margin-left: 1rem;
}


/* product */
.show-product {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.show-product-con {
	flex-wrap: nowrap;
	align-items: flex-start;
}

.show-product-txt {
	width: 50%;
}

.show-product-img {
	width: 50%;
	position: relative;
}

.show-product-img .swiper-horizontal>.swiper-pagination-bullets,
.show-product-img .swiper-pagination-bullets.swiper-pagination-horizontal,
.show-product-img .swiper-pagination-custom,
.show-product-img .swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, -2.5rem);

}

.show-product-img .swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 1rem));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 1rem));
	background: var(--swiper-pagination-bullet-inactive-color, #255aa8);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 1rem) !important;
}

.show-product-img .swiper-pagination-bullet-active {
	position: relative;
}

.show-product-img .swiper-pagination-bullet-active::before {
	content: '';
	position: absolute;
	left: -0.55rem;
	top: -0.55rem;
	border: 1px solid #255aa8;
	border-radius: 50px;
	padding: 1rem;
}

.show-product-txt {
	padding-right: 3rem;
}

.show-product-title {
	font-size: 2.5rem;
	font-family: Montserrat;
}

.show-product-tit {
	font-size: 1.375rem;
	color: #255aa8;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 5rem;
}

.show-product-tit span {
	margin-left: 0.5rem;
}

.show-product-text {
	color: #666666;
	font-size: 1.125rem;
	line-height: 2;
	margin-top: 3rem;
}

.show-product-desc {
	margin-top: 4rem;
	line-height: 2;
	color: #666666;
}

.show-product-desc-tit {
	font-size: 1.875rem;
}

.show-product-desc-color {
	color: #255aa8;
}


@media screen and (max-width: 1400px) {
	.category-product li .category-product-txt>div a {
	    padding: 5rem 1rem;
	}	
	
	.list-product li a {
	    padding: 3rem 2rem;
	    height: 350px;
	}
	
}

@media screen and (max-width: 1250px) {
	.category-product li .category-product-txt>div a p {
	    padding: 0.75rem 1rem;
	}
}

@media screen and (max-width: 1200px) {
	.category-product li .category-product-img {
	    width: 40%;
	}
	
	.category-product li .category-product-txt {
	    width: 60%;
	}
	
	.category-product li .category-product-img-tit {
	    font-size: 18px;
	}
	
	.category-product li .category-product-txt>div a h5{
		font-size: 16px;
		margin-bottom: 3rem;
	}
	
	.category-product li .category-product-txt>div a {
	    padding: 4rem 1rem;
	}
	
	.category-product li .category-product-txt>div a p{
		font-size: 14px;
		padding: 0.75rem 0.5rem;
	}
	
	
	.list-product li a {
	    padding: 3rem 2rem;
	    height: 300px;
	}
	
	.list-product li a .list-product-title{
		font-size: 18px;
	}
	
	.list-product li a .list-product-text,
	.list-product li a .list-product-more{
		font-size: 14px;
	}
	
	
	.show-product-title{
		font-size: 22px;
	}
	
	.show-product-tit{
		font-size: 16px;
	}
	
	.show-product-text{
		font-size: 14px;
	}
	
	.show-product-img .swiper-pagination-bullet-active::before {
	    left: -6px;
	    top: -6.5px;
	}
	
}

@media screen and (max-width: 1000px) {
	.category-product li .category-product-txt>div a {
	    padding: 3rem 1rem;
	}
	
	.category-product li .category-product-img {
		width: 100%;
	}
	
	.category-product li .category-product-txt {
		width: 100%;
	}
	
}

@media screen and (max-width: 900px) {
	.category-product li .category-product-txt>div a {
	    padding: 3rem 1rem;
	}
}

@media screen and (max-width: 768px) {
	.category-product-box {
	    padding-top: 3rem;
	    padding-bottom: 3rem;
	}
	
	.category-product li .category-product-txt>div{
		width: 100%!important;
		height: auto;
		border:0;
		border-bottom: 1px solid #eeeeee;
	}
	
	.list-product li{
		width: 100%;
	}
	
	
	.show-product {
	    padding-top: 3rem;
	    padding-bottom: 3rem;
	}
	
	.show-product-tit{
		margin-top: 3rem;
	}
	
	.show-product-con {
	    flex-wrap: wrap;
	}
	
	.show-product-txt,
	.show-product-img{
		width: 100%;
		padding: 0;
	}
	
	.show-product-img{
		margin-top: 3rem;
	}
	
}

@media screen and (max-width: 450px) {
	.category-product-box {
	    padding-top: 2rem;
	    padding-bottom: 2rem;
	}
	
	.list-product li a{
		height: auto;
	}
	
	.list-product li a .list-product-img,
	.list-product li a .list-product-txt{
		width: 100%;
		padding: 0;
	}
	
	.list-product-txt{
		margin-top: 3rem;
	}
	.list-product li a .list-product-text{
		margin: 2rem 0;
	}
	
	.show-product-img .swiper-pagination-bullet-active::before {
	    left: -6px;
	    top: -6px;
	}
}



/* news */
.page-news-list {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.page-news-con li {
	margin-bottom: 6rem;
}

.page-news-con li a {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.page-news-con-img {
	width: 37%;
	overflow: hidden;
}

.page-news-con-img img {
	width: 100%;
}

.page-news-con-txt {
	width: 53%;
	padding-left: 5%;
	padding-right: 1%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.page-news-con-txt h3 {
	font-size: 1.75rem;
	color: #333333;
	line-height: 1.5;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.page-news-con li a:hover .page-news-con-txt h3 {
	color: #255aa8;
}

.page-news-con-txt p {
	margin-top: 1rem;
	font-size: 1.125rem;
	color: #666666;
	line-height: 1.5;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.page-news-con-more {
	margin-top: 5rem;
	border-radius: 50px;
	color: #255aa8;
	width: 9.5rem;
	height: 3.125rem;
	font-size: 1.25rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #255aa8;
}

.page-news-con-more span {
	margin-left: 5%;
}

.page-news-con li a:hover .page-news-con-img img {
	transform: scale(1.1);
}

.page-news-con li a:hover .page-news-con-more {
	background: #255aa8;
	color: #ffffff;
	transition: all 0s;
}

.page-news-con-date {
	height: 6rem;
	width: 10%;
	background: #eeeeee;
	color: #255aa8;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.page-news-con li a .page-news-con-date p {
	color: #255aa8;
	font-size: 0.875rem;
	font-family: Montserrat;
	line-height: 1.3;
}

.page-news-con li a .page-news-con-date span {
	font-size: 2.5rem;
	transition: all 0s;
}

.page-news-con li a:hover .page-news-con-date {
	background: #255aa8;
	color: #ffffff;
}

.page-news-con li a:hover .page-news-con-date p {
	color: #ffffff;
}


/* 新闻详情页 */
.show-news {
	max-width: 1200px;
	margin: 0 auto;
	padding: 5rem 3rem;
}

.show-news-title {
	font-size: 1.875rem;
	color: #000000;
	text-align: center;
	line-height: 1.5;
}

.show-news-date {
	font-size: 1rem;
	color: #888888;
	text-align: center;
	margin-top: 1rem;
	display: inline-block;
}

.show-news-date span {
	margin: 0 2rem;
	display: inline-block;
}

.show-news-content {
	margin-top: 3rem;
	font-size: 1.25rem;
	line-height: 2;
	color: #666666;
}

.show-news-content img {
	display: inline-block;
	max-width: 100%;
}



@media screen and (max-width: 1200px) {
	.page-news-con-txt p {
	    font-size: 14px;
	}
	.page-news-con-more {
	    margin-top: 2rem;
	}
	
	.show-news-content{
		font-size: 16px;
		line-height: 1.6;
	}
	
	.show-news-date {
		font-size: 14px;
	}
	
}

@media screen and (max-width: 768px) {
	.page-news-list {
	    padding-top: 3rem;
	    padding-bottom: 3rem;
	}
	
	.page-news-con li {
	    margin-bottom: 3rem;
	}
	
	.page-news-con li a{
		flex-wrap: wrap;
		padding-bottom: 2rem;
		position: relative;
	}
	
	.page-news-con-txt p {
	    font-size: 14px;
	}
	
	.page-news-con-img{
		width: 100%;
		margin-bottom: 2rem;
	}
	
	.page-news-con-txt {
		padding-left: 0;
		width: 100%;
	}
	
	.page-news-con-date{
		position: absolute;
		top: 0;
		left: 0;
		width: 25%;
	}
	
	.show-news {
		padding: 3rem;
	}
}	
	
@media screen and (max-width: 450px) {
	.show-news-date span {
	    margin: 0 8px;
	}
	.show-news {
		padding: 3rem 2rem;
	}
}


/* 售后 */
.page-service-list {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.page-service-con {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-left: 11%;
	padding-right: 11%;
}

.page-service-top {
	background-image: linear-gradient(to top, #ebf1f9, #ffffff);
	padding-top: 3rem;
	padding-bottom: 8rem;
}

.page-service-bot {
	padding-top: 8rem;
	padding-bottom: 3rem;
}

.page-service-img {
	width: 52%;
}

.page-service-img img {
	border-radius: 1rem;
}

.page-service-txt {
	width: 48%;
}

.page-service-txt h3 {
	font-size: 1.675rem;
	background: #255aa8;
	color: #ffffff;
	font-weight: normal;
	padding: 1rem 2rem;
	border-radius: 0.5rem;
}


.page-service-con .page-service-txt ul {
	margin-top: 4rem;
}

.page-service-con .page-service-txt li {
	margin-bottom: 1.5rem;
	padding-left: 1rem;
}

.page-service-con .page-service-txt p {
	display: flex;
	align-items: center;
	line-height: 1.3;
	margin-bottom: 0.25rem;
}

.page-service-con .page-service-txt p span {
	display: block;
	width: 1.5rem;
	margin-right: 0.875rem;
}

.page-service-con .page-service-txt p:first-child {
	color: #333333;
	font-size: 1.125rem;
}

.page-service-con .page-service-txt p:last-child {
	color: #666666;
	font-size: 1.125rem;
}


.page-service-top .page-service-txt {
	padding-left: 6%;
}

.page-service-bot .page-service-txt {
	padding-right: 6%;
}


/* 下载 */
.page-dwonload-list {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.page-dwonload-con {
	margin-bottom: 5rem;
}

.page-dwonload-con li:nth-child(2n-1) {
	background: #f6f6f6;
}

.page-dwonload-con li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.25rem;
	padding: 2rem;
}

.page-dwonload-con-txt {
	display: flex;
	align-items: center;
	width: 75%;
}

.page-dwonload-con-txt span {
	font-size: 1.25rem;
	margin-right: 1rem;
	color: #999999;
}

.page-dwonload-con-txt p {
	line-height: 2;
	color: #666666;
}

.page-dwonload-btn {
	width: 25%;
	display: flex;
	justify-content: flex-end;
}

.page-dwonload-btn >div {
	color: #255aa8;
	border: 1px solid #255aa8;
	border-radius: 50px;
	padding: 0.75rem 2rem;
	text-align: center;
	display: inline-block;
}

.page-dwonload-btn span {
	margin-left: 0.5rem;
	transition: all 0s;
}

.page-dwonload-con li a:hover {
	background: #255aa8;
}

.page-dwonload-con li a:hover .page-dwonload-con-txt span {
	color: #ffffff;
}

.page-dwonload-con li a:hover .page-dwonload-con-txt p {
	color: #ffffff;
}

.page-dwonload-con li a:hover .page-dwonload-btn >div {
	color: #ffffff;
	border-color: #ffffff;
}

@media screen and (max-width: 1200px) {
	.page-service-con {
		padding-left: 6.25rem;
		padding-right: 6.25rem;
	}
	
	.page-service-con .page-service-txt li p{
		font-size: 16px !important;
	}
	
	.page-dwonload-con li a {
	    font-size: 16px;
	}
	.page-dwonload-con-txt span {
	    font-size: 16px;
	}
}

@media screen and (max-width: 768px) {
	.page-service-con {
		padding-left: 3rem;
		padding-right: 3rem;
		flex-wrap: wrap;
	}
	.page-service-top .page-service-txt{
		padding-left: 0;
		margin-top: 4rem;
	}
	.page-service-bot .page-service-txt {
	    padding-right: 0;
		margin-bottom: 2.5rem;
	}
	
	.page-service-img,
	.page-service-txt{
		width: 100%;
	}
	
	.page-dwonload-list {
	    padding-top: 3rem;
	    padding-bottom: 3rem;
	}
	
	.page-dwonload-con {
	    margin-bottom: 3rem;
	}
	
	.page-dwonload-con-txt {
		width: 65%;
	}
	
	.page-dwonload-con-txt p {
	    line-height: 1.5;
	}
	
	.page-dwonload-btn {
		width: 35%;
		font-size: 14px;
	}
}

@media screen and (max-width: 450px) {
	.page-service-list{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.page-service-con {
		padding-left: 2rem;
		padding-right: 2rem;
		padding-top: 4rem;
		padding-bottom: 3rem;
	}
	.page-service-con .page-service-txt ul {
	    margin-top: 2rem;
	}
	
	.page-dwonload-con li a {
	    font-size: 14px;
	}
	.page-dwonload-con-txt span {
	    font-size: 14px;
	}
	
	
	.page-dwonload-con li a{
		display: block;
	}
	.page-dwonload-con-txt,
	.page-dwonload-btn{
		width: 100%;
	}
	.page-dwonload-btn{
		justify-content: flex-start;
		margin-top: 1rem;
	}
}


/*翻页*/
.page-nextpages {
	text-align: center;
	display: flex;
	justify-content: center;
}

.page-nextpages a,
.page-nextpages span {
	display: inline-block;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.25;
	text-align: center;
	margin: 0 2px;
	color: #999;
	border-radius: 6px;
	font-size: 1.125rem;
	font-family: Montserrat;
	border: 1px solid #ffffff;
}

.page-nextpages span.on {
	background-color: #1E5AAF;
	color: #ffffff;
}

.page-nextpages a:hover {
	border: 1px solid #255aa8;
	color: #255aa8;
}


/*翻篇*/
.page-nextinfo {
	border-top: 1px solid #dddddd;
	margin-top: 5rem;
	padding-top: 2rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.page-nextinfo-li {
	width: 50%;
}

.page-nextinfo-li li {
	display: flex;
	justify-content: flex-start;
	line-height: 1.8;
	color: #666666;
}

.page-nextinfo-li li a {
	color: #666666;
	font-size: 1.125rem;
	flex: 1;
}

.page-nextinfo-li li a:hover {
	color: #255aa8;
}

.page-nextinfo-fhlb {
	text-align: right;
	margin-top: 10px;
}

.page-nextinfo-fhlb a {
	padding: 0.75rem 1.75rem;
	border: 1px solid #255aa8;
	border-radius: 30px;
	color: #255aa8;
	font-size: 1.125rem;
}

.page-nextinfo-fhlb a span {
	margin-left: 0.5rem;
	transition: all 0s;
}

.page-nextinfo-fhlb a:hover {
	background: #1E5AAF;
	color: #ffffff;
	border-color: #1E5AAF;
}


@media screen and (max-width: 768px) {
	.page-nextpages a, 
	.page-nextpages span {
	    font-size: 16px;
		width: 3.5rem;
		height: 3.5rem;
	}
	
	.page-nextinfo-li,
	.page-nextinfo-fhlb{
		width: 100%;
	}
	
	.page-nextinfo-fhlb {
	    text-align: left;
	}
	
}

@media screen and (max-width: 450px) {
	.page-nextinfo {
	    margin-top: 3rem;
	}
}

