﻿@charset "utf-8"; 
/*全局样式
---------------------------------------------*/
body {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    color: #333;
    font: 14px/1.5 Arial,"Microsoft Yahei";
    background: #f5f5f5;
    -webkit-font-smoothing: antialiased;
}
.commonbase-color {
    color: #F4690A;
}
.commonbase-bgcolor {
    background-color: #F4690A; 
}
.commonbase-color-gary {
    color: #999999;
}
.commonbase-color-red {
    color: #f23030;
}

.commonbase-bgcolor-gary {
    background-color: #999999;
}
input, button, select, textarea, img, p, h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Microsoft YaHei','微软雅黑';
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover {
        color: #F4690A;
        text-decoration: none;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

ol, ul, li, dl, dd {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

i, em {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.fontsize12 {
    font-size: 12px;
}
.fontsize14 {
    font-size: 14px;
}
.fontsize16 {
    font-size: 16px;
}
.fontsize18 {
    font-size: 18px;
}
.fontsize20 {
    font-size: 20px;
}
.fontsize22 {
    font-size: 22px;
}
.fontsize24 {
    font-size: 24px;
}
.fontsize26 {
    font-size: 26px;
}
.fontsize28 {
    font-size: 28px;
}
.fontsize30 {
    font-size: 30px;
}
.fontsize32 {
    font-size: 32px;
}
.fontsize34 {
    font-size: 34px;
}
.fontsize36 {
    font-size: 36px;
}
.fontsize38 {
    font-size: 38px;
}
.fontsize40 {
    font-size: 40px;
}
.fontsize42 {
    font-size: 42px;
}
.fontsize44 {
    font-size: 44px;
}
.fontsize46 {
    font-size: 46px;
}
.fongblod {
    font-weight: bold;
}
.notifyToPerfectCompany a {
    color: #1890FF;
}