﻿@charset "UTF-8";
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{
    background: none;
    border: 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: #333;
    font-family:Microsoft Yahei,'微软雅黑', '宋体'!important;
    background: #f5f5f5;
}
.maxWh{
    width: 100%;
}
img{
    cursor:pointer;
    vertical-align: middle;
    border: none;
}
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;
}

/*块状元素及行内元素*/
.block {
    display: block!important;

}
.inline {
    display: inline-block!important;
}
.none{
    display: none;
}


.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;
}





.pd-20{
    padding: 20px 0;
}
.pd-50{
    padding: 50px 0;
}
.pd-btm-100{
    padding-bottom: 100px;
}



.f-14{
    font-size: 14px;
}
.f-15{
    font-size: 15px;
}
.f-16{
    font-size: 16px;
}
.f-18{
    font-size: 18px;
}
.f-22{
    font-size: 22px;
}
.f-24{
    font-size: 24px;
}
.f-26{
    font-size: 26px;
}
.f-28{
    font-size: 28px;
}
.f-30{
    font-size: 30px;
}
.f-36{
    font-size: 36px;
}
.f-40{
    font-size: 40px;
}

/*字体颜色*/
.c66{
    color: #666;
}
.c-fff{
    color: #fff;
}
.arial{
    font-family: 'Arial';
}
.c-blue{
    color: #07913a;
}
.c-red{
    color: #f10215;
}
.c-theme {
    color: #005293;
}
.bg-theme {
    background: #005293;
}
.bd-theme {
    border: 1px solid #005293;
}
.c-themeT {
    color: #f43436!important;
}
.bg-themeT {
    background: #f43436;
}
.bd-themeT {
    border: 1px solid #f43436;
}
.c-themeTH {
    color: #ff9403!important;
}
.bg-themeTH {
    background: #ff9403;
}
.bd-themeTH {
    border: 1px solid #ff9403;
}
.fbold{
    font-weight: bold;
}
.Arial{
    font-family: 'Arial';
}






/*边框颜色*/
.bd-top{
    border-top: 1px solid #e6e6e6;
}
.bd-btm{
    border-bottom: 1px solid #e6e6e6;
}
.bd-lf{
    border-left: 1px solid #e6e6e6;
}
.bd-rg{
    border-right: 1px solid #e6e6e6;
}
.bd-1{
    border: 1px solid #e6e6e6;
}

/*按钮样式*/
.btn{
    width: 22%;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
}

/*宽百分比*/
.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-40{
    width: 40%;
}
.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%;
    border-collapse: collapse;
    border: 1px solid #e0e0e0;
    background: #fff;
}
table th, table td{
    border: 1px solid #e0e0e0;
}




/*面包屑导航  star*/
.crumbs{
    width: 100%;
    padding: 24px 0 20px;
}
.crumbs>em{
    display: inline-block;
    float: left;
    margin-right: 6px;
    width: 17px;
    height: 17px;
    background: url("../images/home.png") no-repeat center center;
}
.crumbs>a{
    font-size: 14px;
    color:#999;
}
.crumbs>i{
    font-size: 14px;
    color:#555;
    margin: 0 0 0 6px;
}
.crumbs>span{
    font-size: 14px;
}

/*crumbs  end*/




/**/
.page{
    text-align: center;
    margin: 5px 0;
    font-size: 0;
    -webkit-text-size-adjust:none;
}
.page a{
    display: inline-block;
    width: 42px;
    line-height: 32px;
    text-align: center;
    color: #868585;
    font-size: 12px;
    font-family: "Arial";
    margin: 0 2px;
    background: #fff;
}
.page a:hover, .page a.hover{
    background: #f43436;
    color: #fff;
}
.page a.n{
    width: 42px;
    font-family: "微软雅黑";
    vertical-align: top;
}
/**/



.overflow{
    overflow: hidden;
}
.banner{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner>img{
    width: 100%;
}
.mask{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: url(../images/mask.png) repeat;
}














.ismob{
    display: none;
}
.head-fixed-sure{
    position: fixed;
    left: 33%;
    top: 0;
    width: 33.2%!important;
    z-index: 20;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
}
.head-fixed-sure .logo, .head-fixed-sure .tele{
    display: none;
}
.head-fixed-sure .search-wrap{
    margin: 0 auto;
}




@media all and (max-width: 640px){
    .f-40{
        font-size: 26px;
    }
    .f-15{
        font-size: 13px;
    }
    .f-16{
        font-size: 13px;
    }
    .f-18{
        font-size: 14px;
    }
    .f-20{
        font-size: 16px;
    }
    .f-24{
        font-size: 18px;
    }
    .f-28, .f-30{
        font-size: 22px;
    }
    .f-36{
        font-size: 24px;
    }
    .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;
    }
}








