@charset "utf-8";
/* CSS Document */
/*重置CSS*/
body{font-family:'Microsoft YaHei';margin:0 auto;padding:0;background:#ffffff;font-size:12px;color:#333;}
body > div{margin-right:auto;margin-left:auto;}
div,form,ul,ol,li,span,p{margin:0;padding:0;border:0;}
img,a img{border:0;margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-weight:normal;}
ul,ol,li{list-style:none}
table,td,input{font-size:12px}
a{outline-style:none;color:#333;text-decoration:none}
/*@font-face {
	font-family: ‘fontNameRegular’;
	src: url(’fontName.eot’);
	src: local(’fontName Regular’),
	local(’fontName’),
	url(’fontName.woff’) format(’woff’),
	url(’fontName.ttf’) format(’truetype’),
	url(’fontName.svg#fontName’) format(’svg’);
}*/
@font-face {  
 font-family: MyCustomFont;  
 src: url("../font/webfont.eot") 
}  
@font-face {  
 font-family: MyCustomFont;  
 src: url("../font/webfont.ttf") 
}
@font-face {  
 font-family: MyCustomFont;  
 src: url("../font/webfont.svg")   
}  
@font-face {  
 font-family: MyCustomFont;  
 src: url("../font/webfont.woff")   
}   
.main{
	width:1000px;
	margin:0 auto;
	overflow: hidden;
}
.top_1{
	width:100%;
	height:90px;
	background-color: #ffffff;
}
.top{
	width:1000px;
	height:90px;
	margin:0 auto;
}
.logo{
	width:216px;
	height:55px;
	margin-top:18px;
	float:left;
}
.maoxian{
	width:439px;
	height:55px;
	float:left;
	margin:18px 0 0 50px;
}
.tel{
	width:268px;
	height:55px;
	margin-top:20px;
	float:right;
}
.bg{
	width:100%;
	overflow:hidden;
	height:100px;
}
.bg_1{
	background:url(../images/top_1.jpg) no-repeat center 0px;
}
.bg_2{
	background:url(../images/top_2.jpg) no-repeat center 0px;
}
.bg_3{
	background:url(../images/top_3.jpg) no-repeat center 0px;
}
.bg_4{
	background:url(../images/top_4.jpg) no-repeat center 0px;
}
.bg_5{
	background:url(../images/top_5.jpg) no-repeat center 0px;
}
.nav{
	width:100%;
	height:45px;
	margin: 40px auto 40px;
}
.nav ul{
	width:100%;
	height:45px;
}
.nav ul li{
	width:150px;
	height:43px;
	border-radius: 6px;
	float:left;
}
.nav ul li a{
	display: block;
	width:150px;
	height:43px;
	border-radius: 6px;
	color:333333;
	font-size:20px;
	text-align: center;
	line-height: 43px;
	border:1px solid #333333;
}
.nav ul li a:hover{
	background-color: #333333;
	border-radius: 6px;
	border:1px solid #333333;
	color:#ffffff;
}
.ure{
	margin-left:19px;
}
.jy{
	width:948px;
	overflow: hidden;
	padding:16px 20px 16px 30px;
	border-radius: 6px;
	border:1px dashed #bfbfbf;
	display: block;
	font-size:18px;
	line-height: 34px;
}
.jy span{
	color:red;
	/*font-weight: bold;*/
}
.biao{
	font-size: 46px;
	font-weight: bold;
	text-align: center;
	color:#140d33;
	padding-top: 60px;
	padding-bottom: 20px;
}
.biao span{
	color:red;
}
.mingshi{
	width:1008px;
	overflow: hidden;
}
.mingshi ul{
	width:100%;
	overflow: hidden;
}
.mingshi ul li{
	width:160px;
	height:260px;
	float:left;
	margin-right:8px;
	margin-top: 40px;
}
.mmm{
	width:160px;
	height:204px;
	display: block;
	overflow: hidden;
	background: #000000;
}
.mmm img{
	cursor: pointer;  
    transition: all 0.6s; 
}
.mmm img:hover{
	transform: scale(1.2);
	opacity: 0.8;
}
.name{
	width:140px;
	height:33px;
	display: block;
	margin:20px auto 0;
	font-size:18px;
	text-align: center;
	line-height: 35px;
	border-radius: 60px;
	border:1px solid #dcdcdc;
}
.name a{
	width:140px;
	height:33px;
	display: block;
	border-radius: 60px;
}
.name:hover{
	border:1px solid red;
}
.name a:hover{
	color:red;
}
.rongyu{
	width:100%;
	height:633px;
	margin-top: 80px;
	padding-top: 30px;
	background:url(../images/bg_1.gif) no-repeat center 0px;
}
.spxc{
	width:720px;
	overflow: hidden;
	float:left;
	border:1px solid #333333;
	margin-top: 40px;
}
.jiangzhuang{
	width:231px;
	height:405px;
	float:right;
	margin-top:40px;
}
.left_nav{
	overflow: hidden;
	width:120px;
	position: fixed;
	left:50%;
	bottom: 304px;
	margin-left: -640px;
	border-right:1px dashed #ca1904;
}
.left_nav ul{
	width:120px;
}
.left_nav ul li{
	width:120px;
	height:30px;
	margin-top:10px;
	float:left;
	background: #e0e0e0;
	text-align: left;
	line-height: 30px;
	border-radius: 15px;
}
.left_nav ul li a{
	color:#151515;
	font-size: 16px;
	padding-left: 30px;
	display: block;
	border-radius: 15px;
}
.left_nav ul li a:hover{
	background-color: red;
	color:#ffffff;
}
.footer{width:100%;padding:40px 0;background:#ffffff;text-align:center;font-size:16px;color:#333333;line-height:36px;}
.footer a{color:#333333;margin:0px 7px;font-size:16px;}
