body{
	width: 100%;
	min-width: 1200px;
}
.middle{
	width: 1200px;
	margin: 0 auto;
}
.nav{
	width: 100%;
	height: 60px;
}
.logo{
	height: 60px;
	float: left;
}
.logo img{
	width: 50px;
	height: 50px;
	margin-top: 5px;
	float: left;
}
.logo span{
    color: #000;
    font-size: 30px;
    margin-left: 10px;
    display: inline-block;
    line-height: 60px;
    font-weight: bold;
}
.nav_list{
	width: 840px;
	height: 60px;
	float: left;
}
.nav_list li ul{
	display: none;
	position: relative;
	z-index: 9999;
	background: #fff;
}
.nav_list>ul{
	margin-left: 300px;
	line-height: 60px;
}
.nav_list>ul>li{
	width: 100px;
	text-align: center;
	float: left;
}
.nav_list>ul>li img{
	margin-left: 3px;
	vertical-align: middle;
}
.nav_list>ul>li>a{
	display: block;
	font-size: 16px;
}
.nav_list>ul>li{
	cursor: pointer;
}
.nav_list>ul>li.current>a{
	color: #ff5256;
}
.nav_list li li{
	border-bottom: 1px solid #ccc;
}
.nav_list li li a{
	font-size: 16px;	
}
.nav_list li li.current a{
	color: #ff5256;
}
.login{
	width: 164px;
	height: 60px;
	float: left;
}
.login button{
	padding-left: 12px;
	padding-right: 12px;
	height: 36px;
	margin-top: 12px;
	margin-right: 12px;
	font-size: 14px;
	border: 1px solid #FF5256;
	outline: none;
	background: #fff;
	border-radius: 6px;
	cursor: pointer;
}
.login button a{
	color: #ff5256;
}
.login button:last-child{
	margin-right: 0;
	background: #FF5256;
	color: #fff;	
}
.banner img{
	width: 100%;
	display: block;
}
h2{
	font-size: 24px;
	color: #333;
	text-align: center;
}
h2 .border{
	display: block;
	width: 40px;
	height: 2px;
	background: #ff5256;
	margin: 0 auto;
	margin-top: 8px;
}
h2 .subtitle{
	font-weight: 400;
	font-size: 16px;
	color: #999;
}
.foot{
	width: 100%;
	min-width: 1200px;
	height: 390px;
	background: #333333;
	color: #999999;
}
.foot a{
	color: #999999;
}
.foot h4{
	font-size: 16px;
	color:#fff;
}
.foot .top{
	width: 1200px;
	height: 300px;
	padding-top: 30px;
}
.foot .top>div{
	float: left;
	position: relative;
}
.foot .top .about{
	width: 460px;
	height: 270px;
	padding-right: 50px;
}
.foot .top .about p{
	font-size: 13px;
	margin-top: 20px;
	line-height: 22px;
	color: #999999;
}
.foot .top .navigation{
	width: 120px;
	height: 270px;
	padding-right: 30px;
}
.foot .top .navigation ul{
	margin-top: 20px;
}
.foot .top .navigation li{
	line-height: 32px;
}
.foot .top .product{
	width: 120px;
	height: 270px;
	padding-right: 30px;
}
.foot .top .product ul{
	margin-top: 20px;
}
.foot .top .product li{
	line-height: 32px;
}
.foot .top .hot_line{
	width: 500px;
	height: 270px;
	padding-right: 30px;
}
.foot .top .hot_line span{
	display: inline-block;
	margin-top: 20px;
	color: #ff5256;
	font-size: 20px;
}
.foot .top .hot_line ul{
	position: absolute;
	left: 0;
	bottom: 32px;
}
.foot .top .hot_line ul li{
	margin-top: 12px;
}
.foot .top .hot_line img{
	position: absolute;
	right: 160px;
	top: 10px;
}
.foot .bottom{
	width: 1200px;
	border-top: 1px solid #f2f2f2;
	overflow: hidden;
}
.foot .bottom ul li{
	width: 12.5%;
	margin-top: 20px;
	text-align: center;
	float: left;
}
.fwsm{
	width: 900px;
	overflow: hidden;
}
.fwsm ul{
	margin-bottom: 30px;
}
.fwsm ul li{
	margin-top: 10px;
	margin-bottom: 10px;
	text-indent: 2em;
	font-size: 16px;
	line-height: 30px;
}
.login-box{
	display:inline-block;
	position:relative;
}
.login-show{
	display:none;
	position:absolute;
	background:#fff;
	left:-30px;
	width:120px;
}
.login-show p{
	border-bottom:1px solid #ccc;
	height:60px;
	line-height:60px;
	font-size:16px;
	text-align:center;
}
.login-show p a:hover{
	color:#333;
}
.login-show p button:last-child{
	border:1px solid #ff5256;
	background:#fff;
	color:#555;
}
.login-box:hover .login-show{
	display:block;
}
.dialog_model{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	z-index: 9999;
	overflow: hidden;
	display: none;
}
.dialog_content{
	position: fixed;
	width: 600px;
	height: 580px;
	top: 50%;
	margin-top: -290px;
	left: 50%;
	margin-left: -300px;
	background: #fff;
	z-index: 10000;
}
.dialog_content .dialog_header{
	height: 40px;
	line-height: 40px;
	background: #f7f7f7;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
.dialog_content .dialog_header p{
	float: left;
	margin-left: 30px;
	font-size: 20px;
	color: #666;
}	
.dialog_content .dialog_header div{
	float: right;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	margin-top: 5px;
	cursor: pointer;
}
.dialog_content .dialog_header div img{
	width: 20px;
}
.dialog_content .dialog_body{
	padding: 12px 20px;
}
.dialog_content .dialog_body p{
	text-indent: 30px;
	line-height: 28px;
	font-size: 16px;
}
.dialog_foot{
	padding: 10px 20px 0;
	text-align: right;
}
#noTs,#dialogSure{
	height: 33px;
	line-height: 33px;
	margin: 5px 5px 0;
	padding: 4px 15px;
	border: 1px solid #dedede;
	background-color: #fff;
	color: #333;
	border-radius: 2px;
	font-weight: 400;
	font-size: 12px;
	cursor: pointer;
}
