html,body,div,p,span,dl,dt,dd,ul,li,em,i,h1,h2,h3,h4,h5{
	padding:0;
	margin:0;
}

body{
	margin:0 auto;
}

a{
	text-decoration:none;
}

img{
	border:none;
}

ul,li{
	list-style:none;
}

.banner{
	width:100%;
	height:600px;
	background:url(../images/banner.jpg) no-repeat center center;
}


.icons{
	width:1124px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	margin-top:100px;
}


.icons .icons_list{
	width:180px;
}

.icons_list a{
	color:#000;
}


.icons_list dl{
	width:140px;
	height:140px;
	margin:0 auto;
	border:1px solid #FACD89;
	border-radius:50%;
	display:flex;
	justify-content:center;
	align-items:center;
}

.icons_list dl dt{
	width:120px;
	height:120px;
	background:#FACD89 url(../images/ico.png) no-repeat;
	border-radius:50%;
}


.icons_list:nth-child(1) dl dt{
	background-position:30px 30px;
}
.icons_list:nth-child(2) dl dt{
	background-position:-165px 30px;
}
.icons_list:nth-child(3) dl dt{
	background-position:-360px 30px;
}
.icons_list:nth-child(4) dl dt{
	background-position:-560px 30px;
}
.icons_list:nth-child(5) dl dt{
	background-position:-755px 30px;
}
.icons_list:nth-child(6) dl dt{
	background-position:-952px 30px;
}


.icons_list p{
	text-align:center;
	font-size:22px;
	margin-top:20px;
}


.titles{
	width:1200px;
	height:100px;
	border-bottom:1px solid #D2D2D2;
	margin:0 auto;
	margin-top:100px;
	position:relative;
	margin-bottom:50px;
}

.titles h3{
	font-size:38px;
	text-align:center;
}


.titles p{
	font-size:18px;
	margin-top:10px;
	text-align:center;
}

.titles span{
	width:240px;
	height:100px;
	display:block;
	border-bottom:1px solid #000;
	position:absolute;
	left:50%;
	margin-left:-120px;
	top:0;
}

.keshi{
	width:570px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}

.keshi dl{
	width:136px;
	text-align:center;
}

.keshi dl dt{
	font-size:28px;
	font-weight:bold;
}

.keshi dl dd{
	font-size:18px;
	margin-top:8px;
}

.keshi dl dd strong{
	font-size:32px;
	font-family:"Times New Roman", Times, serif;
}

.kecheng{
	width:1200px;
	margin:0 auto;
	margin-top:50px;
}

.zixun{
	width:450px;
	height:60px;
	background:#FF6B3B;
	display:flex;
	justify-content:space-between;
	align-items:center;
	border-radius:30px;
	margin:0 auto;
	margin-top:50px;
	padding:0 20px;
	position:relative;
}

.zixun span.shou{
	width:41px;
	height:26px;
	display:block;
	background:url(../images/click.png) no-repeat;
	position:absolute;
	top:15px;
	left:20px;
}

.zixun p{
	width:280px;
	margin:0 auto;
	font-size:24px;	
}

.zixun p a{
	width:100%;
	height:60px;
	line-height:60px;
	display:block;
	color:#FFF;
	text-align:center;
}

.zixun span.play{
	width:34px;
	height:34px;
	display:block;
	background:url(../images/bf.png) no-repeat;
	position:absolute;
	top:13px;
	right:20px;
}


.zixun:hover span.shou{
	animation:mymove .6s infinite linear;
}
.zixun:hover span.play{
	animation:myspin 1s infinite linear;
}

@keyframes mymove
{
	0 {left:20px;}
	50% {left:30px;}
	100%{left:20px}
}

@keyframes myspin
{
	0%{
		transform:rotate(0deg);
	}
	100%{
		transform:rotate(360deg);
	}
}


.mingshi{
	width:100%;
	min-height:auto;
	background:url(../images/bg.jpg) no-repeat left top;
	margin-top:100px;
	overflow:hidden;
}

.msbox{
	width:1600px;
	margin:0 auto;
	margin-top:200px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
   text-align: center;
   font-size: 18px;
   /* Center slide text vertically */
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   -webkit-align-items: center;
   align-items: center;
}

.mingshibox{
	width:1200px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}


.textbox{
	width:640px;
	height:580px;
	background:#FFF;
	margin-top:122px;
	box-shadow:0 0 20px #CCC;
}

.textbox h3{
	width:340px;
	margin:0 auto;
	line-height:50px;
	font-size:36px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-top:90px;
}

.textbox h3 span{
	width:80px;
	height:3px;
	border-top:3px solid #000;
}

.textbox h4{
	margin-top:8px;
}

.textbox p{
	padding:40px 60px;
	font-size:20px;
	line-height:40px;
}

.textbox a{
	width:234px;
	height:50px;
	background:#FF6B3B;
	border-radius:25px;
	line-height:50px;
	text-align:center;
	font-size:24px;
	display:block;
	margin:0 auto;
	margin-top:30px;
	color:#FFF;
}

.imgbox{
	width:504px;
	height:826px;
	background:#FFF;
	display:flex;
	justify-content:center;
	align-items:center;
	box-shadow:0 0 20px #CCC;
	margin-bottom:20px;
}


.changjing{
	width:1200px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}


.changjing img{
	display:block;
	margin-bottom:30px;
}


.works{
	width:1200px;
	margin:0 auto;
}


.works ul{
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}


.works ul li{
	width:380px;
	height:320px;
	margin-bottom:30px;
	overflow:hidden;
}

.works ul li img{
    transition:.5s;
}

.works ul li:hover img{
	transform:scale(1.1);
}


.zhuanye{
	width:1200px;
	margin:0 auto;
}

.zhuanye ul{
	width:100%;
	display:flex;
	justify-content:space-between;
}


.zhuanye ul li{
	width:382px;
	border:1px solid #CCC;
	box-sizing:border-box;
	transition:.6s;
}

.zhuanye ul li:hover{
	box-shadow:0 0 12px #CCCCCC;
	border:1px solid #EEE;
}

.zhuanye ul li img{
	display:block;
}


.zhuanye ul li dl{
	width:100%;
	text-align:center;
	margin-top:40px;
}

.zhuanye ul li dl dt{
	font-size:24px;
	font-weight:bold;
}
.zhuanye ul li dl dd{
	font-size:18px;
	margin-top:6px;
}

.zhuanye ul li p a{
	width:180px;
	height:52px;
	display:block;
	margin:0 auto;
	line-height:52px;
	text-align:center;
	background:#FF6B3B;
	color:#FFF;
	font-size:20px;
	margin-top:20px;
	margin-bottom:30px;
	border-radius:26px;
}

.zhuanye ul li p a:hover{
	background:#F00;
}



























