@charset "utf-8";
/* CSS Document */ul,li,ol{ list-style:none;}

body, div, ul, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, textarea, p, th, td, dl, dt, dd {
    font-family: "microsoft yahei",Helvetica,Arial,sans-serif,"宋体";
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
body{
	background-color: #f0f9ff;
	background-image: url(../images/body-bg.jpg);
	background-position: top center;
	background-repeat:no-repeat ;
	background-size:cover;
	width: 100%;
	height: 588px;
	margin: 0 auto;
	text-align: center;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.table-form{
	width:360px;
	margin: 0 auto;
	text-align: center;	
}
.table-form>tbody>tr>th{
	font-weight: 700;
	text-align: right;
	font-size: 14px;
}
.table-form>tbody>tr>td{
	padding: 8px 0;
}
.table-select{
	width:685px;
	margin: 25px auto 240px auto;
	text-align: center;	
}
.table-policy{
	width:785px;
	margin: 25px auto;
	text-align: center;	
}
.table-select>tbody>tr>th,
.table-select>tbody>tr>td,
.table-policy>tbody>tr>td{
	padding:8px;
	font-size: 14px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border: 1px solid #cdcdce;	
}
.table-select>tbody>tr>th{
	background-color: #bee0fa;
	font-weight: 700;
	font-size: 14px;
	}
.table-insert{
	background-color: #fff;
	width: 900px;
	margin: 0 auto;
	text-align: center;
}
.table-insert>thead>tr>th,
.table-insert>thead>tr>td,
.table-insert>tbody>tr>td{
	padding:8px 8px 8px 25px;
	height: 21px;
	line-height: 20px;
	text-align: left;
	border: 1px solid #000;	
}
.table-insert>thead>tr>td{
	padding:8px 10px;
	height: 21px;
	line-height: 20px;
	text-align: center;
	border: 0px solid #000;	
}
.table-insert>thead>tr>th{
	background-color: #c3c3c3;
	font-size: 14px;
}

.form-control {
	width: 240px;
	height: 20px;
	margin-right: 5px;
	padding: 6px 12px;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #3293ed;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.btn {
	padding: 8px 12px;
	margin:0;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;	
	border-radius: 4px
}

.btn-info{
	height: 36px;
	color: #fff;
	background-color: #06356d;
	letter-spacing: 2px;
	padding-left:35px ;
	padding-right:35px ;	
}

label{
	font-weight:700 ;
	margin-right: 5px;
}

img {
    border: 0 none;
}
address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}
em,i {
    font-style: normal;
}
strong {
    font-weight: 700;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    vertical-align: baseline;
}
input, textarea, select, button {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
	background-color:#FFF;
}
button {
    border: medium none;
    padding: 0;
}
button::-moz-focus-inner {
    border: medium none;
}
input[type="radio"], input[type="checkbox"] {
    vertical-align: middle;
}
input.checkbox {
    vertical-align: middle;
}
* html input {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
a:focus {
    outline-style: none;
    outline-width: 0;
}


caption {
    text-align: left;
}
p, fieldset, table, pre {
    margin-bottom: 0;
}

/*link*/
a {
    color: #f26b01;
    text-decoration: none;
	cursor:pointer;
}
a:hover {
    text-decoration:underline;
}

.fl{float:left;}
.fr{float:right;}


/*开始*/
.top{ height:175px; width:100%; margin:0 auto; padding:0;text-align: center;}

.content{width:1024px;overflow: hidden;margin: 0 auto;}

.bodymain{
	width: 928px;
	margin:0 auto;
	padding:110px 0 325px 0;
	text-align: center;
	background-image: url(../images/main_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	}
.bodymain a{
	margin: 0 auto;
	color: #fff;
	font-size:30px ;
	font-weight: 600;
	letter-spacing: 2px;
	border-radius:6px ;
	border: 2px solid #ffa200;
	margin-top: 25px;
	display: block;
	text-align: center;
	width: 350px;
	height: 70px;
	line-height: 70px;
	background:url(../images/button-bg.jpg) repeat-x top center;
}
.bodymain a:hover{
	text-decoration: none;
	border: 2px solid #ff8500;
	background:url(../images/buttonhover-bg.jpg) repeat-x top center;
}
.form-text-title{
	width:100%;
	overflow: hidden;
	margin-top: 85px;
	margin-bottom: 25px;	
}
.form-text-title p{
	font-size: 16px;
	line-height: 28px;
	color: #ce131c;
	font-weight: 700;
}
.new-text-title{	
	margin: 0 auto;
	overflow: hidden;
	text-align: center;	
	padding-top:25px;
	padding-bottom:25px;	
	color:#06356d;
}
.new-text-title p{	
	font-size: 36px;
	letter-spacing: 2px;
	color:#06356d;
}
.text-title{
	width:500px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;	
	padding-top:15px;
	padding-bottom:15px;	
}
.text-content{
	width:100%;
	overflow: hidden;	
	margin-bottom: 25px;	
}
.text-content p{
	line-height: 25px;
	font-size: 14px;
	text-align: left;
}
.text-content dl dt,
.text-content dl dd{
	line-height: 25px;
	font-size: 14px;
	text-align: left;
}
.text-content dl dt{
	margin-top: 10px;
	font-weight: 700;
	color: #f00;
}
.text-content{}
.text-content p{
	padding: 10px 20px;
}
.text-left{
	text-align: left!important;
}
.text-right{
	text-align: right!important;
}
.text-center{
	text-align: center!important;
}
.have-read{
	margin-bottom: 25px;
}

.weima{
	text-align: center;
	width: 350px;
	margin:20px 25px;
}
.weima h5{
	background: #3293ed;
	color: #fff;
	text-align: left;
	line-height: 20px;
	padding: 15px;
}
.weima p{
	border: 1px solid #ddd;	
	padding: 15px;
	margin-bottom: 15px;
}
.weima img{
	width:300px;
	height:300px;
}
.copyright{
	margin: 0 auto;
	width: 900px;	
	border-top:1px solid #ddd;
	color: #666;
	text-align:center; 
	height:60px; 
	line-height:60px;
	}