@charset "utf-8";

/* 禁用iPhone中Safari的字号自动调整 */
html {
    font-size: 100px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* 解决IOS默认滑动很卡的情况 */
    -webkit-overflow-scrolling : touch;
}

/*去掉a、input和button点击时的蓝色外边框和灰色半透明背景*/
a,button,input,optgroup,select,textarea {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
input,button{
    outline: none;
    border: none;
}
s{
    text-decoration: none;
}
a, img {
    -webkit-touch-callout: none; /*禁止长按链接与图片弹出菜单*/
}

/* 设置HTML5元素为块 */
article, aside, details, figcaption, figure, footer, header, menu, nav, section, a {
    display: block;
}

 /*!*图片自适应 *!*/
/*img {*/
/*width: 100%;*/
/*height: auto;*/
/*width: auto\9; /!* ie8 *!/*/
/*display: block;*/
/*-ms-interpolation-mode: bicubic;/!*为了照顾ie图片缩放失真*!/*/
/*}*/

/* 初始化 */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header,menu, nav, section {
    margin: 0;
    padding: 0;
    font-weight: 400;
}
body {
    max-width: 1920px;
    width: 100%;
    color: #000;
    font-size: 14px;
    margin: 0 auto;
    font-family: Arial,'PingFang SC','Microsoft YaHei', Tahoma, 'sans-serif';


}

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

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}
a {
    /*letter-spacing: 2px;*/
    text-decoration: none;
    font-family:  Arial,'PingFang SC','Microsoft YaHei', Tahoma, 'sans-serif';
    cursor: pointer;
    display: block;
}
a:hover {
    text-decoration: none;
}
ul, ol, li {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-family: 'Microsoft YaHei';
}
img {
    border: none;
}
input{
    font-family: 'Microsoft YaHei';
}
/*单行溢出*/
.one-txt-cut{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*多行溢出 手机端使用*/
.txt-cut{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
}
.w{
    width: 1000px;
}
.fl{
    float: left;
}
.fr{
    float: right !important;
}
.db{
    display: block !important;
}
.dn{
    display: none;
}
.ml{
    margin-left: 0 !important;
}
.pl{
    padding-left: 0 !important;
}

.mb{
    margin-bottom: 0 !important;
}
.mr{
    margin-right: 0 !important;
}
.mt{
    margin-top: 0 !important;
}
.mt35{
    margin-top: 35px;
}
.mb20{
    margin-bottom: 20px;
    background-color: #fff;
}
.mb30{
    margin-bottom: 30px !important;
}
.bdn{
    border: none !important;
}
.text:hover{
    color: #fbe55d !important;
}
.text2:hover{
    color: #ee534f !important;
}

i{
    font-style:normal;
}

.anniu button:hover{
    /*color: #ee534f !important;*/
    background-color: #e12c20 !important;
    color: #fff !important;
}

.anniu1:hover{
    /*color: #ee534f !important;*/
    background-color: #e12c20 !important;
    color: #fff !important;
}

