﻿
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html,body{
      -webkit-text-size-adjust:none;
}
body, nav, dl, dt, dd, p, h1, h2, h3, h4, ul, ol, li, input, button, textarea, footer {
	margin: 0;
	padding: 0
}
.dis{ display:none;}
em,i{ font-style:normal;}
body {
	font-size: 16px;
	font-family: "΢���ź�";
	color: #252525;
	background: #201109;
	-webkit-text-size-adjust: none;
	min-width: 320px;
	overflow-x: hidden;
	position: relative;
	margin-bottom: 55px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%
}
form {
	display: inline
}
ul, ol {
	list-style: none
}
a {
	text-decoration: none;
	color: #333
}
a:hover, a:active, a:focus {
	color:#000;
	text-decoration: none;
}
a:active {
	color: #aaa;
}
.clear{ clear:both;}
img {
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
button, input, select, textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
}
textarea {
	resize: none
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	-moz-appearance: button
}

button::-moz-focus-inner, input::-moz-focus-inner {
padding:0;
border:0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
.nobg{ background:none !important;}
.nobr{ border-bottom:none !important;}
.ma_le{ margin-left:0 !important;}

/*ȫ����ʽ*/
.nav{ width:100%; float:left;}
.nav img{ width:100%;}
.box{max-width:720px; margin:0 auto;}
.header{
	width: 100%;
	float: left;
	background: #040301;
	padding: 11px 0;
}
.header span{ float:left; margin-left:11px; width:38%;}
.header span img{ width:100%;}
.header a{ float:right; margin-right:11px; width:35%; }
.header a img{float:right; width:100%;}
.banner{ width:100%; float:left;}
.banner img{ width:100%;}
.main{ width:96%; float:left; padding:10px 2% 10px 2%;}
.main_1{ width:100%; float:left;    margin-bottom: 20px;}
.c_left{ float:left; width:30%; float:left; margin:0 2px;}
.c_left img{ width:100%;}
.c_right{
	float:right;
	width:66%;
	margin-top: 20px;
}
.c_right p{ line-height:180%;}
.c_right p span{ font-size:14px; color:#fff; margin:0 5px 0 0;}
.c_right p i{ font-size:16px; color:#b3b1b1;}
.c_right p img{ width:6.5%; margin-right:3px;}
.main_2{ width:90%; float:left; margin:10px 5% 0 5%;}
.main_2 img{ width:100%;}
.main_3{ width:90%; float:left; margin:10px 5% 0 5%;}
.main_3 img{ width:100%;}


@media only screen and (max-width: 375px) {
	.c_right p{ line-height:168%;}
	}