* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, div, ol, ul, li, dl, dt, dd, table, caption, tr, th, td, span, p, a, b, u, i, em, img, iframe, fieldset, form, label, legend, input, button, select, textarea {
    margin: 0;
    padding: 0;
}

body {
    font: 14px/1.5 "Microsoft YaHei", Arial, Tahoma, Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased !important;
    margin: 0 auto;
    color: #333;
    font-family: 微软雅黑, 'Heiti SC', 黑体, Arial;
    position: relative;
}

input, button, textarea, select {
    font: 14px/100% "Microsoft YaHei", Arial, Tahoma, Helvetica, sans-serif;
    outline: 0;
    border: 0;
    background: none;
    color: #333;
}

input:focus, textarea:focus {
    color: #333;
}

input::-ms-clear {
    display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    /*背景颜色*/

    box-shadow:0 0 0 60px #fff inset;
    /*字的颜色*/
    -webkit-text-fill-color: #878787;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #333;
    line-height: 1.2;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}

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

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    resize: none;
}

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

caption, th {
    font-weight: normal;
}

img {
    border: 0;
    outline: 0;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

a:focus {
    outline: 0;
}

/*清除浮动*/
.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
}
/*左浮动*/
.fl{
    float: left;
}
/*右浮动*/
.fr{
    float: right;
}
.col-w-2{
    width: 50%;
}
.col-w-3{
    width: 33.3333333%;
}
.col-w-4{
    width: 25%;
}
.col-w-5{
    width: 20%;
}
.col-w-6{
    width: 16.66666667%;
}
.col-w-8{
    width: 12.5%;
}

/*动画时间*/
.duration{
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
}

/*标准布局宽*/
.container {
    width: 1200px;
    margin: 0 auto;
}
/*字体颜色白*/
.colorfff{
    color: #fff;
}
/*显示一行*/
.textover{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.hiddendom{
    display: none;
}
/*宽高100%*/
.wh100{
    display: block;
    width: 100%;
    height: 100%;
}
/*图片100% 垂直向上*/
.imgtop{
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: top;
}
/*首页显示正文处理样式*/
.descstyle,
.descstyle p,
.descstyle span{
    color: #333!important;
    font-size: 14px!important;
    line-height: 26px!important;
}
.descstyle.white,
.descstyle.white p,
.descstyle.white span{
    color: #fff!important;
    font-size: 14px!important;
    line-height: 30px!important;
}
.descstyle.c66,
.descstyle.c66 p,
.descstyle.c66 span{
    color: #666!important;
}
.descstyle.c99,
.descstyle.c99 p,
.descstyle.c99 span{
    color: #999999!important;
}
.descstyle a,
.descstyle img,
.descstyle video,
.descstyle audio{
    display: none!important;
}
.descstyle.l20,
.descstyle.l20 p,
.descstyle.l20 span{
    line-height: 20px!important;
}

/* 滚动条样式 */
div::-webkit-scrollbar{
    width:5px;
    height:5px;
    /**/
}
div::-webkit-scrollbar-track{
    background: rgb(239, 239, 239);
    border-radius:2px;
}
div::-webkit-scrollbar-thumb{
    background: #bfbfbf;
    border-radius:4px;
}
div::-webkit-scrollbar-thumb:hover{
    background: #333;
}
div::-webkit-scrollbar-corner{
    background: #179a16;
}

/* 遮罩 */
.shade{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    background: rgba(0,0,0,0.6);
    display: none;
}

.pubbtn{
    width: 30%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    background: #9d0505;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    cursor: pointer;
}
@media only screen and (max-width: 1440px){
    .containermodel1{
        width: 1170px;
    }
}

@media only screen and (max-width: 768px){
    .containermodel1{
        width: 100%;
    }
    .descstyle,
    .descstyle p,
    .descstyle span{
        font-size: 0.9rem!important;
        line-height: 1.2rem!important;
    }
    .descstyle.white,
    .descstyle.white p,
    .descstyle.white span{
        font-size: 0.9rem!important;
        line-height: 1.3rem!important;
    }
    .descstyle.l20,
    .descstyle.l20 p,
    .descstyle.l20 span{
        line-height: 1.7rem!important;
    }
}
