﻿.c-wrap {
	position: absolute;
	top: 50%;
	left: 35%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	font-size: 40px;
	color: #fff;
	font-weight: 700;
	white-space: nowrap;
	line-height: 70px;
}

.carousel {
	z-index: -1;
}

/* 搜素框开始 */
.prod_tit {
	font-size: 24px;
	font-weight: bold;
	padding: 35px 0;
	text-align: center;
}

.index-search {
	max-width: 1200px;
	margin: 0 auto 25px;
	position: relative;
	padding: 0 5px;
}

#index-ybsearch {
	width: 25%;
	height: 38px;
	padding-left: 10px;
}

.index-search_input {
	width: 20%;
	height: 38px;
	padding-left: 10px;
}

.index-serchbtn {
	width: 11.5%;
	height: 38px;
	background: #0078e6;
	border: none;
	color: #fff;
	font-size: 16px;
	outline: none;
	border-radius: 5px;
}

.index-input-group input {
	border: 1px solid #c8c8c8;
	font-size: 15px;
	outline: none;
}

/* 搜索框结束 */
.product_box {
	width: 100%;
	margin-bottom: 60px;
	overflow: hidden;
}

.product_box .product-single {
	position: relative;
	z-index: 2;
	overflow: hidden;
	margin: 20px 0;
	background: #fafafa;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.product_box .product-single .service-image {
	width: 100%;
	overflow: hidden;
	background: #fff;
}

.product_box .product-single .service-image img {
	height: auto;
	width: 70%;
	z-index: 2;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	display: block;
	margin: auto;
}

.product_box .product-single:hover .service-image img {
	transform: scale(1.25, 1.25);
}

.product_box .product-single .content {
	z-index: 2;
	width: 100%;
	margin-top: 30px;
}

.product_box .product-single .content h4 {
	display: block;
	margin-bottom: 25px;
	padding-bottom: 15px;
	color: #181E4E;
	position: relative;
}

.product_box .product-single .content h4 a {
	color: #333;
	font-weight: bold;
	font-size: 16px;
	padding-left: 25px;
}

.product_box .product-single .content h4:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width: 80px;
	background: #033566;
	z-index: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.product_box .product-single:hover .content h4:before {
	width: 130px;
}

.product_box .product-single .content h4:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width: 100%;
	background: #0335664d;
	z-index: -1;
}

.content p a img {
	width: 32px;
	height: 32px;
}

.content p a span {
	position: relative;
	top: -10px;
	left: 10px;
}

.product_box .product-single .content p {
	color: #666;
	line-height: 32px;
	padding-left: 25px;
}

.product_box .product-single .content p a {
	font-size: 15px;
	color: #666;
	transition: all 0.4s;
}

.prodcut_bnt {
	padding-left: 25px;
	margin: 20px 0 30px;
}


/* 企业站产品中心结束 */


/* 首页轮播图开始 */
.swiper-pagination-bullet {
	width: 24px !important;
	height: 24px !important;
	background: #fff !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px !important;
}

.swiper-pagination-bullet-active {

	background: #08599b !important;
}

/* 首页轮播图结束 */


/* 关于我们 */
.about {
	width: 100%;
	padding: 60px 6%;
	overflow: hidden;
}

.a-wrap {
	display: flex;
	justify-content: space-between;
}

.a-wrap .l-about {
	width: 40%;
	position: relative;
}

.a-wrap .l-about img {
	box-shadow: 0px 0px 9.75px -0.75px rgb(0 0 0 / 18%);
}

.a-wrap .l-about img:nth-child(1) {
	position: absolute;
	top: 44%;
	left: 0;
	transform: translateY(-43%);
	width: 100%;
	height: 398px;
	z-index: 1;
}

.a-wrap .l-about img:nth-child(2) {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}

.a-wrap .r-about {
	width: 56%;
}

.a-wrap .r-about .r-lang {
	color: #08599b;
}

.a-wrap .r-about .r-lang .r-te {
	font-size: 30px;
	font-size: 38px;
	line-height: 71px;
	color: #64686c;
}

.ji-en {
	font-family: Impact;
}

.a-wrap .r-about .r-lang .r-tc {
	width: 100%;
	font-size: 22px;
	line-height: 65px;
	color: #64686c;
}

.a-wrap .r-cont {
	padding: 5px 0;
}

.a-wrap .r-cont p {
	/* text-indent: 2em; */
	line-height: 26px;
	margin-bottom: 20px;
	font-size: 15px;
	text-align: justify;
}

.a-wrap .r-bottom {
	width: 32%;
	padding: 14px 0;
	border: 2px solid #dc002e;
	border-radius: 0px;
	text-align: center;
	float: left;
}

.a-wrap .r-bottom a {
	color: #dc002e;
	font-size: 15px;
}

