@charset "utf-8";

.line {
	width: 100%;
	line-height: 35px;
	background-color: #991313;
	color: #fff;
}
.header {
	width: 100%;
	height: 900px;
	background: url(../images/banner1.jpg) no-repeat center;
}
.head {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
	border-bottom: 2px solid #d1d1d1;
}
.head{
	box-sizing: border-box;
	
}
.head .content {
	width: 1200px;
	height: 133px;
	line-height: 133px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	color: #000;
}

.head .head-pic {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}

.nav>ul {
	width: 1200px;
	line-height: 40px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 50px;
	display: flex;
	justify-content: space-between;
}

/*导航*/
.nav>ul>li {
	flex-grow: 1;
	text-align: center;
	font-size: 16px;
	width:100px;
	transition: all 0.5s;
	position: relative;
}
.nav-list li:hover{
	background-color: #fff;
}
.nav li:hover a{
	color: #000;
}
.nav-list{
	width: 100%;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
}
.nav>li a{
	color: #000;
}
.title {
	margin: 45px 0 20px 0;
	text-align: center;
	font-size: 22px;
	color: #333;
}
.title div{
	font-size: 30px;
	margin-bottom: 10px;
}
.title img{
	margin: 20px 0;
}
.title p{
	font-size: 14px;
}
.swiper-container .swiper-wrapper .swiper-slide {
	font-size: 0;
}

/*产品案例*/
.swiper-container {
	border-bottom: 2px solid #ddd;
}

.case {
	width: 100%;
	height: 1100px;
	background: url(../images/product-bg.jpg) no-repeat center;
	background-size: 100% 100%;
	overflow: hidden;
}

.case .bg {
	width: 100%;
	height: 100%;
	/* background: url(../images/pic%20.png) no-repeat left bottom; */
}

.case .list ul {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.case .list li:first-child span {
	background-color: transparent;
}
.case .list span {
	width: 5px;
	height: 5px;
	display: inline-block;
	background-color: black;
	border-radius: 50%;
	vertical-align: middle;
	margin-right:15px;
}
.case .list li a{
	font-size: 18px;
	vertical-align: middle;
}
.item {
	overflow: hidden;
}

.item ul {
	width: 1200px;
	margin: 20px auto 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.item li a:first-child {
	display: block;
	width:288px;
	height:400px;
	overflow: hidden;
	font-size: 0;
}

.item li {
	width: 24%;
	text-align: center;
}

.item li p {
	font-size: 14px;
	color: #333;
	line-height: 50px;
}

/*简介部分*/
.introduce {
	overflow: hidden;
	width: 100%;
	height: 800px;
	background: url(../images/about-bg.jpg) no-repeat center;
	background-size: 100% 100%;
}

.introduce .txt {
	text-indent: 24px;
	color: #333;
	font-size: 14px;
	line-height: 35px;
}
.about-pic{
	margin: 40px 0;
}
.more {
	display: block;
	width: 78px;
	text-align: center;
	color: #fff;
	height: 47px;
	line-height: 47px;
	background: url(../images/more.png) no-repeat center;
	float: right;
	margin-top: -50px;
}

.product {
	width: 100%;
	background-size: 100% 100%
	}
.wrapper-bg{
	width: 100%;
	height: 2000px;
	background: url(../images/bg-bg.jpg) no-repeat center;
	background-size: cover;
}
/*#Udowstitle{
	display: none;
}*/
/*新闻*/
.new {
	width: 100%;
	height: 600px;
	/* background: url(../images/bgnews.png) no-repeat left bottom; */
}
.headd {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}
.news {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}



.new .more {
	margin: 0;
}

.head div:first-child {
	width: 500px;
	display: flex;
	align-items: center;
	font-size: 22px;
	color: #333;
}

.news>div {
	flex-grow: 1;
}

.new-item {
	flex-grow: 1;
	padding: 20px 15px;
	width: 100%;
	width: 570px;
	box-sizing: border-box;
}

.new-item ul {
	display: flex;
	flex-direction: column;
	justify-content: center;

}

.new-item ul li {
	display: flex;
	justify-content: space-between;
	line-height: 50px;
	height: 50px;
	transition: all 0.5s;
}
.new-item ul li a span{
	display: inline-block;
	width: 3px;
	height: 3px;
	background-color: red;
	border-radius:100%;
	margin: 0 10px 2px;
	vertical-align: middle;
}
.new-item ul li:hover{
	font-size: 14px;
	font-weight: bold;
	color: red;
}
.new-item ul li:hover a{
	color: red;
}
/*------------联系我们-------------*/

.contact-info{
	display: flex;
	justify-content: space-between;
	box-shadow: 0px 5px 12px 0px;
}
.contact-info>div{
	width:50%;
	flex-grow: 1;
	flex-shrink: 0;
	box-sizing: border-box;
}
.contact-txt{
	background-color: #fff;
	padding: 30px 100px;
	color: #000;
}
.contact-txt p{
	line-height: 35px;
	vertical-align: middle;
	font-size: 14px;
}
.contact-txt img{
	vertical-align: middle;
	margin-right: 5px;
}
.contact-txt p:nth-child(1){
	font-size: 20px;
}
.contact-txt p:nth-child(2){
	font-size: 12px;
	margin-bottom: 20px;
}

/*页脚*/
.footer{
	width: 100%;
	background-color: #d4d4d4;
}
.footer .head{
	width: 1200px;
	margin: 0 auto;
}
.foot{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	box-sizing: border-box;
	padding: 30px 100px;
	justify-content: space-between;
}
.foot .left{
	padding-left: 10px;
}
.foot .left p{
	font-size: 15px;
	color: #333;
	line-height: 30px;
}
.foot .left p:nth-child(1){
	color: red;
	font-size: 18px;
	font-weight: bold;
}
.foot .left p:nth-child(2){
	margin-bottom: 20px;
}
.foot .right{
	text-align: right;
	line-height: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.foot .content{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.footer .nav ul{
	border-bottom: 2px solid #991313;
}
.footer .nav li{
	list-style: none;
	background: none;
	line-height:50px;
}
.foot-foot{
	height: 29px;
	text-align: center;
}







