/*首页banner*/

.banner {
	margin-top: -105px;
}

.banner .swiper-slide {
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
	height: 100vh;
	padding-top: 105px;
	width: 100%;
	display: flex;
	flex-flow: wrap;
	align-items: center;
}

.banner .swiper-slide .list {
	padding-left: 15%;
	width: 65%;
	max-width: calc(850px + 15%);
}

.banner .swiper-slide .list h4 {
	font-size: 72px;
	margin: 0;
	padding-bottom: 25px;
	color: #d31e1e;
}

.banner .swiper-slide .list h5 {
	font-size: 48px;
	color: #002D62;
	margin: 0;
}

.banner .swiper-slide .list h6 {
	font-size: 32px;
	color: #002D62;
	margin: 0;
	lighting-color: 2;
}

.banner .swiper-slide .list .more {
	display: inline-block;
	margin-top: 50px;
	padding: 12px 0;
	padding-right: 50px;
	color: #000000;
	font-size: 20px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
	width: 55px;
	height: 55px;
	padding: 15px;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.1);
	margin-top: 15px;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
	color: #ffffff;
}

.banner .swiper-button-prev:after,
.banner .swiper-button-next:after {
	font-size: 32px;
}

.banner .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}
@media (max-width:1200px ){
	.banner {
		margin-top: -90px;
		position: relative;
	}
	.banner .swiper-slide{
		padding-top: 90px;
	}
}
@media (max-width:768px ){
	.banner .swiper-slide{
		height: 350px;
	}
	.banner .swiper-slide .list{
		padding: 0 50px;
	}
	.banner .swiper-slide .list h4{
		font-size: 28px;
		padding-bottom: 10px;
	}
	.banner .swiper-slide .list h5{
		font-size: 20px;
	}
	.banner .swiper-slide .list h6{
		font-size: 14px;
		font-weight: 500;
	}
	.banner .swiper-slide .list .more{
		margin-top: 20px;
		font-size: 15px;
		padding: 6px 0;
		padding-right: 25px;
	}
	
}
/*首页优势*/

.index-advantage h2 {
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	color: #002D62;
	margin: 0;
	padding-bottom: 10px;
}

.index-advantage h2+p {
	font-size: 20px;
	color: #555555;
	text-align: center;
}

.index-advantage ul {
	display: flex;
	flex-flow: wrap;
	padding-top: 50px;
}

.index-advantage ul li {
	width: 25%;
	padding: 50px 30px;
	text-align: center;
}

.index-advantage ul li+li {
	border-left: 1px solid #dddddd;
}

.index-advantage ul li:hover {
	box-shadow: 0 0 6px #dddddd;
}

.index-advantage ul li .img img {
	width: 50%;
	max-width: 70px;
	padding-bottom: 30px;
}

.index-advantage ul li h4 {
	font-size: 24px;
	margin: 0;
	padding-bottom: 10px;
}

.index-advantage ul li p {
	font-size: 16px;
	color: #666666;
}
@media (max-width:768px ){
	.index-advantage h2{
		font-size: 24px;
		padding-bottom: 5px;
	}
	.index-advantage h2+p{
		font-size: 15px;
	}
	.index-advantage ul{
		padding-top: 30px;
	}
	.index-advantage ul li{
		padding: 35px 15px;
		width: 50%;
	}
	.index-advantage ul li:nth-of-type(3){
		border-top: 1px solid #dddddd;
		border-left: 0px solid #dddddd;
	}
	.index-advantage ul li:nth-of-type(4){
		border-top: 1px solid #dddddd;
	}
	.index-advantage ul li .img img{
		max-width: 50px;
		padding-bottom: 15px;
	}
	.index-advantage ul li h4{
		font-size: 18px;
	}
	.index-advantage ul li p{
		font-size: 14px;
	}
}

/*首页关于我们*/