/* 企业展示 */
.qyzs {
	width: 100%;
	float: left;
	border-bottom: 1px solid #efefef;
}

.qyzs .w {
	width: 100%;
	padding: 60px 6%;
	overflow: hidden;

}

.qyzs .r-lang {
	text-align: center;
	margin-bottom: 30px;
}

.qyzs .q-tc {
	font-size: 38px;
	line-height: 71px;
	color: #64686c;
}

.qyzs ul li {
	width: 18.9%;
	float: left;
	box-shadow: -0.14px 1.995px 18.4px 1.6px rgb(84 84 84 / 19%);
	margin: 0.5%;
}

.qyzs ul li img {
	width: 100%;
}

.qyzs ul li h3 {
	width: 100%;
	text-align: center;
	background-color: #64686c;
	line-height: 45px;
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}


/* 应用领域 */
.j-industry {
	background-image: url(../image/footbj.jpg);
	color: #fff;
	width: 100%;
	padding: 80px 6%;
	overflow: hidden;
}

.ji-cont:nth-child(1) {
	flex-direction: column;
	color: #fff;
	align-items: center;
	justify-content: space-evenly;
	width: 32%;
	float: left;
	margin: 10px 0px;
}

.ji-cont:nth-child(2) {
	flex-direction: column;
	color: #fff;
	align-items: center;
	justify-content: space-evenly;
	width: 32%;
	float: left;
	margin: 10px 2%;
}

.ji-cont:nth-child(3) {
	flex-direction: column;
	color: #fff;
	align-items: center;
	justify-content: space-evenly;
	width: 32%;
	float: right;
	margin: 10px 0px;
}

.ji-cont:nth-child(4) {
	flex-direction: column;
	color: #fff;
	align-items: center;
	justify-content: space-evenly;
	width: 32%;
	float: left;
	margin: 10px 0px;
}

.ji-cont:nth-child(5) {
	flex-direction: column;
	color: #fff;
	align-items: center;
	justify-content: space-evenly;
	width: 32%;
	margin: 10px 2%;
	float: left;
}

.ji-cont:nth-child(6) {
	flex-direction: column;
	color: #fff;
	align-items: center;
	justify-content: space-evenly;
	height: 100%;
	font-size: 15px;
	width: 32%;
	float: right;
	margin: 10px 0px;
}

.ji-cont h3 {
	float: left;
	font-size: 22px;
	font-weight: normal;
	width: 83%;
}

.ji-cont a {
	float: left;
	font-size: 15px;
	color: #fff;
	line-height: 70px;
	height: 45px;
}

.ji-cont .img-box {
	align-items: center;
	box-shadow: 0px 0px 9.75px 5.25px rgb(0 0 0 / 18%);
	float: left;
	height: 320px;
	width: 100%;
	background: #fff;
}

.ji-cont .img-box img {
	width: 100%;
	height: 100%;
}

