﻿

.index_banner_cover {
	top: 17%;
	right: 18.8%;
}

.banner-box img {
	display: block;
}

.work,
.email {
	width: 48.9%;
	margin: 20px 0 30px 0px;
	height: auto;
}

.work:hover,
.email:hover {
	opacity: 0.9;
	transition: all 0.3s;
}

.new-img-box {
	width: 47%;
}

.gallery-top img {
	width: 100%;
	height: 362px;
	object-fit: cover;
	display: block;
}

.gallery-thumbs img {
	width: 100%;
	height: 56px;
	object-fit: cover;
}

.new-text-box {
	width: 51%;

}

.gallery-thumbs {
	width: 85.5%;
}

.gallery-thumbs>.swiper-wrapper {
	padding: 10px 0 40px 0;

}

.gallery-thumbs>.swiper-wrapper>.swiper-slide {
	padding: 4px 0 0 0;
	cursor: pointer;
}

.gallery-thumbs .swiper-slide-thumb-active {
	border: 2px solid #00A1EC;
	position: relative;
}

.gallery-thumbs .swiper-slide-thumb-active::after {
	content: '';
	position: absolute;
	top: -4px;
	left: 50%;
	margin-left: -2px;
	width: 3px;
	height: 3px;
	background: #00A1EC;
	transform: rotateZ(45deg);
}

