* {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
}

img {
	border: none;
}

a {
	 color: #666;
	text-decoration: none;
}
a:hover {
	 color: #0978E8;
	text-decoration: none;
}
.h1, .h2, .h3, h1, h2, h3{
	margin: 0;
}
ol,
ul {
	list-style: none;
	margin: 0;
}
input,select{
	outline: none;
}
.container {
    padding-right: 0px;
    padding-left: 0px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
 z-index: 3;
    color: #333;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
   
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #0978E8;
    background-color: #eee;
    border-color: #ddd;
  
}
.pagination>.active>span{
	color: #fff
}

.med_mobile{
	display: none;
}
.med{
	display: inline-block;
}

.custom-file-input {
	    
		margin-left: 10px;
		float:left;
}
.top {
  background: url(../img/top_bj.jpg) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  margin: 0 auto;
  height: 120px;
  border-top: 0px solid #e12826;
  border-bottom: 4px solid #e12826;
}

.con_one {
  padding-top: 13px;
}

.con_one img {
  vertical-align: middle;
}

.con_one span {
  vertical-align: middle;
  font-size: 30px;
  font-weight: 500;
}

.con_teo p {
  font-size: 15px;
  text-transform: uppercase;
}
.top_main {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-size: 100% 100%;
  overflow: hidden;
  padding: 4px 0 8px;
}

.top_al,
.top_bl {
  width: 100%;
  margin: 0 auto;
}

.top_le {
  height: 30px;
  float: left;
}
.top_le a{
  font-size: 14px;
}
.top_ri {
  float: right;
  padding-top: 30px;
  /* position: absolute; */
  /* right: 20px; */
  /* top: 35px; */
  /* z-index: 99; */
}
.top_ri span{
  color: #666666;
  font-size: 16px;
}
.riqi{
				width: auto !important;
				float: none !important;
				margin-top: 6px;
				display: block;
			}
.top_ri a:hover{
  color: #de1210;
}
.top_ri a{
  color: #e22f2d;
  font-size: 16px;
  font-weight: bold;
}
.tob_le {
  float: left;
  margin: 20px 0px;

}
.tob_le img{
  height: 68px;
}
.tob_ri {
  width: 25%;
  float: right;
}

.search {
  width: 100%;
  margin: 20px auto;
  display: flex;
}

.search input {
  float: left;
  flex: 5;
  height: 40px;
  outline: none;
  border: 1px solid #808080;
  box-sizing: border-box;
  padding-left: 10px;
}

.search button {
  float: right;
  flex: 1;
  height: 40px;
  background-color: #808080;
  color: white;
  border-style: none;
  outline: none;
}

.search button i {
  font-style: normal;
}

.search button:hover {
  font-size: 15px;
}

