@charset "utf-8";
/* CSS Document */
/*
+-----------------------------------------------------------------------+
|	WordPress Plugin: WP-DownloadManager 								|
|	Copyright: 2017 in Industry Research Institut              			|
|																		|
|	File Written By:													|
|	- ranbo												                |
|																		|
|	File Information:													|
|	- CSS pc_public Style				               					|
+-----------------------------------------------------------------------+
*/
*{ font-size:12px; font-family:Helvetica,Arial,Verdana,PingFang SC,Microsoft YaHei; margin:0 auto; padding:0; color:#39424f;}
body{margin:0; padding:0px;}
h1,h2,h3,h4,h5,h6,ol,ul,dl,dd,p{margin:0px; color:#39424f;}
ol,ul,li,th,td {padding:0;list-style:none;}
i,em { font-style:normal}
p{ text-indent:2em; color:#555;}
a{ text-decoration:none; color:#ff6400; outline: none;}
a:hover{ text-decoration:none; color:#f63c3c;}
.fl {float:left;}
.fr {float:right;}
.flb { float:left; border:0px;}
.rlb { float:right; border:0px;} 
.clear{ clear:both;}
img { border:0px;}
a:active, a:focus{outline:none;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}
input, textarea, select {font-family:inherit;font-size:inherit;font-weight:inherit; -webkit-appearance:none;}
/*文字隐藏标签 start*/
.text_hidingr_duo { overflow :hidden; text-overflow:ellipsis; display:-webkit-box; -o-line-clamp:2; -moz-line-clamp:2;  -webkit-line-clamp:2; -o-box-orient: vertical; -moz-box-orient: vertical; -webkit-box-orient: vertical;}
.text_hidingr_theer { overflow :hidden; text-overflow:ellipsis; display:-webkit-box; -o-line-clamp:3; -moz-line-clamp:3; -webkit-line-clamp:3; -o-box-orient: vertical; -moz-box-orient: vertical; -webkit-box-orient: vertical;  }
.text_one { white-space: nowrap; -webkit-text-overflow: ellipsis; -khtml-text-overflow: ellipsis; -icab-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis;}
.text_hidingr_dan { overflow :hidden ;text-overflow:ellipsis; white-space:nowrap;}
/*文字隐藏标签 end*/

/*浮动定位标签 start*/
.position_rel { position:relative;}
.position_abl { position:absolute;}
.position_fxd { position:fixed;}
/*浮动定位标签 end*/

/*--background属性 START--*/
.bakg01 { background:#ffffff;}
.bakg02 {background:#f4f5f7;}
.bakg03 {background:#f1f4f8;}
.bakg04 {background:#eaedf1;}
.bakg05 {background:#d9dee4;}
/*--灰色 END--*/
.bakg06 {background:#4a5064;}
.bakg07 {background:#42485b;}
.bakg08 {background:#333744;}
.bakg09 {background:#373d41;}
/*--黑色 END--*/
.bakg10 {background:#00c1de;}
.bakg11 {background:#08a3eb;}
.bakg12 {background:#3095ff;}
.bakg13 {background:#2683f3;}
.bakg14 {background:#0c59e6;}
.bak15 {background:#009900;}
.bak16 {background:#ff9900;}
.bak17 {background:#f04b00;}
/*--彩色 END--*/
/*--background属性 END--*/

/*内外边距标签 start*/
.margin_tone { margin-top:22px;}
.margin_ttwo { margin-top:69px;}
.margin_tthree { margin-top:40px;}

.margin_lone { margin-left:28px;}
.margin_ltwo { margin-left:35px;}

.margin_rone { margin-right:28px;}
.margin_rtwo { margin-right:32px;}

.margin_bone { margin-bottom:20px;}
.margin_btwo { margin-bottom:28px;}
/*内外边距标签 end*/

.displayb { display:block;}
.displayn { display:none;}
.tm { transition: all 0.4s linear 0s; cursor:pointer;}
.tmyc { -webkit-transition: all .3s ease-in .15s; transition: all .3s ease-in .15s;}


