*{
	padding: 0;
	margin: 0;
}

ul,li{
	list-style: none;
}

a{
	text-decoration: none;
}


body{
	min-width: 1440px;
}


.banner{
	width: 100%;
	height: 800px;
	background: url(../images/banner.jpg) no-repeat center center;
}


.title{
	width: 376px;
	height: 70px;
	margin: 0 auto;
	margin-top: 90px;
}


.titles{
	width: 1000px;
	height: auto;
	margin: 70px auto 50px auto;
	text-align: center;
}


.titles h2{
	width: 100%;
	height: 60px;
	font-size: 42px;
	color: #FEAB0F;
}


.titles p{
	font-size: 24px;
	line-height: 50px;
	color: #333;
}





.box-one{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}


.cenbox{
	width: 80px;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -40px;
	margin-left: -40px;
	background: #fff;
}

.box-one dl{
	width: 599px;
	height: 320px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.box-one dl dd{
	width: 260px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box-one dl dd span{
	font-size: 20px;
	line-height: 42px;
}



.box-one dl dt{
	width: 260px;
	height: 214px;
	display: flex;
	justify-content: center;
}


.line-left{
	border-left: 1px solid #ccc;
}
.line-right{
	border-right: 1px solid #ccc;
}
.line-top{
	border-top: 1px solid #ccc;
}
.line-bottom{
	border-bottom: 1px solid #ccc;
}



.dhuanan{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}


.dhuanan dl{
	width: 277px;
}

.dhuanan dl dt{
	width: auto;
}


.dhuanan dl dd{
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
}



.btns{
	width: 423px;
	height: 59px;
	background: url(../images/btn.png) no-repeat;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 60px;
}


.btns a{
	width: 400px;
	height: 50px;
	display: block;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	transition: 1s;
}


.btns a:hover{
	color: #f00;
	font-weight:bold;
}

.zuopin{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}


.zuopin p{
	
}


.zuopin p img{
	display: block;
}


.zuopin p.conter{
	width: 590px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.zuopin p.conter img{
	margin: 4px;
	margin-top:0;
}



.zhuanye{
	width: 1200px;
	height: 340px;
	margin: 0 auto;
	border: 1px solid #FEAB0F;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-bottom: 50px;
}


.tips{
	width: 56px;
	height: 166px;
	background: #FEAB0F;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}


.tlef{
    position: absolute;
	left: -56px;
	top: -1px;
}

.trig{
    position: absolute;
	right: -56px;
	top: -1px;
}

.tips i{
	width: 20px;
	height: 20px;
	display: inline-block;
	background: #fff;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg); 
	margin-top: 10px;
}


.tips span{
	width: 40px;
	display: inline-block;
	font-size: 22px;
	text-align: center;
	color: #fff;
}


.zhuanye dl{
	width: 360px;
	margin: 0 15px;
	transition: 0.6s;
}


.zhuanye dl:hover{
	box-shadow: 1px 1px 10px #000;
}

.zhuanye dl dt{
	width: auto;
}


.zhuanye dl dd{
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #000;
	font-weight:bold;
}


.zybox{
	width: 570px;
	position: relative;
}


.zybox .infobox{
	width: 280px;
	height: 180px;
	background: #FEAC0B;
	position: absolute;
	top: 20px;
	right: 20px;
	opacity: 0.8;
	overflow: hidden;
}


.infobox h3{
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	color: #fff;
	text-align: center;
}


.infobox h4{
	width: 200px;
	height: 50px;
	display: block;
	margin: 0 auto;
	line-height: 50px;
	text-align: center;
	margin-bottom: 10px;
}


.infobox h4 a{
	width: 100%;
	height: 100%;
	display: block;
	background: #fff;
	color: #f00;
	font-size: 18px;
	font-weight: normal;
	transition: 1s;
}


.infobox h4 a:hover{
	background: #f00;
	color: #fff;
	font-weight:bold;
}



.inzy3{
	width: 280px;
	height: auto;
	position: absolute;
	top: 20px;
	right: 20px;
	opacity: 0.8;
	overflow: hidden;
}


.inzy3 h3{
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	color: #000;
	text-align: center;
	margin-bottom: 20px;
}



.inzy3 h4{
	width: 160px;
	height: 50px;
	display: block;
	background: #FEAC0B;
	margin: 0 auto;
	line-height: 50px;
	text-align: center;
	margin-bottom: 30px;
	border-radius: 25px;
	transition: 1s;
	font-weight:normal;
}


.inzy3 h4 a{
	width: 100%;
	height: 100%;
	display: block;
	color: #fff;
	font-size: 18px;
}


.inzy3 h4:hover{
	background: #f00;
}


.tabs{
	width: 1200px;
	height: 68px;
	margin: 0 auto;
}

.tabs ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.tabs ul li{
	width: 280px;
	height: 68px;
	border: 2px solid #D1D1D1;
	font-size: 20px;
	cursor: pointer;
}

.tabs ul li span{
	display: block;
	padding: 3px 10px;
	line-height: 30px;
}


.tabs ul li.acti{
	background: #FEAC0B;
	color: #fff;
	border: 2px solid #FEAC0B;
	position: relative;
}


.tabs ul li.acti:after{
	content: "";
	width: 30px;
	height: 30px;
	display: block;
	background: #FEAC0B;
	position: absolute;
	right: -10px;
	top: 20px;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg); 
}


.mukuai{
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
}


.mklist{
	display: none;
}


.mklist ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}


.mingshi{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}


.mingshi dl{
	width: 280px;
}

.mingshi dl:hover{
	opacity: 0.8;
}

.mingshi dl dd{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #000;
}


.mtop{
	margin-top: 30px;
}


.jiuye{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}


.jybox1{
	width: 290px;
	height: 466px;
	border: 1px solid #FEAC0B;
}


.jybox1 h3{
	width: 100%;
	height: 58px;
	background: #FEAC0B;
	line-height: 58px;
	text-align: center;
	font-size: 24px;
	color: #fff;
}


.jybox1 ul{
	width: 100%;
	margin: 0 auto;
}


.jybox1 ul li{
	width: 100%;
	margin-top: 36px;
	margin-bottom: 20px;
}


.jybox1 ul li i{
	width: 50px;
	height: 60px;
	display: inline-block;
	line-height: 60px;
	text-align: center;
	font-size: 40px;
	color: #FEAC0B;
}


.jybox1 ul li span{
	width: 220px;
	display: inline-block;
	font-size: 18px;
}


.jybox2{
	width: 462px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.jybox2 img{
	margin-bottom: 20px;
}

.jiuye img{
	display: block;
}