@charset "utf-8";

.container {
    box-sizing: border-box;
    position: relative;
    padding: 0;
    font-size: 0;
    width: 1200px;
    margin: auto;
}



.row {
    margin: 0;
    flex-wrap: inherit;
    font-size: 0;
    box-sizing: border-box;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16, .col-17, .col-18, .col-19, .col-20, .col-21, .col-22, .col-23, .col-24 {
    display: inline-block !important;
    font-size: 14px;
    vertical-align: middle;
    box-sizing: border-box;
}

.vertical-align-middle {
    vertical-align: middle;
}

.vertical-align-bottom {
    vertical-align: bottom;
}

.vertical-align-top {
    vertical-align: top;
}

.col-1 {
    width: 4.16666667%;
}

.col-2 {
    width: 8.33333333%;
}

.col-3 {
    width: 12.5%;
}

.col-4 {
    width: 16.66666667%;
}

.col-5 {
    width: 20.83333333%;
}

.col-6 {
    width: 25%;
}

.col-7 {
    width: 29.16666667%;
}

.col-8 {
    width: 33.33333333%;
}

.col-9 {
    width: 37.5%;
}

.col-10 {
    width: 41.66666667%;
}

.col-11 {
    width: 45.83333333%;
}

.col-12 {
    width: 50%;
}

.col-13 {
    width: 54.16666667%;
}

.col-14 {
    width: 58.33333333%;
}

.col-15 {
    width: 62.5%;
}

.col-16 {
    width: 66.66666667%;
}

.col-17 {
    width: 70.83333333%;
}

.col-18 {
    width: 75%;
}

.col-19 {
    width: 79.16666667%;
}

.col-20 {
    width: 83.33333333%;
}

.col-21 {
    width: 87.5%;
}

.col-22 {
    width: 91.66666667%;
}

.col-23 {
    width: 95.83333333%;
}

.col-24 {
    width: 100%;
}

button::after {
    display: none;
}


.size0 {
    font-size: 0 !important;
}

.size1 {
    font-size: 12px !important;
    line-height: 18px !important;
}

.size2 {
    font-size: 14px !important;
    line-height: 20px !important;
}

.size3 {
    font-size: 16px !important;
    line-height: 22px !important;
}

.size4 {
    font-size: 18px !important;
    line-height: 24px !important;
}

.size5 {
    font-size: 20px !important;
    line-height: 32px !important;
}

.size6 {
    font-size: 24px !important;
    line-height: 30px !important;
}

.bold {
    font-weight: bold;
}

.color-main {
    color: #e82c2c !important;
}

.color-lesser {
    color: orange !important;
}

.color-link {
    color: #4a76a2 !important;
}

.color-black {
    color: #262626 !important;
}

.color-ash {
    color: #8c8c8c !important;
}

.color-white {
    color: #fff !important;
}

.bg-f9 {
    background-color: #f9f9f9;
}

.bg-white {
    background-color: #fff;
}

.bg-main {
    background-color: #f3ca00;
}

.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    border-bottom: 1px solid #e6e6e6
}

.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    border-top: 1px solid #e6e6e6
}

.flex-grow-shrink {
    flex-grow: 0;
    flex-shrink: 0;
}
.m-auto{
    margin: auto
}
.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 4px !important;
}

.mt-1 {
    margin-top: 4px !important;
}

.mr-1 {
    margin-right: 4px !important;
}

.mb-1 {
    margin-bottom: 4px !important;
}

.ml-1 {
    margin-left: 4px !important;
}

.m-2 {
    margin: 8px !important;
}

.mt-2 {
    margin-top: 8px !important;
}

.mr-2 {
    margin-right: 8px !important;
}

.mb-2 {
    margin-bottom: 8px !important;
}

.ml-2 {
    margin-left: 8px !important;
}

.m-3 {
    margin: 12px !important;
}

.mt-3 {
    margin-top: 12px !important;
}

.mr-3 {
    margin-right: 12px !important;
}

.mb-3 {
    margin-bottom: 12px !important;
}

.ml-3 {
    margin-left: 12px !important;
}

.m-4 {
    margin: 16px !important;
}

.mt-4 {
    margin-top: 16px !important;
}

.mr-4 {
    margin-right: 16px !important;
}

.mb-4 {
    margin-bottom: 16px !important;
}

