/*  鍏ㄥ眬鏍峰紡  */
html, body{
scrollbar-face-color:#EBF5FF;
scrollbar-base-color:#EBF5FF;
scrollbar-arrow-color:black;
scrollbar-track-color:#F3F3F3;
scrollbar-shadow-color:#EBF5FF;
scrollbar-highlight-color:#EBF5FF;
scrollbar-3dlight-color:#78AAFF;
scrollbar-darkshadow-Color:#78AAFF;
}
*{
  padding:0;
  margin:0;
  font-size:16px;
  font-family: "Microsoft YaHei","Arial";
}
body{
  background:#fff; 
}
img {
	border:0;
}
button,input{
  outline:none;
}
li{
  list-style-type:none ;
}
a{
  text-decoration:none;
}
.clear {
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix{
  *zoom:1;
}



.all_main{
  width:1200px;
  margin:0 auto;
}


/*  澶撮儴鏍峰紡  */
.top_logo {
  width: 95%;
  padding: 0 2.5%;
  height: 80px;
  margin: 0 auto;
  background:#fff;
}
.title_main{
  border-bottom:1px solid #F0AD4E;
  height: 35px;
  line-height:25px;
  margin-left:15px;
  margin-bottom:5px;
  padding-left:10px;
  color:#333;
  font-size:17.5px;
  /* margin:0 auto;
  width:96%; */
}
.white_bg{
  background-color:#fff;
}
.top_logo .right a:first-child {
  color:#f08642;
}
.top_logo .right a {
  margin: 0 10px;
  text-decoration: none;
  color:#666;
}


/*  搴曢儴鏍峰紡  */
.footer{
  font-size: 12px;
  color:#595959;
  text-align: center;
  width:100%;
  height:40px;
  line-height:40px;
  border-top:1px solid #eee;
  background:#fff;
}

/*  宸︿晶鑿滃崟鏍� */
.products_main{
  padding:5px 15px 0 5px;
  background:#fff;
  text-align: left;
  box-sizing:border-box;
}
.products_menu{
  width:200px;
  margin:5px 0;
  padding:5px 0;
  box-sizing: border-box;
  border-right:1px solid #eee;
}
.products_menu li{
  margin-bottom: 12px;
  padding-left: 18px;
}
.products_menu li a{
  width:100%;
  display: inline-block;
}
.products_menu li img{
  vertical-align: middle;
}
.products_menu li span{
  display: inline-block;
  line-height:32px;
  vertical-align: middle;
  color:#666;
  margin-left: 10px;
}
.products_menu li.active span{
  color:#333;
}

/*  绠�粙  */
.products_main{
  padding:10px 15px 0 15px;
  background:#fff;
  margin:-3px auto 0;
}
.products_menu{
  width:200px;
  margin:5px 0;
  padding:2px 0;
  box-sizing: border-box;
  float: left;
}
.products_menu li{
  margin-bottom: 12px;
  padding-left: 20px;
}
.products_menu li a{
  width:100%;
  display: inline-block;
}
.products_menu li img{
  vertical-align: middle;
}
.products_menu li span{
  display: inline-block;
  line-height:32px;
  vertical-align: middle;
  color:#666;
  margin-left: 10px;
}
.products_menu li.active span{
  color:#333;
}
.products_content{
  float: left;
  vertical-align:top;
  margin:20px 0;
  width:960px;
  border-left:1px solid #eee;
  min-height: 360px;
}
.introd_img{
  display: block;
  margin:10px auto 0;
}
.introd_center{
  width:860px;
  margin:30px auto;
}
.introd_center p{
  text-indent: 32px;
  line-height:25px;
  margin-bottom: 10px;
}


/*  鍥炲崟淇℃伅鏌ヨ鎵撳嵃  */
.message_title{
  text-align: center;
  font-size:18px;
}
.query_condition select{
  height:28px;
  border:1px solid #ddd;
  color: #666;
  font-size:15px;
  outline:none;
}
.query_condition select.select_style1{
  width:210px;
}
.query_condition select.select_style2{
  width:160px;
}
.query_date,.query_amount{
  width:95px;
  height:28px;
  border:1px solid #ddd;
  padding-left:5px;
  box-sizing:border-box;
  font-size:15px;
}
.query_num{
  width:210px;
  height:28px;
  padding-left:7px;
  border:1px solid #ddd;
  box-sizing:border-box;
  font-size:15px;
}
.query_name{
  display: inline-block;
  width:90px;
  text-align: right;
  margin-right: 2px;
  font-size:15px;
}
.query_condition .query_list{
  margin: 12px 15px 0 0;
  display: inline-block;
  *display:inline;
  *zoom:1;
}
.query_condition .green_button button,.query_condition .green_button input{
  margin:25px 15px 10px;
  border-radius:5px;
}
.query_condition .green_button{
  border-bottom: 1px solid #eee;
  position: relative;
  width:94%;
  margin:0 auto;
}
.query_tips{;
  font-size:13px;
  position: absolute;
  right:5px;
  bottom:5px;
  color:#64a3db;
}
.infor_table{
  width:94%;
  margin:0 auto;
  position: relative;
}
.infor_table .message_title{
  margin:10px 0;
}
.infor_table table{
  width:100%;
  border:1px solid #bbb;
  border-collapse:collapse;
}
.infor_table table th,.infor_table table td{
  border:1px solid #bbb;
  text-align: center;
  padding:4px 0;
  font-size:14px;
  font-weight: normal;
}
.infor_table table th{
	height:40px;
    background:#f08642;
    color:#ffffff;
}
.infor_table table tr:hover{
    background:#fbfbfb;
}
.infor_table table td{
    color:#666;
}
.infor_table table td a{
    color:#64a3db;
    cursor:pointer;
}
.infor_table table td a:hover{
    text-decoration:underline;
}


/* 鍥炴墽鍗�*/
.receipt_table table{
  width:100%;
  border:1px solid #bbb;
  border-collapse:collapse;
  word-wrap: break-word;
  word-break: break-all;
}
.receipt_table table th,.receipt_table table td{
  border:1px solid #bbb;
  padding:4px 0;
  font-size:15px;
  font-weight: normal;
}

.receipt_table table th{
  text-align: left;
  padding:8px 0 8px 20px;
}
.receipt_table table th,.bg_gray{
  background:#f4f4f4;
}
.receipt_table table tr:hover{
  background:#fbfbfb;
}
.receipt_table table th h3{
  font-weight:normal;
  color:#333;
  font-size: 15px;
}
.receipt_table table td{
  text-align: center;
  padding:8px 0;
  height: 20px;
  color:#666;
}

.receipt_table{
  width:95%;
  margin:0 auto;
}
.receipt_table .receipt_box{
  position: relative;
  width:100%;
}
.receipt_table img{
  position:absolute;
  right:80px;
  bottom:60px;
}
.receipt_button{
  width:100%;
  margin: 25px 0 45px;
  text-align: center;
}
.receipt_button input{
  width:200px;
  height:30px;
  color:#fff;
  margin:0 10px;
  outline:none;
  border:0;
}
.receipt_button .first_btn{
  background:#F0AD4E;
}
.receipt_button .second_btn{
  background:#5CB85C;
}
.receipt_button .last_btn{
  background:#5BC0DE;
}


.asterisk{
  color:#ff0000;
  font-style: normal;
  margin-right:2px;
}


.infor_table .table_button{
  position: absolute;
  right:0;
  top:0;
}
.infor_table .table_button input,.infor_table .table_button button{
  padding:0 20px;
  height:23px;
  cursor: pointer;
  margin:10px 5px 0;
  font-size:14px;
  background:#64a3db;
  border:0;
  color:#fff;
  border-radius:12px;
}
.table_tips{
  color:#a72126;
  font-size:12px;
  left:0;
  top:5px;
  position: absolute;
}
.company_message{
  margin:5px 0;
}
.company_message span{
  font-size:14px;
  color:#333;
}
.company_message span:nth-child(2),.company_message span:nth-child(3){
  float: right;
}
.company_message span:nth-child(3){
  margin-right:50px;
}


/*  鍒嗛〉  */
.marright{
  margin-right:10px;
}
.font_size1{
  font-size:14px;
}
.page-btn {
    margin: 9px 0 5px 5px;
    padding: 2px 8px;
    background:#ffffff;
	border-radius: 2px;
	color:#51a282;
    font-size: 14px;
    border:0;
    text-decoration: none;
}


/*  鎸夐挳  */
.green_button{
  text-align:center;
}
.enter_center .green_button button,.enter_center .green_button input{
  margin:30px 15px 10px;
}
.green_button button,.green_button input{
  width:100px;
  height:30px;
  cursor:pointer;
}
.green_background{
  background:#f08642;
  color:#fff;
  border:1px solid #f08642;
}
.green_border{
  border:1px solid #f08642;
  color:#f08642;
  background:#fff;
}

/*  鐧诲綍  background:#0095d9;*/
.login_main{
  width:100%;
  height:500px;
  padding-top: 1px;
  box-sizing:border-box;
}
.top_logo .right {
    float: right;
    height: 80px;
    line-height: 80px;
}
.login_main .enter_center{
  width:400px;
  height:365px;
  background:#fff;
  position: absolute;
  margin-top:-162.5px;
  top:50%;
  right:15%;
}
.login_img{
  position: absolute;
  margin-top:-190px;
  top:50%;
  left:8%;
}
.logo_bg{
    width:1200px;
    margin:0 auto;
    position: relative;
    height:100%;
}
.login_title{
  font-size:21px;
  font-weight:bold;
  color:#f08642;
  text-align: center;
  width:90%;
  margin:0 auto 30px;
  height:70px;
  line-height: 70px;
  border-bottom:1px solid #eee;
}
.enter_center li{
  width:80%;
  margin:18px auto 0;
  position: relative;
}
.enter_name{
  display: inline-block;
  width:70px;
  height:34px;
  line-height:34px;
  width:20%;
  color:#555;
  float: left;
}
.enter_text{
  border:1px solid #ddd;
  height:34px;
  line-height:34px;
  padding-left:10px;
  box-sizing:border-box;
  width:100%;
  float: left;
  color:#555;
}
.click_yzm{
  cursor:pointer;
  font-size:15px;
  color:#888;
  height:34px;
  line-height:34px;
  width:120px;
  text-align: center;
  border:1px solid #ddd;
  position: absolute;
  top:0;
  right:0;
  background:#f7f7f7;
  box-sizing:border-box;
}
.click_yzm a{
  color:#888;
}
.click_yzm:hover,.click_yzm a:hover{
    text-decoration:underline;
}
.blue_color{
  color:#e89a56;
}
.package_download{
  font-size:15px;
  display:block;
  text-align: center;
  margin-top:15px;
}