/* CSS閲嶇疆 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
a,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

header,
footer,
nav,
hgroup,
section,
article,
section,
aside {
    display: block;
}


/*鏍囩灞炴€ч噸缃?/
html{
    display:flex;
    justify-content: center;
    align-items: center;
}
body {
    width: 1920px;
    margin: auto;
    line-height: 32px;
    font: 400 1em/1.8 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
    color: #333333;
    position: relative;
    background-color: #fff;
    overflow: visible;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
    vertical-align: middle;
}

ol,
ul,
li {
    list-style: none;
}

button,
input {
    border: none;
    outline: medium;
}

a {
   /* font-size: 16px; */
    color: #333333;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

p,
span {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.trans-ease {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.w {
    width: 1440px;
    margin: auto;
}

/* a:hover,
a:focus {
    color: #d71d1e;
} */

.class-hover:hover {
    color: #d71d1e;
}

.class-hover:hover span {
    color: #d71d1e;
}

.but,
button,
.cursor-pointer,
.back {
    cursor: pointer;
}



/* 鏂囨湰棰滆壊 */

.color-000 {
    color: #000;
}

.color-333 {
    color: #333;
}

.color-666 {
    color: #666;
}

.color-999 {
    color: #999;
}

.color-ccc {
    color: #ccc;
}

.color-fff {
    color: #fff;
}

.color-266da7 {
    color: #266da7;
}


/*鏂囨湰瀵归綈鏂瑰紡*/

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-indent {
    text-indent: 2em;
}


/*瀛椾綋澶у皬*/

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-26 {
    font-size: 26px;
}

.font-28 {
    font-size: 28px;
}

.font-30 {
    font-size: 30px;
}

.font-bold {
    font-weight: bold;
}

.font-normal {
    font-weight: normal;
}


/*琛岄珮*/

.lh150 {
    line-height: 150%;
}

.lh180 {
    line-height: 180%;
}

.lh200 {
    line-height: 200%;
}


/*涓嬭竟璺?/

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.f-fl {
    float: left;
}

.f-fr {
    float: right;
}

.f-cb {
    clear: both;
}

.clear {
    clear: both;
}

.none {
    display: none;
}


/*闅愯棌鏄剧ず*/

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.overflow-hidden {
    overflow: hidden;
}


/*瀵逛簬 IE8 鍙婃洿鏃╃増鏈腑鐨 :before :after锛屽繀椤诲０鏄 <!DOCTYPE>銆?/

.clearfix:before,
.clearfix:after {
    display: block;
    content: " ";
    clear: both;
}


/* 瀹氫綅 */

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.pf {
    position: fixed;
}


/*瀹氫綅鍏冪礌灞傜骇*/

.zindex-0 {
    z-index: 0;
}

.zindex-1 {
    z-index: 1;
}

.zindex-2 {
    z-index: 2;
}

.left-0 {
    left: 0;
}

.top-0 {
    top: 0;
}

.right-0 {
    right: 0;
}

.bottom-0 {
    bottom: 0;
}

.zoom {
    zoom: 1;
}

.img-circle {
    border-radius: 50%;
}


/* 闀垮害楂樺害 */

.width-100 {
    width: 100%;
}

.height-100 {
    height: 100%;
}

.text-over {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	
	
}
.flex{
    display: flex;
  
}
.text-over-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*灏嗗璞′綔涓哄脊鎬т几缂╃洅瀛愭ā鍨嬫樉绀恒€?/
    -webkit-box-orient: vertical;
    /*浠庝笂鍒颁笅鍨傜洿鎺掑垪瀛愬厓绱狅紙璁剧疆浼哥缉鐩掑瓙鐨勫瓙鍏冪礌鎺掑垪鏂瑰紡锛?/
    -webkit-line-clamp: 1;
    /*杩欎釜灞炴€т笉鏄痗ss鐨勮鑼冨睘鎬э紝闇€瑕佺粍鍚堜笂闈袱涓睘鎬э紝琛ㄧず鏄剧ず鐨勮鏁般€?/
}

.text-over-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*灏嗗璞′綔涓哄脊鎬т几缂╃洅瀛愭ā鍨嬫樉绀恒€?/
    -webkit-box-orient: vertical;
    /*浠庝笂鍒颁笅鍨傜洿鎺掑垪瀛愬厓绱狅紙璁剧疆浼哥缉鐩掑瓙鐨勫瓙鍏冪礌鎺掑垪鏂瑰紡锛?/
    -webkit-line-clamp: 2;
    /*杩欎釜灞炴€т笉鏄痗ss鐨勮鑼冨睘鎬э紝闇€瑕佺粍鍚堜笂闈袱涓睘鎬э紝琛ㄧず鏄剧ず鐨勮鏁般€?/
}

.text-over-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*灏嗗璞′綔涓哄脊鎬т几缂╃洅瀛愭ā鍨嬫樉绀恒€?/
    -webkit-box-orient: vertical;
    /*浠庝笂鍒颁笅鍨傜洿鎺掑垪瀛愬厓绱狅紙璁剧疆浼哥缉鐩掑瓙鐨勫瓙鍏冪礌鎺掑垪鏂瑰紡锛?/
    -webkit-line-clamp: 3;
    /*杩欎釜灞炴€т笉鏄痗ss鐨勮鑼冨睘鎬э紝闇€瑕佺粍鍚堜笂闈袱涓睘鎬э紝琛ㄧず鏄剧ず鐨勮鏁般€?/
}