/*common start*/
body, div, ul, li, a, img, p, dl, dt, dd, h1, h2, h3, h4, span, strong, input {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: 0;
	list-style: none;
}

body {
	font-size: 12px;
	font-family: 'Microsoft YaHei';
	color: #666;
}

a {
	color: #666;
}

p {
	line-height: 1.8em;
	padding: 5px 0;
}

.clear {
	margin: 0;
	padding: 0;
	font-size: 0;
	clear: both;
}

.wapper {
	width: 98%;
	max-width: 1600px;
	margin: 0 auto;
}


.top {
	width: 100%;
	background-color: #FFFFFF;
	height: 40px;
	display: flex;
	justify-content: right;
	align-items: calc();
}

.langue a img {
	width: 35px;
	margin-right: 10px;
	display: block;
}

.langue {
	display: flex;
	align-items: center;
}

.logo {
	width: 5%;
	float: left;
}

	.logo img {
		width: 100%;
		height: auto;
		object-fit: contain;
	}

.head {
	width: 100%;
	position: relative;
	background-color: #FFFFFF;
	padding: 10px 0;
	border-bottom: 1px solid #666;
}

.menu {
	float: right;
	width: 76%;
}

	.menu ul li {
		display: flex;
		align-items: center;
		line-height: 50px;
		margin-right: 10px;
	}

		.menu ul li a {
			display: flex;
			align-items: center;
			height: 50px;
			font-size: 16px;
			color: #000;
		}

		.menu ul li span {
			margin: 0 5px;
		}
		.menu ul li img{
			width:20px;
		}

	.menu ul {
		display: flex;
		align-items: center;
	}

		.menu ul li:hover {
			border-bottom: 2px solid #4887D6;
		}

.tshow {
	width: 100%;
	background-color: #FFFFFF;
	position: absolute;
	top: 100%;
	left: 0;
	border-top: 2px solid #DBDBDB;
	padding: 10px 0;
	display: none;
	z-index: 99;
}

.erjlf {
	width: 74%;
	float: left;
}

	.erjlf dl {
		width: calc((100% - 0px)/5);
		float: left;
	}

	.erjlf dt {
		width: 100%;
	}

		.erjlf dt a {
			display: flex;
			align-items: center;
			font-size: 18px;
			height: 30px !important;
		}

			.erjlf dt a span {
				font-size: 18px;
				line-height: 30px;
			}

	.erjlf dd a {
		font-size: 17px !important;
		height: 30px !important;
	}

.erjrt {
	width: 24%;
	float: right;
}

	.erjrt img {
		width: 100%;
	}

.btn {
	width: 180px;
	height: 40px;
	border: 1px solid #54595F;
	margin-top: 80px;
}

	.btn a {
		height: 40px !important;
		justify-content: center;
	}

	.btn:hover {
		background-color: #4887D6;
		border-color: #4887D6;
		color: #fff;
		transform: scale(0.9);
		transition: all 0.1s;
	}

		.btn:hover span {
			color: #fff;
		}

.sp_header {
	height: 50px;
	overflow: hidden;
	background: #fff;
	position: fixed;
	z-index: 10;
	width: 100%;
	display: none;
}

.sp_logo {
	padding: 10px;
	float: left;
	height: 50px
}

	.sp_logo img {
		margin: auto;
		max-height: 30px;
	}

.sp_nav {
	width: 50px;
	float: right;
	position: relative;
	cursor: pointer;
	height: 30px;
	margin-top: 15px
}

	.sp_nav span {
		display: block;
		background: #c9141e;
		width: 30px;
		height: 2px;
		position: absolute;
		left: 10px;
		transition: all ease 0.35s
	}

		.sp_nav span:nth-of-type(1) {
			top: 0px
		}

		.sp_nav span:nth-of-type(2) {
			top: 10px
		}

		.sp_nav span:nth-of-type(3) {
			top: 20px
		}

