/* ---------------------single CSS----------------------- */ /* display */ .dn{display:none;} .di{display:inline;} .db{display:block;} .dib{display:inline-block;zoom: 1;*display: inline;} /* if the element is block level(eg. div, li), using 'inline_any' instead */ /* height */ .h14{height:14px;} .h16{height:16px;} .h18{height:18px;} .h20{height:20px;} .h22{height:22px;} .h24{height:24px;} /* width */ /* fixed width value */ .w20{width:20px;} .w50{width:50px;} .w70{width:70px;} .w100{width:100px;} .w120{width:120px;} .w140{width:140px;} .w160{width:160px;} .w180{width:180px;} .w200{width:200px;} .w220{width:220px;} .w250{width:250px;} .w280{width:280px;} .w300{width:280px;} .w320{width:320px;} .w360{width:360px;} .w400{width:400px;} .w460{width:460px;} .w500{width:500px;} .w600{width:600px;} .w640{width:640px;} .w700{width:700px;} .w1200{width:1200px; margin: 0 auto;} .w1250{width:1250px; margin: 0 auto;} .w1300{width:1300px; margin: 0 auto;} /* percent width value */ .pct10{width:10%;} .pct15{width:15%;} .pct20{width:20%;} .pct25{width:25%;} .pct30{width:30%;} .pct33{width:33.3%;} .pct40{width:40%;} .pct50{width:50%;} .pct60{width:60%;} .pct66{width:66.6%;} .pct70{width:70%;} .pct75{width:75%;} .pct80{width:80%;} .pct90{width:90%;} .pct100{width:100%;} /* line-height */ .lh14{line-height:14px;} .lh16{line-height:16px;} .lh18{line-height:18px;} .lh20{line-height:20px;} .lh22{line-height:22px;} .lh24{line-height:24px;} /* margin */ .m_auto{margin: auto;} .m0{margin:0 !important;;} .ml1{margin-left:1px !important;} .ml2{margin-left:2px !important;} .ml5{margin-left:5px !important;} .ml10{margin-left:10px !important;} .ml15{margin-left:15px !important;} .ml20{margin-left:20px !important;} .ml30{margin-left:30px !important;} .mr1{margin-right:1px !important;} .mr2{margin-right:2px !important;} .mr5{margin-right:5px !important;} .mr10{margin-right:10px !important;} .mr15{margin-right:15px !important;} .mr20{margin-right:20px !important;} .mr30{margin-right:30px !important;} .mr40{margin-right:40px !important;} .mr45{margin-right:45px !important;} .mr50{margin-right:50px !important;} .mr60{margin-right:60px !important;} .mt1{margin-top:1px !important;} .mt2{margin-top:2px !important;} .mt5{margin-top:5px !important;} .mt10{margin-top:10px !important;} .mt15{margin-top:15px !important;} .mt20{margin-top:20px !important;} .mt30{margin-top:30px !important;} .mt40{margin-top:40px !important;} .mt60{margin-top:60px !important;} .mt80{margin-top:80px !important;} .mb1{margin-bottom:1px !important;} .mb2{margin-bottom:2px !important;} .mb5{margin-bottom:5px !important;} .mb10{margin-bottom:10px !important;} .mb15{margin-bottom:15px !important;} .mb20{margin-bottom:20px !important;} .mb30{margin-bottom:30px !important;} .mb40{margin-bottom:40px !important;} .mb50{margin-bottom:50px !important;} .mb60{margin-bottom:60px !important;} /* margin negative */ .ml-1{margin-left:-1px !important;} .mr-1{margin-right:-1px;} .mt-1{margin-top:-1px;} .mb-1{margin-bottom:-1px;} .ml-3{margin-left:-3px;} .mr-3{margin-right:-3px;} .mt-3{margin-top:-3px;} .mb-3{margin-bottom:-3px;} .ml-20{margin-left:-20px;} .mr-20{margin-right:-20px;} .mt-20{margin-top:-20px;} .mb-20{margin-bottom:-20px;} /* padding */ .p0{padding:0;} .p1{padding:1px;} .pl1{padding-left:1px;} .pt1{padding-top:1px;} .pr1{padding-right:1px;} .pb1{padding-bottom:1px;} .p2{padding:2px;} .pl2{padding-left:2px;} .pt2{padding-top:2px;} .pr2{padding-right:2px;} .pb2{padding-bottom:2px;} .pl5{padding-left:5px;} .p5{padding:5px;} .pt5{padding-top:5px;} .pr5{padding-right:5px;} .pb5{padding-bottom:5px;} .p10{padding:10px;} .pl10{padding-left:10px;} .pt10{padding-top:10px;} .pr10{padding-right:10px;} .pb10{padding-bottom:10px;} .p15{padding:15px;} .pl15{padding-left:15px;} .pt15{padding-top:15px;} .pr15{padding-right:15px;} .pb15{padding-bottom:15px;} .p20{padding:20px;} .pl20{padding-left:20px;} .pt20{padding-top:20px;} .pr20{padding-right:20px;} .pb20{padding-bottom:20px;} .p30{padding:30px;} .pl30{padding-left:30px;} .pt30{padding-top:30px;} .pr30{padding-right:30px;} .pb30{padding-bottom:30px;} /* border-color name rule: border(b)-position(l/r/t/b/d)-width(null/2)-style(null/sh)-color(first one letter/first two letter) |-> All colors are safe color*/ .bdc{border:1px solid #ccc;} .blc{border-left:1px solid #ccc;} .brc{border-right:1px solid #ccc;} .btc{border-top:1px solid #ccc;} .bbc{border-bottom:1px solid #ccc;} .bdd{border:1px solid #ddd;} .bld{border-left:1px solid #ddd;} .brd{border-right:1px solid #ddd;} .btd{border-top:1px solid #ddd;} .bbd{border-bottom:1px solid #ddd;} .bde{border:1px solid #eee;} .ble{border-left:1px solid #eee;} .bre{border-right:1px solid #eee;} .bte{border-top:1px solid #eee;} .bbe{border-bottom:1px solid #eee;} .ble5{border-left:1px solid #e5e5e5;} .bre5{border-right:1px solid #e5e5e5;} .bte5{border-top:1px solid #e5e5e5;} .bbe5{border-bottom:1px solid #e5e5e5;} /* background-color name rule: bg - (key word/Hex color) |-> All colors are safe color */ .bgwh{background-color:#fff;} .bgfb{background-color:#fbfbfb;} .bgf5{background-color:#f5f5f5;} .bgf0{background-color:#f0f0f0;} .bgeb{background-color:#ebebeb;} .bge0{background-color:#e0e0e0;} /* safe color */ .g0{color:#000 !important;} .g3{color:#333;} .g6{color:#666;} .g9{color:#999;} .gc{color:#ccc;} .gc{color:#ccc;} .wh{color:white;} .orange{color:#ff6000;} .blue{color:#0066ff !important;} .blue2{color: #003677;} /* font-size */ .f0{font-size:0;} .f12{font-size:12px;} .f13{font-size:13px;} .f14{font-size:14px;} .f16{font-size:16px;} .f18{font-size:18px;} .f20{font-size:20px;} .f22{font-size:22px;} .f24{font-size:24px;} /* font-family */ .fa{font-family:Arial;} .ft{font-family:Tahoma;} .fv{font-family:Verdana;} .fs{font-family:Simsun;} /*.fl{font-family:'Lucida Console';}*/ .fw{font-family:'Microsoft Yahei';} /* font-style */ .n{font-weight:normal; font-style:normal;} .b{font-weight:bold;} .i{font-style:italic;} /* font-weight */ .fw800{font-weight: 800;} /* text-align */ .ti{text-indent: 2em;} .tc{text-align:center;} .tr{text-align:right;} .tl{text-align:left;} .tj{text-align:justify;} /* text-decoration */ .tdl{text-decoration:underline;} .tdn,.tdn:hover,.tdn a:hover,a.tdl:hover{text-decoration:none;} /* letter-spacing */ .lt-1{letter-spacing:-1px;} .lt0{letter-spacing:0;} .lt1{letter-spacing:1px;} /* white-space */ .nowrap{white-space:nowrap;} /* word-wrap */ .bk{word-wrap:break-word;} /* vertical-align */ .vm{vertical-align:middle;} .vtb{vertical-align:text-bottom;} .vb{vertical-align:bottom;} .vt{vertical-align:top;} .vn{vertical-align:-2px;} /* float */ .fl{float:left;_display:inline;} .fr{float:right;_display:inline;} /* clear */ .cl{clear:both;} /* position */ .rel{position:relative;} .abs{position:absolute;} /*z-index*/ .zx1{z-index:1;} .zx2{z-index:2;} /* cursor */ .poi{cursor:pointer;} .def{cursor:default;} /* overflow */ .ovh{overflow:hidden;} .ova{overflow:auto;} /* visibility */ .vh{visibility:hidden;} .vv{visibility:visible;} /* zoom */ .z{*zoom:1;} /* ------------------- multiply CSS ------------------ */ /* 鍧楃姸鍏冪礌姘村钩灞呬腑 */ .auto{margin-left:auto; margin-right:auto;} /* 娓呴櫎娴姩*/ /*.fix{*zoom:1;} .fix:after{display:table; content:''; clear:both;}*/ .clear{zoom:1;} .clear:after{display:block;clear:both;visibility:hidden;height:0;overflow:hidden;content:".";} /* 鍩轰簬display:table-cell鐨勮嚜閫傚簲甯冨眬 */ .cell{display:table-cell; *display:inline-block; width:2000px; *width:auto;} /* 鍙屾爮鑷€傚簲cell閮ㄥ垎杩炵画鑻辨枃瀛楃鎹㈣ */ .cell_bk{display:table; width:100%; table-layout:fixed; word-wrap:break-word;} /* 鍗曡鏂囧瓧婧㈠嚭铏氱偣鏄 绀?/ .ell{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;} /* css3杩囨浮鍔ㄧ敾鏁堟灉 */ .trans{ -webkit-transition:all 0.3s; transition:all 0.3s; } /* 澶у皬涓嶅畾鍏冪礌鍨傜洿灞呬腑 */ .dib_vm{display:inline-block; width:0; height:100%; vertical-align:middle;} /* 鍔犺浇涓儗鏅浘鐗 - 濡傛灉鎮ㄤ娇鐢ㄨCSS灏忓簱锛屽姟蹇呬慨鏀规鍥剧墖鍦板潃 */ .loading{background:url(../img/loading.gif) no-repeat center;} /* 鏃犳鏂囨湰妗嗘枃鏈煙 */ .bd_none{border:0; outline:none;} /* 缁濆瀹氫綅闅愯棌 */ .abs_out{position:absolute; left:-999em; top:-999em;} .abs_clip{position:absolute; clip:rect(0 0 0 0);} /* 鎸夐挳绂佺敤 */ .disabled{color:#acacac!important; border-color:#acacac!important; text-shadow:1px 1px #fff!important; outline:0!important; cursor:default!important; pointer-events:none;} .disabled:hover{text-decoration:none!important;} /*inline-block涓巉loat绛夊鍒楄〃*/ .inline_box{font-size:1em; letter-spacing:-.25em; font-family:Arial;} .inline_two, .inline_three, .inline_four, .inline_five, .inline_six, .inline_any{display:inline-block; *display:inline; letter-spacing:0; vertical-align:top; *zoom:1;} .float_two, .float_three, .float_four, .float_five, .float_six{float:left;} .inline_two, .float_two{width:49.9%;} .inline_three, .float_three{width:33.3%;} .inline_four, .float_four{width:24.9%;} .inline_five, .float_five{width:19.9%;} .inline_six, .float_six{width:16.6%;} .inline_fix{display:inline-block; width:100%; height:0; overflow:hidden;} .h100{height: 100%;} .w100{width: 100%;} .ablock{ width: 100%;height: 100%; display: block; position: relative; } .content_title{ white-space: nowrap; text-align: center; font-size: 44px; font-weight: 400; font-style: normal; text-decoration: none; color: #fff; } .bgfig{ background-position: center center; background-repeat: no-repeat; background-size: cover; } .middle{position: absolute;top: 50%;transform: translateY(-50%);} .flex_wrap{flex-wrap: wrap;} .flex_center{display: flex !important;align-items: center;} .flex_ends{display: flex !important;justify-content: space-between;align-items: center;} .flex-middle{ justify-content: center;align-items: center;display: flex !important; text-align: center;} .flex-middle2{align-items: center;display: flex !important;} .flex-middle-space{ justify-content: center;align-items: center;display: flex;justify-content: space-between;} .flex_weight{flex: 1;} .middle{position: absolute;top: 50%;transform: translateY(-50%);} .middle-middle{position: absolute;top: 50%;transform: translate3d(-50%,-50%,0);left: 50%;} .rot_90{transform: rotate(90deg);} .rot_f90{transform: rotate(-90deg);} .line_one{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .line_two{display: -webkit-box !important;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;} .line_three{display: -webkit-box;overflow: hidden; text-overflow: ellipsis;-webkit-line-clamp: 3;-webkit-box-orient: vertical;} .line_four{display: -webkit-box;overflow: hidden; text-overflow: ellipsis;-webkit-line-clamp: 4;-webkit-box-orient: vertical;} .line_five{display: -webkit-box;overflow: hidden; text-overflow: ellipsis;-webkit-line-clamp: 5;-webkit-box-orient: vertical;} .line_six{display: -webkit-box; overflow: hidden;text-overflow: ellipsis; -webkit-line-clamp: 6;-webkit-box-orient: vertical;} .opacity{opacity: 1 !important;}