@charset "utf-8";
html {overflow-y:scroll;}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {margin:0; padding:0; font:12px "微软雅黑",Arial;background:#f9f9f9;color: #333333;
}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{padding:0; margin:0;}
table,td,tr,th{font-size:14px;}
ol,ul {list-style:none;}
li{list-style-type:none;}
img{vertical-align:top;border:0;width: 100%;}
address,cite,code,em,th,i{font-weight:normal; font-style:normal;}
a{text-decoration: none;background-color: transparent;color: inherit;cursor: pointer;}a:focus{outline:none;}
input,button,textarea,a{outline: none;font-family:"微软雅黑",Arial;}
input{font-size: 12px;}
li,p,a{text-align: justify;}
a:hover{color: #fcae48;}
h1{font-size:20px;font-weight: normal;}
h2{font-size:18px;font-weight: bold;}
h3{font-size:12px;font-weight: bold;}
h4{font-size:12px;font-weight: normal;}
p{font-size:12px;}
select,input,textarea{outline: none;}
select {  
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/  
  border: solid 1px #000;  
  /*很关键：将默认的select选择框样式清除*/  
  appearance:none;  
  -moz-appearance:none;  
  -webkit-appearance:none;  
  /*在选择框的最右侧中间显示小箭头图片*/  
  background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;  
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/  
  padding-right: 14px;  
}  
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #b7b6b5;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #b7b6b5;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #b7b6b5;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #b7b6b5;
}

/*修改滚动条样式*/
header ::-webkit-scrollbar-track-piece { /*//滚动条凹槽的颜色，还可以设置边框属性*/
background-color:#f8f8f8;
}
header ::-webkit-scrollbar {/*//滚动条的宽度*/
width:6px;
height:6px;
}
header ::-webkit-scrollbar-thumb {/*//滚动条的设置*/
background-color:#dddddd;
background-clip:padding-box;
min-height:28px;
}
header ::-webkit-scrollbar-thumb:hover {
background-color:#bbb;
}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/  
select::-ms-expand { display: none; } 
.f-r{float:right;}
.f-l{float:left;}
.clearfix:after,ul:after,section:after {
  display: block;
  content: " ";
  clear: both;
  height: 0;
}
.noselect {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Chrome/Safari/Opera */
-khtml-user-select: none; /* Konqueror */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
not supported by any browser */
}
.btn{
	display: block;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
	not supported by any browser */
}
/*.btn:hover{
	opacity: 0.9;
}*/
.container,.main{
	width:1000px;
	margin: 0 auto;
}

section .bg1{background: url(../img/bg1.png) repeat-x top;}
section .tit1{
	position: relative;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
	color: #003463;
	margin: 0 40px 0 10px;
}
section .tit1>strong{
	float: left;
	padding-left: 25px;
	padding-right: 3px;
	line-height: 35px;
	background: url(../img/i-tit.jpg) no-repeat left center;
	position: relative;
}
section .tit1>a{
	float: right;
	line-height: 35px;
}
section .tit1.btm_line{
	background: url(../img/tit_line.png) repeat-x bottom;
}
section .tit1.btm_line strong:after{
	position: absolute;
	/*width:76px;*/
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	content: '';
	background-color: #0a4774;
}

section .tit3{
	position: relative;
}
section .tit3>a{
	position: absolute;
	top: 8px;
	right: 5px;
}