.typt_main {
  background-image: linear-gradient(to top, #ffffff 0%, #ecf8fd 100%);
  height: 100%;
  position: fixed;
  width: 100%;
}

.foot {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #c30a08;
  text-align: center;
  position: fixed;
  bottom: 0;
  z-index: 99;
}

.foot p {
  color: #FFFFFF;
}

.typt_por {
  width: 100%;
  margin: 0 auto;
  z-index: 9;
  position: absolute;
}

.com_main {
  width: 40%;
  margin: 0 auto;
  padding-top: 150px;
}

.com_a {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #e12826;
}

.com_a h3 {
  width: 30%;
  text-align: center;
  font-size: 24px;
  color: #e12826;
  font-weight: 200;
  padding: 15px 0;
  border-bottom: 3px solid #e12826;
  display: inline-block;
}

.com_b {
  padding: 20px 0 2px;
  border-bottom: 1px solid #d7d7d7;
}

.com_b label img {
  width: 32px;
}

.com_b input {
  border: none;
  background: transparent;
  height: 40px;
  width: 70%;
}

.com_b input::-webkit-input-placeholder {
  color: #848484;
  font-size: 16px;
}

.com_posi {
  position: relative;
}

.com_di {
  position: absolute;
  right: 0;
  bottom: 2px;
}
.reg_formdxbtn{
  position: absolute;
  right: 8px;
  bottom: 13px;
  border: none;
}
.reg_formdxbtn span{
  background: #e12826;
  padding: 5px 15px;
  color: #ffffff;
  border-radius: 5px;
  margin-right: 10px
}
.reg_formdxbtn span:hover{
  background: #016bd6;
  cursor: pointer;
}
.foget {
  width: 100%;
  margin: 0 auto;
  text-align: right;
  padding: 15px 0;
}

.foget img {
  width: 22px;
  vertical-align: middle;
}

.foget span {
  font-size: 14px;
  vertical-align: middle;
}

.but_fot {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  text-align: center;
  background-image: linear-gradient(170deg, #f44336 0%, #e12826 100%);
}

.but_fot a {
  cursor: pointer;
  display: inline;
}

.but_fot span {
  font-size: 17px;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
}

.but_fot:hover {
  background-image: linear-gradient(170deg, #e12826 0%, #f44336 100%);
}

.cen_bj {
  position: absolute;
  bottom: 200px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}

.manage_main {
  width: 100%;
  margin: 0 auto;
  background: #f7f7f7;
  min-height: 500px;
  padding: 20px 0px;
}

.manage_vers {
  width: 85%;
  margin: 0 auto 30px;
  padding: 15px 0px;
  overflow: hidden;
}

.left_maun {
  float: left;
  width: 16%;
  background: #FFFFFF;
  min-height: 700px;
  border-top: 2px solid #e12826;
  padding-top: 2px;
}

.left_maun li {
  height: 60px;
  line-height: 60px;
  text-align: center;
border-bottom: 1px solid #f7f7f7;
}

.mun_li {

}

.mun_li i {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}

.mun_li img {
  vertical-align: middle;
  width: 30px;
}

.mun_li span {
  vertical-align: middle;
  font-size: 15px;
}
.mun_ti{
    background-image: linear-gradient(to top, #ff5722 0%, #f44336 100%);
}.mun_ti img{
  vertical-align: middle;
  width: 20px;
}
.mun_ti span{
  vertical-align: middle;
  font-size: 15px;
  color: #FFFFFF;
}

.mu_active {
  color: #e12826;
  border-right: 2px solid #e12826;
  background: #fde9f5;
}

.mim_a {
  background: url(../img/left_c.png) no-repeat;
  background-position: 0px 0;
  background-size: 200%;
}

.mim_b {
  background: url(../img/left_b.png) no-repeat;
  background-position: 0px 0;
  background-size: 200%;
}

.mim_c {
  background: url(../img/left_a.png) no-repeat;
  background-position: 0px 0;
  background-size: 200%;
}

.mim_d {
  background: url(../img/left_d.png) no-repeat;
  background-position: 0px 0;
  background-size: 200%;
}
.mim_e {
    background: url(../img/left_e.png) no-repeat;
    background-position: 0px 0;
    background-size: 200%
}
.mim_f {
  background: url(../img/left_f.png) no-repeat;
  background-position: 0px 0;
  background-size: 200%;
}

.mim_g {
  background: url(../img/left_g.png) no-repeat;
  background-position: 0px 0;
  background-size: 200%;
}

.mim_h {
  background: url(../img/left_h.png) no-repeat;
  background-position: 0px 0;
  background-size: 200%;
}
.mim_j2 {
  background: url(../img/47.png) no-repeat;
  background-position: 0px 0;
  background-size: 200%;
}
.mim_i {
  background: url(../img/left_i.png) no-repeat;
  background-position: 0px 0;
  background-size: 200%;
}

.mun_li:hover {
  background: #fde9f5;
  color: #e12826;
  border-right: 2px solid #e12826;
}

.mun_li:hover .mim_a {
  background-position: -25px 0;
}
.mun_li:hover .mim_b {
  background-position: -25px 0;
}
.mun_li:hover .mim_j2 {
  background-position: -25px 0;
}

.mun_li:hover .mim_c {
  background-position: -25px 0;
}

.mun_li:hover .mim_d {
  background-position: -25px 0;
}

.mun_li:hover .mim_e {
  background-position: -25px 0;
}

.mun_li:hover .mim_f {
  background-position: -25px 0;
}

.mun_li:hover .mim_g {
  background-position: -25px 0;
}

.mun_li:hover .mim_h {
  background-position: -25px 0;
}

.mun_li:hover .mim_i {
  background-position: -25px 0;
}

.close_tc {
  width: 80%;
  margin: 30px;
  border-radius: 5px;
  text-align: center;
  padding: 10px 0;
  background-image: linear-gradient(170deg, #f44336 0%, #e12826 100%);
}

.close_tc img {
  vertical-align: middle;
  width: 20px;
}

.close_tc span {
  vertical-align: middle;
  font-size: 15px;
  color: #FFFFFF;
}

.close_tc:hover {
  background-image: linear-gradient(170deg, #e12826 0%, #f44336 100%);
}

.usr_center {
  width: 80%;
  margin: 30px auto 0;
  border-radius: 5px;
  text-align: center;
  padding: 10px 0;
  background-image: linear-gradient(60deg, #ff900d 0%, #ffc943 100%);
}

.usr_center img {
  vertical-align: middle;
  width: 20px;
}

.usr_center span {
  vertical-align: middle;
  font-size: 15px;
  color: #FFFFFF;
}

.usr_center:hover {
  background-image: linear-gradient(170deg, #ff900d 0%, #ffc943 100%);
}

/* å³è¾¹ */
.right_maun {
  float: right;
  width: 83%;
  margin: 0 auto;
  background-image: linear-gradient(to top, #ffffff 0%, #ecf8fd 100%);
  
}

.mut_top {
  width: 100%;
  margin: 0 auto;
  padding: 12px 12px 0px 12px;
  background: #FFFFFF;
}

.mut_top h3 {
  font-size: 16px;
  color: #08121f;
  font-weight: 600;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}

.mut_mun {
  width: 100%;
  margin: 0px auto;
  padding-top: 10px;
  overflow: hidden;
}
.mut_mun ul{
/*  */
}


.mut_mun li {
  float: left;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  padding: 5px;
  margin-right: 5px;
  text-align: left;
}

.bt_a input {
  border: none;
}

.ser_cx {
  background: #e12826;
  color: #FFFFFF;
  border: 1px solid #e12826 !important;
}
.ser_cx:hover {
  color: #FFFFFF;
  font-weight:800;
}

.sel_bs select {
  border: none;
}

.sel_bs ption {
  margin-top: 20px;
}

.date_a input {
  border: none;
      width: 115px;
}
.in_class{
  width: 60px;
}
.mut_down {
  width: 100%;
  margin: 0 auto;
  background: #FFFFFF;
  padding: 12px;
}

.mut_down table {
  width: 100%;
  border: 2px solid #f0efef;
  text-align: center;
}

.tal_main {
  background: #f7f7f7;
  border: none;
  color: #5a5f67;
}

.tal_main th {
  text-align: center;
  padding: 20px 0;
  font-size: 15px;
}

.tbl_min td {
  padding: 12px 0;
  font-size: 15px;
}

.tbi_s {
  text-align: left;
  padding-left: 10px !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.tal_d {
    width: 37%;
}

.page_ym {
  width: 100%;
  text-align: center;
  margin-top:10px;
}

.pagination {
  margin: 12px 0 0;
}

/* æ‰‹æœºç«¯ç­›é€‰ */

.cont {
  max-width: 1024px;
  margin: 0 auto;
}

.job-module .retrie {
  position: relative;
  z-index: 102;
  background-color: #fde9f5;
  margin-bottom: 0;
  margin-top: 45px;
}

.job-module .retrie dt {
  overflow: hidden;
  display: flex;
  justify-content: space-around;
}

.job-module .retrie dt a {
  position: relative;
  float: left;
  width: 26%;
  line-height: 3em;
  color: #333;
  text-align: center;
}

.job-module .retrie dt .up {
  color: #e12826;
  background: url(../images/up.png) no-repeat right center;
}

.job-module .retrie dt #shaixuan {
  width: 22%
}

.job-module .retrie dt #shaixuan img {
  height: 1em;
  vertical-align: middle;
  margin-right: 0.3em
}

.job-module .retrie dt #shaixuan.up {
  color: #333;
  background: none
}

.job-module .retrie dd {
  position: relative;
}

.job-module .slide {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 104;
  display: none;
  width: 100%;
  overflow-y: auto;
  background-color: #fff;
}

.job-module .slide li {
  display: block;
  height: 3.5em;
  border-bottom: 1px solid #eee;
}

.job-module .slide li a {
  display: block;
  padding: 0 2em;
  height: 3.5em;
  background-color: transparent;
  line-height: 3.5em;
  color: #787878
}

.job-module .slide li a:hover,
.job-module .slide li a.selected {
  background-color: #f6fafe;
  color: #e12826
}

.screen {
  background-color: #fff;
   !important;
  color: #5B5B5B;
}

.screen .top_src {
  background: #f6fafe;
  padding: 3% 1em;
  color: #C1C1C1
}

.screen .hd {
  padding: 4% 0;
  border-bottom: 1px solid #D7D4D4
}

.screen .title {
  padding-left: 1em;
}

.screen .bd {
  padding: 5% 0;
}

.screen .bd .j {
  padding: 5% 5% 1%;
  overflow: hidden;
  position: relative
}

.screen .bd .txt {
    border: none;
    width: 94%;
    border-radius: 5px;
    background: #F7F7F7;
    padding: 2% 0;
    text-align: left;
  padding-left: 15px;
    color: #515151;
    float: left;
  
}

.screen .bd .txt::-webkit-input-placeholder {
  color: #BFBFBF
}

.screen .ft {
  margin-top: 10%;
  overflow: hidden;
  padding-right: 2%;
}

.screen .ft input {
  float: right;
  color: #FFF;
  border: 0;
  font-size: 1.2em;
  padding: 0.5em 2em;
  border-radius: 5px;
}

.screen .ft .submit {
  margin-left: 1%;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-image: linear-gradient(170deg, #f44336 0%, #e12826 100%);
}

.screen .ft .reset {
  margin-left: 1%;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(170deg, #f44336 0%, #e12826 100%);
}
.list {
  display: inline-block;
  border: 1px solid #EEEEEE;
  margin-left: 12px;
  height: 30px;
  line-height: 25px;
  border-radius: 5px;
}
.list input{
  border: none;
  border-radius: 5px;
}
/* åˆ—è¡¨å†…å®¹ */
.man_main{
  width: 100%;
  margin: 0 auto 30px;
  overflow: hidden;
  background: #f5f5f5;
}
.cony_max{
  width: 98%;
  margin: 8px auto;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 10px;
}
.cony_top{
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 5px ;
}
.cony_top h1{
    display: inline-block;
    font-size: 14px;
    padding-right: 10px;
}
.cony_top span{
  float: right;
}
.cony_cen{
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
}
.cony_cen h3{
  color: #515151;
  font-size: 15px;
  line-height: 1.5em;
  height: 1.5em;
    overflow: hidden;
}
.cony_cen a{
  color: #e12826;
}
.cony_down{
  width: 100%;
  margin: 0 auto;
}
.cony_down span{
  border-radius: 5px;
    padding: 3px 7px;
    font-size: 12px;
}
.cony_la{
  background: #f5f9ff;
  color: #e12826;
}
.cony_lb{
  background: #fff5f6;
  color: #eb272c;
}
.cony_lc{
  background: #fff8f3;
  color: #eb7a27;
}
/* æ‰‹æœºç«¯å¯¼èˆª */

.menu {
  position: fixed;
  bottom: 112px;
  right: 43px;
 -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 100;
}
.menu-wrapper {
  position: absolute;
  left: 50%;
  bottom: 10px;
}
.menu-toggle-button, .menu-item-bounce, .menu-item-button {
  background: #fde9f5;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  height: 80px;
  color: #fff;
  border: none;
  outline: none;
  position: relative;
}
.menu-toggle-button {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.menu-toggle-icon {
  font-size: 30px;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
}
.menu-items {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.menu-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.menu-item-bounce {
  position: absolute;
  top: 0;
  left: 0;
}
.menu-item-button {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  position: absolute;
  top: 0;
  left: 0;
  color: #e12826;
}
.menu-item-button .fa {
  font-size: 1.5rem;
  color: #fff;
}
 .menu-item-button .fa-inbox {
    transform: rotate(-59deg);
}
.menu-item-button .fa-reply-all {
  transform: rotate(-15deg);
}
.menu-item-button .fa-trash {
  transform: rotate(-101deg);
}
.menu-item-button .fa-fesh {
  transform: rotate(-144deg);
}
.menu-item-button .fa-push {
  transform: rotate(174deg);
}

.menu-item-button span{
  transform:rotate(240deg);
  -ms-transform:rotate(240deg); 
  -moz-transform:rotate(240deg);
  -webkit-transform:rotate(240deg);
  -o-transform:rotate(240de);
  display: inline-block;
  }
.menu-toggle-icon{
  background: url(../img/bitton.png) no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
}

/* ä¿¡æ¯æäº¤ */
.fill_main{
  background-image: linear-gradient(to top, #ffffff 0%, #ecf8fd 100%);
  width: 100%;
  min-height: 700px;
  position: relative;
}
.fill_bj{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.fill_bj img{
  opacity: .4;
  width: 80%;
}
.fill_com{
  position: inherit;
  z-index: 9;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
}
.fill_com h3{
  font-size: 20px;
  color: #000000;
  font-weight: 600;
}
.fill_mad{

  margin-bottom: 5px;
  overflow: hidden;
}
.fill_da{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.fill_da label{
 font-size: 15px;
     color: #1e1e1e;
     font-weight: 600;
     float: left;
     text-align: right;
     width: 20% !important;
     margin-bottom: 0;
	 line-height: 35px;
}
.fill_da span{
  display: inline-block;

}
.fill_da input{
  background: #FFFFFF;
  border: 2px solid #d3e0ea;
  border-radius: 5px;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  float: left;
  margin: 0;
    margin-left: 10px;
}
.fill_da select{
  background: #FFFFFF;
  border: 2px solid #d3e0ea;
  border-radius: 5px;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  float: left;
    margin-left: 10px;
}
.fill_da textarea{
  background: #FFFFFF;
  border: 2px solid #d3e0ea;
  border-radius: 5px;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  float: left;
    margin-left: 10px;
}
.fill_da b{
  color: #f00;
}
.fill_da .fa_loa{
  width: 81%;
}
.fill_da .fa_lob{
  width: 39%;
}
.fill_da .fa_loc{
  width: 39%;
  margin-left: 34px;
}
.fill_da textarea{
  height: 120px;
}
.fill_mad p{
 display: inline-block;
 color: #595858;
 font-size: 14px;
 float: left;
 padding-left: 15px;
 text-align: initial;
 line-height: 35px;
}
.custom-file-input{
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
}

.file_out{
  position: absolute;
    top: -3px;
    left: 10px;
}
.file_out img{
  width: 30px;
  vertical-align: middle;
} 
.file_out span{
  vertical-align: middle;
} 
.custom-file-input input{
  width: 100%;
  float: left;
  line-height: initial;
  height: 50px;
  padding: 12px 10px 0;
}
.fill_bun{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.fill_bun span{
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  text-align: center;
  background-image: linear-gradient(170deg, #f44336 0%, #c83a3a 100%);
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
  padding: 5px 40px;
}
.fill_bun span:hover{
  background-image: linear-gradient(170deg, #c83a3a 0%, #f44336 100%);
}
/* æ–°é—»åˆ—è¡¨ */
.po_ritt{
  background: #FFFFFF;
  padding-bottom: 10px;
}
.po_hel {
    padding: 7px 30px 0px;
  width: 100%;
}
.po_hel li {
  height: 56px;
  line-height: 56px;
    border-bottom: 1px solid #f2f2f2;
  overflow: hidden;
}
.po_hel p{
  width: 80%;
  float: left;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.po_hel p::before{
  content:'â—†'; 
  color: #e12826;
  padding-right:10px;
}
.po_hel span{
  width: 20%;
  float: right;
  text-align: right;
}
/* æ–°é—»è¯¦æƒ… */
 .rlc_nav {
    height: 40px;
    line-height: 40px;
    background-color: #f8f8f8;
    padding-left: 20px;
    color: #999;
    font-family: 'å®‹ä½“'!important;
}
.rlc_nav img{
  width: 20px;
  vertical-align: middle;
}
 .rlc_nav a {
    color: #333;
  display: inline-block;
  padding-right: 5px;
}
 .rlc_nav span {
  vertical-align: middle;
}

.menu3 .menu3_block {
    padding: 20px 30px;
}
.menu3 .menu3_tit {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: rgba(51,51,51,1);
    line-height: 18px;
    border-left: 3px solid #e12826;
    padding-left: 10px;
}
.menu3 .menu3_block .time {
    color: #999;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}
.menu3 .menu3_block .time span {
   font-size: 13px;
}
.menu3 .menu3_block .time span:last-child {
    margin-left: 10px;
}
.menu3 .menu3_content {
    padding: 0 30px 0px;
}
.menu3_content img{
  width: 100%;
}
.menu3_content h3{
  text-indent: 2em;
  font-size: 16px;
  font-weight: 600;
  line-height: 2em;
}

.menu3_content p{
  white-space: normal; 
  text-align: left;
  line-height: 2em;
}
.menu3_content span{
  font-family: å¾®è½¯é›…é»‘,"microsoft yahei";
  font-size: 14px; 
  color: rgb(0, 0, 0);
}

/* ä¸ªäººèµ„æ–™ */
.means_main{
  position: inherit;
  width: 100%;
  margin: 0 auto;
  z-index: 9;
}
.means_top{
  width: 100%;
  line-height: 40px;
  border-bottom: 1px dashed #EEEEEE;
  background: #FFFFFF;
  padding: 10px 20px;
}
.men_line{
  width: 4px;
  height: 25px;
  border-radius: 10px;
  background: #e12826;
  display: inline-block;
  vertical-align: middle;
}
.means_top h3{
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}


.dy{display: block;float: right;color: #333;padding: 0 13px;line-height: 34px;margin-top: 5px; font-weight: bolder;}
.dy_img{margin-right: 5px;margin-left: 2px;}


.jf img{margin-right: 3px;}
.jf{width:30%;float:right;}
.jf a{float:right;color: #ed6c6c;margin-left: 20px;font-size: 12px;}
.jf a:hover{font-weight:800;}
.jf span{font-size:16px}
.jf a img{margin-top: -1px;}


.means_top span{
  vertical-align: middle;
  float: right;
}
.means_pott{
  width: 60%;
  margin: 0 auto;
  padding: 20px;
  float: left;
}
.means_al{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 10px 0;
}
.means_al label{
  font-weight: 200;
  width: 20%;
}

.means_al input {
    border: 1px solid #d3e0ea;
}
.means_al .fa_lob {
  width: 60%;
}
.means_al span{

  line-height: 35px;
    color: #e12826;
  
}

.manage_li{
  border-bottom: 1px solid #ececec;
  overflow: hidden;
}

.main_mol{
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 5px;
}
.main_top{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}.main_top ul{
  width: 80%;
  margin: 0 auto;
  float: left;
}
.main_top li{
  width: 25%;
  float: left;
  text-align: center;
}
.mo_leer{
  width: 97%;
  border-radius: 10px;
  display: inline-block;
  height: 120px;
  line-height: 120px;
}
.mai_a{
  background-image: linear-gradient(60deg, #5082f1 0%, #64b4fd 100%);
}
.mai_b{
  background-image: linear-gradient(60deg, #44c2bf 0%, #47ddc4 100%);
}
.mai_c{
  background-image: linear-gradient(60deg, #ff900d 0%, #ffc943 100%);
}
.mai_d{
  background-image: linear-gradient(60deg, #fe4f5c 0%, #fe9498 100%);
}
.mod_mai{
  width: 20%;
  float: left;
}.mod_le{
    width: 98%;
    margin: 0 auto;
    text-align: center;
    height: 57px;
    line-height: 57px;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-top: 1px;
    margin-left: 3px;
}
.mod_le img{
  vertical-align: middle;
  width: 30px;
}
.mod_le span{
  vertical-align: middle;
  font-size: 15px;
  color: #FFFFFF;
}
.mod_a{
  background-image: linear-gradient(-20deg, #00cdac 0%, #8ddad5 100%);
}
.mod_b{
  background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%);
}

.mo_leer img{
  width: 50px;
  vertical-align: middle;
}
.mo_leer span{
  font-size: 18px;
  color: #FFFFFF;
  padding-left: 10px;
  vertical-align: middle;
}
.mo_leer b{
  font-size: 22px;
  padding: 0 5px;
}
.main_down{
  width: 100%;
  margin: 20px auto 0;
  background: #FFFFFF;
  border-radius: 10px;
}
.mol_al{
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #f4f4f4;
  padding: 20px;
  font-size: 18px;
}
.mol_al span::before{
  content: "â—†";
  color: #e12826;
  padding-right: 10px;
}
.mol_bl{
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 0;
  text-align: center;
  overflow: hidden;
}
.mol_bl li{
  float: left;
  width: 25%;
  margin-bottom: 40px;
}
.mot_as{
  width: 95%;
  margin: 0 auto;
  background: #00A2FF;
  border-radius: 10px;
  padding: 20px 0;
}
.mot_as img{
  width: 52px;
  padding-top: 10px;
}
.mot_as p{
  font-size: 18px;
  color: #FFFFFF;
  padding-top: 10px;
}
.pol_h{
  width: 97%;
  margin: 10px auto 0;
  background: #FFFFFF;
  padding: 15px 15px 10px;
  border-radius: 10px;
}
.pol_h p{
  font-size: 18px;
}
.momo_a{
  background-image: linear-gradient(to top, #00c6fb 0%, #005bea 100%);
}
.momo_b{
  background-image: linear-gradient(180deg, #2af598 0%, #009efd 100%);
}
.momo_c{
  background-image: linear-gradient(to top, #ff5858 0%, #f09819 100%);
}
.momo_d{
  background-image: linear-gradient(to top, #ff0844 0%, #ffb199 100%);
}
.tbi_s a{
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 99%;
  max-width: 300px;
}




  .black_overlay {
                display: none !important;
                position: absolute;
                top: 0%;
                left: 0%;
                width: 100%;
                height: 100%;
                background-color: #222;
                z-index: 1001;
                -moz-opacity: 0.8;
                opacity: .80;
                filter: alpha(opacity=78);
            }

            .pop_win {
                display: none;
                position: absolute;
                top: 5%;
                left: 12%;
                width: 700px;
                height: 400px;
                
                /* border: 2px solid #3b3e41; */
                background-color: white;
                z-index: 9999;
                overflow: auto;
                /* border-radius: 25px; */
                box-shadow: 0 0 20px 0 #e1e1e1;
            }
            .fancybox-button {
                /* background: rgba(30, 30, 30, .6); */
                border: 0;
                border-radius: 0;
                box-shadow: none;
                cursor: pointer;
                display: inline-block;
                height: 44px;
                margin: 0;
                padding: 10px;
                position: relative;
                transition: color .2s;
                vertical-align: top;
                visibility: inherit;
                width: 44px;
            }




.tab-wrapper {
  margin: 0px auto;
  width: 90%;
  
/* margin-top: 20px; */}

.tab-menu li {
  position:relative;
  background-color: #fff;
  color: #666;
  display: inline-block;
  padding: 20px 30px;
  opacity: 0.8;
  cursor:pointer;
  z-index:0;
font-size: 16px;font-weight: bold;}

.tab-menu li:hover {
  color:#464646;
}

.tab-menu li.active {
  color: #ea2d2d;
  opacity: 1;
}

.tab-menu li.active:hover {
  color:#464646;
}

.tab-content>div {
  
  box-sizing:border-box;
  width: 100%;
  padding: 10px 0;   
  
}

.line {
  position:absolute;
  width: 0;
  height: 2px;
  background-color: #ea2d2d;
  bottom: 0;
  left: 0;
}

.tab-menu{border-bottom:1px solid #dedede;}


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








details {
  
  
  border-bottom: 0;
  list-style: none;
margin-top: 5px;text-align: left;background: #f7f7f7;padding: 7px 10px;font-size: 16px;}
details:first-child {
  
/* margin: 0; */}

summary {
  display: block;
  transition: 0.2s;
  font-weight: 700;
  
/* padding: 7px  10px; */

background: #f7f7f7;text-align: left;}
summary:focus {
  
}
.collapse-init summary::after {
  border-right: 2px solid;
  border-bottom: 2px solid;
  content: '';
  float: right;
  width: 0.5em;
  height: 0.5em;
  margin-top: 0.25em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: inherit;
}
[open] summary {
  
  color: #333;
background: #f7f7f7;;}
[open] summary::after {
  margin-top: 0.5em;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.collapse{display: block;}

.rm{font-size: 14px;color: #666;margin: 10px;font-weight: normal;width: 64px;}
.rm input{ border-color: #dedede ;margin: 0;margin-right: 6px;}

/*登录注册*/
.typt_por {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
  width: 100%;
  margin: 0 auto;
  height: 620px;
  background: #fff url(../img/login_bg.png) no-repeat bottom;
}
.typt_top{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}
.typt_top img{
  width: 80px;
  margin-top: 30px;
}
.typt_top h3{
  font-size: 24px;
  color: #e12826;
  font-weight: bold;
}

.info_zc span{
  color: #e12826;
}
.com_main {
  width: 500px;
  margin: 0 auto;
  padding-top: 0px;
}
.com_a {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #0978E8;
}
.com_a h3 {
  width: 30%;
  text-align: center;
  font-size: 24px;
  color: #0978e8;
  font-weight: 200;
  padding: 15px 0;
  border-bottom: 3px solid #0978E8;
  display: inline-block;
}
.typt_bottom{
  width: 100%;
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 70px;
}
.typt_bottom img{
  width: 20px;
}
.typt_bottom h3{
  font-weight: 200;
  font-size: 13px;
  color: #9e9f9e;
}
.com_b {
  margin-bottom: 15px;
  background: #e6e6e6;
  color: #9e9f9e;
  padding: 5px 10px;
  border-radius: 5px;
}
.com_b label img {
  vertical-align: middle;
  margin-right: 10px;
  width: 24px;
}

.com_b input {
  border: none;
  background: #e6e6e6;
  line-height: 40px;
  height: 40px;
  vertical-align: middle;
  width: 90%;
  font-size: 16px;
  color: #666666;
}
.com_b input::-webkit-input-placeholder {
  color: #848484;
  font-size: 16px;
}
.com_posi {
  position: relative;

}
.com_di {
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.foget,.info_zc {
  width: auto;
  float: left;
  padding: 15px 0 0;
  margin-right: 20px;
  font-size: 14px;
  margin-left: 20px;
}

.foget img {
  width: 22px;
  vertical-align: middle;

}

.foget span a {
  font-size: 14px;
  color: #e12826;
}

.push_ti{
  width: 95%;
  margin: 0 auto;
}

.push_ti a{
  display: block;
  padding: 5px;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}

.but_fot {
  width: 100%;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  text-align: center;
  background: #e12826;
}
.but_fot a {
  cursor: pointer;
  display: inline;
}

.but_fot span {
  font-size: 18px;
  color: #FFFFFF;
}

.but_fot:hover {
  background-image: linear-gradient(170deg, #d80c0a 0%, #f26665 100%);
}
.dibu{margin-top:0px}

/*会员中心*/
.content_left{width: 240px;float: left;margin-top: 50px;background: #fff}
.huiyuan{width: 100%;height: 60px;background: #e12826;border-bottom: 15px solid #f7f7f7;}
.huiyuan img{float: left;margin: 20px 15px 20px 55px;}
.huiyuan a {color: #fff;font-size: 18px;font-weight: bold;line-height: 60px;float: left;}
.left li:nth-child(2){background:url(../img/icon2.png) no-repeat 56px 27px;}
.left li:nth-child(3){background:url(../img/icon3.png) no-repeat 56px 27px;}
.left li:nth-child(4){background:url(../img/icon4.png) no-repeat 56px 23px;}
.left li:nth-child(5){background:url(../img/icon5.png) no-repeat 56px 22px;}
.left li:nth-child(6){background:url(../img/icon6.png) no-repeat 58px 22px;}
.left li:nth-child(7){background:url(../img/icon7.png) no-repeat 59px 22px;}
.left li:nth-child(8){background:url(../img/icon8.png) no-repeat 58px 24px;}
.left li:nth-child(9){background:url(../img/icon9.png) no-repeat 59px 21px;margin-bottom: 53px;}
.tuichu{height: 70px;border-top: 20px solid #f7f7f7;display: block;background:#e12826 url(../img/icon10.png) no-repeat 56px 25px}
.tuichu a{color: #fff;font-size: 18px;line-height: 70px;padding-left: 20px;text-align: center;display: block;}

.content_right{width: 940px;float: right;overflow: hidden;display: block;margin-top: 50px;}
.right_box1,.right_box3{width: 100%;margin-bottom: 15px;background: #fff;overflow: hidden;;}
.right_box3{margin: 10px 0 !important;border-bottom: 1px dashed #EEEEEE;}
.span1{font-size: 18px;font-weight:bold;color: #333333;line-height: 60px;float: left;margin-left: 20px;padding-left: 15px;background:url(../img/title.png) no-repeat 0px 18px}
.span2{font-size: 16px;color: #333333;line-height: 60px;float: right;margin-right: 20px;}
.span2 a{color: #e22f2d;margin: 0 5px;line-height: 60px}
.right_box2{background:#fff;overflow:hidden;padding: 30px 40px 0px 40px;}
.right_box2 li{width:25%;float:left;margin-bottom: 30px;}
.right_box2_icon{position:relative}
.right_box2_icon img{margin:0 auto;width:70px;height:auto;display: block;}
.right_box2_icon span {position:absolute;min-width:26px;height:26px;color:#fff;background:#e12826;border-radius:25px;line-height:20px;text-align:center;font-size:16px;border: 3px solid #fff;top: -2px;right: 70px;}
.right_box2_title{font-size:18px;font-weight:bold;color:#666666;letter-spacing:3px;text-align:center;margin-top: 10px;}

.right_box3 span:nth-child(1){font-size: 18px;font-weight:bold;color: #333333;line-height: 50px;float: left;margin-left: 20px;padding-left: 15px;background: url(../img/title.png) no-repeat 0px 13px;}
.right_box3 span:nth-child(2){float:right;line-height:50px;font-size:16px;margin-right: 22px;}

.right_box4{background-color: #fff;}
.right_box4 ul{padding:10px 20px 0 20px;background:#fff}
.right_box4 ul li{border-bottom:1px solid #dedede;margin-bottom:0px;margin-top:10px;overflow:hidden;padding: 0 2px;background: #fff;}
.right_box4_left{float:left;width: 90%;}
.right_box4_right{width: 78px;float:right;line-height: 26px;font-size: 14px;color: #fff;background: #00b091;text-align: center;border-radius: 5px;margin-top: 20px;}
.right_box4_tit1 img{width: 22px;vertical-align: text-top;margin-top: 3px; margin-right:3px;}
.right_box4_tit1 span{font-size:18px;color:#2196f3;margin-right:3px}
.right_box4_tit1 a{color:#333333;font-size:18px}
.right_box4_tit2 span{font-size:14px;color:#666666;padding-left:25px;margin-top:15px;margin-bottom:15px;display:block;float:left;}
.right_box4_tit2 span:nth-child(1){background:url(../img/right_box4_icon1.png) no-repeat left;margin-right:20px;width: 40%;}
.right_box4_tit2 span:nth-child(2){background:url(../img/right_box4_icon2.png) no-repeat left;}
.right_box4_tit99 span{font-size:14px;color:#666666;padding-left:25px;margin-top:15px;margin-bottom:15px;display:block;float:left;}
.right_box4_tit99 span:nth-child(1){background:url(../img/right_box4_icon2.png) no-repeat left;margin-right:20px;width: 60%;}
.right_box4_tit99 span:nth-child(2){background:url(../img/right_box4_icon1.png) no-repeat left;}

.neir{background:url(../img/neir.png) no-repeat left !important;margin-right:20px;width: 40%;}

 /* 分页*/
.right_maun {min-height:766px}
.mut_down {padding: 10px;} 
.Pagination{background: #fff;overflow: hidden;line-height: 36px}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
	cursor: pointer;
}

/*公益活动*/
		.activity ul{padding:0px 10px;background-color: #fff;overflow: hidden;}
		.activity ul li{border-bottom: 1px solid #DEDEDE;overflow: hidden;margin-bottom: 10px;padding-bottom: 20px;}
		.activity_img img{width: 210px;height: 118px;border-radius: 5px;float: left;margin-right: 20px;}
		.activity_tit1{font-size: 18px;float: left;color: #333333;width: 70%;margin-top: 5px;line-height:28px;
		white-space: nowrap;      /* 保持文本在一行，不换行 */
		overflow: hidden;         /* 隐藏超出容器的内容 */
		text-overflow: ellipsis;  /* 超出部分显示为省略号 */}
		.activity_tit2{float: left;}
		.activity_tit3{float: right;width: 78px;height: 26px;background: #00b091;line-height: 26px;color: #fff;font-size: 14px;text-align: center;border-radius: 5px;margin-top: 20px;margin-right: 20px;}
		.activity_tit2 span{width:100%;font-size: 14px;display: block;padding-left: 25px;}
		.activity_tit2 span:nth-child(1){background: url(../img/right_box4_icon1.png) no-repeat left;margin-bottom: 15px;margin-top: 10px;}
		.activity_tit2 span:nth-child(2){background:url(../img/right_box4_icon2.png) no-repeat left;}

/*活动详情*/
.activity_view_box{padding: 20px;overflow: hidden;background: #fff;}
.activity_view_box1{float:left;margin-left:20px;width: 48%;}
.activity_view_box1 h1{font-size:18px;color:#333333;font-weight:bold;border-bottom:1px solid #dedede;margin-bottom:10px;
padding-bottom:10px;line-height: 30px;}
.activity_view_box2 li{width:100%;overflow: hidden;}
.activity_view_box2 span{float:left;font-size:14px;color:#333333;width: 17%;line-height: 31px;font-weight: bolder;}
.activity_view_box2 p{color:#666;width: 83%;float: left;line-height: 31px;}
.activity_view_box3{background:#fff;padding: 0 20px 20px 20px;overflow:hidden;margin-top: 10px;}
.activity_view_box3 ul{border-bottom:1px solid #dedede;overflow:hidden;}
.activity_view_box3 ul li{font-size:18px;color:#666666;width:72px;float:left;margin-right:30px;line-height: 60px;}
.activity_view_box3 ul li:nth-child(1){border-bottom:3px solid #e12826;line-height:60px;color:#e12826}
			
.right_box6{padding-top: 20px;}
.right_box6 p{font-size:14px;color:#666;line-height:26px;text-indent: 20px}
.right_box6 img{margin: 15px 0;}
			
.right_box7 img{margin-right: 20px;margin-top: 20px;float: left;width: 60px; height:60px;border-radius:50%}
.right_box7{overflow: hidden;}
			
			#container {
				width: 443px;
				height: 300px;
				overflow: hidden;
				float: left;
			}
			 
			#photo {
				width: 1772px;
				animation: switch 5s ease-out infinite;
			}
			#photo1 {
				width: 443px;
				height: 300px;
			}
			 
			#photo > img {
				float: left;
				width: 443px;
				height: 300px;
			}
			#photo1 > img {
				float: left;
				width: 100%;
				height: 300px;
			}
			 
			@keyframes switch {
				0%, 25% {
					margin-left: 0;
				}
				35%, 60% {
					margin-left: -443px;
				}
				70%, 100% {
					margin-left: -886px;
				}
			}
/*政治安排*/
	.politics_tit3 span {
				width: 30% !important;
				display: inline-block;
				margin-right: 0 !important;
				word-wrap: normal;
			}
			
			.politics ul{padding: 10px;
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 0;}
			.politics ul li{border-bottom: 1px solid #DEDEDE;overflow: hidden;margin-bottom: 20px;padding-bottom: 20px;}
			.politics_img img{width: 90px;height:90px;border-radius: 5px;margin-right: 20px;}
			.politics_tit1{float: left;color: #333333;width: 60%;margin-top: 5px;margin-left: 15px;}
			.politics_tit1 a{font-weight:bold;width:100%;display: block;font-size: 18px;color: #333333;line-height: 35px;}
			.politics_tit1 span{font-size: 16px;color:#666666;}
			.politics_tit2 p{float:left;line-height: 26px;color: #666666;font-size: 14px;}
			.politics_tit2 span{float:right;width: 78px;height: 26px;text-align: center;color: #fff;background: #ff2400;line-height: 26px;border-radius: 13px;}
			.politics_tit2{float: right;width: 190px;margin-top: 22px;}
			.politics_tit3{float: left;width: 773px;line-height: 26px;color: #417cb7;font-size: 14px;margin-left: 15px;margin-top: 10px;}
			.politics_tit3 span{ width: 23%; display: inline-block; margin-right:2%;word-wrap:normal}
			.politics_tit3 span:nth-child(4){margin-right:0px;}
			.politics_img{width:106px;overflow: hidden;float: left;}
		
.custom-file-input button{
		float: left;
		    border: none;
		    line-height: 32px;
		    margin: 10px 0;	
} 				
/*消息详情*/
.xiaoxi li {
				width: 20%;
			}
			.xiaoxi_icon span {
	    		right: 40px;
			}
			.hosle_ri {
			    width: 73%;
			    float: right;
			    background: #FFFFFF;
			    border: 1px solid #eeeeee;
				padding: 5px 20px 20px;
			}
			.xq {
				padding: 20px 12px;
				overflow: hidden;
			}
	
				.xq dl {
					width: 100%;
					float: left;
					border-bottom: 1px solid #dadadf;
					text-align: center;
					padding-bottom: 15px;
					margin-bottom: 5px;
				}
	
				.xq dl dt {
				    font-size: 20px;
				    color: #4f555f;
				    margin-bottom: 10px;
				    text-align: center;
				}
	
				.xq dl dd i {
					color: #666666;
					display: inline-block;
					padding: 0 5px;
				}
	
				.xq dl dd i span {
					font-size: 14px;
					vertical-align: middle;
				}
	
				.xq dl dd i img {
					vertical-align: middle;
				}
				.xq_con {
					border-bottom: 1px solid #e7e7e7;
					padding-bottom: 10px
				}
	
				.xq_con p {
					font-size: 14px;
					color: #666666;
					line-height: 25px;
					margin-top: 15px;
				}
	
				.xq_con img{
						width: 100%;
					}
				.xq_CT div {
					margin: 60px 0px
				}
	
				.xq_BOL {
					float: left;
					width: 100%;
					margin: 3px 0 15px;
				}
	
				.xq_BOL a {
					display: block;
					margin-top: 5px
				}
	
				.xq_BOL a::before {
					content: "☞";
					font-size: 16px;
					padding-right: 5px;
				}
	
				.xq_BOL a i {
					padding-left: 15px;
				}
	
				.xq_BOL a strong {
					color: #333333
				}
				.deft_nin {
				    margin: 20px auto 0;
				}
				.deft_nin a{
					display: inline-block;
					background: #e6e6e6;
					border-radius: 50px;
					padding: 5px 15px;
					margin-right: 10px;
				}
				.deft_nin img{
					max-width:100%;
					height: auto;
					vertical-align: middle;
				}
				.deft_nin span{
					vertical-align: middle;
					font-size: 15px;
				}
				.deft_nin a:hover{
					background: #3698f6;
					color: #FFFFFF;
				}

/*个人资料*/
.member1 {
	margin-top: 10px;
	float: left;
    width: 33.33%;
}
.member1 a {
}
.member1 a span {
	width: 80%;
	display: inline-block;
	padding: 0px 0px;
	margin-bottom: 20px;
	background-image: linear-gradient(170deg, #2196f3 0%, #03a9f4 100%);
}
.vol_box1 li{ float:left;font-size: 18px;margin-right:30px;color:#666;}
.vol_box1 li a{ color:#666;line-height: 50px;display: block;}
.xuanzhong a{ color:#1f6cdd !important;border-bottom:2px solid #1f6cdd}
.vol_box1 li a:hover{ color:#1f6cdd;border-bottom:2px solid #1f6cdd}
.vol_box1{ border-bottom: 1px solid #e9e9e9;background:#fff;padding: 0px 2%;overflow: hidden;padding-top: 0;}
.vol_box1 .act a {
    color: #1f6cdd;
    border-bottom: 2px solid #1f6cdd; 
}
.means_pott{width: 100%}  
.fill_da label{line-height: 35px;padding-top: 0}
.means_al22 span{font-size:14px;float:left;line-height: 35px;color: #666;padding-left: 5px;}

.fz{overflow: hidden;;float: left;}

.fill_da label{width: 14% !important}
.fz_con {
    overflow: hidden;
    float: left;
	width: 79%;
}

@media only screen and (min-width: 1561px) and (max-width: 1980px) {
	.col-md-8 {
	    width: 1200px;
		margin: 0 auto;
		float: initial;
		padding-left:0;
	}
	.manage_vers {
	    width: 1200px;
	}
	.left_maun {
	    width: 20%;
	}
	.right_maun {
	    width: 78%;
		margin: 0 auto 30px;
	}
	.fill_da label {
	    width: 14%;
	}
	.fill_da .fa_loa {
	    width: 73%;
	}
	.fill_da .fa_loc {
	    width: 35%;
	    margin-left: 23px;
	}
	.fill_da .fa_lob {
	    width: 73%;
	}
	.custom-file-input {
	    width: 73%;
		
	}
	.means_al .fa_lob {
	    /* width: 73%; */
		width: 36%;
	} 
	.in_class {
	    width: 185px !important;
	}
	
}
@media only screen and (min-width: 1441px) and (max-width: 1560px) {
	.col-md-8 {
	    width: 1200px;
		margin: 0 auto;
		float: initial;
		padding-left:0;
	}
	.manage_vers {
	    width: 98%;
	}
	.fill_da label {
	    width: 13%;
	}
	.fill_da .fa_loa {
	    width: 76%;
	}
	.fill_da .fa_loc {
	    width: 36%;
	    margin-left: 36px;
	}
	.fill_da .fa_lob {
	    width: 36%;
	}
	.custom-file-input {
	     width: 76%;
		 
	}
	.means_al .fa_lob{
		width: 73%;
	}	
}
@media only screen and (min-width: 1201px) and (max-width: 1440px) {
	.col-md-8 {
	    width: 1200px;
		margin: 0 auto;
		float: initial;
		padding-left:0;
	}
	.manage_vers {
	    width: 98%;
	}
	.com_main {
    padding-top: 30px;
	}
	.fill_da label {
	    width: 15%;
	}
	.fill_da .fa_loa {
	   width: 70%;
	}
	.fill_da .fa_loc {
    width: 34%;
    margin-left: 17px;
	}
	.fill_da .fa_lob {
	    width: 34%;
	}
	.custom-file-input {
	    width: 70%;
	}
	.means_al .fa_lob{
		width: 73%;
	}	
	.manage_vers {
	    width: 96%;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
	.col-md-8 {
	    width: 1200px;
		margin: 0 auto;
	}
	.manage_vers {
	    width: 96%;
	}
	.fill_mad {
	    width: 100%;
	}
	.fill_da label {
	    width: 19%;
	}
	.fill_da .fa_loa {
	    width: 66%;
	}
	.fill_da .fa_loc {
	    width: 31%;
	    margin-left: 35px;
	}
	.fill_da .fa_lob {
	    width: 31%;
	}
	.custom-file-input {
	    width: 66%;
	}
	.means_al .fa_lob{
		width: 73%;
	}	
	.mut_mun li {
	    padding: 3px;
	    margin-right: 4px;
	}
	.in_class {
	    width: 108px !important;
	}
}
/*移动端导航*/
@media screen and (max-width: 1024px) and (min-width: 0px) {
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	    padding-right: 0px;
	    padding-left: 0px;
	}
.med_mobile{
	display:block;
}
.med{
	display: none;
	}
.top{
	height: 100px;
}	
.con_one img {
    width: 115px;
}	
.top_center{
	padding: 0 10px;
}
.con_one span {
    font-size: 18px;
    font-weight: 600;
}
.con_teo p {
    font-size: 12px;
}
.foot {
	padding: 10px;
    line-height: 1.5em;	height: auto;
	}
.foot p{
	font-size: 12px;
}	
.right_maun {
    width: 100%;
	margin-bottom: 70px;
}
.manage_vers {
    width: 95%;
    padding: 0px;
}
.manage_main {
    padding: 10px 0px;
}
.fill_com h3 {
    font-size: 16px;
}
.fill_mad {
    width: 96%;
}
.fill_da label {
    font-size: 14px;
    font-weight: 200;
    text-align: left;
    width: 26%;
}
.fill_da .fa_loa {
    width: 94%;
}
.fill_da input, select, textarea {
    border: 1px solid #d3e0ea;
}
.fill_da .fa_lob {
    width: 94%;
}
.fill_da .fa_loc {
    width: 94%;
    margin-left: 10px;
	margin-top: 10px;
}
.po_hel span {
    width: 26%;
    font-size: 13px;
}
.po_hel p {
    width: 74%;
}
.po_hel {
    padding: 7px 12px ;
}	
.po_ritt{
	margin-bottom: 47px;
}	
.rlc_nav {
    height: auto;
    line-height: 1.5em;
    background-color: #f8f8f8;
    padding-left: 5px;
}
.menu3 .menu3_block {
    padding: 15px 8px;
}
.menu3 .menu3_content {
    padding: 0 10px;
}
.menu3_content p {
    line-height: 1.5em;
}
.fill_main{
	min-height: 500px;
	overflow: hidden;
}
.means_top {
	padding: 6px;
    height: auto;
    line-height: inherit;
    overflow: hidden;
}
.means_top span {    padding-top: 3px;
    line-height: 1.5em;
    width: 78%;
    font-size: 13px;
    text-align: right;
}
.main_top ul {
    width: 100%;
}
.means_top h3 {
    font-size: 15px;
    padding-left: 3px;
}
.mod_mai {
    width: 100%;
}
.cony_down span {
    margin-bottom: 5px;
    display: inline-block;
}
.cony_top h1 {
    font-size: 12px;
}
.means_pott {
   padding: 5px;
	width: 100%;
}
.means_al .fa_lob{
	width: 73%;
}
.means_al label {
    padding-left: 7px;
    width: 11%;
	padding-top: 0px;
}
.com_main {
    width: 90%;
    padding-top: 15px;
}
.com_a h3 {
    font-size: 17px;
	}
.com_b label img {
    width: 26px;
}
.com_b input::-webkit-input-placeholder {
	font-size: 14px;
}
.but_fot span {
    font-size: 15px;
}
.custom-file-input {
	width: 95%;
    height: 100px;
}

.custom-file-input button {
    margin: 5px auto -18px !important; 
    left: 0%;
    bottom: 33px;
}

/* 会员中心 */
.pol_h {
    border-radius: 0;
}
.pol_h p {
    font-size: 14px;
}
.main_top li {
    width: 50%;
}
.main_mol {
    padding: 8px;
}
.mo_leer img {
    width: 40px;
}
.mo_leer span {
    font-size: 14px;
    padding-left: 3px;
}
.mo_leer b {
    font-size: 15px;
    padding: 0 2px;
}
.mo_leer {
    width: 95%;
    border-radius: 5px;
    height: 70px;
    line-height: 70px;
    margin-bottom: 8px;
}
.main_down {
    margin: 0 auto;
}
.mol_al {
    padding: 15px;
    font-size: 15px;
}
.mol_bl li {
    width: 50%;
    margin-bottom: 10px;
}
.mot_as {
    width: 95%;
    margin: 0 auto;
    border-radius: 5px;
    padding: 8px 0 1px;
}
.mol_bl {
    padding: 8px 4px 0;
}
.mot_as img {
    width: 35px;
}
.mot_as p {
    font-size: 14px;
    padding-top: 5px;
}
}