.sp_nav_se span:nth-of-type(1) {
	top: 10px;
	transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
	width: 0
}

.sp_nav_se span:nth-of-type(3) {
	top: 10px;
	transform: rotate(-45deg)
}

.sjj_nav {
	position: fixed;
	z-index: 9;
	background: #eee;
	width: 100%;
	height: calc(100% - 104px);
	font-size: 14px;
	line-height: 40px;
	top: -100%;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	transition: top ease 0.35s;
}

.nav_show {
	top: 50px
}

.sjj_nav > ul > li:first-child {
	overflow: hidden;
	border-top: 0
}

	.sjj_nav > ul > li:first-child > a {
		float: left;
		width: calc(100% - 70px)
	}

	.sjj_nav > ul > li:first-child .language {
		float: right;
		width: 70px;
		overflow: hidden;
		line-height: 30px;
		margin-top: 5px
	}

		.sjj_nav > ul > li:first-child .language a {
			width: 35px;
			float: left;
			border-left: 1px #ddd solid;
			text-align: center;
			color: #999;
		}

.sjj_nav ul li i {
	position: absolute;
	top: 5px;
	right: 0px;
	border-left: 1px #ddd solid;
	height: 30px;
	padding: 0px 7px 0 7px;
}

	.sjj_nav ul li i svg {
		transform: rotate(-90deg);
		transition: all ease 0.35s
	}

.sjj_nav ul li .sjj_nav_i_se svg {
	transform: rotate(0deg)
}

.sjj_nav ul li {
	border-top: 1px #ddd solid;
	margin-left: 20px;
	position: relative;
	line-height: 40px;
	font-size: 14px
}

.sjj_nav > ul > li:last-child {
	border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
	display: none
}

.sjj_nav ul li a {
	color: #666;
	width: 80%
}

.sjj_nav ul li ul li a {
	color: #999;
	display: block;
	text-align: left;
}

.sjj_nav ul li i svg {
	width: 20px;
	height: 20px;
	fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
	fill: #c9141e
}

.sjj_nav ul li ul li > ul {
	margin-left: 10px
}

.banneritem {
	width: 90%;
	display: flex;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	flex-wrap: wrap;
	justify-content: space-between;
}

.bannerlf {
	width: 32%;
	background-color: rgba(158,164,166,0.5);
}

.pd15 {
	padding: 15px;
}

.banneritem h1 {
	font-size: 78px;
	color: #Fff;
}

.bannernr p {
	font-size: 24px;
	color: #fff;
}

.bannerrt {
	width: 66%;
}

	.bannerrt ul li {
		width: calc(100% / 3);
		position: relative;
		float: left;
	}

		.bannerrt ul li img {
			width: 100%;
		}

.bannerbg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	background-color: rgba(57, 75, 164, 0.63);
	display: none;
	align-items: center;
	justify-content: center;
	text-align: center;
}

	.bannerbg h2 {
		font-size: 22px;
		padding: 3px;
		background-color: #00000054;
		color: #fff;
		text-align: calc();
	}

	.bannerbg p {
		text-align: center;
		font-size: 16px;
		color: #Fff;
	}

	.bannerbg a {
		font-size: 16px;
		color: #ff9900;
		border-bottom: 1px solid #ff9900;
		padding: 5px 0;
	}

.bannerrt ul li:hover .bannerbg {
	display: flex;
}

.con1 {
	width: 100%;
	padding: 30px 0;
	background-color: #ECECEC;
}

	.con1 ul li {
		width: calc((100% - 16px)/8);
		margin: 1px;
		background-color: #fff;
		float: left;
	}

		.con1 ul li img {
			width: 100%;
		}

		.con1 ul li h1 {
			font-size: 18px;
		}

		.con1 ul li p {
			font-size: 12px;
			color: #54595F;
		}

		.con1 ul li:hover {
			box-shadow: 0px 4px 5px 1px rgba(2,2,2,0.35);
		}

