/* 产品 */
.home-pro-bg {
	padding: 50px 0 50px 0;
}

.pro-top-tit {
	margin-top: 50px;
}

.pro-top-tit img {
	width: 80px;
}

.pro-top-tit dt {
	font-size: 22px;
	color: #274895;
	font-weight: 600;
}

.pro-top-tit dd {
	font-size: 16px;
	margin-top: 10px;
}


.home-pro {
	margin-top: 50px;
}

.home-pro-dh {
	background-color: #f5f5f5;
	width: 100%;
	display: flex;
	overflow: hidden;
	justify-content: space-between;
	margin-top: 5px;
}

.home-pro-dh li {
	width: 100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	margin-bottom: 2px;
}

.home-pro-dh li:hover {
	background-color: #274895;
}

.home-pro-dh li:hover a {
	color: #fff;
}

.home-pro-dh li:first-child {
	background-color: #274895;
}

.home-pro-dh li:first-child a {
	color: #fff;
}

.home-pro-dh li a {
	font-weight: bold;
	font-size: 16px;
}


.prolist-home {
	margin-top: 80px;
	overflow: hidden;
}

.prolist-home .pro-item {
	margin-bottom: 30px;
}


.prolist-home .pro-img {
	border: 1px solid #d7d7d7;
	width: 100%;
	height: 260px;
	line-height: 256px;
	text-align: center;
	overflow: hidden;
}

.prolist-home .pro-img:hover img {
	transform: scale(1.2);
	transition: all 1s;
}

.prolist-home .pro-img img {
	width: 100%;
	height: 260px;
}

.prolist-home .pro-title {
	/* display: flex;
	justify-content: space-between; */
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #274895;
}

.pro-name {
	float: 1;
}

.pro-more {
	width: 100px;
}

.prolist-home .pro-title a {
	color: #fff;
	display: block;
}

/* 精密制造 */
.home-jmzz-bg {
	padding: 50px 0 50px 0;
}
 
.home-jmzz {
	margin-top: 50px;
}
 

.jmzzlist-home {
	margin-top: 80px;
	overflow: hidden;
}

.jmzzlist-home .jmzz-item {
	margin-bottom: 30px;
}


.jmzzlist-home .jmzz-img {
	border: 1px solid #d7d7d7;
	width: 100%;
	height: 180px;
	line-height: 176px;
	text-align: center;
	overflow: hidden;
}

.jmzzlist-home .jmzz-img:hover img {
	transform: scale(1.2);
	transition: all 1s;
}

.jmzzlist-home .jmzz-img img {
	width: 100%;
	height: 180px;
}

.jmzzlist-home .jmzz-title { 
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #274895;
}

.jmzz-name {
	float: 1;
}

.jmzz-more {
	width: 100px;
}

.jmzzlist-home .jmzz-title a {
	color: #fff;
	display: block;
}


/* 夺冠 */
.home-dg {
	overflow: hidden;
	background-color: rgb(238, 242, 246);
	padding: 50px;
}

.dg-mian {
	margin-top: 150px;
	position: relative;
}

.dg-img {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	width: 377px;
	height: 377px;
	padding: 10px;
}

