@charset "utf-8";
a, input, ul, li, ol, dt, dd{
	text-decoration:none; 
	/*-webkit-tap-highlight-color: #fff;*/
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	-moz-tap-highlight-color:rgba(0, 0, 0, 0);  
	-ms-tap-highlight-color:rgba(0, 0, 0, 0);  
	-o-tap-highlight-color:rgba(0, 0, 0, 0);  
	tap-highlight-color:rgba(0, 0, 0, 0);
}
*{max-height:9999999px;}
html, body, ul, li, dl, dt, dd, input{margin:0; padding:0; font-family:"Helvetica Neue", Helvetica, STHeiTi, "Microsoft YaHei",Arial,sans-serif;}
html{font-size:10px;}
ul, li{list-style:none;}
img{border:0; margin:0; vertical-align:middle;}
body{font-size:13px; line-height:180%; color:#333;}
/*::selection{background:#fa7623; color:white;}*/

a{text-decoration:none; 
/*-webkit-tap-highlight-color: #fff;*/
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
-moz-tap-highlight-color:rgba(0, 0, 0, 0);  
-ms-tap-highlight-color:rgba(0, 0, 0, 0);  
-o-tap-highlight-color:rgba(0, 0, 0, 0);  
tap-highlight-color:rgba(0, 0, 0, 0);
}
a:hover{text-decoration:none;}

.block{display:block;}
.inBlock{display:inline-block;}
.s_del{text-decoration:line-through;}
.clear{width:100%; clear:both;}

.capitalize{text-transform:Capitalize;}	/*英文拼音的首字母大写*/
.uppercase{text-transform:Uppercase;}	/*英文拼音字母全大写*/
.lowercase{text-transform:Lowercase;}	/*英文拼音字母全小写*/

.hidden, .none{display:none;}
.opacity{opacity:0; filter:alpha(opacity=0);}
.opacity3{opacity:0.3; filter:alpha(opacity=30);}
.opacity5{opacity:0.5; filter:alpha(opacity=50);}
.opacity8{opacity:0.8; filter:alpha(opacity=80);}

.po-r{position:relative;}
.po-a{position:absolute;}
.po-f{position:fixed;}

.t-l{text-align:left;}
.t-r{text-align:right;}
.t-c{text-align:center;}
.t-justify{text-align:justify; text-justify:inter-word;}
.t-justify:after{width:100%; content:''; display:inline-block;}

.f-l{float:left;}
.f-r{float:right;}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    visibility: hidden;
	height:0;
}

/*.gray { 
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}*/



