﻿
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, fieldset, input, button, textarea, p, blockquote, table, tr, th, td {
    padding: 0;
    margin: 0;
}

*{
    box-sizing: border-box;
}
input, textarea{
    background: none;
    border: none;
    outline: none;
}
ul,li,dl,dt,dd,a,em,span,b,i{
    list-style: none;
    text-decoration: none;
    font-style: normal;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}
body {
    font-size: 14px;
    color: #3d3c3c;
    font-family:Microsoft Yahei,'微软雅黑', '宋体';
}
.maxWh{
    width: 100%;
}
img{
    /*cursor:pointer;*/
    vertical-align: middle;
}
a, span, em, i{
    display: inline-block;
}
.fomar{
    font-family: "Arial";
}

/*元素位置*/

.pa {
    position: absolute;
}

.pr {
    position: relative;
}

.pf {
    position: fixed;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ofh {
    overflow: hidden;
}

/*clearfix写在浮动元素的上层*/

.clear{
    clear:both;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size:0;
}

.clearfix { *zoom:1;}
.content{
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
}

/*内部文字位置*/
.left{
    text-align: left;
}
.right{
    text-align: right;
}
.center {
    text-align: center!important;
}
.f-right{
    float: right!important;
}

/*块状元素及行内元素*/
.block {
    display: block!important;

}
.inline {
    display: inline-block!important;
}
.none{
    display: none!important;
}


.mt-10{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.mt-40{
    margin-top: 40px;
}
.mt-60{
    margin-top: 60px;
}

/*背景颜色*/
.bg-red{
    background: #f41100;
}
.bg-gray{
    background: #f5f5f5;
}
.bg-ffeded{
    background: #ffeded;
}
.bg-fff{
    background: #fff;
}
.br-5{
    border-radius: 5px;
}
.module{
    background: #f2f2f2!important;
}




.pd-20{
    padding: 20px 0;
}
.pd-50{
    padding: 50px 0;
}
.pd-btm-100{
    padding-bottom: 100px;
}



/*字体颜色*/
.c-fff{
    color: #fff!important;
}
.c-orange{
    color: #f2a654!important
}
.c-green{
    color: #46be8a!important;
}
.c-blue{
    color: #62a8ea!important;
}
.c-red{
    color: #da2319!important;
}
.bg-red{
    background: #da2319!important;
}
.bd-red{
    border: 1px solid #da2319!important;
}
.bd-fff{
    border: 1px solid #fff!important;
}
.c-black{
    color: #343434!important;
}
.bg-black{
    background: #272727!important;
}
.bg-green{
    background: #46be8a!important;
}
.bg-blue{
    background: #62a8ea!important;
}
.bd-green{
    border: 1px solid #46be8a!important;
}
.bd-blue{
    border: 1px solid #62a8ea!important;
}
.bd-red{
    border: 1px solid #f96868!important;
}


.c-theme{
    color: #28166f!important;
}
.bg-theme{
    background: #28166f!important;
}
.bd-theme{
    border: 1px solid #28166f!important;
}
.c-themeT{
    color: #50b8ec!important;
}
.bg-themeT{
    background: #50b8ec!important;
}
.bd-themeT{
    border: 1px solid #50b8ec!important;
}
.bd-btm-themeT{
    border-bottom: 1px solid #50b8ec!important;
}
/*字体颜色*/






.arial{
    font-family: 'Arial';
}
.fbold{
    font-weight: bold;
}
.uppercase{
    text-transform: uppercase;
}
.lowercase{
    text-transform: lowercase;
}
.capitalize{
    text-transform: capitalize;
}




/*边框颜色*/
.bd-top{
    border-top: 1px solid #e2e2e2;
}
.bd-btm{
    border-bottom: 1px solid #e2e2e2;
}
.bd-lf{
    border-left: 1px solid #e2e2e2;
}
.bd-rg{
    border-right: 1px solid #e2e2e2;
}
.bd-1{
    border: 1px solid #e2e2e2;
}

/*按钮样式*/
.btn{
    width: 22%;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
}

/*宽百分比*/
.w-5{
    width: 5%;
}
.w-6{
    width: 6%;
}
.w-7{
    width: 7%;
}
.w-8{
    width: 8%;
}
.w-9{
    width: 9%;
}
.w-10{
    width: 10%;
}
.w-13{
    width: 13%;
}
.w-20{
    width: 20%;
}
.w-25{
    width: 25%;
}
.w-30{
    width: 30%;
}
.w-37{
    width: 37%;
}
.w-50{
    width: 50%;
}


.maxwh{
    width: 100%;
}
.wot{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tra{
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -ms-transition: all 0.35s;  /* IE 9 */
    -moz-transition: all 0.35s;     /* Firefox */
    -o-transition : all 0.35s;  /* Opera */
}



table{
    width: 100% !important;
    border-collapse: collapse;
}


/*面包屑导航*/
.crumbs{
    line-height: 180%;
    font-size: 12px;
    padding: 2% 0;
}
.crumbs a{
    color: #9d9d9d;
}
.crumbs a.hover{
    color: #50b8ec;
}
.crumbs i{
    color: #b9b9b9;
    margin: 0 5px;
}
.crumbs span{
    color: #9b9b9b;
}
/*面包屑导航*/




/**/
.page{
    padding: 3.6% 0;
    text-align: center;
}
.page a{
    width: 40px;
    line-height: 38px;
    border: 1px solid #e5e5e5;
    text-align: center;
    color: #8c8f94;
    font-family: "Arial";
    margin: 0 4px;
}
.page a:hover, .page a.hover{
    background: #28166f;
    border: 1px solid #28166f;
    color: #fff;
}
.page .n{
    width: 60px;
}
.page .fir{
    width: 70px;
}
/**/



.overflow{
    overflow: hidden;
}
.banner, .slidebox{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner img{
    width: 100%;
}
.banTxt{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.banner-black{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(404.png) repeat;
}
.banner-con{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.banner-con h2{
    padding-bottom: 24px;
    background: url(404.png) no-repeat 0px bottom;
}
.mask{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: url(../image/black.png) repeat;
    /*display: none;*/
}
.fixed{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 3;
}
.index-list{
    display: none;
}
.index-list:nth-child(1){
    display: block;
}







.ismob{
    display: none;
}




/*CSS 公用*/
/*CSS 公用*/


/*font-size*/
.f-12{
    font-size: 12px;
}
.f-13{
    font-size: 13px;
}
.f-14{
    font-size: 14px;
}
.f-15{
    font-size: 15px;
}
.f-16{
    font-size: 16px;
}
.f-18{
    font-size: 18px;
}
.f-20{
    font-size: 20px;
}
.f-22{
    font-size: 22px;
}
.f-24{
    font-size: 24px;
}
.f-25{
    font-size: 25px;
}
.f-26{
    font-size: 26px;
}
.f-28{
    font-size: 28px;
}
.f-30{
    font-size: 30px;
}
.f-32{
    font-size: 32px;
}
.f-34{
    font-size: 34px;
}
.f-36{
    font-size: 36px;
}
.f-40{
    font-size: 40px;
}
.f-48{
    font-size: 48px;
}

@media all and (min-width: 960px) and (max-width: 1199px){
    .f-13{
        font-size: 13px;
    }
    .f-15{
        font-size: 14px;
    }
    .f-16{
        font-size: 15px;
    }
    .f-18{
        font-size: 16px;
    }
    .f-22{
        font-size: 18px;
    }
    .f-24{
        font-size: 20px;
    }
    .f-26{
        font-size: 21px;
    }
    .f-28{
        font-size: 22px;
    }
    .f-30{
        font-size: 24px;
    }
    .f-34{
        font-size: 26px;
    }
    .f-36{
        font-size: 28px;
    }
    .f-40{
        font-size: 30px;
    }
    .f-48{
        font-size: 34px;
    }
}


@media all and (max-width: 640px){
    .overflow-x{
        overflow: hidden;
        overflow-x: scroll;
    }
    .f-14{
        font-size: 12px;
    }
    .f-15{
        font-size: 13px;
    }
    .f-16{
        font-size: 14px;
    }
    .f-18{
        font-size: 16px;
    }
    .f-20{
        font-size: 17px;
    }
    .f-22{
        font-size: 18px;
    }
    .f-24{
        font-size: 20px;
    }
    .f-25{
        font-size: 18px;
    }
    .f-26{
        font-size: 19px;
    }
    .f-28, .f-30{
        font-size: 22px;
    }
    .f-34{
        font-size: 22px;
    }
    .f-36, .f-40{
        font-size: 24px;
    }
    .f-48{
        font-size: 26px;
    }
    .mt-20{
        margin-top: 1.66%;
    }
    .mt-30{
        margin-top: 2.5%;
    }
    .mt-40{
        margin-top: 3.33%;
    }
    .mt-60{
        margin-top: 5%;
    }
    .ispc{
        display: none!important;
    }
    .ismob{
        display: block;
    }
}