.gallery-top .gallery-title {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	width: 100%;
	padding: 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.new-text-top {

	line-height: 50px;
}

.new-text-top .more {
	padding-right: 15px;
	color: #666;
}

.new-text-top .more:hover {
	color: #00A1EC;
}

/*新闻选项*/
.news-bars {
	height: 50px;
	line-height: 50px;
	background: #F6F5F8;
	position: relative;
}

.news-bars .more {
	position: absolute;
	color: #666666;
	right: 15px;
	top: 0;
	font-size: 14px;
}

.news-bars .more:hover {
	color: #00A1EC;
}

.news-bars-item {
	padding: 0 34px;
	color: #222222;
	font-size: 16px;
	display: inline-block;
	cursor: pointer;
}

.news-bars-item:hover {
	color: #00A1EC;
	transition: color 0.3s;
}

.news-bars-item.active {
	background: #00A1EC;
	font-size: 20px;
	color: #fff !important;
	transition: color 0s;
}

.news-bars-contents-item {
	display: none;
}

.news-bars-contents-item.show {
	display: block;
}

.important-news,
.dynamic-news {
	/* width: 23.8%; */
	padding: 0 34px;
}

.dynamic-news {
	padding: 0 0 0 38px;

}

.new-text-items {
	margin: 15px 0 0 0;
	font-size: 14px;

}

.new-text-item {
	padding: 20px 0 25px 0;
	cursor: pointer;
}


.new-text-item:not(:nth-last-of-type(1)) {
	border-bottom: 1px solid #E5E5E5;
}

.item-title-box>p {
	max-width: 80%;
	transition: color 0.2s;
}

.new-text-item:hover .item-title-box>p {
	color: #00A1EC;
}

.item-zhaiyao-box {
	margin: 10px 0 0 0;
	line-height: 1.4;
	padding-right: 10%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.category {
	width: 23.4375%;
}

.category-title {
	border-top: 3px solid #00A1EC;
	height: 48px;
	padding: 0 20px;
	display: flex;
	align-items: center;
}

.category-title>span {
	font-size: 18px;
	color: #00A1EC;
}

.category-title>a {
	font-size: 14px;
	color: #00A1EC;
}

.category-title>a:hover {
	opacity: 0.85;
}

.title-icon {
	width: 26px;
	height: auto;
	margin-right: 5px;
}

.category-img-box {
	margin: 8px 0 8px 0;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.category-img-box::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	opacity: 0;
	transition: opacity 1s;
}

.category-img-box:hover::after {
	opacity: 1;
}

.category-img-box img {
	transition: all 1s;
}

.category-img-box:hover img {
	transform: scale(1.05);
}

.category-children {}

.category-child {
	cursor: pointer;
	position: relative;
	color: #666;
	font-size: 14px;
	display: flex;
	align-items: center;
	padding: 12px 0 12px 21px;
	border-bottom: 1px solid #E5E5E5;
}

.category-child::before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #818181;
	left: 5px;
	top: 50%;
	margin-top: -4px;
}

.category-child>span {
	height: 14px;
	line-height: 1.2;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.category-child:hover::before {
	background: #00A1EC;
}

.category-child:hover>span {
	color: #00A1EC;
}

.category-child:nth-last-of-type(1) {
	border-bottom: none;
}


.product-service {
	padding-bottom: 50px;
}

.p-title {
	margin: 60px 0 0 0;

}

.p-title-top-line {
	width: 40px;
	height: 3px;
	background-color: #00A1EC;
}

.p-title-top-text {
	margin: 0 10px;
}

.p-title-bottom {
	margin: 10px 0 50px 0;
	color: #888;
}

.product-swiper-box {
	position: relative;
}

.swiper-container {
	--swiper-theme-color: #ff6600;
	/* 设置Swiper风格 */
	--swiper-navigation-color: #ffffff;
	/* 单独设置按钮颜色 */
	--swiper-navigation-size: 30px;
	/* 设置按钮大小 */
}

.swiper-button-next,
.swiper-button-prev {
	width: 58px;
	height: 58px;
	border-radius: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	transition: all 0.6s;
	opacity: 0;
}

.swiper-button-next {
	right: -100px;
}

.swiper-button-prev {
	left: -100px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	color: #fff;
	font-size: 26px;
	transition: all 0.3s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	background-color: rgba(0, 0, 0, 0.6);
}

.product-swiper-box:hover .swiper-button-prev,
.product-swiper-box:hover .swiper-button-next {
	opacity: 1;
}

/* .product-swiper-box .swiper-button-prev:hover::after,
.product-swiper-box .swiper-button-next:hover::after {
	font-size: 26px;
}
 */
.product-swiper-box:hover .swiper-button-prev {
	left: -100px;
}

.product-swiper-box:hover .swiper-button-next {
	right: -100px;
}


.product-swiper-box .swiper-pagination-bullet-active {
	background: #00A1EC;
}



.thematicLink {
	position: fixed;
	right: 0;
	bottom: 20px;
	width: 320px;
	height: 220px;
	z-index: 1002;
	transition: width linear 0.5s, height linear 0.5s;
}

.thematicLink .advert-box {
	position: relative;
}

.thematicLink .advert {
	display: block;
	width: 100%;
	height: auto;
}

.thematicLink .advert-info {
	position: relative;
	display: block;
}

.thematicLink .advert-info .txt {
	display: block;
	top: 0;
	left: 0;
	text-align: center;
	position: absolute;
	font-size: 18px;
	line-height: 1.5;
	color: #242323;
	padding: 90px 40px 40px 40px;
	opacity: 1;
	transform: scale(1);
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 1s;
}

.thematicLink .t-close {
	position: absolute;
	left: 50%;
	margin-left: -18px;
	bottom: -36px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	width: 36px;
}

.thematicLink .t-close img {
	width: 100%;
}

.toHide {
	position: fixed !important;
	/*动态*/
	width: 40px !important;
	height: 20px !important;
	left: auto !important;
	/*动态*/
	top: auto !important;
	/*动态*/
	right: 0;
	/*动态*/
	bottom: 20px;
	/*动态*/
	background: #0053dc;
	border: 1px solid #0053dc;
	border-right: none;
	border-radius: 10px 0 0 10px;
	transition: width linear 0.3s;
}

.toHide::before {
	content: "";
	background: url(../images/arrow-left2.png) center center no-repeat;
	background-size: contain;
	height: 18px;
	width: 30px;
	position: absolute;
	color: #0053dc;
}

.toHide img {
	display: none;
}

.toHide .advert-info {
	width: 0;
	height: 0;
	overflow: hidden;
}

.toHide .t-close {
	color: transparent;
	left: 0;
	margin-left: 0;
	top: 0;
	width: 40px !important;
	height: 20px !important;
	background: rgba(0, 0, 0, 0) !important;
}

.toHide .advert-info .txt {
	transform: scale(0);
}

/**
 * 
 */
@media (max-width:1199.98px) {
	.index_banner_cover {
		width: 50%;
	}

	.work,
	.email {
		width: 44%;
		margin: 4%;
		height: 9vw;
		object-fit: cover;
		object-position: 50% 50%;
	}

	.email {
		margin-right: 0;
	}

	.work {
		margin-left: 0;
	}

	.new-img-box {
		width: 100%;
		padding: 0 4%;
	}

	.gallery-top img {
		height: 37vw;
	}

	.gallery-thumbs img {
		height: 9vw;
	}


	.gallery-thumbs>.swiper-wrapper {
		padding: 5px 0 30px 0;

	}

	.news-bars {
		height: 36px;
		line-height: 36px;
	}

	.news-bars .more {
		right: 12px;
		font-size: 12px;
	}

	.news-bars-item {
		padding: 0 24px;
		font-size: 14px;
	}

	.news-bars-item.active {
		font-size: 16px;
	}


	.new-text-box {
		width: 100%;
		padding: 0 4%;
	}

	.new-text-top {
		height: 25px;
		line-height: 25px;
	}

	.new-text-top {
		height: 36px;
		line-height: 36px;
	}

	.important-news {
		font-size: 16px;
		padding: 0 20px;
		height: 100%;
		line-height: 38px;
	}

	.dynamic-news {
		padding: 0 20px;
		font-size: 14px;
	}

	.new-text-top .more {
		color: #333333;
		font-size: 12px;
		margin-right: 8px;
	}

	.new-text-items {
		margin: 10px 0 0 0;
	}


	.new-text-item {
		padding: 10px 0 15px 0;
	}

	.item-title-box>p {
		max-width: 80%;
		font-size: 15px;
	}

	.item-title-box>span {
		font-size: 12px;
		color: #999;
		padding-top: 4px;
	}

	.item-zhaiyao-box {
		margin: 12px 0 0 0;
		line-height: 1.4;
		padding-right: 0;
	}

	.category-list {
		width: 92%;
		margin: 0 auto;
	}

	.category {
		width: 48%;
		margin-left: 4%;
	}

	.category:nth-child(2n+1) {
		margin-left: 0;
	}

	.category-title {
		margin: 20px 0 0 0;
		padding: 0 15px;
		border-top-width: 2px;
		height: 40px;
	}

	.category-child>span {
		/* padding: 8px 0; */
	}

	.category-title>span {
		font-size: 15px;
	}

	.category-title>a {
		font-size: 12px;
	}

	.title-icon {
		width: 20px;
	}


	.product-service {
		padding-top: 25px;
	}

	.p-title {
		margin: 10px 0 0 0;

	}

	.p-title-top-line {
		height: 1px;
		width: 30px;
	}

	.p-title-top-text {
		font-size: 20px;
		margin: 0 5px;
	}

	.p-title-bottom {
		margin: 10px 0 20px 0;
	}

	.product-swiper-box .swiper-button-next,
	.product-swiper-box .swiper-button-prev {
		width: 36px !important;
		height: 36px !important;
		opacity: 1;
		display: none;
	}

	.product-swiper-box .swiper-button-next:after,
	.product-swiper-box .swiper-button-prev:after {
		font-size: 18px;
	}

	.product-swiper-box .swiper-button-prev {
		left: 10px;
	}

	.product-swiper-box .swiper-button-next {
		right: 10px;
	}

}

@media (max-width:899.98px) {
	.category {
		width: 100%;
		margin-left: 0;
	}

	.thematicLink {
		width: 250px;
		height: 176px;
	}

	.thematicLink .t-close {
		width: 30px;
		margin-left: -15px;
	}

	.thematicLink .advert-info .txt {
		font-size: 14px;
		padding: 70px 33px 30px 33px;
	}
}
