@charset "utf-8";
/* CSS Document */

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color:#333;
    padding: 0;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre,fieldset, lengend, button, input, textarea,th, td {
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: normal;
}
a{
    text-decoration:none;
    outline:none;
    color: inherit;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}
a:hover,
a:focus{
	text-decoration:none;
	color: inherit;
}
img{border:0;vertical-align: middle;max-width: 100%;}
input{border:none;outline:none;}
ol,ul,li{list-style: none;}
h1, h2, h3, h4, h5, h6{font-weight: normal;font-size: 100%;}
button{outline: none;}

em,i,b{font-style: normal;}
/*ºÏ²¢±í¸ñ±ß¿ò£¬£¬£¬£¬£¬ÉèÖÃ±ß¿ò¾àÎªÁã*/
table{border-collapse: collapse;border-spacing: 0;}

/*É¨³ý¸¡¶¯*/
.clear{clear:both;}
.clear-fix:after {content: ".";display: block;height: 0;font-size: 0;clear: both;visibility: hidden;}
.clear-fix {+height:1%;}

/*Ç¿ÖÆ»»ÐÐ*/
.break_word{word-wrap:break-word;word-break:break-all;}

/*Õ¥È¡»»ÐÐ*/
.keep_all{word-break:keep-all;white-space:nowrap;}

/*Áè¼ÝÊ¡ÂÔºÅ£¬£¬£¬£¬£¬½öÏÞµ¥ÐÐ£¬£¬£¬£¬£¬²¢ÇÒÐèÒªÉè¶¨Ò»¸ö¿í¶È*/
.ellipsis { overflow: hidden; text-overflow: ellipsis; display: block; white-space: nowrap;}

/*½çËµÁ½ÐÐÁè¼ÝÊ¡ÂÔºÅ*/
.clamp2{overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }

/*¶ÎÂäÁ½Í·¶ÔÆë*/
.case_intro , .txt_justify{text-align:justify;text-justify:inter-ideograph;}

/*Õ¥È¡FFµÈä¯ÀÀÆ÷¸øtextareaÔöÌí¿ÉÍÏ×§¾ÞÏ¸µÄÉèÖÃ*/
textarea { resize: none; -webkit-appearance: none;}

/*×÷·ÏÊäÈë¿òµÄ½¹µã×´Ì¬*/
input, textarea, button, select{
    outline: none;
    outline-style: none;
    outline-width: initial;
    outline-color: initial;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

input{border-radius:0px;}
input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

/*±íµ¥ÌáÐÑÎÄ×ÖÑÕÉ«*/
::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}

::-ms-input-placeholder{
    color: #999;
}

::-webkit-input-placeholder{
    color: #999;
}


/*Òþ²Ø*/
.hide{ display:none;}

/*¸¡¶¯*/
.fl{ float:left;}
.fr { float:right;}














<!--ºÄÊ±1751455745.3166Ãë-->