/***************************************閺嶅嘲绱￠柌宥囩枂瀵拷顫�***********************************************/
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

body {
    background-color: #fff;
    font-family: 'PingFangSC-Regular ', 'Microsoft YaHei' ,'Verdana' ,'Arial';
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
}
textarea{
	resize: none;
}
/***************************************閺嶅嘲绱￠柌宥囩枂缂佹挻娼�***********************************************/

.common_wrap {
    width: 1180px;
    margin: 0 auto;
}
.com_wrapper{
    width: 1180px;
    margin: 0 auto;
}
.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}
@font-face {
    font-family: 'iconfont';
    src: url('iconfont/iconfont.eot'); /* IE9*/
    src: url('iconfont/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('iconfont/iconfont.woff') format('woff'), /* chrome閵嗕公irefox */
    url('iconfont/iconfont.ttf') format('truetype'), /* chrome閵嗕公irefox閵嗕狗pera閵嗕讣afari, Android, iOS 4.2+*/
    url('iconfont/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 12px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.triangle:after{
    border-color: transparent transparent  #fff transparent;
    position: absolute;
    border-bottom: 7px;
    display: block;
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    color: #ebebeb;
    content: '';
    border-style: solid;
    border-top-width: 8px;
    border-right-width: 8px;
    border-left-width: 8px;
}
/* 单行文字过长自动隐藏 */
.over-hidden{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 单行文字过长自动隐藏 */
