/**初始**/

* {
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font: normal 14px "Microsoft YaHei";
    -webkit-text-size-adjust: 100%
}

body {
    padding: 0;
    margin: 0 auto;
    font-size: 14px;
    color: #666;
    background-color: #fff;
    font-family: "Microsoft YaHei";
    -webkit-text-size-adjust: none;
    /*取出点击出现半透明的灰色背景*/
    -webkit-tap-highlight: rgba(0, 0, 0, 0);
    /*控制内容的可选择性*/
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

ul,
li,
form,
dl,
dt,
dd,
div,
ol,
figure,
aside {
    padding: 0;
    margin: 0;
}

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

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

table td {
    border-collapse: collapse;
    font-size: 14px;
}

select,
input,
textarea {
    font-size: 14px;
    color: #333;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-family: "Microsoft YaHei";
}

img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
}

a {
    color: #333;
    text-decoration: none;
    noline: -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* 去掉链接触摸高亮 */
}

a:hover {
    color: #47a0ec;
    text-decoration: none;
}

a:focus {
    color: #333;
    outline: none;
    -moz-outline: none;
}

a:active {
    color: #333;
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    margin: 0;
    font-family: "Microsoft YaHei";
    text-align: justify;
    text-justify: inter-ideograph;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
    zoom: 0;
}

.clearfix {
    *zoom: 1;
}


/*IE/7/6*/

.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}

.dot {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.Ispic {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


/*:before,
:after{ position:absolute; content:'';}*/

:after,
 :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.nM {
    margin: 0;
}

.nP {
    padding: 0;
}


/**字体大小**/

.fz_24 {
    font-size: 24px;
}

.fz_20 {
    font-size: 20px;
}

.fz_18 {
    font-size: 18px;
}

.fz_16 {
    font-size: 16px;
}

.fz_14 {
    font-size: 14px;
}

.fz_12 {
    font-size: 12px;
}


/**初始 End**/

.fl {
    float: left;
}

.fr {
    float: right;
}

.w22 {
    width: 22%;
    padding-bottom: 4%;
}

.w75 {
    width: 75%;
    padding-bottom: 4%;
}

@media(max-width:1024px) {
    .fl,
    .fr {
        float: none;
    }
    .w22,
    .w75 {
        width: auto;
        padding-bottom: 2%;
    }
}


/*↑↑↑如修改栏目左右结构宽度比例 请不要修改这里的  在style.css 加上修改*/


/**页面框架 End**/

.auto {
    margin: 0 auto;
}

.auto_1280 {
    max-width: 1280px;
}

@media(max-width:1280px) {
    .auto_1280 {
        padding: 0 2%;
    }
}


/* .auto_1200 {
    max-width: 1200px;
} */

.auto_1180 {
    max-width: 1180px;
}

@media(max-width:1180px) {
    .auto_1180 {
        padding: 0 2%;
    }
}

.auto_1150 {
    max-width: 1150px;
}

@media(max-width:1150px) {
    .auto_1150 {
        padding: 0 2%;
    }
}

.auto_1100 {
    max-width: 1100px;
}

@media(max-width:1100px) {
    .auto_1100 {
        padding: 0 2%;
    }
}

.auto_1050 {
    max-width: 1050px;
}

@media(max-width:1050px) {
    .auto_1050 {
        padding: 0 2%;
    }
}

.auto_1000 {
    max-width: 1000px;
}

@media(max-width:1000px) {
    .auto_1000 {
        padding: 0 2%;
    }
}

.auto_950 {
    max-width: 950px;
}

@media(max-width:950px) {
    .auto_950 {
        padding: 0 2%;
    }
}