.index-about {
	background-image: url(/wp-content/themes/jiayun/images/index-about.jpg);
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center bottom;
	width: 100%;
	display: flex;
	flex-flow: wrap;
	justify-content: flex-end;
}

.index-about .index-about-text {
	width: 50%;
	padding: 80px 80px;
	padding-right: 100px;
	/*margin-right: 50px;*/
	background-color: rgba(255, 255, 255, 0.95);
	max-width: 900px;
}

.index-about .index-about-text .img {
	width: 100%;
	padding-bottom: 30px;
}

.index-about .index-about-text .img img {
	width: 80%;
}

.index-about .index-about-text p {
	font-size: 16px;
	line-height: 2;
	color: #555555;
}

.index-about .index-about-text p+p {
	padding-top: 10px;
}

.index-about .index-about-text ul {
	margin-top: 30px;
	display: flex;
	flex-flow: wrap;
}

.index-about .index-about-text ul li {
	padding-bottom: 10px;
	padding-right: 50px;
	color: #333333;
}

.index-about .index-about-text ul li+li {}

.index-about .index-about-text ul li h6 {
	margin: 0;
	font-size: 46px;
	font-family: 'AvantGardeBookBT';
}

.index-about .index-about-text ul li h6 span {
	font-size: 14px;
	padding-left: 10px;
}

.index-about .index-about-text ul li p {
	margin: 0;
	font-weight: 600;
	font-size: 14px;
}

.index-about .index-about-text .more {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	font-size: 14px;
	background-color: #002D62;
	margin-top: 30px;
	padding: 12px 50px;
}

.index-about .index-about-text .more:hover {
	background-color: #d31e1e;
}

@media (max-width:1200px ){
	.index-about .index-about-text{
		width: 75%;
	}
}

@media (max-width:768px ){
	.index-about .index-about-text{
		width: 95%;
		padding: 50px 30px;
	}
	.index-about .index-about-text .img {
		padding-bottom: 20px;
	}
	.index-about .index-about-text p{
		font-size: 15px;
	}
	.index-about .index-about-text ul{
		margin-top: 20px;
	}
	.index-about .index-about-text ul li h6{
		font-size: 24px;
	}
	.index-about .index-about-text .more{
		margin-top: 15px;
	}
	
}
/*首页产品*/

.index-product h2 {
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	color: #002D62;
	margin: 0;
	padding-bottom: 30px;
}

.index-product h2+p {
	font-size: 16px;
	line-height: 1.6;
	color: #555555;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.index-product ul {
	display: flex;
	flex-flow: wrap;
	gap: 30px;
}

.index-product ul li {
	width: calc(25% - (90px/4));
	background-color: #f1f1f1;
	padding: 15px;
	padding-bottom: 0;
	transition: all 0.5s ease 0s;
}

.index-product ul li .img {
	overflow: hidden;
}

.index-product ul li .img img {
	width: 100%;
	display: block;
	transition: all 0.5s ease 0s;
}

.index-product ul li h6 {
	font-size: 16px;
	margin: 0;
	padding: 30px 0;
	color: #000000;
	position: relative;
}

.index-product ul li h6:after {
	content: "";
	display: block;
	position: absolute;
	right: -15px;
	top: 20px;
	width: 44px;
	height: 40px;
	border-radius: 20px 0 0 20px;
	transition: 0.5s;
	background: url(/wp-content/themes/jiayun/picture/left.png) 15px center no-repeat #002D62;
}

.index-product ul li:hover {
	background-color: #002D62;
}

.index-product ul li:hover h6:after {
	right: 0px;
	background: url(/wp-content/themes/jiayun/picture/left1.png) 15px center no-repeat #ffffff;
}

.index-product ul li:hover .img img {
	transform: scale(1.2);
}

