@charset "utf-8";
/* 娓呴櫎鍐呭杈硅窛 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 缁撴瀯鍏冪礌 */
dl, dt, dd, ul, ol, li, /* list elements 鍒楄〃鍏冪礌 */
pre, /* text formatting elements 鏂囨湰鏍煎紡鍏冪礌 */
fieldset, lengend, button, input, textarea, /* form elements 琛ㄥ崟鍏冪礌 */
th, td { /* table elements 琛ㄦ牸鍏冪礌 */
    margin: 0;
    padding: 0;
}

input,textarea {border: 2 none; -webkit-box-shadow: none; box-shadow: none; outline: none;}

/* 璁剧疆榛樿瀛椾綋 */
body,
button, input, select, textarea {
    font-family: "Microsoft Yahei"; color: #666; font-size: 13px;
}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*瑕嗙洊bootstrape瀵规爣棰樺姞鐨勯粯璁ゅ杈硅窛*/

address, cite, dfn, em, i, var {font-style: normal;} /* 鏂滀綋鎵舵 */

/* 閲嶇疆鍒楄〃鍏冪礌 */
ul, ol ,li{list-style: none;}
i,em{font-style: normal;}

/* 閲嶇疆鏂囨湰鏍煎紡鍏冪礌 */
a {text-decoration: none; color: #666; word-wrap:break-word;}/*鑻辨枃鎹㈣*/
a:hover {text-decoration: none; }


/* 閲嶇疆琛ㄥ崟鍏冪礌 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 鎼溅锛氳閾炬帴閲岀殑 img 鏃犺竟妗 */
/* 娉細optgroup 鏃犳硶鎵舵 */
button, input, select, textarea {
    font-size: 100%; /* 浣胯〃鍗曞厓绱犲湪 ie 涓嬭兘缁ф壙瀛椾綋澶у皬 */
}
button:focus{outline:0;} 
/* 閲嶇疆琛ㄦ牸鍏冪礌 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 璁╅潪ie娴忚鍣ㄩ粯璁や篃鏄剧ず鍨傜洿婊氬姩鏉★紝闃叉鍥犳粴鍔ㄦ潯寮曡捣鐨勯棯鐑 */
body {overflow-y: scroll;}
body{color:#666; font-size:13px; margin:0 auto;  background-color:#fff;font-family: "Microsoft YaHei", "榛戜綋", "瀹嬩綋", sans-serif;max-width: 1920px;min-width:1200px;}

a{color: #666; text-decoration: none;} 

a:hover{color:#ee0701; text-decoration: none!important;}

/*璁剧疆娴姩*/
.fl,.pull-left {float: left;}
.fr,.pull-right {float: right;}
.pr{position: relative;}
.pa{position: absolute;}
.dis{display: none;}
.clear{ clear:both; height: 0; overflow: hidden;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.box,.content,.w1200,.width-1200,.page{ width:1200px; height:auto; margin:0 auto;}
.boxsize{-webkit-box-sizing: border-box; box-sizing: border-box;}/*鐧惧垎姣斿竷灞€*/


.w1300{ width:1300px; margin:0 auto;  overflow:hidden;}

.w1100{ width:1100px; margin:0 auto;  overflow:hidden;}

.w1000{width:1000px; margin: 0 auto; overflow:hidden;}

.w1020{width:1020px; margin: 0 auto; overflow:hidden;}

.wb100{width:100px; margin: 0 auto; }

.to5{ padding-top:5px;}

.top2{ padding-top:18px;}

.top3{ padding-top:20px;}

.top5{ padding-top:28px;}

.top36{ padding-top:36px;}

.top30{ margin-top:30px;}

.top60{ margin-top:60px;}

.top12{ margin-top:15px; overflow:hidden;}

.pa{ position:absolute;}

.pr{ position:relative}

.mt50{ margin-top:50px}

.mt25{ margin-top:25px}


.f_pr{position:relative;}

.f_pa{position:absolute;}




.line-clamp-1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.line-clamp-2{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line-clamp-3{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


