@charset "UTF-8";
@font-face
{
font-family:'numberb' ;
src: url('../fonts/LindonnaSemiCondensed.ttf'),
     url('../fonts/LindonnaSemiCondensed.ttf'); /* IE9 */
}
@font-face 
{
  font-family: "main";
  src: url("../fonts/SourceHanSansCN-Regular.woff") format("woff"),
       url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype"),
       url("../fonts/SourceHanSansCN-Regular.otf") format("opentype");
}
/*阿里icon*/
@font-face {
  font-family: 'iconfont';  /* project id 952505 */
  src: url('//at.alicdn.com/t/font_952505_2kpiz50sb5n.eot');
  src: url('//at.alicdn.com/t/font_952505_2kpiz50sb5n.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_952505_2kpiz50sb5n.woff') format('woff'),
  url('//at.alicdn.com/t/font_952505_2kpiz50sb5n.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_952505_2kpiz50sb5n.svg#iconfont') format('svg');
}
*,*:before,*:after{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          font-family: 'main';
}
a,input,button{
	outline: none;
	text-decoration: none;
}
a:focus{
	background: none;
}
img{
	border: none;
}
html,
body{
  min-height: 100%;
  padding: 0;
  margin: 0;
  max-width: 100%;
  font-size: 14px;
}
html {
  -ms-text-size-adjust: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 1 */
}
div,p,span,b,h1,h2,h3,h4,h5,h6,a,li,b,strong{
	font-family: 'main';
}
ul,ol{
	list-style: none;
	padding: 0;
	margin: 0;
}
img{
	vertical-align: middle;
}
ul:after{
	content: '';
	clear: both;
	display: block;
}
.clear{
	clear: both;
}
b,strong {
  	font-weight: bold;
}
a{
	color:#5a5a5a;
	text-decoration: none;
}
a:hover{
	color: #0066CC;
}
p,h1,h2,h3,h4,h5,h6{
	margin: 0;
}
h1,h2,h3,h4,h5,h6{
	font-weight: bold;
}
.container{
	width: 1200px!important;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
}
.container:after{
	content: '';
	display: table;
	clear: both;
}
.llx{
	width: 100%;
	margin: 0 auto;
	display: block;
}
.llx:before{
	content: '';
	display: table;
}
.llx:after{
	content: '';
	display: table;
	clear: both;
}
.oneLine{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
}
.twoLine{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;	
}
.threeLine{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
/*表格样式*/
.llx-table{
	width: 100%;
	max-width: 100%;
	background-color: transparent;
	display: table;
	margin-bottom: 15px;
	margin-top: 15px;
	border-spacing: 0;
	border-collapse: separate;
	border:1px solid #ddd;
	border-top: none;
	border-left: none;
	empty-cells: show;
	text-align: center;
	font-size: 15px;
	font-family: 'main';
}
.llx-table td,.llx-table th{
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 10px;
	font-family: 'main';
}
.llx-table td:hover,.llx-table th:hover{
	background: #f5f5f5;
}
.llx-table td.content{
	text-align: left;
	color: #767676;
	font-size: 14px;
	line-height: 24px;
	font-family: 'main';
}
.llx-table th{
	font-weight: bold;
	font-size: 15px;
}


/*分页page样式*/
.dux-page{
	text-align: center;
}
.dux-page a{
	padding: 9px 15px;
	border:1px solid #e4eaec;
	text-align: center;
	color:#76838f;
	font-size: 12px;
	background: #eee;
}
.num-page{
	margin-right: 4px;
}
.active-page,.dux-page a:hover{
	background: #000!important;
	color:#fff!important;
}
/*表单*/
.llx_form{
	padding: 5px;
	font-family: 'main';
}
.llx_form fieldset{
	border: none;
}
.llx_form legend{
	font-family: 'main';
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 0px;
	margin-left: 5px;
	border: none;
}
.llx_form .form_group{
	display: block;
	padding: 5px;
}
.llx_form .form_group label{
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	font-family: 'main';
}
.llx_form .form_group input.false{
	border:1px solid #ff0000!important;
}
.llx_form .form_group input,.llx_form .form_group textarea{
	display: block;
	width: 100%;
	line-height: 25px;
	padding: 5px;
	font-size: 13px;
	color: #d6d6d6;
	outline: none;
	color: #ccc;
	text-indent:5px;
	border:1px solid #ccc;
}
.llx_form .form_group input:focus,.llx_form .form_group textarea:focus{
	border-color: #4299DE;
	background-color: #fefffe;
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(59,180,242,.3);
}
.llx_form .submit{
	outline: none;
	background: #4299DE;
	padding: 5px 18px;
	border-color: #4299DE;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	margin-left: 5px;
	margin-top: 15px;
}


@media only screen and (min-width:641px) {
  .llx-md-1,.llx-md-2,.llx-md-3,.llx-md-4,.llx-md-5,.llx-md-6,.llx-md-7,.llx-md-8,.llx-md-9,.llx-md-10,.llx-md-11,.llx-md-12{
  	float: left;
  }
  .llx-md-1 {
    width: 8.33333333%;
  }
  .llx-md-2 {
  	float: left;
    width: 16.66666667%;
  }
  .llx-md-3 {
    width: 25%;
  }
  .llx-md-4 {
    width: 33.33333333%;
  }
  .llx-md-5 {
    width: 41.66666667%;
  }
  .llx-md-6 {
    width: 50%;
  }
  .llx-md-7 {
    width: 58.33333333%;
  }
  .llx-md-8 {
    width: 66.66666667%;
  }
  .llx-md-9 {
    width: 75%;
  }
  .llx-md-10 {
    width: 83.33333333%;
  }
  .llx-md-11 {
    width: 91.66666667%;
  }
  .llx-md-12 {
    width: 100%;
  }
}
@media only screen and (max-width:640px){
  .llx-sm-1,.llx-sm-2,.llx-sm-3,.llx-sm-4,.llx-sm-5,.llx-sm-6,.llx-sm-7,.llx-sm-8,.llx-sm-9,.llx-sm-10,.llx-sm-11,.llx-sm-12{
  	float: left;
  }
  .llx-sm-1 {
    width: 8.33333333%;
  }
  .llx-sm-2 {
    width: 16.66666667%;
  }
  .llx-sm-3 {
    width: 25%;
  }
  .llx-sm-4 {
    width: 33.33333333%;
  }
  .llx-sm-5 {
    width: 41.66666667%;
  }
  .llx-sm-6 {
    width: 50%;
  }
  .llx-sm-7 {
    width: 58.33333333%;
  }
  .llx-sm-8 {
    width: 66.66666667%;
  }
  .llx-sm-9 {
    width: 75%;
  }
  .llx-sm-10 {
    width: 83.33333333%;
  }
  .llx-sm-11 {
    width: 91.66666667%;
  }
  .llx-sm-12 {
    width: 100%;
  }
  
  .container{
  	padding:0 10px;
  }
}