.index-product ul li:hover h6 {
	color: #ffffff;
}
@media (max-width:980px ){
	.index-product ul{
		gap:20px
	}
	.index-product ul li {
	width: calc(25% - (60px/4));
	}
}
@media (max-width:768px ){
	.index-product h2{
		font-size: 24px;
		padding-bottom: 10px;
	}
	.index-product h2+p{
		font-size: 14px;
		padding-bottom: 20px;
	}
	.index-product ul{
		gap:10px;
	}
	.index-product ul li {
		width: calc(50% - (10px/2));
		padding: 10px;
		padding-bottom: 0;
	}
	.index-product ul li h6{
		font-size: 15px;
		padding: 15px 0;
	}
	.index-product ul li h6:after {
	right: -10px;
	top: 10px;
	width: 44px;
	height: 30px;
	border-radius: 20px 0 0 20px;
	transition: 0.5s;
	background: url(/wp-content/themes/jiayun/picture/left.png) 10px center no-repeat #002D62;
	}
	
}


/*行业应用*/

.index-case h2 {
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	color: #002D62;
	margin: 0;
	padding-bottom: 10px;
}

.index-case h2+p {
	font-size: 20px;
	text-align: center;
	line-height: 1.6;
	color: #555555;
	padding-bottom: 50px;
}

.index-case .swiper-list {
	width: 100%;
	background-color: #ffffff;
}

.index-case .swiper-slide-active .swiper-list {
	background-color: #002D62;
}

.index-case .swiper-list .img {
	padding: 25px;
	border: 1px solid #dddddd;
	overflow: hidden;
}

.index-case .swiper-slide-active .swiper-list .img {
	border: 1px solid #002D62;
}

.index-case .swiper-list .img .img-b {
	overflow: hidden;
	width: 100%;
}

.index-case .swiper-list .img .img-b img {
	width: 100%;
	transition: all 0.5s ease 0s;
	display: block;
}

.index-case .swiper-list:hover .img .img-b img {
	transform: scale(1.2);
}

.index-case .swiper-list h6 {
	font-size: 20px;
	margin: 0 20px;
	padding: 25px 0;
	border-bottom: 1px solid #dddddd;
	color: #000000;
}

.index-case .swiper-slide-active .swiper-list h6 {
	color: #ffffff;
	border-bottom: 1px solid #002D62;
	border-top: 1px solid #ffffff;
}

.index-case .swiper-slide {
	transition: 300ms;
	transform: scale(0.9);
}

.index-case .swiper-slide-active,
.swiper-slide-duplicate-active {
	transform: scale(1);
}

.index-case .swiper-container {
	position: relative;
}

.index-case .swiper-button-prev,
.index-case .swiper-button-next {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	padding: 10px;
	background-color: #002D62;
	color: #ffffff;
}

.index-case .swiper-button-prev:after,
.index-case .swiper-button-next:after {
	font-size: 16px;
}

.index-case .swiper-pagination-bullet {
	opacity: 0.4;
	background-color: #ffffff;
}

.index-case .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #ffffff;
	opacity: 1;
}
@media (max-width:768px ){
	.index-case h2{
		font-size: 24px;
	}
	.index-case h2+p{
		font-size: 15px;
		padding-bottom: 20px;
	}
	.index-case .swiper-list h6{
		font-size: 18px;
		padding-top: 15px;
		padding-bottom: 35px;
		text-align: center;
	}
}

/*首页设备设施*/

.index-device {
	background-image: url(/wp-content/themes/jiayun/images/index-device.jpg);
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
	width: 100%;
	overflow: hidden;
}

.index-device h2 {
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	color: #ffffff;
	margin: 0;
	padding-bottom: 10px;
}

.index-device h2+p {
	font-size: 20px;
	text-align: center;
	line-height: 1.6;
	color: #ffffff;
	padding-bottom: 50px;
}

.index-device .swiper-slide {
	display: flex;
	flex-flow: wrap;
}

