﻿body{
background: #df4305 url(https://www.2b.cn/huodong/201902/images/jzh_title_bg.jpg) no-repeat center center fixed;
    background-size: 100% 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size: 14px;
	}
	
	input.sear {
    color: #fff;
    height: 40px;
    border-radius: 5px;
    width: 50px;
    background: #2757b1;
    border: 0px;
}
.clogo{width: 160px;}
.menu-2 {margin: 20px; margin-top: 0px; margin-bottom: 30px;}
.menu-2 li{list-style: none; float: left; width: 100px; background: #fafafa; border: 1px solid #dcdcdc;padding: 12px; margin-left: -1px; margin-bottom: -1px;}
.menu-2 li a{font-size: 14px; text-decoration: none; color: #333; }	
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
      padding: 10px 0px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
*{margin: 0px; padding: 0px;}
.m{width: 800px; margin: 0 auto;}
.logo{ margin-bottom: 20px; text-align: center;}
.box{background: #FFFFFF; text-align: center;  padding-top: 50px; padding-bottom: 50px;}
.tex{margin-bottom: 0px; margin-top: 10px;}
.box span{color: #FF6900;}
.but{display: block;     cursor: pointer;  border: 0px; width: 280px; height: 45px; background: url(../img/but.jpg); margin: 0 auto; color: #fff; line-height: 45px; text-decoration: none; margin-top: 30px; margin-bottom: 10PX;}
.but:hover{background: url(../img/buth.jpg); }
.note{width: 500px; margin: 0 auto; text-align: left; font-size: 15px; margin-top: 30px; color: #888; text-indent: 2em;}
.red{margin-top: 15PX; color: #FF6900; font-size: 15PX; text-decoration: none;}
.menu{text-align: center;
    width: 800px;
    margin: 0 auto;
  background: #fbd68d;
    height: 80px;}
.menu a{    color: #e45c06;    font-size: 18px;
    background: #fbd68d;  border: 1px solid #eef6f62e;      width: 33.07%; display: block; height: 78px; line-height: 80px; text-decoration: none; float: left;}
.menu a:hover{   background: #3636364d;}
.tit{ margin-top: 60px; color: #fff; font-size: 18px;}
.nologo {
   width:auto;height:auto;
    line-height: 50px;
    margin: 0 auto;
    border: 2px solid #ff5f01;
    margin-bottom: 50px;
    font-size: 20px;
    color: #ff5d00;
    font-weight: 700;
    padding: 10px;
}
.renling{text-align: right; padding-right: 30px; margin-bottom: -30px;}
.renling a{ color: #333333; text-decoration: none; font-size: 13px;}

.form-control {
width: 340px;
margin: 5px;
height: 30px;
line-height: 30px;
border-radius: 5px;
padding: 3px;
border: 1px solid #DCDCDC;
color: #333;
padding-left: 10px;
}


.from span{width: 100px;
    display: inline-grid;
    text-align: right;
    vertical-align: top;
    color: #333;
    margin-right: 20px;
   
    padding-top: 11px;}
    
.from h3 {
    font-weight: 400;
    margin-bottom: 20px;
    color: #333;
}
.form-text {

    width: 330px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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;
}

select{
    width: 356px !important;
    height: 40px !important;;
}
.list ul{padding: 20px;}
.list ul li{list-style-type: none; border-bottom: 1px solid #DCDCDC; padding: 20px; text-align: left;}
 .list ul li i{padding: 5px; margin-right: 10px; font-style: inherit;}
 .list ul li a{color: #333; text-decoration: none; margin-right: 20px;}
 .list ul li b{font-weight: 400; margin-right: 20px;}
 .list ul li span{ margin-right: 20px;}
.s-btn{ 
    color: #0ea80e !important;
    border-radius: 5px;
    padding: 1px 10px;
    text-decoration: none;
    border: 1px solid #0ea80e;}
.s-btn:hover{ background:#0ea80e ; color: #fff !important ;}
.table{width: 95%; margin: 2.5%;}
.container {
    font-size: 13px;
    text-align: center;
    color: #f1f535;
    padding-top: 20px;
    padding-bottom: 20px;
}
input[type="button"], input[type="submit"], input[type="reset"] {

-webkit-appearance: none;

}
@media only screen and (min-width: 320px) and (max-width: 736px) {

.m{width: 100%;}

.logo img{width: 100%;}

.menu{width: 95%;}
.menu a{   width: 32.676%;
    }
.note{width: 90%;}

.box{width: 95%;}

.form-control{width: 80%;}
select{width: 85% !important;}
.form-text{width: 78%;}
.from {
    text-align: left; padding-left: 20px;
}
.from span{
 text-align: left;}
 
 .but{}
.menu-2 li {
    width: 42%;
    PADDING: 3.8%;
}
.menu-2 {
    PADDING-LEFT: 5PX;
}
 .mno{display: none;}
 
 .search{width: 70%;
 }
}