* {
	margin: 0;
	padding: 0;
}
ul,ol {
	list-style: none;
}

html {
	font-size: 14px;
}
body {
	background:url(../images/html/bg_rep.png);
}
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
a{text-decoration:none;}
.clearfix:after,.wrapper:after,.home_box:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}.clearfix,.wrapper,.home_box{*zoom:1;}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing:border-box;}
body{font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif; font-size: 14px;height:100%;}
input[type="submit"],input[type="reset"],input[type="button"],button,select,textarea {-webkit-appearance: none;}
input::-webkit-input-placeholder{
	color:#aaa;
}
a {
	text-decoration: none;
}

.main {
    width:100%;
    float:left;
}
.head {
    background:url(../images/html/head.jpg) center no-repeat;
    height:186px;
}
.con {
    width:1060px;
    margin:0 auto;
    padding-top:20px;
}
.left {
    width:240px;
    float:left;
    background:url(../images/html/left.png) no-repeat;
    height:438px;
}
.right {
    width:800px;
    float:right;
    background:#FFFFFF;
    min-height:600px;
    margin-bottom: 20px;
}
.right p {
    text-indent:2em;
    padding:20px; 
    font-size:16px;
    line-height:36px;   
}

input[type="submit"], input[type="reset"], input[type="button"], button, select, textarea {
    -webkit-appearance: none;
}
.input-button {
    border-radius: 5px;
    -webkit-appearance: none;
    outline: 0;
    box-sizing: border-box;
    color: #FFFFFF;
    background: #CCC;
    width: auto;
    font-size: 18px;
    height: 36px;
    padding: 0 20px;
    cursor:pointer;
}
.btns {
    text-align:center;
    padding:20px;
}
.btns input{
    margin-right:20px;
}
.right_bar {
    border-bottom:#ccc 1px dashed;width:760px;margin:0 auto;padding:20px 0px;font-size:16px;
    font-weight:bold;
}
.links {
    padding-top:194px;
}
.links a {
    display:block;
    height:47px;
    line-height:45px;
    margin-top:2px;
    float:left;
    width:100%;
    text-align:left;
    color:#FFFFFF;
    font-size:18px;
    font-weight:bold;
    text-indent:4.1em;
}
.links a:hover {
    color:#ffd800;
    text-decoration:underline;
}
.formgroup {
    font-size:16px;
    margin-bottom:15px;
}
.col-sm-2 {
    display:inline-block;
    width:20%;
}
.col-sm-25 {
    display:inline-block;
    width:25%;
}
.col-sm-3 {
    display:inline-block;
    width:30%;
}
.col-sm-4 {
    display:inline-block;
    width:40%;
}
.col-sm-5 {
    display:inline-block;
    width:50%;
}
.col-sm-6 {
    display:inline-block;
    width:60%;
}
.col-sm-8 {
    display:inline-block;
    width:75%;
}
.control-label {
    text-align:right;
    font-weight:bold;
    color:#343434;
}
.input-text {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    color: rgb(85, 85, 85);
    vertical-align: middle;
    background-color: rgb(255, 255, 255);
    background-image: none;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
    padding: 6px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
h1 {
    font-size:20px;
    font-weight:bold;
    text-align:center;
    line-height:80px;
    color:#9d0b0b;
}
.list {
    line-height: 37px;
    font-size: 16px;
    padding: 15px;
    padding: 5px;
}
.list a {
    color: #333;
    padding-left: 12px;
    background: url(../images/icon17.png) 2px 9px no-repeat;
   
}
.list a:hover {
    color: #CC0000;
    text-decoration:underline;
}
.list ul li {
    padding-left:5px;
    border-bottom:#dedede 1px dashed;
}
.list ul {
    
}
.sub_title {
    position: relative;
    border-top: 1px solid #A8A8A8;
    font: 18px/40px Georgia;
    color: #A8A8A8;
    zoom: 1;
    text-align: center;
    width:740px;
    margin:0 auto;
}
.control-label b {
    color:#CC0000;
}
label.error {
	position: absolute;
    right: 0px;
    top: 8px;
	color: #ef392b;
	font-size: 12px
}
input.error,select.error,textarea.error {
	background-color: #fbe2e2;
	border-color: #c66161;
	color: #c00
}
.Codeimg {
    display: inline-block;
    float: left;
    width:80px;
    height:34px;
}
.pager
{
	font-size:14px;
	line-height:16px;
	font-family:ËÎÌå;
	text-align:center;
	margin:8px;
	}
.pager a
{
    padding:3px 5px;
	margin:0px 3px;
	border:#cc0200 1px solid;
	text-decoration:none;
	color:#333333;
    background:none;
	}
.pager a:hover
{
    padding:3px 5px;
	margin:0px 3px;
	background-color:#cc0200;
	border:#cc0200 1px solid;
	text-decoration:none;
	color:#FFFFFF;
	}
.pager span
{
	color:#000000;
	padding:3px 5px;
	margin:0px 3px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#cc0200;
	border:#cc0200 1px solid;
	}
.pager input
{
	width:25px;
	height:14px;
	padding:0px;
	margin:0px 3px;
	}