@import url("public.css");
@import url("page.css");

/* search */
section#search {
	height: 55px;
	padding: 13px 0;
	box-sizing: border-box;
}
section#search > .search {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
section#search > .search > .left {
	display: flex;
	align-items: center;
}
section#search > .search > .left > span {
	font-size: 14px;
	color: #333333;
}
section#search > .search > .left > a {
	color: #555555;
}
section#search > .search > .left > cite {
	width: 1px;
	height: 14px;
	background-color: #777777;
	margin: 0 8px;
}
section#search > .search > .left > a:hover {
	color: #D1221C;
}
section#search > .search > form {
	display: flex;
	position: relative;
}
section#search > .search > form > input {
	width: 255px;
	height: 30px;
	border: 1px solid #D1221C;
	border-radius: 5px;
	padding: 0 35px 0 5px;
	box-sizing: border-box;
	outline: none;
	font-size: 15px;
}
section#search > .search > form > button {
	position: absolute;
	right: 0;
	background-color: transparent;
	border: 0;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* 产品中心 */
section#product {
	height: 890px;
	padding: 35px 0 55px 0;
	box-sizing: border-box;
}
section#product > .product {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
section#product > .product > .title {
	align-self: center;
}
section#product > .product > .cont {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
section#product > .product > .cont > .left {
	width: 240px;
	background-color: #D1221C;
}
section#product > .product > .cont > .left > img {
	padding: 30px 20px 0 20px;
	box-sizing: border-box;
}
section#product > .product > .cont > .left > .cate {
	display: flex;
	flex-direction: column;
	margin-top: 25px;
	padding: 0 20px 25px 20px;
	box-sizing: border-box;
}
section#product > .product > .cont > .left > .cate > a {
	color: #FFFFFF;
	font-size: 15px;
	padding-left: 35px;
	margin-bottom: 15px;
}
section#product > .product > .cont > .left > .cont {
	background-color: #FFFFFF;
	margin: 0 5px 5px 5px;
	padding: 30px 10px 25px 10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}
section#product > .product > .cont > .left > .cont > span:first-of-type {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-top: 25px;
}
section#product > .product > .cont > .left > .cont > span:nth-child(3),section#product > .product > .cont > .left > .cont > span:nth-child(4) {
	font-size: 15px;
	color: #666666;
	margin-top: 10px;
}
section#product > .product > .cont > .left > .cont > span:nth-child(5) {
	font-weight: bold;
	color: #D1221C;
	font-size: 24px;
}
section#product > .product > .cont > .right {
	flex: 1;
	margin-left: 15px;
}
section#product > .product > .cont > .right > .title {
	height: 35px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #cccccc;
}
section#product > .product > .cont > .right > .title > .left {
	display: flex;
	position: relative;
}
section#product > .product > .cont > .right > .title > .left > span:first-of-type {
	font-size: 24px;
	color: #666666;
}
section#product > .product > .cont > .right > .title > .left > span:last-of-type {
	width: 120px;
	height: 2px;
	background-color: #D1221C;
	position: absolute;
	bottom: -1px;
}
section#product > .product > .cont > .right > .title > a {
	height: 25px;
	width: 62px;
	background-color: #D1221C;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
}
section#product > .product > .cont > .right > .cont {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
section#product > .product > .cont > .right > .cont > a {
	width: 32%;
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
}
section#product > .product > .cont > .right > .cont > a > span:first-of-type {
	outline: 1px solid #cccccc;
	padding: 2px;
	height: 227.78px;
	box-sizing: border-box;
}
section#product > .product > .cont > .right > .cont > a > span:first-of-type > img {
	width: 100%;
	height: 100%;
}
section#product > .product > .cont > .right > .cont > a > span:last-of-type {
	font-size: 16px;
	color: #666666;
	margin-top: 15px;
	align-self: center;
}
section#product > .product > .cont > .right > .cont > a:hover span:first-of-type {
	outline: 1px solid #D1221C;
}
section#product > .product > .cont > .right > .cont > a:hover span:last-of-type {
	color: #D1221C;
}
section#product > .product > .cont > .right > .cont::after {
	content: '';
	width: 32%;
}
/* ad */
section#ad {
	background: url(../images/ad.png) no-repeat center center;
	height: 875px;
}
/* 厂房设备 */
section#exam {
	height: 910px;
	padding: 65px 0 80px 0;
	box-sizing: border-box;
}
section#exam > .exam {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
section#exam > .exam > .title {
	display: flex;
	justify-content: center;
}
section#exam > .exam > .cont {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
section#exam > .exam > .cont > a {
	display: flex;
	flex-direction: column;
	width: 24%;
	margin-bottom: 25px;
}
section#exam > .exam > .cont > .disk {
	width: 24%;
}
section#exam > .exam > .cont > a > span:first-of-type img {
	width: 100%;
	height: 100%;
}
section#exam > .exam > .cont > a > span:last-of-type {
	margin-top: 20px;
	color: #666666;
	align-self: center;
	font-size: 15px;
}
section#exam > .exam > .cont > a:hover > span:first-of-type {
	outline: 1px solid #D1221C;
}
section#exam > .exam > .cont > a:hover > span:last-of-type {
	color: #D1221C;
}
section#exam > .exam > a {
	align-self: center;
	margin-top: 40px;
	background-color: #D1221C;
	color: #FFFFFF;
	width: 135px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* 关于我们 */
