@charset "utf-8";
/* CSS Document */
/*公共样式与首页样式*/
@charset "utf-8";
/* CSS Document */
/*公共样式与首页样式*/
A {
    TEXT-DECORATION: none;
}

A:link {
    color: #333;
    outline: none;
}

A:visited {
    color: #333;
}

A:active {
    color: #333;
}

A:hover {
    COLOR: #ab251a
}

BODY {
    margin: 0px;
    font-family: Arial, "微软雅黑";
    background: #ffffff;
    font-size: 14px;
    /* color: #fff; */
}

p, h1, h2, h3, h4, h5, h6, ul, li, input, dl, dt, dd, header, article, iframe, footer, ol, div, img {
    margin: 0px;
    padding: 0px;
}
* {
    scrollbar-color: #00adc9 #085a89; /* 滑块颜色  滚动条背景颜色 */
    scrollbar-width: thin; /* 滚动条宽度有三种：thin、auto、none */
  }
input {
    border: 0px;
}
input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #999999 !important;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #999999 !important;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #999999 !important;
}
input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: #999999 !important;
}

img {
    border: 0px;
    vertical-align: middle;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    max-width: 100%;
    height: auto;
}

li {
    list-style: none;
}

a, i, p {
    outline: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

b, label {
    font-weight: normal;
}

input, button, select, textarea {
    outline: none;
    font-family: "微软雅黑";
    font-size: 12px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
    margin: 0px;
    padding: 0px;
    height: 0px;
}
p, h1, h2, h3, h4, h5, h6, ul, li, input, dl, dt, dd, button, header, article, iframe, footer, ol, div, img {
    margin: 0px;
    padding: 0px;
}

input ,button {
    border: 0px;
}

img {
    border: 0px;
    vertical-align: middle;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    max-width: 100%;
    height: auto;
}
@media only screen and (max-width: 1200px) {

    img {
        border: 0px;
        vertical-align: middle;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
        max-width: 100%;
        height: auto;
    }

}


li {
    list-style: none;
}

a, i, p ,h1, h2, h3, h4, h5, h6,span,:before,:after{
    outline: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

i {
    font-style: normal;
}

b, label {
    font-weight: normal;
}

video,input, button, select, textarea {
    outline: none;
    font-family: "微软雅黑";
    font-size: 12px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
    margin: 0px;
    padding: 0px;
    height: 0px;
}

.clear {
    clear: both;
}


body {
    width: 100%;
    min-height: 100vh;
    background-color: #261a61;
    background: url(./images/bj.jpg)  no-repeat center bottom;
    background-size: cover;
}

.left {
    float: left;
}

.right {
    float: right;
}

.mb30 {
    margin-bottom: .3rem;
}
.mb20 {
    margin-bottom: .2rem;
}
/* 单选按钮 */




@media only screen and (max-width: 1200px) {
    .main {
        width: 100%;
        margin: 0px auto;
    }

     .box-1 {
        width: 94%;
        margin: 0 3%;
        margin-bottom: 20px;
        background-color: #fff;
    }
    .box-2 {
        width: 94%;
        margin: 0 3%;
        background-color: #fff;
        padding: 15px;
        box-sizing: border-box;
    }
    .logo {
        padding-top: 20px;
        width: 94%;
        margin: 0 3%;
        margin-bottom: 30px;

    }
     .tabs {
        width: 100%;
        height: 50px;
    }
     .tabs a {
        display: inline-block;
        float: left;
        width: 50%;
        text-align: center;
        line-height: 40px;
        color: #fff;
        font-size: 16px;
        position: relative;
    }
     .tab-1 a {
        background: #f9953f;
    }
     .tab-1 a.active::after {
        content: '';
        width: 0;
        height: 0;
        border-width: 10px  16px 0 ;
        border-style: solid;
        border-color: #d1711f transparent transparent ;
        position: absolute;
        bottom: -10px;
        left: 50%;
        margin-left: -16px;
    }
     .tab-1 a.active {
        background-color: #d1711f;
    }
    .box-1 .u4 {
        padding: 15px;
        background-color: #fff;
    }
    .u4 {
        padding: 25px;
    }
    .u4 .info {
        font-size: 14px;
        line-height: 24px;
        color: #999999;
        margin-bottom: 30px;
    }
    .u4 .table {
        height: 386px;
        overflow-y: auto;
        border: 1px solid #d3d3d3;
    }
    .u4 .table table{
        width: 100%;
        text-align: center;
        border-collapse: collapse; 
    }
    .table table thead {
        background-color: #fdf4ed;
        font-size: 16px;
        line-height: 40px;
    }
    .table table tbody {
        line-height: 35px;
        font-size: 14px;
    }
    .table table td,
    .table table th{
        border: 1px solid #d3d3d3;
    }
    .more-btn a {
        display: block;
        width: 100%;
        background-color: #d1711f;
        color: #fff;
        font-size: 16px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        margin-top: 20px;
        border-radius: 15px;
    }

    .bq {
        font-size: 14px;
        color: #f4f4f4;
        text-align: center;
        padding: 10%;
    }
    
}

@media only screen and (min-width: 1200px) {
    .main {
        width: 1200px;
        margin: 0px auto;
    }
    .logo {
        padding-top: 40px;
        margin-bottom: 30px;
    }

     .box-1 {
        width: 590px;
        height: 860px;
        float: left;
        background-color: #fff;
    }
    .box-2 {
        width: 590px;
        height: 860px;
        float: right;
        background-color: #fff;
        padding: 25px;
        box-sizing: border-box;
    }
     .tabs {
        width: 100%;
        height: 80px;
    }
     .tabs a {
        display: inline-block;
        float: left;
        width: 50%;
        text-align: center;
        line-height: 65px;
        color: #fff;
        font-size: 24px;
        position: relative;
    }
     .tab-1 a {
        background: #f9953f;
    }
     .tab-1 a.active::after {
        content: '';
        width: 0;
        height: 0;
        border-width: 15px  16px 0 ;
        border-style: solid;
        border-color: #d1711f transparent transparent ;
        position: absolute;
        bottom: -15px;
        left: 50%;
        margin-left: -16px;
    }
     .tab-1 a.active {
        background-color: #d1711f;
    }
    .u4 {
        padding: 25px;
    }
    .u4 .info {
        font-size: 16px;
        line-height: 28px;
        height: 84px;
        color: #999999;
        margin-bottom: 30px;
        overflow-y: auto;
    }
    .u4 .table {
        height: 536px;
        overflow-y: auto;
        border: 1px solid #d3d3d3;
    }
    .u4 .table table{
        width: 100%;
        text-align: center;
        border-collapse: collapse; 
    }
    .table table thead {
        background-color: #fdf4ed;
        font-size: 20px;
        line-height: 55px;
    }
    .table table tbody {
        line-height: 50px;
        font-size: 16px;
    }
    .table table td,
    .table table th{
        border: 1px solid #d3d3d3;
    }
    .more-btn a {
        display: block;
        width: 100%;
        background-color: #d1711f;
        color: #fff;
        font-size: 16px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        margin-top: 35px;
        border-radius: 20px;
    }
    

    .bq {
        font-size: 20px;
        color: #f4f4f4;
        text-align: center;
        padding: 50px;
        padding-top: 50px;
    }
}
.xz {
    color: #61d87d;
}

* {
    scrollbar-color: #00adc9 #085a89; /* 滑块颜色  滚动条背景颜色 */
    scrollbar-width: thin; /* 滚动条宽度有三种：thin、auto、none */
  }
.u4 .info::-webkit-scrollbar ,
.table::-webkit-scrollbar {
    /* height: 2px; */
    width: 5px;
    background-color: #e4e4e4;
    border-radius: 1px;
}
.u4 .info::-webkit-scrollbar-thumb,
.table::-webkit-scrollbar-thumb{
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    background-color: #e4e4e4;
}
.img {
    height: 100%;
    width: 100%;
}
.img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}