/* 
	Theme Name: 身份证
	Theme URL: http://www.seo628.com  
	Description: WordPress定制主题 
	Author: 小兽     
	Author URI: http://www.seo628.com
	Version: 1.0   
*/
@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead,figure {
	border: 0;
	font-size: 14px;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
}
a, button, input {
    outline: none;
}
body{
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, '宋体';
	background-color: #ffffff;
}
ul,li,ol {
	list-style: none;
	background: transparent;
	margin-bottom:0;
}
b,strong{font-weight:bold;}

select.search-select,option {
    border:none;
    outline: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
    border: 0;
}
textarea{
	resize: vertical;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {   
 /* WebKit browsers */   
color: #666;   
}   
input:-moz-placeholder, textarea:-moz-placeholder {   
/* Mozilla Firefox 4 to 18 */   
color: #666;   
}   
input::-moz-placeholder, textarea::-moz-placeholder {   
 /* Mozilla Firefox 19+ */   
color: #666;   
}   
input:-ms-input-placeholder, textarea:-ms-input-placeholder {   
 /* Internet Explorer 10+ */   
color: #666;   
}

.container {
	max-width: 1200px;
	margin:15px;
	position: relative;
	text-align: center;
}

table {
	margin: auto;
}

.text p {
	font-size: 16px;
	font-weight: 800;
	line-height: 2;
}
.form1 img{height:60px;width:100px;}
.mb50{margin-bottom:25px}
.mb40{margin-bottom:20px}
.mb20{margin-bottom:10px}
.mb30{margin-bottom:15px}
.mb10{margin-bottom:10px}
.form2 input.w300{    
	border: solid 1px #999999;
    height: 30px;
    line-height: 30px;
    background: none;
}
@media (min-width: 768px ) {
	.container {
	max-width: 1200px;
	margin: 30px auto;
	position: relative;
	text-align: center;
}
.form1 img{height:180px;width:260px;}
.form2 input.w300{width:300px;}
.mb50{margin-bottom:50px}
.mb40{margin-bottom:40px}
.mb20{margin-bottom:20px}
.mb30{margin-bottom:30px}
.mb10{margin-bottom:10px}
}
@media (max-width: 768px ) {
	.form1 p{float:left;}
	.form1 input{width: 150px;}
}