.pd5 {
	padding: 5px;
}

.con2 {
	width: 100%;
	padding: 30px 0; /*background-image: linear-gradient(45deg, ghostwhite 25%, transparent 25%, transparent 75%, ghostwhite 75%, ghostwhite), linear-gradient(45deg, ghostwhite 25%, transparent 25%, transparent 75%, ghostwhite 75%, ghostwhite), linear-gradient(to bottom, #f8f8f8, #e4e4e4);*/
	background-size: 20px 20px, 20px 20px, 20px 10px;
	background-position: 0px 0px, 10px 10px, 0px 0px;
}

.c2lf {
	width: 21%;
	background-color: #fff;
	position: relative;
	float: left;
}

	.c2lf h1 {
		font-size: 30px;
		background-color: #93A0DA;
		color: #fff;
		margin-bottom: 5px;
	}

	.c2lf img {
		width: 100%;
	}

.c2lfwz {
	position: absolute;
	bottom: 5px;
	left: 15px;
	width: calc(100% - 30px);
	text-align: left;
}

	.c2lfwz h2 {
		font-size: 30px;
	}

	.c2lfwz p {
		font-size: 18px;
	}

.c2rt {
	width: 78%;
	background-color: #fff;
	float: right;
}

	.c2rt .hd {
		width: 100%;
		margin-bottom: 15px;
	}

		.c2rt .hd ul {
			width: 100%;
			display: flex;
			align-items: center;
			justify-content: center;
			padding: 30px 0;
			margin-bottom: 0;
		}

			.c2rt .hd ul li {
				display: flex;
				align-items: center;
				margin-right: 20px;
				padding: 5px 0;
			}

				.c2rt .hd ul li.on {
					border-bottom: 3px solid #93A0DA;
				}

				.c2rt .hd ul li img {
					width: 25px;
				}

				.c2rt .hd ul li span {
					font-size: 22px;
				}

	.c2rt .bd ul li {
		width: calc((100% - 24px)/4);
		margin: 2px 2px;
		float: left;
		border: 1px solid #E4E4E4;
	}

		.c2rt .bd ul li img {
			width: 100%;
		}

		.c2rt .bd ul li h1 {
			font-size: 17px;
			padding: 5px;
			text-align: center;
			background-color: #F5F5F5;
		}

.con3 {
	width: 100%;
	background-image: url(../images/jidadianlancn.jpg);
	padding: 30px 0;
}

	.con3 .wapper {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
	}

.c3lf {
	width: 30%;
	text-align: center;
	float: left;
}

	.c3lf span {
		font-size: 21px;
		color: #93A0DA;
	}

	.c3lf h2 {
		font-size: 42px;
	}

	.c3lf p {
		font-size: 25px;
		color: #9D9D9D;
	}

	.c3lf a {
		font-size: 23px;
		border-bottom: 2px solid #000;
	}

.c3rt {
	width: 68%;
	float: right;
}

	.c3rt ul li {
		width: calc((100% - 80px)/4);
		margin: 10px;
		float: left;
	}