.img-box_p {
	color: #64686c;
	margin: 2px 11px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.img-box-l {
	float: left;
	width: 35%;
	height: 230px;
	margin-top: 25px;
}

.img-box-l img {
	float: left;
	width: 100%;
}

.img-box-r {
	float: left;
	width: 60%;
	margin: 10% 8px 0px;
}

.img-box-r h4 {
	float: left;
	width: 100%;
	color: #dc002e;
	line-height: 25px;
	font-size: 16px;
	font-weight: bold;
}

.newDetail {
	white-space: normal;
	font-size: 15px;
	word-break: break-all;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 26px;
	color: #64686c;
	margin: 0;

}


.detail a {
	color: #dc002e;
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 2px;
	border-bottom: 1px solid #dc002e;
}

.date {
	color: #868686;
	font-size: 15px;
	line-height: 25px;
	float: left;
	width: 100%;
}

.ji-bottom {
	text-align: center;
	display: flex;
	justify-content: center;
}

.ji-bottom div {
	font-size: 16px;
	border: 2px solid #fff;
	border-radius: 38px;
	width: 28%;
	padding: 14px 0;
	cursor: pointer;
}

.ji-bottom div a {
	color: #fff;
}


/* 手机  (<=768px)*/
@media (max-width: 768px) {
	.slideToggle {
		position: relative !important;
	}

	.swiper-pagination-bullet {
		width: 14px !important;
		height: 14px !important;
		background: #fff !important;
	}

	.qyzs .r-lang {
		text-align: center;
		margin-bottom: 10px;
	}

	.c-wrap {
		display: none;
	}

	.swiper-slide img {
		height: 150px;
	}

	.q-swiper img {
		height: 230px !important;
	}

	.about {
		padding: 0px 0;
	}

	.a-wrap {
		flex-direction: column;
	}

	.a-wrap .l-about img:nth-child(1) {
		position: absolute;
		top: 54%;
		left: 0;
		transform: translateY(-39%);
		width: 100%;
		height: 239px;
		z-index: 1;
	}

	.a-wrap .r-cont p {
		line-height: 28px;
		margin-bottom: 15px;
		font-size: 15px;
	}

	.a-wrap .l-about {
		width: 100%;
		height: 237px;
	}

	.a-wrap .r-about {
		width: 100%;
		padding: 0px 10px;
	}

	.a-wrap .r-about .r-lang .r-te {
		font-family: Impact;
		font-size: 26px;
	}

	.a-wrap .r-about .r-lang .r-tc {
		font-size: 22px;
		line-height: 31px;
	}

	.q-te {
		font-family: Impact;
		font-size: 26px;
	}

	.qyzs .q-tc {
		font-size: 32px;
		line-height: 56px;
		font-weight: bold;
	}

	.ji-top .ji-left .ji-en {
		font-size: 26px;
	}

	.ji-top .ji-left .ji-cn {
		font-size: 32px;
		font-weight: 700;
	}

	.ji-top .ji-right::after {
		content: '';
		height: 90px;
		width: 10px;
		background-color: #3f91d5;
		position: absolute;
		top: 0;
		left: 0px;
		border-radius: 15px;
		display: none;
	}

	.r-tc {
		width: 100% !important;
	}

	.qyzs {
		padding: 0;
	}

	.ji-top .ji-right div {
		line-height: 26px;
		font-size: 15px;
		margin-top: 18px;
	}

	.a-wrap .r-about .r-lang {
		width: 100%;
		margin-top: 30px;
	}

	.a-wrap .r-bottom {
		margin: 0 auto;
		width: 65%;
	}

	.ji-top {
		flex-direction: column;
	}

	.ji-top .ji-right {
		padding: 0;
		margin: 0;
	}

	.j-industry {
		padding: 40px 10px;
	}

	.ji-list:nth-child(3n) {
		border: 0;
	}

	.ji-bottom div {
		width: 60%;
	}

	.q-findMore {
		font-size: 15px;
		border-radius: 45px;
		width: 28%;
		padding: 14px 0;
		cursor: pointer;
		background-color: #08599b;
		margin: 0 auto;
		text-align: center;
		margin-top: 40px;
		margin-bottom: 20px;
	}

	.q-findMore {
		width: 60%;
	}

	.qyzs .w {
		width: 100%;
		padding: 30px 2%;
		overflow: hidden;
	}

	.qyzs ul li {
		width: 49%;
		float: left;
		box-shadow: -0.14px 1.995px 18.4px 1.6px rgb(84 84 84 / 19%);
		margin: 0.5%;
	}

	.qyzs ul li h3 {
		width: 100%;
		text-align: center;
		background-color: #64686c;
		line-height: 45px;
		margin: 0;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
	}

	.ji-cont .img-box {
		align-items: center;
		box-shadow: 0px 0px 9.75px 5.25px rgb(0 0 0 / 18%);
		float: left;
		height: 278px;
		width: 100%;
		background: #fff;
	}

	.ji-cont:nth-child(1) {
		flex-direction: column;
		color: #fff;
		align-items: center;
		justify-content: space-evenly;
		width: 100%;
		float: left;
		margin: 0;
	}

	.ji-cont:nth-child(2) {
		flex-direction: column;
		color: #fff;
		align-items: center;
		justify-content: space-evenly;
		width: 100%;
		float: left;
		margin: 0;
	}

	.ji-cont:nth-child(3) {
		flex-direction: column;
		color: #fff;
		align-items: center;
		justify-content: space-evenly;
		width: 100%;
		float: left;
		margin: 0;
	}

	.ji-cont:nth-child(4) {
		flex-direction: column;
		color: #fff;
		align-items: center;
		justify-content: space-evenly;
		width: 100%;
		float: left;
		margin: 0;
	}

	.ji-cont:nth-child(5) {
		flex-direction: column;
		color: #fff;
		align-items: center;
		justify-content: space-evenly;
		width: 100%;
		float: left;
		margin: 0;
	}

	.ji-cont:nth-child(6) {
		flex-direction: column;
		color: #fff;
		align-items: center;
		justify-content: space-evenly;
		height: 100%;
		font-size: 15px;
		width: 100%;
		float: left;
		margin: 0;
	}

	.contact {
		width: 100%;
		padding: 40px 2%;
		overflow: hidden;
		background-color: #eeecec;
	}

	.contact .js-lang {
		flex-direction: column;
		margin: 0;
	}

	.contact .jc-right {
		width: 20% !important;
		margin: 0;
		height: 32px;
		float: right;
	}

	.contact .jc-left .jc-txt1 {
		font-size: 18px !important;
		width: 60%;
	}

	.contact .jc-left .jc-txt2 {
		font-size: 16px !important;
		width: 60%;
	}
}
