*{
	padding:0;
	margin:0;
}


ul,li{
	list-style:none;
}


a{
	text-decoration:none;
}


body{
	overflow-x:hidden;
}


.banner{
	width:1920px;
	height:600px;
	background:url(../images/banner.jpg) no-repeat center center;
}


.box1{
	width:1200px;
	height:auto;
	margin:0 auto;	
}

.box1 dl{
	width:100%;
	height:140px;
	display:flex;
	justify-content:space-between;
	border:1px solid #D3D3D3;
	align-items:center;
	margin-bottom:20px;
}


.box1 dl dd{
	width:300px;
	background:#008F8F;
	line-height:140px;
	font-size:30px;
	color:#FFF;
	text-align:center;
	position:relative;
}

.box1 dl dd span{
	width:20px;
	height:20px;
	background:#008F8F;
	transform:rotate(45deg);
	position:absolute;
	right:-10px;
	top:60px;
}


.box1 dl dd span.two{
	width:20px;
	height:20px;
	background:#008F8F;
	transform:rotate(45deg);
	position:absolute;
	left:-10px;
	top:60px;
}

.box1 dl dt{
	width:858px;
	font-size:20px;
	line-height:36px;
}

.box1 dl dt.mleft{
	margin-left:20px;
}


.titles{
	width:1200px;
	height:90px;
	margin:0 auto;
	margin-top:70px;
	margin-bottom:50px;
}

.title1{
	background:url(../images/title1.png) no-repeat center center;
}
.title2{
	background:url(../images/title2.png) no-repeat center center;
}
.title3{
	background:url(../images/title3.png) no-repeat center center;
}
.title4{
	background:url(../images/title4.png) no-repeat center center;
}
.title5{
	background:url(../images/title5.png) no-repeat center center;
}
.title6{
	background:url(../images/title6.png) no-repeat center center;
}
.title7{
	background:url(../images/title7.png) no-repeat center center;
}



.youshi{
	width:1180px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}

.youshi p{
	position:relative;
}

.youshi p img{
	display:block;
}

.youshi p span{
	width:30px;
	height:200px;
	writing-mode:vertical-lr;
	position:absolute;
	left:94px;
	top:86px;
	font-size:22px;
	text-align:center;
}


.kecheng{
	width:1920px;
	display:flex;
	justify-content:space-between;
}


.kecheng .imgbox{
	width:314px;
	position:relative;
}

.imgbox img{
	width:100%;
	display:block;
}

.imgbox dl{
	width:100%;
	height:412px;
	position:absolute;
	left:0;
	top:0;
	background:rgba(0,0,0,0.5);
	display:flex;
	justify-content:center;
	align-items:center;
	opacity:0;
}

.imgbox dl dd{
	width:260px;
	font-size:18px;
	color:#FFF;
	line-height:32px;
	text-align: justify;
}


.imgbox span{
	width:100%;
	height:70px;
	line-height:70px;
	display:inline-block;
	text-align:center;
	font-size:24px;
}


.zixun{
	width:850px;
	margin:0 auto;
	margin-top:60px;
	display:flex;
	justify-content:space-between;
}

.zixun a{
	width:360px;
	height:56px;
	line-height:56px;
	text-align:center;
	display:block;
	font-size:24px;
}

.zixun a.bor{
	border:1px solid #049083;
	color:#049083;
	box-sizing:border-box;
	transition:.5s;
}

.zixun a.bgg{
	background:#049083;
	color:#FFF;
	transition:.5s;
}

.zixun a.bor:hover{
	border:1px solid #F00;
	color:#F00;
}

.zixun a.bgg:hover{
	background:#F00;
	color:#FFF;
}


.product{
	width:100%;
	height:475px;
	background:url(../images/beij.png) no-repeat;
	margin-top:80px;
	position:relative;
}

.probox{
	width:1200px;
	position:absolute;
	top:200px;
	left:50%;
	margin-left:-600px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}


.probox p img{
	display:block;
	margin-bottom:20px;
}

.huanjing{
	width:1200px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}

.huanjing p img{
	display:block;
	margin-bottom:20px;
}



.cgxz{
	width:1200px;
	margin:0 auto;
	margin-bottom:100px;
	display:flex;
	justify-content:space-between;
}


.cgxz p{
	position:relative;
}

.cgxz p img{
	display:block;
}

.cgxz p span{
	width:220px;
	height:60px;
	background:#FF6E37;
	line-height:60px;
	text-align:center;
	position:absolute;
	left:32px;
	bottom:-30px;
	color:#FFF;
	font-size:20px;
}


.btitle {
    text-align: center;
    margin-top: 80px;
    padding-right: 30px;
}

.btitle h3 {
    font-size: 48px;
    color: #FF6026;
}

.btitle p {
    font-size: 20px;
    margin-top: 10px;
}

.zhuanye{
	width:1200px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	margin-top:40px;
	margin-bottom:60px;
}


.zhuanye p{
	width:386px;
}

.zhuanye p img{
	display:block;
}
.zhuanye p span{
	width:100%;
	height:56px;
	display:block;
	line-height:56px;
	text-align:center;
	color:#FFF;
	background:#FF5C01;
	font-size:20px;
}