.c3pic {
	width: 100%;
	border: 1px solid #000;
	height: 252px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

	.c3pic img {
		width: 90%;
		height: 90%;
		object-fit: contain;
	}

.c3rt ul li h2 {
	font-size: 17px;
	text-align: center;
	margin-top: 10px;
}

.c3rt ul li:hover h2 {
	transform: translateY(-10%);
	transition: all 0.5s;
	background-color: #94A4EE;
	color: #fff;
}

.con4 {
	width: 100%;
	padding: 10px 0;
	background-color: #F0F0F0;
}

.slideTxtBox1 {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

	.slideTxtBox1 .bd {
		width: 90%;
	}

	.slideTxtBox1 .hd {
		width: 10%;
	}

.c4item {
	width: 100%;
}

	.c4item img {
		width: 100%;
		display: block;
		margin: 0 auto;
	}

.c4btmlf {
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: center;
}

	.c4btmlf ul {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

		.c4btmlf ul li {
			width: 130px;
			margin: 0 5px;
			text-align: center;
		}

			.c4btmlf ul li img {
				width: 65px;
			}

			.c4btmlf ul li p {
				text-align: center;
				font-size: 17px;
			}

.c4btm {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.c4btmrt {
	width: 30%;
	background-color: #93A0DA;
}

	.c4btmrt h6 {
		font-size: 28px;
		color: #Fff;
		text-align: center;
		margin: 0;
		margin: 10px 0;
	}

.c4btn {
	width: 88px;
	border: 2px solid #fff;
	text-align: center;
	padding: 7px 14px;
	background-color: transparent;
	color: #fff;
	margin: 10px auto;
}

.slideTxtBox1 .hd ul li {
	line-height: 45px;
	background-color: #fff;
	text-align: center;
	font-size: 25px;
	margin-bottom: 20px;
	background-color: #F8F8F8;
	border: 2px solid #D7D7D7;
}

	.slideTxtBox1 .hd ul li.on {
		background-color: #FFFFFF;
		border: 2px solid #D7D7D7;
	}

.con5 {
	width: 100%;
	padding: 10px 0;
	background-image: linear-gradient(45deg, ghostwhite 25%, transparent 25%, transparent 75%, ghostwhite 75%, ghostwhite), linear-gradient(45deg, ghostwhite 25%, transparent 25%, transparent 75%, ghostwhite 75%, ghostwhite), linear-gradient(to bottom, #f8f8f8, #e4e4e4);
	background-size: 20px 20px, 20px 20px, 20px 10px;
	background-position: 0px 0px, 10px 10px, 0px 0px;
}

.c5item {
	width: 100%;
	position: relative;
}

	.c5item img {
		width: 100%;
		display: block;
	}

	.c5item span {
		font-size: 13px;
		padding: 2px 10px;
		background-color: #7A93FF;
		position: absolute;
		top: 10px;
		right: 10px;
		color: #fff;
	}

.c5bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	background-color: rgba(255,255,255,0.2);
	display: flex;
	justify-content: center;
	align-items: center;
}

.c5cn {
	width: 95%;
	margin: 0 auto;
	text-align: center;
}

.c5bg h1 {
	font-size: 16px;
	text-align: center;
	color: #fff;
	background-color: #5A78FF;
	width: 100%;
	transform: translateX(-110%);
}

.c5bg p {
	font-size: 14px;
	text-align: center;
	color: #fff;
	background-color: #5A78FF;
	width: 100%;
	margin: 10px 0;
	padding: 0;
	transform: translateX(-110%);
}

.c5bg a {
	width: 110px;
	line-height: 35px;
	background-color: #5A78FF;
	color: #fff;
	text-align: center;
	display: inline-block;
	transform: translateX(-6000%);
}

.c5item:hover h1 {
	transform: translateX(0);
	transition: all 0.5s;
}

.c5item:hover p {
	transform: translateX(0);
	transition: all 0.8s;
}

.c5item:hover a {
	transform: translateX(0);
	transition: all 1s;
}



.con6 {
	width: 100%;
	background-color: #FFFFFF;
	padding: 20px 0;
}

	.con6 .wapper {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}

.c6lf {
	width: 50%;
}

	.c6lf img {
		width: 100%;
	}

.c6rt {
	width: 45%;
	background-color: #fff;
}

	.c6rt h1 {
		font-size: 24px;
		text-align: center;
		line-height: 2;
	}

	.c6rt h2 {
		text-align: center;
	}

		.c6rt h2 img {
			max-width: 100%;
			text-align: center;
			height: 80px;
		}

.pd20 {
	padding: 30px 20px;
}

.c6rt p {
	font-size: 16px;
	line-height: 2;
	padding: 0;
}

.c6rt a {
	font-size: 20px;
	display: block;
	margin: 10px 0;
	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.foot {
	width: 100%;
	background-color: #FFFFFF;
	padding: 30px 0;
	padding-bottom: 0;
	border-top: 2px solid #666;
}

	.foot .wapper {
		display: flex;
		justify-content: space-between;
	}

.footlf {
	width: 25%;
}

.footlogo {
	width: 100%;
}

	.footlogo img {
		max-width: 100%;
		height: 80px;
	}

.line {
	width: 100%;
	height: 2px;
	background-color: #666;
	margin: 15px 0;
}

.footnr {
	font-size: 14px;
	color: #666;
	padding: 0;
}

.footitem {
	width: 20%;
}

	.footitem h1 {
		font-size: 18px;
		color: #666;
		margin-bottom: 10px;
	}

	.footitem dl dd {
		line-height: 30px;
		width: 100%;
	}

		.footitem dl dd a {
			display: flex;
			align-items: center;
			font-size: 14px;
			color: #666;
		}
		.footitem dl dd a img{
			width:20px;
		}

.footrt {
	width: 25%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: right;
}

.footqh {
	width: 180px;
}

	.footqh h1 {
		width: 100%;
		display: flex;
		align-items: center;
		height: 30px;
		line-height: 30px;
		background-color: #fff;
		border: 1px solid #666;
	}

		.footqh h1 .pd5 {
			display: flex;
			align-items: center;
			flex-wrap: wrap;
			justify-content: space-between;
			padding: 5px 0;
			width: 100%;
		}

		.footqh h1 img {
			width: 25px;
			margin-right: 10px;
			margin-left: 5px;
		}

		.footqh h1 span {
			font-size: 14px;
			width: calc(100% - 60px);
		}

		.footqh h1 i {
			width: 20px;
			text-align: center;
		}

			.footqh h1 i img {
				width: auto;
				margin-right: 0;
				display: block;
			}

.footlist {
	opacity: 0;
}

.footqh:hover .footlist {
	opacity: 1;
}

.footflow {
	width: 100%;
}

	.footflow ul {
		width: 100%;
		text-align: right;
	}

		.footflow ul li {
			width: 45px;
			display: inline-block;
			margin-right: 10px;
		}

			.footflow ul li img {
				width: 100%;
			}

.footbtm {
	width: 100%;
	padding: 10px 0;
	border-top: 2px solid #666;
	text-align: center;
	margin-top: 30px;
	color: #666;
}



.product {
	width: 100%;
	/* background-image: linear-gradient(45deg, ghostwhite 25%, transparent 25%, transparent 75%, ghostwhite 75%, lightgray), linear-gradient(45deg, ghostwhite 25%, transparent 25%, transparent 75%, ghostwhite 75%, lightgray), linear-gradient(to bottom, #f8f8f8, #e4e4e4); */
	background-size: 20px 20px, 20px 20px, 20px 10px;
	background-position: 0px 0px, 10px 10px, 0px 0px;
	padding: 30px 0;
}

.prolf {
	width: 20%;
	background-color: #fff;
}

	.prolf h1 {
		font-size: 26px;
		text-align: center;
		background-color: #93a0da;
		color: #fff;
		line-height: 35px;
	}

.fenlei ul li {
	width: 100%;
	margin-bottom: 5px;
	background-color: #f7f7f7;
	position: relative;
}

	.fenlei ul li img {
		width: 100%;
		display: block;
	}

	.fenlei ul li h2 {
		border: 1px solid #ddd;
		text-align: center;
		padding: 1px 0;
		width: 98%;
		font-size: 17px;
		background-color: #fff;
		margin: 0 auto;
		position: absolute;
		bottom: 5px;
		left: 50%;
		transform: translateX(-50%);
	}

		.fenlei ul li h2 mark {
			font-size: 12px;
			display: block;
			text-align: center;
			background-color: transparent;
		}

.prort {
	width: 20%;
	background-color: #fff;
}

	.prort h1 {
		font-size: 26px;
		text-align: center;
		background-color: #93a0da;
		color: #fff;
		line-height: 35px;
		margin-bottom: 5px;
	}

.proitem {
	width: 100%;
}

.promd ul li {
	width: calc((100% - 60px)/3);
	margin: 10px;
	float: left;
	background-color: #fbfbfb; /* border: 1px solid #ddd; */
}

.imgpic {
	width: 100%;
	position: relative;
}

	.imgpic .img1 {
		width: 100%;
		height: 100%;
		display: block;
	}

	.imgpic h4 {
		position: absolute;
		bottom: 2px;
		left: 0;
		width: 100%;
		line-height: 30px;
		background-color: #526ad5;
		z-index: 2;
		text-align: center;
		color: #fff;
		opacity: 0;
	}

	.imgpic .img2 {
		opacity: 0;
		position: absolute;
		top: 0;
		height: 100%;
		width: 100%;
		left: 0;
		display: block;
	}

	.imgpic:hover .img1 {
		opacity: 0;
	}

	.imgpic:hover .img2 {
		opacity: 1;
		transition: all 0.5s;
	}

	.imgpic:hover h4 {
		opacity: 1;
		transition: all 0.5s;
	}

.proitem h3 {
	font-size: 17px;
	color: #fff;
	text-align: center;
	line-height: 25px;
	background-color: #95a4e4;
}

.proitem p {
	font-size: 17px;
	text-align: center;
}

.proitem:hover { /* box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4); */
}

.prosm {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding-bottom: 5px;
}

	.prosm ul {
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 100%;
		display: flex;
	}

		.prosm ul li {
			width: 40px;
			height: 40px;
			margin: 0 5px;
			border: 2px solid #707070;
			display: flex;
			justify-content: center;
			align-items: center;
			position: relative;
		}

			.prosm ul li::before {
				text-align: center;
				line-height: 30px;
				color: #fff;
				display: none;
				width: 100px;
				height: 30px;
				content: "";
				border-radius: 10px;
				position: absolute;
				bottom: 130%;
				left: 50%;
				transform: translateX(-50%);
				box-shadow: 0 0 5px 1px rgba(0,0,0,.3);
				background-color: rgba(0, 0, 0, 0.5);
			}

			.prosm ul li img {
				width: 36px;
				height: 36px;
				object-fit: contain;
				position: relative;
			}

.clt {
	width: 36px;
	height: 36px;
	position: relative;
}

.prosm ul li .clt::after {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	background-image: url(../images/gouxuan.png);
	width: 100%;
	height: 100%;
	transform: translate(-50%,-50%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
}

.prosm ul li:hover::before {
	display: block;
}

.prosm ul li.on .clt::after {
	display: block;
}

.prosm ul li.on.on1 .clt::after {
	display: none;
}

.tshow1 {
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	top: 0;
	left: 0;
}

.tshowbg {
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
}

.showlf {
	width: 49%;
	float: left;
}

.showrt {
	width: 49%;
	float: right;
}

.btt {
	font-size: 19px;
	line-height: 25px;
	color: #fff;
	background-color: #4887D6;
	padding: 0 10px;
	margin-bottom: 5px;
	display: inline-block;
}

.showrt h5 {
	font-size: 28px;
	padding: 10px 0;
	border: 2px solid #5A78FF;
	border-left: 0;
	border-right: 0;
	text-align: center;
	margin: 0;
}

.showrt h3 {
	margin-bottom: 10px;
}

.showrt p {
	border-bottom: 2px solid #5A78FF;
	margin-bottom: 10px;
}

.thsogg {
	margin-top: 10px;
	padding: 10px 0;
}

.tclose {
	width: 50px;
	height: 50px;
	position: absolute;
	top: -35px;
	right: -35px;
	border-radius: 50%;
	background-color: #93a0da;
	text-align: center;
	line-height: 50px;
	color: #Fff;
	font-size: 20px;
}

.tshow1 {
	display: none;
}

.promd {
	width: 58%;
	background-color: #fff;
}

.product .wapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.search {
	width: 100%;
	display: flex;
	align-items: center;
	background-color: #fff;
	margin-bottom: 5px;
}

	.search input {
		width: calc(100% - 42px);
		line-height: 38px;
		border: 1px solid #5A78FF;
		text-indent: 1rem;
	}

	.search button {
		width: 40px;
		height: 40px;
		border: 0;
		background-color: #93a0da;
		text-align: center;
		line-height: 40px;
		background-image: url(../images/search.png);
		background-position: center;
		background-repeat: no-repeat;
	}

.nav {
	width: 100%;
	padding: 10px 0;
	background-color: #fff;
	text-align: center;
	font-size: 17px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

	.nav span {
		margin-left: 5px;
	}

	.nav a.on {
		background-color: #4054B2;
		color: #fff;
		padding: 2px 5px;
		border-radius: 2px;
		margin-right: 5px;
	}

.jieguo {
	width: 100%;
	padding: 10px 0;
	padding-top: 0;
	background-color: #fff;
	text-align: center;
	font-size: 17px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

	.jieguo p {
		font-size: 17px;
		padding: 0;
	}

.jieguolf {
	margin-left: 10px;
}

.jieguo select {
	border: 0;
	height: 30px;
	padding: 0px;
	margin-right: 10px;
}

.prodetillf {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.prodetilpic {
	width: 49%;
	background-color: #fff;
}

.prodetilwz {
	width: 49%;
	background-color: #fff;
}

	.prodetilwz h3 {
		font-size: 17px;
		color: #fff;
		text-align: center;
		line-height: 25px;
		background-color: #95a4e4;
	}

	.prodetilwz h5 {
		font-size: 28px;
		padding: 10px 0;
		border: 2px solid #5A78FF;
		border-left: 0;
		border-right: 0;
		text-align: center;
		margin: 0;
	}

	.prodetilwz h3 {
		margin-bottom: 10px;
	}

	.prodetilwz .p {
		border-bottom: 2px solid #5A78FF;
		margin-bottom: 10px;
		text-align: center;
	}

	.prodetilwz .thsogg {
		border-top: 2px solid #5A78FF;
		margin-bottom: 40px;
		text-align: center;
	}



.contact-btn {
	padding: 5px 24px;
	background-color: #8494de;
	color: white;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s;
}

	.contact-btn:hover {
		background-color: #5a78ff;
	}

/* æ¨¡æ€æ¡†æ ·å¼ */
.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 100;
	justify-content: center;
	align-items: center;
}

.modal-content {
	background-color: white;
	padding: 25px;
	border-radius: 8px;
	width: 100%;
	max-width: 500px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	position: relative;
}

.close-btn {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 24px;
	color: #aaa;
	cursor: pointer;
	background: none;
	border: none;
}

	.close-btn:hover {
		color: #333;
	}

/* è¡¨å•æ ·å¼ */
.form-title {
	margin-bottom: 20px;
	color: #333;
	text-align: center;
}

.form-group {
	margin-bottom: 15px;
}

	.form-group label {
		display: block;
		margin-bottom: 5px;
		font-weight: bold;
		color: #555;
	}

	.form-group input,
	.form-group textarea,
	.form-group select {
		width: 100%;
		padding: 10px;
		border: 1px solid #ddd;
		border-radius: 4px;
		font-size: 16px;
	}

	.form-group textarea {
		height: 120px;
		resize: vertical;
	}

.submit-btn {
	width: 100%;
	padding: 12px;
	background-color: #8494de;
	color: white;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s;
}

	.submit-btn:hover {
		background-color: #5a78ff;
	}

.error-message {
	color: #f44336;
	font-size: 14px;
	margin-top: 5px;
	display: none;
}

.prodetilnr {
	width: 100%;
	padding: 10px 0;
	background-color: #fff;
	margin-top: 10px;
}

.con {
	width: 95%;
	margin: 0 auto;
}

	.con h1 {
		font-size: 26px;
		background-color: #93a0da;
		color: #fff;
		text-align: center;
		padding: 5px;
		margin-bottom: 10px;
	}
/* å“åº”å¼è®¾è®¡ */
@media (max-width: 600px) {
	.modal-content {
		margin: 0 15px;
		padding: 20px 15px;
	}
}

@media screen and (max-width: 789px) {
	.head {
		display: none;
	}

	.sp_header {
		display: block;
	}

	.nv {
		height: 50px;
	}

	.top {
		display: none;
	}

	.bannerlf {
		width: 100%;
		background-color: rgba(158, 164, 166, 0.5);
	}

	.banneritem h1 {
		font-size: 16px;
		color: #Fff;
	}

	.bannernr p {
		font-size: 12px;
		color: #fff;
		line-height: normal;
		padding: 0;
	}

	.pd15 {
		padding: 5px;
	}

	.bannerlf {
		width: 100%;
		background-color: rgba(158, 164, 166, 0.5);
		text-align: center;
	}

	.bannerrt {
		width: 100%;
	}

	.banner .swiper-slide img {
		min-height: 250px;
	}

	.bannerrt ul li img {
		height: auto;
		min-height: 0 !important;
	}

	.con1 ul li {
		width: 100%;
		margin: 1px 0;
		background-color: #fff;
		float: left;
	}

	.c2lf {
		width: 100%;
		background-color: #fff;
		position: relative;
		float: left;
	}

	.c2rt {
		width: 100%;
		background-color: #fff;
		float: right;
	}

		.c2rt .bd ul li {
			width: 100%;
			margin: 2px 0px;
			float: left;
			border: 1px solid #E4E4E4;
		}

	.c3lf {
		width: 100%;
		text-align: center;
		float: left;
		margin-bottom: 10px;
	}

	.c3rt {
		width: 100%;
		float: right;
	}

		.c3rt ul li {
			width: 100%;
			margin: 10px 0;
			float: left;
		}

	.slideTxtBox1 .bd {
		width: 100%;
	}

	.c4btm {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}

	.c4btmlf ul li {
		width: calc(100% / 3);
		margin: 5px 0;
		text-align: center;
	}

	.c4btmrt {
		width: 100%;
		background-color: #93A0DA;
	}

	.c4btmlf ul {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}

	.c4btmlf {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.slideTxtBox1 .hd {
		width: 100%;
		margin-top: 10px;
	}

	.c6lf {
		width: 100%;
	}

	.c6rt {
		width: 100%;
		background-color: #fff;
	}

	.footlf {
		width: 100%;
	}

	.foot .wapper {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.footitem {
		width: 48%;
		text-align: center;
	}

		.footitem dl dd a {
			display: flex;
			align-items: center;
			font-size: 17px;
			color: #fff;
			justify-content: center;
		}

	.footrt {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-content: space-between;
		justify-content: center;
		margin-top: 20px;
	}

	.footflow ul {
		width: 100%;
		text-align: center;
	}

	.prodetillf {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.prodetilpic {
		width: 100%;
		background-color: #fff;
		margin-bottom: 10px;
	}

	.prodetilwz {
		width: 100%;
		background-color: #fff;
	}

	.prort {
		width: 100%;
		background-color: #fff;
	}

	.showlf {
		width: 100%;
		float: left;
		margin-bottom: 10px;
	}

	.showrt {
		width: 100%;
		float: right;
	}

	.prolf {
		width: 100%;
		background-color: #fff;
	}

	.promd {
		width: 100%;
		background-color: #fff;
	}

		.promd ul li {
			width: 100%;
			margin: 10px 0;
			float: left;
			background-color: #fbfbfb;
			border: 1px solid #ddd;
		}
}
