body, p, ul, h1, h2, h3, h4, h5, h6, ol, dl, th, td, input, s {
    margin: 0;
    padding: 0;
}

body, textarea {
    font-family: "Microsoft YaHei";
}

ul, ol {
    list-style-type: none;
}

li {
}

em, i {
    font-style: normal;
}

b, strong, h1, h2, h3, h4, h5, h6, th, textarea {
    font-weight: normal;
    font-size: 12px;
}

a, u, s {
    text-decoration: none;
}

body {
    font-size: 12px;
    color: black;
    background-color: transparent;
    /*line-height: 1.5;*/
}

img, input, button {
    border: 0;
}

a {
    color: black;
}

input {
    background-color: transparent;
    border: 0;
    outline: none;
}

.f-clear:before, .f-clear:after {
    content: "";
    clear: both;
    display: block;
    height: 0px;
    width: 0px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

s {
    display: inline-block;
}

/*浮动*/
.flle {
    float: left;
}

.flri {
    float: right;
}
/*白色背景*/
.bacw {
    background-color: transparent;
    border: 1px solid #363d45;
    -moz-box-shadow: 3px 3px 4px #363d45;
    -webkit-box-shadow: 3px 3px 4px #363d45;
    box-shadow: 3px 3px 4px #363d45;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#363d45');
}

.bacw1 {
    background-color: #181f27;
    border: 1px solid #363d45;
    -moz-box-shadow: 3px 3px 4px #363d45;
    -webkit-box-shadow: 3px 3px 4px #363d45;
    box-shadow: 3px 3px 4px #363d45;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#363d45');
}
/*定位*/
.posr {
    position: relative;
}

.posa {
    position: absolute;
}

/*居中内容*/
.center {
    width: 1200px;
    margin: 0 auto;
}
/*隐藏*/
.yincang {
    display: none;
}


/*自适应内容框*/
.xy_center {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/*宽度，高度*/
.img1 {
    width: 100%;
}

.wb90 {
    width: 90%;
}


/*---------------------文本--------------------*/
.textc {
    text-align: center;
}

.textl {
    text-align: left;
}

.textr {
    text-align: right;
}

.fw6 {
    font-weight: 600;
}


/*--------------字体大小,颜色-----------------*/
.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 16px;
}

.font16 {
    font-size: 18px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font30 {
    font-size: 30px;
}

body .cw {
    color: white;
}

.cw a {
    color: white;
}

.c000 {
    color: #000;
}


/*--------------行高------------*/
.line2 {
    line-height: 20px;
}

.line3 {
    line-height: 35px;
}

.line4 {
    line-height: 40px;
}

.line45 {
    line-height: 45px;
}

.line5 {
    line-height: 50px;
}

.line6 {
    line-height: 65px;
}

.line7 {
    line-height: 70px;
}


/*-------------------margin,padding---------------------*/

body .mart5 {
    margin-top: 5px;
}

body .mart10 {
    margin-top: 10px;
}

body .mart15 {
    margin-top: 15px;
}

html body .mart20 {
    margin-top: 20px;
}

.mart25 {
    margin-top: 25px;
}

html body .mart30 {
    margin-top: 30px;
}

.mart35 {
    margin-top: 35px;
}

body .mart40 {
    margin-top: 40px;
}


.mary10 {
    margin-right: 10px;
}

.mary15 {
    margin-right: 15px;
}

.mary30 {
    margin-right: 30px;
}


.marz5 {
    margin-left: 5px;
}

.marz10 {
    margin-left: 10px;
}

.marz15 {
    margin-left: 15px;
}

.marz20 {
    margin-left: 20px;
}

.marzy15 {
    margin: 0 15px;
}

body .maru {
    margin: 0 auto;
}

html body .mar0 {
    margin: 0;
}

/*pad*/
body .padt1 {
    padding-top: 1px;
}

body .padb10 {
    padding-bottom: 10px;
}

.padb15 {
    padding-bottom: 15px;
}
