/* active */ .jpActive{ background: #004c9d !important; } .jpActive a{ color:#fff !important; } .jpActive .iconfont1{ color:#fff !important; } /*@media only screen and (max-width:768px) { .categrayBox .content{ white-space: nowrap; overflow-x: auto; } }*/ /*page*/ .p_page .pageNum.active, .p_page .pageNum:hover, .p_page .next:hover, .p_page .pre:hover, .p_pagebox .next, .p_pagebox .pre { background-color: #004c9d !important; color: #fff; border-color: #004c9d !important; border-radius: 0px; } .p_page .pageNum, .p_page .pre, .p_page .next { border-radius: 0px; } .p_pagebox .js_pageBtnDisable, .p_pagebox .js_pageBtnDisable:hover, .p_pagebox .js_pageBtnDisable:active { background: #f5f5f5 !important; border-color: #d9d9d9 !important; color: #bfbfbf !important; } /* 楂樹寒鏍峰紡缁撴潫 */ /* 鍒嗘暎瀵归綈寮€濮 */ .jpJustifyBox{ font-size: 0; width: 100%; text-align-last: justify; /* 鍏煎firefox */ -moz-text-align-last: justify; text-align: justify; /* 鍏煎ie */ text-justify: distribute-all-lines; /* ie涓嬮渶璁句负block */ display: block; } .jpJustify{ display:inline-block; vertical-align:middle; } .jpLastJustify{ width:100%; } /* 鍒嗘暎瀵归綈缁撴潫 */ /* 琛ㄦ牸寮€濮 */ input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #929090 !important; font-size:14px; } input:-moz-placeholder, textarea:-moz-placeholder { color: #929090 !important; font-size:14px; } input::-moz-placeholder, textarea::-moz-placeholder { color: #929090 !important; font-size:14px; } input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #929090 !important; font-size:14px; } /* 琛ㄦ牸缁撴潫 */ .jpTransition{ transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition:all 0.5s; } .jpRelative{ position: relative; } .jpAbsolute{ position: absolute; } /* listCol */ .listCol_1 { display: inline-block; width: 100%; } .listCol_2 { display: inline-block; width: 50%; } .listCol_3 { display: inline-block; width: 33.333%; } .listCol_4 { display: inline-block; width: 25%; } .listCol_5 { display: inline-block; width: 20%; } .listCol_6 { display: inline-block; width: 16.667%; } .listCol_7 { display: inline-block; width: 14.29%; } .listCol_8 { display: inline-block; width: 12.5%; } .listCol_9 { display: inline-block; width: 11.111%; } @media only screen and (max-width: 768px) { div[class*="listCol_"] { width: 50%; } } /* Grid End */ /*鍔犺浇鍔ㄦ晥 topshow锛堜粠涓婂線涓嬶級h_LeftShow 锛堜粠宸﹀線鍙筹級 */ .delighter { overflow: hidden; position: relative; transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s; } .h_UpShow.delighter:before { width: 100%; position: absolute; height: 100%; top: 0; left: 0; transform: translateY(0%); display: block; background: #fff; z-index: 10; content: ""; transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s; } .h_UpShow.started.delighter:before { transform: translateY(100%); } .h_LeftShow.delighter:before { width: 100%; position: absolute; height: 100%; top: 0; left: 0; transform: translateX(0%); display: block; background: #fff; z-index: 10; content: ""; transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s; } .h_LeftShow.started.delighter:before { transform: translateX(100%); } .h_RightShow.delighter:before { width: 100%; position: absolute; height: 100%; top: 0; left: 0; transform: translateX(0%); display: block; background: #fff; z-index: 10; content: ""; transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s; } .h_RightShow.started.delighter:before { transform: translateX(-100%); } .h_DownShow.delighter:before { width: 100%; position: absolute; height: 100%; top: 0; left: 0; transform: translateX(0%); display: block; background: #fff; z-index: 10; content: ""; transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s; } .h_DownShow.started.delighter:before { transform: translateY(-100%); }