.ml-4 {
    margin-left: 16px !important;
}

.m-5 {
    margin: 20px !important;
}

.mt-5 {
    margin-top: 20px !important;
}

.mr-5 {
    margin-right: 20px !important;
}

.mb-5 {
    margin-bottom: 20px !important;
}

.ml-5 {
    margin-left: 20px !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 4px !important;
}

.pt-1 {
    padding-top: 4px !important;
}

.pr-1 {
    padding-right: 4px !important;
}

.pb-1 {
    padding-bottom: 4px !important;
}

.pl-1 {
    padding-left: 4px !important;
}

.p-2 {
    padding: 8px !important;
}

.pt-2 {
    padding-top: 8px !important;
}

.pr-2 {
    padding-right: 8px !important;
}

.pb-2 {
    padding-bottom: 8px !important;
}

.pl-2 {
    padding-left: 8px !important;
}

.p-3 {
    padding: 12px !important;
}

.pt-3 {
    padding-top: 12px !important;
}

.pr-3 {
    padding-right: 12px !important;
}

.pb-3 {
    padding-bottom: 12px !important;
}

.pl-3 {
    padding-left: 12px !important;
}

.p-4 {
    padding: 16px !important;
}

.pt-4 {
    padding-top: 16px !important;
}

.pr-4 {
    padding-right: 16px !important;
}

.pb-4 {
    padding-bottom: 16px !important;
}

.pl-4 {
    padding-left: 16px !important;
}

.p-5 {
    padding: 20px !important;
}

.pt-5 {
    padding-top: 20px !important;
}

.pr-5 {
    padding-right: 20px !important;
}

.pb-5 {
    padding-bottom: 20px !important;
}

.pl-5 {
    padding-left: 20px !important;
}