section#about {
	height: 555px;
	background: url(../images/about-bg.jpg) no-repeat center;
	padding: 60px 0 115px 0;
	box-sizing: border-box;
}
section#about > .about {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
section#about > .about > .top {
	display: flex;
	justify-content: space-between;
}
section#about > .about > .top > .left {
	flex: 1;
	display: flex;
	flex-direction: column;
	color: #FFFFFF;
	padding-top: 55px;
	padding-left: 32px;
	padding-right: 32px;
	box-sizing: border-box;
}
section#about > .about > .top  > .left > span:first-of-type {
	font-weight: bold;
	font-size: 20px;
}
section#about > .about > .top  > .left > span:last-of-type {
	height: 1px;
	background-color: #cccccc;
	width: 100%;
	margin: 5px 0;
}
section#about > .about > .top  > .left > div {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	line-height: 22px;
	letter-spacing: 3px;
	font-style: 13px;
}
section#about > .about > .top  > .right {
	width: 570px;
}
section#about > .about > a {
	align-self: center;
	margin-top: 40px;
	background-color: #D1221C;
	color: #FFFFFF;
	width: 135px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* 新闻中心 */
section#news {
	height: 1170px;
}
section#news > .news {
	height: inherit;
	display: flex;
	flex-direction: column;
	padding: 60px 0;
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
}
section#news > .news > .news-title {
	height: 115px;
}
section#news > .news > .news-one {
	display: flex;
	justify-content: space-between;
	box-shadow: 0 0 8px #ddd;
	margin-top: 15px;
}
section#news > .news > .news-one > img {
	width: 605px;
	height: 390px;
}
section#news > .news > .news-one > .right {
	flex: 1;
	padding: 7px 15px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
section#news > .news > .news-one > .right > .title {
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #d2d2d2;
}
section#news > .news > .news-one > .right > .title > span {
	font-size: 18px;
	color: #333333;
}
section#news > .news > .news-one > .right > .title > a {
	height: 30px;
	width: 85px;
	border: 1px solid #D1221C;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #D1221C;
}
section#news > .news > .news-one > .right > .title > a:hover {
	background-color: #D1221C;
	color: #ffffff;
}
section#news > .news > .news-one > .right > .cont {
	display: flex;
	flex-direction: column;
}
section#news > .news > .news-one > .right > .cont > a {
	display: flex;
	flex-direction: column;
	margin-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #d2d2d2;
}
section#news > .news > .news-one > .right > .cont > a > .ques {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
section#news > .news > .news-one > .right > .cont > a > .ques > .l {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #D1221C;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
}
section#news > .news > .news-one > .right > .cont > a > .ques > .r {
	flex: 1;
	margin-left: 10px;
	color: #666666;
	font-size: 16px;
}
section#news > .news > .news-one > .right > .cont > a:hover > .ques > .r {
	color: #D1221C;
} 
section#news > .news > .news-one > .right > .cont > a > .ans {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
section#news > .news > .news-one > .right > .cont > a > .ans > .l {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #666666;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
}
section#news > .news > .news-one > .right > .cont > a > .ans > .r {
	flex: 1;
	margin-left: 10px;
	color: #666666;
	font-size: 16px;
}
section#news > .news > .news-two {
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
}
section#news > .news > .news-two > div {
	box-shadow: 0 0 8px #ddd;
	width: 32%;
	padding: 40px 20px 20px 20px;
	box-sizing: border-box;
}
section#news > .news > .news-two > div > .title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
section#news > .news > .news-two > div > .title > span {
	font-size: 16px;
}
section#news > .news > .news-two > div > .title > a {
	width: 85px;
	height: 30px;
	border: 1px solid #D1221C;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #D1221C;
	border-radius: 50px;
}
section#news > .news > .news-two > div > .title > a:hover {
	background-color: #D1221C;
	color: #ffffff;
}
section#news > .news > .news-two > div > img {
	margin-top: 15px;
	width: 100%;
}
section#news > .news > .news-two > div > .cont {
	display: flex;
	flex-direction: column;
}
section#news > .news > .news-two > div > .cont > a {
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
section#news > .news > .news-two > div > .cont > a > img {
	width: 10px;
	height: 10px;
}
section#news > .news > .news-two > div > .cont > a > span {
	flex: 1;
	margin-left: 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}