@import url("./common.css");
/* 产品展示 */
.product_show{
	width: 100%;
	height: 520px;
	max-width: 100%;
	position: relative;
	background-color: #F5F5F5;
}
/* 列表 */
.show_left{
	float: left;
	width: 17%;
	margin-top: 20px;
}
.show_left h4{
	color: #FFFFFF;
	height: 50px;
	line-height: 50px;
	text-align: left;
	padding: 0px 12px;
	background: #006FC6;
}
.show_left h4 span{
	font-size: 18px;
	padding: 5px;
}
.show_left ul{
	overflow-x: hidden;
	overflow-y: auto;
	background: #fff;
	box-sizing: border-box;
}
.show_left ul li{
	padding: 0 10px;
	height: 38px;
	line-height: 38px;
	color: #FFFFFF;
	border-bottom: 1px solid #006FC6;
	font-size: 14px;
}
.show_left ul li span{
	color: #006FC6;
}
.show_left ul li:hover{
	background: #006FC6;
}
.show_left ul li:hover span,
.show_left ul li:hover a{
	color: #FFFFFF;
	text-decoration: none;
}
.show_left ul li a{
	display: block;
}
/* 小标题 */
.show_title{
	float: right;
	width: 800px;
	border-bottom: 2px solid #ddd;
	height: 44px;
	line-height: 44px;
	margin-right: 100px;
}
.show_title span{
    width: 300px;
	color: #333;
	font-size: 18px;
	padding-left: 15px;
	border-left: 2px solid #006FC6;
}
.show_title a{
	display: block;
	float: right;
	width: 100px;
	padding: 0 8px;
}
/* /产品展示 */
.show_right{
	margin-top: 20px;
	float: right;
	width: 80%;
	padding: 0;
	/* border: 1px solid #000000; */
}
.show_right ul li{
	width: 22%;
	float: left;
	margin: 10px;
	cursor: pointer;
	background-color: #FFFFFF;
	transition: all 0.6s ease-in;
	-webkit-transition: all 0.6s ease-in;
}
.show_right ul li:hover{
	transform: scale(1.1);
	border-bottom: 1px solid #007AFF;
	box-shadow: 6px 5px 7px #f5f5f5;
	background: #e5e5e5;
}
.show_right ul li:hover a{
	text-decoration: none;
}
.show_right ul li{
	width: 22%;
	float: left;
	margin: 10px;
	background-color: #FFFFFF;
}
.show_right ul li img{
	max-width: 100%;
	font-size: 0;
}
.show_right ul li h3{
	bottom: 0;
	width: 100%;
	padding: 0 2%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	background-color: rgba(0,0,0,0.4);
	color: #ffffff;
}
.show_right ul li p{
	text-align: center;
}
/* 关于我们 */
/* 标题 */
small {
	display: block;
	font-size: 42px;
	font-family: "microsoft yahei";
	color: #333333;
	text-transform: uppercase;
}
.about strong{
	background-color: #FFFFFF;
}
strong {
	width: 200px;
	height: 40px;
	display: block;
	position: relative;
	margin-top: 10px;
	font-weight: bolder;
	color: #104492;
	font-size: 30px;
}

hr {
	margin-top: -20px;
}
/* 关于我们 */
.about {
	margin-bottom: 50px;
}

.in-abu {
	position: relative;
	margin: 30px auto;
}
.stackone {
	position: absolute;
	z-index: 2;
	left: 80px;
	top: 30px;
	font-size: 0;
}

.stackone1 {
	width: 556px;
	height: 482px;
	background-color: #006FC6;
	position: relative;
	z-index: 1;
	left: 30px;
	top: 60px;
	
}

.stackone img {
	width: var(--img-width);
}

.in-abu .in-cont {
	width: 550px;
	height: 500px;
	margin-left: 600px;
	background-color: #fff;
	box-shadow: 0 1px 18px 1px rgb(54 62 69 / 60%);
	margin-top: 40px;
	padding: 60px 80px;
	position: absolute;
	top: 0;
}

.in-cont h4 {
	color: #333333;
	font-size: 24px;
	font-family: "microsoft yahei";
}

.in-cont p {
	color: #666666;
	font-size: 16px;
	text-align: justify;
	letter-spacing: 5px;
	font-family: "microsoft yahei";
	margin: 25px 0px 0px;
}

.in-cont .more:hover::after {
	border-top: 190px solid #104492;
	border-left: 190px solid transparent;
}
/* 荣誉资质 */
.qualification{
	width: 100%;
	max-width: 100%;
	background-color: #F5F5F5;
}
.qualification img{
	max-width: 100%;
}
.qualification .bg{
	display: block;
	margin-top: -20px;
}

@media all and (min-width: 2000px) {
     header,
	 .nav,
	.banner,
	.product_show,
	.about,
	.qualification,
	.footer{
		width: 1920px;
		margin: auto;
	}
}