a:hover {
    color: #1060bb !important;
    cursor: pointer;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-ellipsis-2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.text-ellipsis-3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.align-items-center {
    align-items: center;
}

.division {
    height: 8px;
    background: #f9f9f9;
    width: 100%;
}

.van-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

input {
    outline-offset: 0;
    outline: none;
}

:root {
    --swiper-theme-color: #007aff;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-100 {
    width: 100% !important;
}
.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-100 {
    height: 100% !important;
}

.border {
    border: 1px solid #e6e6e6 !important
}

.border-top {
    border-top: 1px solid #e6e6e6 !important
}

.border-right {
    border-right: 1px solid #e6e6e6 !important
}

.border-bottom {
    border-bottom: 1px solid #e6e6e6 !important
}

.border-left {
    border-left: 1px solid #e6e6e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}
.justify-content-center{
    justify-content: center;
}
.justify-content-right{
    justify-content: flex-end;
}
.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.search i{
    font-size: 20px;
    color: #8c8c8c;
}
.search input{
    border: none;
    margin-left: 12px;
    font-size: 14px;
    width: 100%;
}
.search input:focus + .a{
    display: block;
}
.search .a{
    display: none;
    color: #c9c9c9;
    font-size: 14px;
}
.header{
    background-image: url("img/p1.png");
    background-size: 1920px;
    background-position: center;
    height: 200px;
}
.btn{
    border: none;
    padding: 0;
    background: none;
}
.main-nav{
    background: #e82c2c;
    color: #fff;
    font-size: 0;

}
.main-nav ul{
    list-style: none;
    width: 100%;
    font-size: 0;
}
.main-nav ul li{
    font-size: 14px;
    display: inline-block;
    width: 16%;
    text-align: center;
}
.main-nav ul li a{
    display: block;
    padding: 12px 0;
    color: #fff !important;
}
.main-nav ul li:hover{
    background: #fc4343;
    cursor: pointer;
}
.main-nav ul li.select{
    background: #c92222;
}
.title{
    background: #e82c2c;
    padding: 4px 12px;
    border-radius: 5px 5px 0 0;
}
.title img{
    height: 30px;
    vertical-align: top;
}
.list{
    list-style: none;
    padding-right: 12px;
}
.list li{
    border-bottom: 1px dashed #000;
    font-size: 0;
    overflow: hidden;
    padding: 8px 0;
    position: relative;
}
.list li:nth-last-child(1){
    border-bottom: none;
}
.list li span{
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}
.list li span:nth-child(1){
    padding-left: 14px;
    box-sizing: border-box;
    width: 80%;
}
.list li span:nth-child(2){
    width: 20%;
    text-align: right;
}
.list li::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #ff0000;
    position: absolute;
    left: 0;
    top: 15px;
}
.title2{
    position: relative;
    border-bottom: 2px solid #d6292d;
}
.title2 span {
    position: absolute;
    left: 0;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    width: 110px;
    text-align: center;
    top: 0;
}
.t1 {
    padding-left: 83px;
    position: relative;
}
.t1>img{
    position: absolute;
    left: 0;
    top: 0;
    width: 83px;
}
.t1-a{
    border: 2px solid #ff0000;
    height: 215px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 12px;
}
.t1-a .swiper-slide img{
    height: 164px;
}
.t2 img{
    width: 50px;
}
.t2 span{
    vertical-align: top;
    font-size: 18px;
    display: inline-block;
    margin-top: 10px;
}
.t2 a {
    background: #f0f0f0;
    display: block;
    padding: 12px 12px 0 12px;
    border-radius: 5px;
    margin: 10px 0;
}
.t3{
    list-style: none;
    font-size: 14px;
}
.t3 span:nth-child(1){
    width: 10px;
    height: 10px;
    background: #ff0000;
    display: inline-block;
}

.t3 li{
    padding-left: 20px;
    margin: 10px 0;
}
.footer {
    background: #e82c2c;
    padding: 10px 0;
    margin-top: 40px;
}
.footer p{

    display: inline-block;
}
.footer p:nth-child(1){
    margin-top: 0;
}
.footer .f-con{
    color: #fff;
    font-size: 0;
}
.footer .f-con > div{
    font-size: 14px;
    box-sizing: border-box;
    text-align: center;
}
.footer .f-con a{
    width: 100px;
    border-left: 1px solid #e6e6e6;
    display: inline-block;
}
.footer .f-con p:nth-child(1) a{
    border-left: none;
}

.btn2 {
    background: orange;
    border: 2px solid #ffcd73;
    height: 30px;
    width: 100px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.box{
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    padding: 40px;
}
.personnel-card{
    position: relative;
    display: block;
    padding: 12px 0 12px 100px;
    border-bottom: 1px solid #e6e6e6;
}
.personnel-card img{
    position: absolute;
    left: 0;
    top: 12px;
    width: 100px;
}
.personnel-card div{
    height: 125px;
    padding: 0 20px;
}
.personnel-card:nth-last-child(1){
    border-bottom: none;
}
ul.domtree,
ul.domtree ul {
    margin: 0;
    padding: 0 0 0 2em;
    line-height: 30px;
}
ul.domtree li {
    list-style: none;
    position: relative;
}

ul.domtree>li:first-child:before {
    border-style: none none solid none;
}

ul.domtree li:before {
    position: absolute;
    content: '';
    top: 5px;
    left: -0.7em;
    width: 0.5em;
    height: 0.615em;
    border-style: none none solid solid;
    border-width: 0.05em;
    border-color: #aaa;
}

ul.domtree li:after {
    position: absolute;
    content: '';
    top: 0;
    left: -0.7em;
    bottom: 0;
    border-style: none none none solid;
    border-width: 0.05em;
    border-color: #aaa;
}
ul.domtree li:nth-last-child(1):after{
    height: 15px;
}
ul.domtree>li:nth-child(1):after{
    top: 15px;
}
ul.domtree li div:hover{
    cursor: pointer;
    color: #ff0000;

}
ul.domtree li div{
    font-size: 16px;
}
ul.domtree li div.select{
    color: #ff0000;
}
.t4{
    border: 1px solid #ccc;
    border-collapse: collapse;
    width: 100%;
}
.t4 td , .t4 th{
    border: 1px solid #ccc;
    padding: 6px 12px;
    text-align: center;
}
.t4 th{
    background: #f9f9f9;
}
.box.q1{
    position: relative;
    padding: 20px 60px 60px 60px;
}
.box.q1 .hua{
    position: absolute;
    width: 80px;
}
.box.q1 .hua.a{
    top: 10px;
    left: 10px;
}
.box.q1 .hua.b{
    top: 10px;
    right: 10px;
}
.box.q1 .hua.c{
    left: 10px;
    bottom: 10px;
}
.box.q1 .hua.d{
    right: 10px;
    bottom: 10px;
}
