/* base*/
html,
body {
    height: 100%;
    min-width: 1200px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Simsunm, Sans-serif;
    color: #333333;
    font-weight: normal;
}
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
a,
a:hover {
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

/* 
side bar
*/

.side-nav {
    margin: 0;
    padding: 0;
    width: 240px;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    will-change: transform;
    backface-visibility: hidden;
    list-style-type: none;
    color: #fff !important;
    background-color: rgba(145, 174, 200, 1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.side-nav > ul {
    max-height: 100vh;
}

.side-nav .collapsible {
    margin: 0;
    padding: 0;
}

.side-nav .collapsible li a:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

.side-nav .collapsible > li {
    border-radius: 2px;
}

.side-nav .collapsible > li a.collapsible-header.active {
    background: rgba(46, 116, 179, 1);
}

.side-nav .collapsible a {
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
}

.side-nav .collapsible a img{
    float: right;
    margin-right: 10px;
    margin-top: 12px;
}

.side-nav .collapsible a.active,
.side-nav .collapsible a:hover {
    border-radius: 2px;
}

.side-nav .collapsible a.active img{
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.side-nav .collapsible .fas,
.side-nav .collapsible .fab,
.side-nav .collapsible .far {
    font-size: 0.8rem;
    margin-right: 13px;
}
.collapsible-body {
    display: none;
}
.side-nav .collapsible-body {
    background-color: #fff;
}
.side-nav .collapsible-body a {
    color: rgba(74, 74, 74, 1);
    padding-left: 30px;
    height: 36px;
    line-height: 36px;
    /* background-color: rgba(0, 0, 0, 0.15); */
}

.side-nav .collapsible-body a.active{
    color: #0f5d9b;
}

.side-nav a {
    display: block;
    font-size: 1rem;
    height: 56px;
    line-height: 56px;
    padding-left: 12px;
}

.side-nav .fa-angle-down.rotate-icon {
    position: absolute;
    right: 0;
    top: 0.8rem;
    margin-right: 1.25rem;
}

.slide-list .line{
    position: relative!important;
}

.slide-list .line:hover:after{
    content: "";
    width: 4px;
    height: 4px;
    background: #db3338;
    left: -10px;
    top: 18px;
    border-radius: 50%;
    position: absolute!important;
}
.container {
    padding-left: 0px;
    padding-right: 0px;
}

.app {
    background: rgba(234, 238, 246, 1);
}

.header {
    padding: 28px 0;
}

.topnav {
    position: relative;
    height: 52px;
    background: rgba(59, 107, 170, 1);
}
.topnav a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.nav-list > li {
    float: left;
    width: 25%;
    padding: 6px 0;
    font-size: 20px;
    line-height: 2;
    transition: all 0.2s ease-in-out;
}
.nav-list > li:hover {
    background-color: rgba(15, 93, 155, 1);
}
.nav-list > li .slide-list {
    position: absolute;
    display: none;
    top: 52px;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 100;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-in-out;
    overflow: hidden;
}
.nav-list > li:hover .slide-list {
    display: block;
}
.nav-list > li + li > a {
    border-left: 1px solid rgba(74, 130, 204, 1);
}
.slide-list a {
    color: #333;
}
.slide-list {
    text-align: left;
}

.slide-list > div {
    padding: 20px 0 30px;
}
.slide-list .item {
    padding: 0 20px;
    font-size: 16px;
    line-height: 2;
}
.slide-list .item ul a:hover,
.slide-list .item ul a:active {
    color: #0f5d9b;
}
.slide-list .line {
    font-size: 20px;
    line-height: 1.9;
    padding-bottom: 20px;
}
.slide-list .line a {
    color: #0f5d9b;
    border-bottom: 1px solid #979797;
}

.banner {
    height: 230px;
    background: #fff;
    background: url(bg.png) center no-repeat;
    background-size: cover;
}

.banner.banner2 {
    height: 230px;
    background: #fff;
    background: url(bg2.png) center no-repeat;
    background-size: cover;
}

.banner.banner3 {
    height: 230px;
    background: #fff;
    background: url(bg3.png) center no-repeat;
    background-size: cover;
}

.banner.banner4 {
    height: 230px;
    background: #fff;
    background: url(bg4.png) center no-repeat;
    background-size: cover;
}

.main {
    position: relative;
    top: -80px;
    width: 100%;
}

.breadcrumb {
    background-color: transparent;
    color: #e1e1e1;
}

.breadcrumb img{
    width: 14px;
    height: 18px;
    margin-top: 4px;
    margin-right: 10px;
}

.sidebar {
    position: absolute;
    width: 240px;
    /* height: 300px; */
    background: rgba(145, 174, 200, 1);
}

.content {
    margin-left: 250px;
    background-color: #fff;
    padding-bottom: 60px;
    min-height: 640px;
}

.ct-head {
    padding-left: 20px;
    font-size: 24px;
    color: rgba(15, 93, 155, 1);
    line-height: 2.3;
    border-left: 4px solid rgba(230, 40, 66, 1);
}

.footer {
    background-color: #272c39;
    text-align: center;
}

.footer-top {
    border-bottom: 1px solid #3b404d;
    font-weight: bold;
    font-size: 16px;
}

.footer-bottom {
    font-size: 14px;
    color: rgba(148, 152, 158, 1);
}

.footer-bottom img {
    width: 17px;
    height: 18px;
}

.email-png{
    height: 35px;
    width: 35px;
    margin-right: 10px;
}

.mlr-10 {
    margin: 0px 10px;
}

.m-l-40 {
    margin-left: 40px;
}

.m-l-20{
    margin-left: 20px;
    margin-bottom: 0px;
}

.m-tb-0 {
    margin-bottom: 0px;
    margin-top: 0px;
}

.m-tb-9{
    margin-bottom: 5px;
    margin-top: 9px;
}

.mlr-20{
    margin-left: 20px;
    margin-right: 20px;
}

.m-20-9{
    margin-top: 20px;
    margin-bottom: 9px;
}

.m-b-8{
    margin-bottom: 8px!important;
}

.m-b-16{
    margin-bottom: 16px;
}

.m-t-40{
    margin-top: 40px;
}

.m-t-10{
    margin-top: 10px;
}

.m-t-5{
    margin-top: -5px;
}

.pd-20 {
    padding: 20px 0px;
}

.pd-20-20{
    padding: 20px 20px;
}

.pd-40 {
    padding: 40px 0px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-30{
    padding-bottom: 30px;
}

.p-t-20 {
    padding-top: 20px !important;
}

.plr-20 {
    padding: 0px 20px;
}

.pd-20-60{
    padding: 20px 60px;
}

.pd-r-0{
    padding-right: 0px!important;
}

.pd-r-48{
    padding-right: 48px;
}

.l-h-29{
    line-height: 29px;
}

.border-d6{
    border: 1px solid #d6dce3;
}

h3{
    font-size: 24px;
    line-height: 36px;
}

.margin-auto{
    margin: 0 auto;
}

.fontsize-20{
    font-size: 20px;
}

.blue-color{
    color: #2e74b3;
}

.color-gary{
    color: #b0b0b0;
}

.bg-color-blue{
    background-color: #f4f6fc;
}

.c-txt.top-23::after{
    top: 23px;
}

.text-d{
    text-decoration: underline;
    color: #2e74b3;
}

.text-d:hover{
    text-decoration: underline;
    color: #2e74b3;
}

.title {
    padding: 30px 0px 10px 10px;
    border-bottom: 1px solid #d6dce3;
    margin-bottom: 11px;
    font-size: 20px;
    color: #333;
}

.title span {
    padding-bottom: 11px;
    border-bottom: 2px solid rgba(230, 40, 66, 1);
}

.table {
    font-size: 16px;
    margin-bottom: 0px;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dbdbdb;
}

.table td,
.table th {
    vertical-align: middle;
}

.table-even {
    background-color: #f1f6f9;
}

.p-txt {
    font-weight: bold;
    position: relative;
    padding-left: 20px;
}

.p-txt::after {
    content: "";
    display: inline-block;
    border: 6px solid transparent;
    border-left-color: #333;
    position: absolute;
    top: 6px;
    left: 0px;
}

.c-txt {
    margin-left: 20px;
    position: relative;
    padding-left: 12px;
}

.c-txt::after {
    content: "";
    display: inline-block;
    border-radius: 50%;
    background-color: #333;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 10px;
    left: 0px;
}

.a-link {
    color: #0f5d9b;
    text-decoration: underline;
}

.a-link:hover{
    text-decoration: underline;
}

.data-txt {
    padding: 20px 20px 0px;
    line-height: 29px;
}

.ca-pic {
    padding: 20px 20px 0px;
    width: 950px;
    height: 248px;
}

.ca-pic1 {
    width: 450px;
    height: 248px;
    float: left;
    /*background: url(ca1.png) no-repeat right bottom;*/
}

.ca-pic2 {
    border-left-width: 20px;
    margin-left: 10px;
    width: 450px;
    height: 248px;
    float: left;
    /*background: url(ca2.png) no-repeat right bottom;*/
}

.table2 .table-primary,
.table2 .table-primary > td,
.table2 .table-primary > th {
    background-color: #3b6baa;
    color: #fff;
}

.table.table2 td,
.table.table2 th {
    border-top: none;
    padding: 18px 20px;
}

.table3 {
    text-align: center;
}

.table3 .table-primary,
.table3 .table-primary > td,
.table3 .table-primary > th {
    background-color: #3b6baa;
    color: #fff;
}

.table.table3 td,
.table.table3 th {
    border-top: none;
}

.table.table3 th {
    padding: 18px 10px;
    font-size: 15px;
    font-weight: normal;
}

.table.table4 td,
.table.table4 th {
    border-top: none;
    border-bottom: 1px solid #dee2e6;
}

.tr-hover:hover{
    background-color: #f1f6f9;
    color: #0f5d9b;
    cursor: pointer;
}

.tr-hover:hover .c-txt.top-23::after{
    background-color: #0f5d9b;
}

.tr-hover .c-txt.top-23 a{
    color: inherit;
}

.tr-hover .c-txt.top-23 a:hover{
    background-color: #f1f6f9;
    color: #0f5d9b;
    cursor: pointer;
}

.update {
    padding: 10px 10px 0px;
    font-size: 16px;
    color: #999;
}

.add {
    font-size: 16px;
    padding: 16px 10px 0px 10px;
}

.note {
    font-size: 13px;
    font-weight: 700;
    padding: 16px 10px;
}

.download{
    color: #0f5d9b;
    text-decoration: underline;
    position: relative;
    padding-left: 10px;
    margin-top: 20px;
    margin-left: 20px;
}

.download::after{
    content: "";
    display: inline-block;
    border-radius: 50%;
    background-color: #0f5d9b;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 14px;
    left: 0px;
}

.download:hover{
    text-decoration: underline;
}
.download img{
    margin: 0px 0px 4px 6px;
}

.procedure .box{
    border: 1px solid #d6dce3;
    margin-top: 5px;
}

.procedure .box-1{
    width: 420px;
    height: 114px;
    padding: 20px 14px;
    line-height: 29px;
}

.procedure .box-1 {
    background: url(data.png) no-repeat right bottom;
}

.procedure .box-2 {
    background: url(polygon.png) no-repeat;
    width: 355px;
    height: 98px;
    border: none;
    padding: 20px 30px;
}

.procedure .box-3{
    background: url(connection.png) no-repeat right bottom;
    padding: 20px;
    width: 830px;
    height: 270px;
}

.procedure .box-postion {
    position: relative;
    width: 406px;
    height: 182px;
}

.procedure .box-title {
    width: 359px;
    height: 52px;
    background: rgba(255,255,255,1);
    border-radius: 4px;
    border:2px solid;
    border-image: linear-gradient(90deg, rgba(61,127,184,1), rgba(118,184,199,1)) 2 2;
    position: absolute;
    z-index: 100;
    left:24px;
    top:0px;
}

.procedure .box-download {
    width: 406px;
    height: 146px;
    background: linear-gradient(180deg, rgba(238,247,254,1) 0%, rgba(212,238,255,1) 100%);
    border-radius: 2px;
    position: absolute;
    z-index: 80;
    left:0px;
    top:36px;
    
}

.procedure .box-procedure {
    width: 791px;
    height: 863px;
}

.procedure .line{
    height: 56px;
    width: 1px;
    background-color: #91aec8;
    position: relative;
}

.procedure .line::after {
    content: "";
    display: inline-block;
    border: 6px solid transparent;
    border-top-color: #91aec8;
    position: absolute;
    bottom: -10px;
    left: -6px;
}

.procedure .title1{
    width: 276px;
    height: 22px;
    font-size: 20px;
    font-family: Arial-BoldMT,Arial;
    font-weight: normal;
    color:rgba(32,112,172,1);
    line-height: 23px;
    margin-top: 14px;
    margin-left: 38px;
    margin-right: 45px;
}

.procedure .title2{
    position: absolute;
    top: -35px;
    left: 13px;
    font-size: 20px;
}

.procedure .half-b p{
    margin-bottom: 8px;
    font-size: 20px;
}

.procedure .half-b div{
    height: 138px;
    padding: 20px 12px;
}

.list-s li{
    list-style: disc;
}

.search{
    height: 54px;
    width: 457px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
}

.search input{
    height: 52px;
    width: 408px;
    border: none;
    padding: 0px 20px;
    outline: none;
    margin-left: 2px;
}

.search img{
    margin-left: 4px;
}

.search .del_btn{
    height: 24px;
    width: 24px;
    margin-left: -25px;
    padding-bottom: 1px;
    border-top-width: 1px;
    padding-left: 1px;

}

.search .sh_btn{
    margin-left: 4px;
}

.article{
    padding: 40px 20px 0px;
}

.article .time{
    color:  #666;
    font-size: 14px;
    margin-bottom: 30px;
}

.article-content{
    font-size: 16px;
    line-height: 30px;
    color: rgba(51,51,51,1);
}

.list-reset{
    display: inline-block;
    width: 100%;
}

.list-reset .list-group-item{
    float: left;
    width: 25%;
    font-size: 14px;
    border: none;
    padding: 0px;
    background-color: #fff;
}

.list-reset .list-group-item span{
    padding: 10px 0px;
    display: inline-block;
    border-bottom: 3px solid #fff;
}

.list-reset .list-group-item.active{
    background-color: #fff;
    color: #2e74b3;
    font-weight: bold;
}

.list-reset .list-group-item.active span{
    border-bottom: 3px solid #2e74b3;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.mainland{
    color: black;
}