.index-device .swiper-slide .index-device-text {
	width: 200px;
	background-color: #ffffff;
	padding: 50px;
}
.index-device .swiper-slide .index-device-text h5.L-H{
	height: 250px;
}
.index-device .swiper-slide .img {
	width: calc(100% - 200px);
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
}

.index-device .swiper-slide .index-device-text h6 {
	font-size: 60px;
	font-family: 'Swis721WGL4BTRoman';
	padding-bottom: 20px;
	margin: 0;
	line-height: 1;
	color: #002D62;
}

.index-device .swiper-slide .index-device-text h5 {
	writing-mode: vertical-lr;
	font-size: 36px;
	font-weight: 600;
	color: #002D62;
}

.L-S {
	letter-spacing: 10px;
}

.index-device .swiper-slide .img img {
	width: 100%;
	display: block;
}

.swiper-button {
	width: 100%;
	height: 80px;
	margin: 0 auto;
	margin-top: -1px;
	padding: 0 20px;
	background-color: #ffffff;
	position: relative;
	z-index: 2;
}

.swiper-button .swiper-button-prev,
.swiper-button .swiper-button-next {
	color: #002D62;
	background-color: rgba(114, 150, 192, 0.05);
	border-radius: 5px;
	display: inline-block;
	width: 40px;
	height: 40px;
	display: flex;
	z-index: 11;
}

.swiper-button .swiper-button-prev:hover,
.swiper-button .swiper-button-next:hover {
	background-color: rgba(114, 150, 192, 1.05);
	color: #ffffff;
}

.swiper-button .swiper-button-prev:after,
.swiper-button .swiper-button-next:after {
	font-size: 16px;
}

.swiper-button .swiper-pagination-bullet {
	background-color: #002D62;
}

.swiper-button .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 30px;
}

.swiper-button .swiper-pagination {
	display: flex;
	flex-flow: wrap;
	gap: 5px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%);
	bottom: 10px;
}

@media (max-width:1600px ){
	.index-device .swiper-slide .index-device-text{
		width: 180px;
	}
	.index-device .swiper-slide .img{
		width: calc(100% - 180px);
	}	
}

@media (max-width:1400px ){
	.index-device .swiper-slide .index-device-text{
		width: 160px;
	}
	.index-device .swiper-slide .img{
		width: calc(100% - 160px);
	}	
}

@media (max-width:1200px ){
	.index-device .swiper-slide .index-device-text{
		width: 100px;
		padding: 30px;
	}
	.index-device .swiper-slide .img{
		width: calc(100% - 100px);
	}
	.index-device .swiper-slide .index-device-text h6{
		font-size: 32px;
	}
	.index-device .swiper-slide .index-device-text h5 {
		font-size: 24px;
	}
	.index-device .swiper-slide .index-device-text h5.L-H{
		height: 160px;
	}
}
@media (max-width:768px ){
	.swiper-button{
		height: 60px;
	}
	.swiper-button .swiper-button-prev, .swiper-button .swiper-button-next{
		width: 35px;
		height: 35px;
	}
	.index-device h2{
		font-size: 24px;
	}
	.index-device h2+p{
		font-size: 15px;
		padding-bottom: 30px;
	}
}


/*首页新闻*/

.index-new h2 {
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	color: #002D62;
	margin: 0;
	padding-bottom: 10px;
}

.index-new h2+p {
	font-size: 20px;
	text-align: center;
	line-height: 1.6;
	color: #555555;
	padding-bottom: 50px;
}