.dg-img-yh {
	position: absolute;
	z-index: 999;
	background-image: url('../images/33.png');
	background-size: cover;
	margin: 0 auto;
	overflow: hidden;
	width: 370px;
	height: 370px;
	top: 5px;
	padding: 5px;
	left: 5px;
	animation: rotate 20s infinite linear;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.dg-img img {
	width: 100%;
}

.dg-img1 {
	z-index: 999;
	position: absolute;
	top: 50px;
	left: 350px;
	width: 148px;
	height: 265px;
	display: inline;
}

.dg-img2 {
	position: absolute;
	top: 50px;
	z-index: 999;
	right: 350px;
	width: 148px;
	height: 265px;
	display: inline;
}

.dg-left {
	width: 320px;
	position: absolute;
	top: 40px;
	left: 0px;
}

.dg-right {
	width: 320px;
	position: absolute;
	top: 40px;
	right: 0px;
}

.dg-del li {
	margin-bottom: 80px;
}

/* 333333  */
.home-1 {
	overflow: hidden;
	margin-top: 200px;
}

.why-main {
	margin-top: 50px;
}

.whylist {
	box-sizing: border-box;
	padding: 30px 0 30px 0;
	display: flex;
	justify-content: space-between;
	height: 342px;
}

.num-img {
	width: 72px;
	height: 90px;
	margin-right: 20px;
}

.num-img dl {
	background: #274895;
	width: 72px;
	height: 90px;
}

.num-img dl dt {
	color: #fff;
	padding-top: 10px;
	font-size: 34px;
	margin-left: 20px;
}

.num-img dl dd {
	background: #fff;
	height: 2px;
	width: 30px;
	margin-left: 20px;
}

.why-detail {
	flex: 1;
	display: flex;
	justify-content: flex-start;
}

.why1-img {
	margin-left: 30px;
	overflow: hidden;
	line-height: 280px;
	height: 280px;
	width: 420px;
}

.why1-img img {
	overflow: hidden;
	width: 100%;
}


.dl-detail {
	overflow: hidden;
}

.dl-detail dt {
	font-size: 24px;
	color: #000;
}

.dl-detail .p {
	color: #666;
	font-size: 12px;
}

.dl-detail dd {
	margin-top: 5px;
	font-size: 15px;
	color: rgb(67, 67, 67);
	line-height: 170%;
}

/* 为什么选择我们 */
.search-home {
	position: relative;
	height: 179px;
	background-color: #415364;
	/* background-image: url('../images/sbx3.png'); */
	background-position: center center;
	background-attachment: scroll;
	width: 100%;
}

.search-home .sear-list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	color: #fff;
}

.search-home .sear-left {
	width: 500px;
}

.search-home .sear-right {
	width: 250px;
	display: flex;
	overflow: hidden; 
	position: absolute;
	z-index: 999;
	top: 30px;
	right: 30px;
	justify-content: space-between;
}

.search-home .sear-right li {
	width: 250px;
	height: 275px;
	line-height: 275px;
	position: relative;
	background-color: #274895;
}

.search-home .sear-right li img {
	height: 200px;
	width: 100%;
}

 
.search-home .name-de {
	position: absolute;
	bottom: 0px;
	width: 100%; 
	height: 30px;
	line-height: 25px; 
	text-align: center;  
}
 

.search-home .name-de  a {
	font-weight: 600; 
	font-size: 14px;
	color: #fff;
}

.search-home .sear-left {
	margin-top: 20px;
}

.search-home .sear-left dt {
	font-size: 20px;
	font-weight: normal;
}

.search-home .sear-left dd {
	font-size: 14px;
	line-height: 30px;
}

.search-home .sear-left p {
	font-size: 14px;
}

.search-home .form-search {
	margin-top: 5px;
	width: 350px;
	display: flex;
	justify-content: flex-start;
}

.search-home .search-group {
	width: 250px;
}

.search-home .search-group input {
	width: 100%;
}

.search-home .btn-submit {
	width: 70px;
	margin-left: 10px;
}


/* 关于我们 */
 

.home-3-bg { 
	width: 100%;
}
  
.home-3-main { 
	overflow: hidden;
	padding: 50px;
	position: relative; 
}

.home-3-main .about-name {
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	color: #274895;
	padding-bottom: 20px;
}

.home-3-main .about-nr {
	font-size: 16px;
	padding: 20px 20px 20px 20px;
} 

 


/* 新闻 */
.home-5 {
	margin-top: 50px;
	position: relative;
	margin-bottom: 30px;
}

.home-new-dh {
	position: relative;
	width: 100%;
	display: flex;
	overflow: hidden;
	justify-content: space-between;
	margin-top: 5px;
	height: 500px;
}

.home-new-dh li .ne-dh-active {
	display: block;
	background-color: #f5f5f5;
	width: 100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	margin-bottom: 2px;
}

.home-new-dh li .ne-dh-active:hover newslist {
	display: block;
}

.home-new-dh li:hover a {
	color: #fff;
}


.new-main {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}

.newslist {
	display: none;
	margin-top: 50px;
	overflow: hidden;
}

.news-item {
	overflow: hidden;
}

.news-img {
	width: 280px;
	height: 194px;
}

.news-img img {
	width: 280px;
	height: 194px;
}

.newslist .news-title {
	margin-top: 10px;
	font-size: 14px;
	color: #333333;
}

.newslist .news-date {
	font-size: 11px;
	color: #acacac;
	line-height: 28px;
}

.newslist .news-detail {
	font-size: 12px;
	color: #666666;
	line-height: 140%;
}

.container {
	max-width: 1200px !important;
}