a{
  color:inherit;
}
a:hover{
  color:inherit;
  text-decoration:none;
}
ul{
  list-style:none;
  padding-left:0px;
}
img{
	width: 100%;
	}
html,body{
}
.container{ width:1200px !important;  max-width:1200px !important;}
.banner{
	width: 100%;
		min-width: 1200px;
	min-width: 1200px;
}
.intro{
	background: #EE5B0D;
	width: 100%;
	min-width: 1200px;
}
.intro-flex{
	display: flex;
	justify-content: space-between;
	padding-top: 100px;
	padding-bottom: 100px;
}
.intro-item{
	width: 280px;
	height: 275px;
	border-radius: 10px;
	background-color: #FFF0CC;
	box-shadow: #ffb47b 0px 8px 0px;
}
.item-title{
	width: 224px;
	height: 46px;
	border-radius: 46px;
	background-color: #fec675;
	color: #a1443b;
	font-weight: bold;
	font-size: 24px;
	line-height: 46px;
	text-align: center;
	margin:0 auto;
	margin-top: -20px;
	position: relative;
	z-index: 9;
}
.item-content{
		padding:5px 10px 0 10px;
		font-size: 16px;
		color: #4A3636;
		line-height: 1.5;
		text-indent: 32px;
}
.entrance{
	width: 100%;
	min-width: 1200px;
}
.entrance-box{
	margin-top: 50px;
	position: relative;
	height: 602px;
	background:url("../images/zhuangshi.png")   no-repeat,url("../images/zhuangshi2.png")   no-repeat;
	background-position: 136px 25px, 900px 50px;  

}
.entrance-item{
	position: absolute;
	width: 323px;
	height: 274px;
}
.topbar{
    padding: 10px 0;
    background: #f5f5f5;
   }
   .topbarfr{
    display: flex;
    align-items: center;
    justify-content: flex-end;
   }
   .topbarfr a{
    margin-right: 10px;
    color: #666;
   }
   .topbarfr img{
    width: 20px;
    height: 20px;
    margin-top: -5px;
    margin-right: 5px;
   }
.huodong{
	right: 0;
		top: 325px;
}
.tupian{
	top: 0;
	left: 278px;
}
.wenzi{
	left: 0;
	top: 185px;
}
.yingyin{
	top: 327px;
	left: 303px;
}
.zhuanti{
	right:280px;
	top: 142px;
}
.tip{
	background: #FFF0CC url("../images/dengpao.png") no-repeat 1000px 12px;
	color: #4A3636;
	height: 114px;
	margin-top: 100px;
	display: flex;
	align-items: center;
	border-radius: 10px;
	box-shadow: #ffb47b 8px 0px 0px;
	width: 1160px;
	margin:0 auto;
	margin-top: 100px;
	}
	.tip-title{
		width: 71px;
		height: 114px;
		margin-right: 185px;
	}
	.tip-title img{
		height: 100%;
	}
	.tip-content p{
		margin-bottom: 0;
		position: relative;
		margin: 5px 0;
	}
		.tip-content p:before{
			content: '';
			width: 3px;
			height: 3px;
			position: absolute;
			background-color: #EE5B0D;
			left: -25px;
			top:45%
		}
	.footer{
		background-color: #EE5B0D;
		color: #Fff;
		text-align: center;
		margin-top: 50px;
		width: 100%;
		min-width: 1200px;
		font: 18px/180px 'Microsoft Yahei';
	}
	.fix-window{
		position: fixed;
		left:20px;
		top:40%;
		width: 193px;
		height: 536px;
		background-color: #FFE139;
		border-radius: 200px;
		padding-top: 30px;
		z-index: 99;
	}
	.fix-title{
		width: 90%;
		margin: 0 auto;
	}
	.fix-content{
		padding: 10px;
		font-size: 12px;
		color: #89281F;
		line-height: 1.5;
	}
	.href-item{
		width: 95%;
		margin: 0 auto;
		border-bottom: #E3A852 solid 1px;
		font-size: 16px;
		color: #89281F;
		font-weight: bold;
		line-height: 40px;
		padding-left: 5px;
		position: relative;
	}
		
		.first-show-pc{
			background: url('../images/bg.jpg') no-repeat;
		}
		.first-show-phone{
			background: url('../images/shouji-bj.jpg') no-repeat;
		}
		.first-show{
			position: fixed;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background-size: 100% 100%;
			z-index: 100;
			padding-top: 15vh;
			animation-delay: 3s;
		}

		.first-show-title{
			margin: 0 auto;
		}

.topbar{
  background: #ededed;
  color: #999;
  font-size: 14px;
  line-height: 30px;
}
.topbar a{
  margin-right: 20px;
}
.topbar img{
  margin-top: -5px;
}
.topbar a.ac{
  color: #1f8189;
}
.topbarfr{
  text-align: right;
}
.top{
  padding:20px 0px;
}
.topfr{
  text-align: right;
}
.topfr a{
  border-radius: 60px;
  color: #999;
  padding:3px 10px;
  font-size: 14px;
}
.container{ max-width:1230px; !important}