.index-new .index-new-list {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.index-new .index-new-L {
	width: 45%;
	background-color: #002D62;
	padding: 40px;
}

.index-new .index-new-R {
	width: 52%;
}

.index-new .index-new-L time {
	font-size: 20px;
	color: #FFFFFF;
}

.index-new .index-new-L h6 {
	margin: 0;
	padding: 10px 0;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.index-new .index-new-L h6 a {
	font-size: 20px;
	color: #FFFFFF;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-new .index-new-L p {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.75);
	margin: 0;
	line-height: 1.6;
	border-left: 1px solid rgba(255, 255, 255, 0.85);
	padding-left: 20px;
	margin: 5px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.index-new .index-new-L .img {
	width: 100%;
	overflow: hidden;
	margin: 30px 0;
}

.index-new .index-new-L .img .img-b {
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
	width: 100%;
	height: 250px;
	transition: all 0.3s ease 0s;
}

.index-new .index-new-L:hover .img .img-b {
	transform: scale(1.2);
}

.index-new .index-new-L .more {
	display: inline-block;
	font-size: 16px;
	color: #002D62;
	font-size: 14px;
	background-color: #ffffff;
	padding: 12px 50px;
}

.index-new .index-new-L:hover .more {
	color: #ffffff;
	background-color: #d31e1e;
}

.index-new .index-new-R ul li {
	border-bottom: 1px solid #dddddd;
	padding: 30px 0;
}

.index-new .index-new-R ul li:first-child {
	border-top: 1px solid #dddddd;
}

.index-new .index-new-R ul li .li-L {
	display: flex;
	flex-flow: wrap;
	margin-bottom: 10px;
}

.index-new .index-new-R ul li .li-L h6 {
	width: calc( 100% - 100px);
	color: #333333;
	font-size: 20px;
	margin: 0;
}

.index-new .index-new-R ul li:hover .li-L h6 {
	color: #002D62;
}

.index-new .index-new-R ul li .li-L time {
	font-size: 24px;
	color: #999999;
	line-height: 1;
	margin: 0;
	text-align: right;
	width: 100px;
}

.index-new .index-new-R ul li:hover .li-L time {
	color: #555555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-new .index-new-R ul li .li-R {
	display: flex;
	flex-flow: wrap;
	align-items: center;
}

.index-new .index-new-R ul li .li-R p {
	width: calc( 100% - 100px);
	color: #555555;
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
	height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}

.index-new .index-new-R ul li:hover .li-R p {
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.index-new .index-new-R ul li .li-R .img {
	width: 100px;
	padding-left: 60px;
	transition: all 0.3s ease 0s;
}

.index-new .index-new-R ul li .li-R .img img {
	height: 14px;
}

.index-new .index-new-R ul li:hover .li-R .img {
	text-align: left;
	padding-left: 40px;
}
@media (max-width:980px ){
	.index-new .index-new-L, .index-new .index-new-R{
		width: 100%;
	}
}
@media (max-width:768px ){
	.index-new h2{
		font-size: 24px;
		padding-bottom: 5px;
	}
	.index-new h2 + p{
		font-size: 15px;
		padding-bottom: 20px;
	}
	.index-new .index-new-L{
		padding:25px 15px;
	}
	.index-new .index-new-L time{
		font-size: 15px;
	}
	.index-new .index-new-L h6{
		padding: 5px 0;
	}
	.index-new .index-new-L h6 a{
		font-size: 16px;
	}
	.index-new .index-new-L p{
		font-size: 14px;
		padding-left: 10px;
	}	
	.index-new .index-new-L .img{
		margin: 15px 0;
	}
	.index-new .index-new-L .img .img-b{
		height: 200px;
	}
	.index-new .index-new-L .more{
		padding: 8px 25px;
	}
	.index-new .index-new-R ul li {
		padding: 15px 0;
	}
	.index-new .index-new-R ul li .li-L{
		margin-bottom: 5px;
	}
	.index-new .index-new-R ul li .li-L h6{
		font-size: 16px;
	}
	.index-new .index-new-R ul li .li-L time{
		font-size: 16px;
	}
	.index-new .index-new-R ul li .li-R p{
		font-size: 14px;
		height: 45px;
		width: calc(100% - 50px);
	}
	.index-new .index-new-R ul li .li-R .img{
		width: 50px;
		padding-left: 30px;
	}
}
