*{
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
}
body,html{
	font-family: "microsoft yahei","黑体";
	overflow-x: hidden;
}
@font-face { 
  font-family: FZXKJW_1; 
  src: url('../fonts/FZXKJW_1.TTF');
} 
.clearfix{
	zoom: 1;
}
.clearfix:after{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}
.content{
	color: #4f4f4f;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 28px;;
}
#daoyu{
	padding-top: 60px;
}
.bgtit{
	font-family: "FZXKJW_1";
	font-size: 64px;
	color: #4f4f4f;
	text-align: center;
}
#daoyu #content{
	width: 1100px;
	margin: 15px auto;
}
#jiabin{
	background: #a0a0a0;
	padding: 60px 0;
	margin: 80px 0;
}
#jiabin .bgtit{
	color: white;
}
#qiandao-img{
	width: 1100px;
	margin: 0 auto;
}
#qiandao-img li{
	width: 50%;
	float: left;
}
#jiabin .content{
	width: 1100px;
	margin: 30px auto;
	color: white;
}
#huiyi{
	position: relative;
}
#huiyi-line{
	width: 1200px;
	margin: 0 auto;
	border: 1px solid #4f4f4f;
	height: 2600px;
}
#huiyi .bgtit{
	position: absolute;
	top: -32px;
	background: white;
	left: 50%;
	margin-left: -128px;
}
#wenyi{
	width: 1100px;
	margin: 80px auto;
	position: relative;
	height: 876px;
}
#wenyi img{
	display: block;
	position: absolute;
}
#live2,#live3{
	top: 490px;
}
#live3{
	left: 415px;
}
#wenyitit{
	position: absolute;
	display: block;
	right: 150px;
	top: 30px;
}
#wenyi .content{
	width: 830px;
	position: absolute;
	left: 0;
	bottom: 0;
}
#zhici{
	width: 1100px;
	margin:  0 auto;
}
.zhici-tit{
	background: #2859b2;
	padding: 15px;
	width: 300px;
	font-size: 24px;
	color: #e933ff;
	text-align: center;
	border-radius: 15px;
}
.zhici{
	width: 264px;
	float: left;
	background: #eee;
	margin-right: 1%;
}
.zhici:last-child{
	margin-right: 0;
}
.zhici-con{
	padding: 10px;
	height: 339px;
}
.zhici-name{
	font-weight: 900;
	margin-top: 15px;
}
.lingdao{
	width: 532px;
	float: left;
	margin-top: 60px;
}
.lingdao-con{
	background: #eee;
	padding: 10px;
}
.lingdaotit{
	background: #2859b2;
	padding: 15px;
	width: 300px;
	font-size: 24px;
	color: #e933ff;
	text-align: center;
	border-radius: 15px;
}
#jiemu{
	width: 1100px;
	margin: 0 auto;
}
#jiemu ul li{
	float: left;
	height: 218px;
	overflow: hidden;
}
#jiemu ul li:nth-of-type(1){
	width: 40%;
	background: #eee;
	padding-left: 30px;
	padding-right: 30px;
}
#jiemu ul li:nth-of-type(2){
	width: 30%;
}
#jiemu ul li:nth-of-type(3){
	width: 30%;
}
#jiemu-tit{
	font-size: 24px;
	text-align: center;
	background: #2859b2;
	width: 255px;
	height: 50px;
	line-height: 50px;
	margin: 30px auto 15px auto;
	color: #e933ff;
	border-radius: 15px;
}
#line{
	width: 50px;
	height: 5px;
	background: #4f4f4f;;
	margin-top: 60px;
	display: block;
	margin-bottom: 30px;
}
#changqu,#bianzheyu,#chanpin{
	width: 1100px;
	margin: 60px auto;
}

/*导航*/
#return-top{
	position: fixed;
	width: 48px;
	height: 48px;
	background: rgba(0,0,0,0.8);
	right: 10px;
	bottom: 15px;
	padding: 10px 5px 0 5px;
	display: none;
	cursor: pointer;
}
#return-top:hover{
	background: rgb(0,0,0);
}
#nav{
	max-width: 1920px;
	min-width: 960px;;
	background: rgb(20,20,20);
}
#nav ul{
	width: 865px;
	margin: 0 auto;
	font-size: 12px;
	float: right;
	margin: 15px 0;
}
#nav ul li{
	float: left;
	text-align: center;
	border-right: 1px solid #4f4f4f;
	padding: 0 7px;
}
#nav ul li:last-child{
	border-right: none;
}
#nav ul li a{
	color: white;
}
#logo{
	display: block;
	float: left;
	margin-top: 5px;
}
/*底部导航*/
#tyfoot {

    width: 100%;
    background-color: #005699;
    height: 145px;
    text-align: center;
    color: #DEDEDE;
    font-size: 9pt;
    left: 0;
    border-top: #DFDFDF 8px solid;
}
#tyfoot_body {
    width: 980px;
    margin: 0 auto;
    margin-top: 20px;
}
#tyfoot_txt {
	
    float: left;
    width: 590px;
    text-align: left;
    line-height: 20px;
    color: #DEDEDE;
   
}
#tyfoot_txt a:visited {
    color: #DEDEDE;
    text-decoration: none;
	    padding-left: 2px;
    padding-right: 2px;
}
#tyfoot_txt a:link {
    color: #DEDEDE;
    text-decoration: none;
  
   
}
#tyfoot_txt a:hover {
    color: #FF0;
    text-decoration: none;
  
}
#tyfoot_logo img {
    border: 0;
}