.green{color:#80c55a;}
.red{color:#ff534d;}
.yellow{color:#ff8202}
.black{color:#333;}
.hui{color:#999;}
.blue{color:#0c8efe;}
.white{color:#fff;}

.bg-green{background-color:#80c55a;}
.bg-red{background-color:#ff534d;}
.bg-yellow{background-color:#ff8202}
.bg-black{background-color:#333;}
.bg-hui{background-color:#999;}
.bg-blue{background-color:#0c8efe;}
.bg-white{background-color:#fff;}

.size10{font-size:10px;}
.size12{font-size:12px;}
.size14{font-size:14px;}
.size16{font-size:16px;}
.size18{font-size:18px;}
.size20{font-size:20px;}
.size22{font-size:22px;}
.size24{font-size:24px;}
.size26{font-size:26px;}
.size28{font-size:28px;}
.size30{font-size:30px;}

.lineH16{line-height:16px;}
.lineH18{line-height:18px;}
.lineH20{line-height:20px;}
.lineH22{line-height:22px;}
.lineH24{line-height:24px;}
.lineH26{line-height:26px;}
.lineH28{line-height:28px;}
.lineH30{line-height:30px;}

.mar-5{margin:5px;}
.mar-10{margin:10px;}
.mar-15{margin:15px;}
.mar-20{margin:20px;}
.mar-25{margin:25px;}
.mar-30{margin:30px;}
.mar-35{margin:35px;}
.mar-40{margin:40px;}
.mt-5{margin-top:5px;}
.mt-10{margin-top:10px;}
.mt-15{margin-top:15px;}
.mt-20{margin-top:20px;}
.mt-25{margin-top:25px;}
.mt-30{margin-top:30px;}
.mt-35{margin-top:35px;}
.mt-40{margin-top:40px;}
.mr-5{margin-right:5px;}
.mr-10{margin-right:10px;}
.mr-15{margin-right:15px;}
.mr-20{margin-right:20px;}
.mr-25{margin-right:25px;}
.mr-30{margin-right:30px;}
.mr-35{margin-right:35px;}
.mr-40{margin-right:40px;}
.mb-5{margin-bottom:5px;}
.mb-10{margin-bottom:10px;}
.mb-15{margin-bottom:15px;}
.mb-20{margin-bottom:20px;}
.mb-25{margin-bottom:25px;}
.mb-30{margin-bottom:30px;}
.mb-35{margin-bottom:35px;}
.mb-40{margin-bottom:40px;}
.ml-5{margin-left:5px;}
.ml-10{margin-left:10px;}
.ml-15{margin-left:15px;}
.ml-20{margin-left:20px;}
.ml-25{margin-left:25px;}
.ml-30{margin-left:30px;}
.ml-35{margin-left:35px;}
.ml-40{margin-left:40px;}

.padd-5{padding:5px;}
.padd-10{padding:10px;}
.padd-15{padding:15px;}
.padd-20{padding:20px;}
.padd-25{padding:25px;}
.padd-30{padding:30px;}
.padd-35{padding:35px;}
.padd-40{padding:40px;}
.pt-5{padding-top:5px;}
.pt-10{padding-top:10px;}
.pt-15{padding-top:15px;}
.pt-20{padding-top:20px;}
.pt-25{padding-top:25px;}
.pt-30{padding-top:30px;}
.pt-35{padding-top:35px;}
.pt-40{padding-top:40px;}
.pr-5{padding-right:5px;}
.pr-10{padding-right:10px;}
.pr-15{padding-right:15px;}
.pr-20{padding-right:20px;}
.pr-25{padding-right:25px;}
.pr-30{padding-right:30px;}
.pr-35{padding-right:35px;}
.pr-40{padding-right:40px;}
.pb-5{padding-bottom:5px;}
.pb-10{padding-bottom:10px;}
.pb-15{padding-bottom:15px;}
.pb-20{padding-bottom:20px;}
.pb-25{padding-bottom:25px;}
.pb-30{padding-bottom:30px;}
.pb-35{padding-bottom:35px;}
.pb-40{padding-bottom:40px;}
.pl-5{padding-left:5px;}
.pl-10{padding-left:10px;}
.pl-15{padding-left:15px;}
.pl-20{padding-left:20px;}
.pl-25{padding-left:25px;}
.pl-30{padding-left:30px;}
.pl-35{padding-left:35px;}
.pl-40{padding-left:40px;}

.ellipsis{overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp:1; white-space:nowrap;}
.ellipsis2{overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp:2; display:-webkit-box; -webkit-box-orient:vertical;}
.ellipsis3{overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp:3; display:-webkit-box; -webkit-box-orient:vertical;}
.ellipsis4{overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp:4; display:-webkit-box; -webkit-box-orient:vertical;}


/*单选多选按钮样式*/
.checkboxFive{width:15px; height:15px; float:left; position:relative;}
.checkboxFive label{position:absolute; width:13px; height:13px; top: 0;left:0; background:#fbfbfb; border:1px solid #bbb; border-radius:10px;}
.checkboxFive input{display:none;}
/*勾*/
.checkboxFive label:after{ opacity:0; content:''; position:absolute; width:5px; height:3px; background:transparent; top:3px; left:3px; border:2px solid #f44238; border-top:none; border-right:none; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);
}
.checkboxFive input[type=radio]:checked + label:after {opacity:1;}
.checkboxFive input[type=checkbox]:checked + label:after {opacity: 1;}

/*单选多选按钮样式2*/
.ly-checkbox input[type="checkbox"], .ly-checkbox input[type="radio"] {
	-webkit-appearance: none;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #ccc;
	border-radius: 50%;
	background: #fff;
	overflow: hidden;
	font-size: 1rem;
	text-align: center;
	color: #fff;
}
.ly-checkbox input[type="checkbox"]:checked, .ly-checkbox input[type="radio"]:checked {
	background:#ff5d5e;
	border: 1px solid #ff5d5e;
	color: #fff;
}


/*没有资料*/
.nodd{padding-top:160px; text-align:center; background:url(../images/60120153951.jpg) center 30px no-repeat; background-size:160px auto; line-height:20px;}
.nodd a{width:200px; height:40px; display:block; background:#ff5e5d; border-bottom:2px solid #db4443; margin:10px auto 40px; font-size:16px; line-height:40px; color:#fff; border-radius:5px;}



/*图标字体*/
@font-face {font-family: "iconfont";
  src: url('fonts/iconfont.eot?t=1485220627'); /* IE9*/
  src: url('fonts/iconfont.eot?t=1485220627#iefix') format('embedded-opentype'), /* IE6-IE8 */
  /*url('fonts/iconfont.woff?t=1485220627') format('woff'), /* chrome, firefox */
  url('fonts/iconfont.ttf?t=1485220627') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('fonts/iconfont.svg?t=1485220627#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
  font-family:"iconfont" !important;
  /*font-size:16px;*/
  font-style:normal;
 /* -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;*/
}
.icon-xiangzuo:before { content: "\e613"; }
.icon-yingyongzhongxin:before { content: "\e600"; }
.icon-sousuo:before { content: "\e611"; }
.icon-cha:before { content: "\e614"; }
.icon-sousuo1:before { content: "\e612"; }
.icon-order:before { content: "\e615"; }
.icon-101:before { content: "\e608"; }
.icon-houtui:before { content: "\e601"; }
.icon-caidan1:before { content: "\e617"; }
.icon-msnui-menu-right:before { content: "\e658"; }
.icon-fenxiang:before { content: "\e618"; }
.icon-shouji:before { content: "\e60b"; }
.icon-mima:before { content: "\e609"; }
.icon-icon:before { content: "\e61a"; }
.icon-fenxiang1:before { content: "\e61b"; }
.icon-daojishi:before { content: "\e61c"; }
.icon-gouwuche:before { content: "\e605"; }
.icon-yinxingqia:before { content: "\e61d"; }
.icon-houtui1:before { content: "\e61e"; }
.icon-xiaoxi:before { content: "\e62b"; }
.icon-yinxingqia1:before { content: "\e61f"; }
.icon-jinyuanbao001:before { content: "\e620"; }
.icon-caidan:before { content: "\e602"; }
.icon-futou:before { content: "\e621"; }
.icon-caidan1:before { content: "\271"; }
.icon-daojishi1:before { content: "\e622"; }
.icon-youjiantou:before { content: "\e623"; }
.icon-kanjia1:before { content: "\e624"; }
.icon-xiangxia:before { content: "\405"; }
.icon-iconfonticon:before { content: "\e625"; }
.icon-duo:before { content: "\e604"; }
.icon-iconfonticon1:before { content: "\e626"; }
.icon-weibiaoti6:before { content: "\e627"; }
.icon-dian:before { content: "\e60d"; }
.icon-chaping:before { content: "\e60a"; }
.icon-haoping:before { content: "\e60c"; }
.icon-yonghu:before { content: "\e606"; }
.icon-icon1:before { content: "\e619"; }
.icon-zhongping:before { content: "\e610"; }
.icon-tixian:before { content: "\e628"; }
.icon-yanzhengma:before { content: "\e607"; }
.icon-gougou:before { content: "\e629"; }
.icon-icon04:before { content: "\e603"; }
.icon-chachada:before { content: "\e60e"; }
.icon-gou:before { content: "\e60f"; }
.icon-guanbi-copy:before { content: "\403"; }
.icon-left-1:before { content: "\e616"; }
.icon-right-1-copy:before { content: "\e62a"; }
.icon-icon_on_the_top:before { content: "\404"; }
.icon-qiandai:before { content: "\e63f"; }
.icon-shouye:before { content: "\f004a"; }
.icon-xin-1:before { content: "\e62c"; }
.icon-xin:before { content: "\e678"; }
.icon-zan:before { content: "\e62d"; }
.icon-weibiaoti1-copy:before { content: "\e62f"; }
.icon-yanjing:before { content: "\e62e"; }
.icon-message:before { content: "\e64e"; }
.icon-jia:before { content: "\e630"; }
.icon-alarm:before { content: "\e631"; }

