@font-face {
    font-family: 'iconfont';
    src: url("../fonts/iconfont.woff") format("embedded-opentype");
}

.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*
{
    margin:0;
    padding:0;
}
body
{
    font-family: "微软雅黑";
    font-size: 16px;
    color: #333;
}
a
{
    text-decoration: none;
    color: #333333;
}
ul,li
{
    list-style: none;
    /*list-style: -moz-none;*/
    list-style-type: none;
    /*list-style-type: -moz-none;*/
}
button,input,input[type=text],input[type=password],input[type=tel],select,textarea
{
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    outline:none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button
{
    -webkit-appearance: none; /*  去掉默认的上下箭头标志 */
}
input[type="number"]
{
    -moz-appearance: textfield; /*  去掉默认的上下箭头标志 */
}
p
{
    padding: 0px;
    margin: 0px;
}

/* content setting */
.content {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

/* display:block and width:100% */
.wid_dis
{
    width: 100%;
    display: block;
}

/* display */
.none
{
    display: none;
}
.block
{
    display: block;
}

/* font-size */
.fs12
{
    font-size: 12px;
}
.fs14
{
    font-size: 14px;
}
.fs16
{
    font-size: 16px;
}
.fs18
{
    font-size: 18px;
}
.fs20
{
    font-size: 20px;
}
.fs24
{
    font-size: 24px;
}

/* color */
.color_3
{
    color: $color-3;
}
.color_7
{
    color: $color-7;
}
.color_f
{
    color: $color-f;
}
.color_f09
{
    color: #ff0009;
}
.color_ed1
{
    color: $logo-color;
}
.color_c17
{
    color: $orange-color;
}

/* text-indent */
.txt_ind
{
    text-indent: 2em;
}

/* float */
.left
{
    float: left;
}
.right
{
    float: right;
}
.clear
{
    clear: both;
}

/* overflow hide */
.ovfl_hide
{
    overflow: hidden;
}

/* border */
.bd1_e5
{
    border-bottom: $border-1-e5;
}
.line-border
{
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
}

/*
    为了兼容有可能的IE8，后期更高级浏览器可以改为flex
    table系IE8 全系支持，可以减少浮动，清除浮动的多余操作
*/
.table-layout{ display: table; border:none; border-collapse:collapse; border-spacing:0; }
.table-layout .table-cell{ display: table-cell; vertical-align:top; border:none; border-collapse:collapse; border-spacing:0;  }

/* pagination.css */
.pagination-box {
    min-height: 32px;
    padding: 40px 0 60px 0;
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
}

.pagination-box a, .pagination-box span {
    font-size: 16px;
    color: #333;
    padding: 5px 12px;
    margin: 0 5px;
}

.pagination-box a
{
    border: $border-1-e5;
}

.pagination-box .active, .pagination-box a:active, .pagination-box a:hover {
    color: #fff;
    background-color: #eb1c22;
}

.pagination-box a, .pagination-box span {
    font-size: 16px;
    color: #333;
    padding: 5px 12px;
    margin: 0 5px;
}

/* pop up box's css */
.popup-box,
.popup-relative-box,
.popup-bj-box
{
    width: 100%;
    height: 100%;
}
.popup-box
{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}
.popup-relative-box
{
    position: relative;
}
.popup-bj-box
{
    background-color: rgba(0,0,0,0.3);
}
.popup-main-box
{
    width: 400px;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: -200px;
    @include border-radius(10px);
}
.popup-info-box
{
    margin-top: 30px;
    padding: 0px 20px 10px 20px;
    max-height: 300px;
    overflow: auto;
    @extend .tacenter;
}
.popup-btns-box
{
    padding: 20px 20px 30px 20px;
    @extend .tacenter;
}
.popup-btns-box a
{
    font-size: 16px;
    margin: 0 1em;
    padding: 0.5em 2em;
    line-height: 1em;
    @include border-radius(1.5em);
    background-color: $btn-bg-redcolor;
    color: #ffffff;
}
.tacenter
{
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
}
.taleft
{
    text-align: left;
    text-align: -moz-left;
    text-align: -webkit-left;
}
.taright
{
    text-align: right;
    text-align: -moz-right;
    text-align: -webkit-right;
}

.aboutus-law-item {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 255px;
    padding-right: 0;
    overflow: hidden;
    position: relative;
    padding-left: 275px;
}

.aboutus-law-item>.slider-setup-left {
    width: 255px;
    position: absolute;
    left: 0;
    top: 40px;
}


.aboutus-law-date, .aboutus-law-info, .aboutus-law-title {
    line-height: 2em;
}


.Business-input {
    width: 800px;
    height: 36px;
    padding: 0 10px!important;
    border: #d9d9db 1px solid!important;
    border-radius: 2px;
    font-size: 15px;
    color: #777;
}

.Business-ul li {
    width: 100%;
    font-size: 15px;
    color: #777;
    margin-top: 10px;
}

.Business-td1 {
    width: 200px;
    height: 30px;
    text-align: right;
}

.Business-td2{
    padding-left: 20px;
}
.Business-label{
    margin-left: 10px;
    margin-right: 20px;
}
.Business-textarea{
    width: 800px;
    height: 150px;
    padding: 10px;
    border: #D9D9DB 1px solid !important;
    border-radius: 2px;
    resize: none;
    font-size: 15px;
    color: #777;
}

.Business-input {
    width: 800px;
    height: 36px;
    padding: 0 10px!important;
    border: #d9d9db 1px solid!important;
    border-radius: 2px;
    font-size: 15px;
    color: #777;
}

.Business-input-btn {
    width: 140px;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 30px;
    height: 36px;
    line-height: 36px;
    background-color: #fe0000;
    color: #fff;
    display: block;
    cursor: pointer;
}

.Business-table {
    width: 100%;
    border: none;
    position: relative;
}

.Business-input-jggm {
    width: 100px;
    height: 36px;
    padding: 0 10px!important;
    border: #d9d9db 1px solid!important;
    border-radius: 2px;
    font-size: 15px;
    color: #777;
    margin-left: 10px!important;
    margin-right: 20px!important;
}

div.commond-link a, .nav div.right .not-login a {
    padding: 0 15px;
    line-height: 30px;
    float: left;
    color: #FFFFFF;
}

div.commond-link .line, .nav div.right .not-login .line {
    width: 1px;
    height: 16px;
    background: #b5b5b5;
    margin: 7px 0;
    float: left;
}

.blank30 {
    margin: 0 auto;
    height: 30px;
    font-size: 1px;
    clear: both;
    overflow: hidden;
}

.blank20 {
    margin: 0 auto;
    height: 20px;
    font-size: 1px;
    clear: both;
    overflow: hidden;
}

.blank10 {
    margin: 0 auto;
    height: 10px;
    font-size: 1px;
    clear: both;
    overflow: hidden;
}


