.content {
    /* padding: 0px 6% 42px; */
    padding: 0px 0 45px;
}
input {
    background: transparent;
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
    padding: 0;
}

#wrapper {
    position: relative;
    /* max-width: 1280px;
    margin: 0 auto; */
}

.wrappers {
    /* max-width: 1280px; */
    margin: 0 auto;
}

button.close {
    position: absolute;
    top: 0;
    right: 15px;
    opacity: 1;
}

.fanhui {
    position: absolute;
    right: 0%;
    top: 20px;
    padding: 0px 40px;
    height: 35px;
    line-height: 35px;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    z-index: 99999;
    cursor: pointer;
    display: none;
}

body, html {
    /* max-width: 1280px; */
    margin: 0 auto;
    /* overflow-x: hidden; */
    background: #fff;
}


.first-name {
    color: #fff;
    font-size: 2.8rem;
    text-shadow: 0px 2px 3px rgba(3, 87, 221, .8);
    display: flex;
    align-items: center;
    font-weight: 600;
    cursor: pointer;
}

.second-name {
    color: #fff;
    font-size: 1.6rem;
}

.right-tit {
    position: absolute;
    right: 3px;
    /* top: 15px; */
    top: 25px;
    color: #3591f7;
    text-align: right;
    display: flex;
    align-items: center;
    z-index: 9;
}

button.btn {
    font-size: 16px;
    margin: 10px 2px 0;
    margin-left: 15px;
    padding: 6px 0px;
    background: transparent;
    display: flex;
    align-items: center;
}

img.btn-o {
    width: 16px;
    vertical-align: sub;
}

.fw-btn {
    background: #4078ca;
}

.rz-btn {
    background: #2eafa1;
}

img.logo {
    width: 37px;
    /* vertical-align: sub; */
    margin-right: 13px;
    /* margin-top: -5px; */
}

.platform-title {
    position: relative;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.right-btn-box{
    width: max-content;
    display: flex;
}
.right-btn-box .item-btn{
    color: #fff;
    border-right: 1px solid #fff;
    padding: 0 15px;
    /* font-size: 0.9rem; */
    /* margin-left: 15px; */
    cursor: pointer;
    display: flex;
    align-items: center;
}
 .item-btn:last-child{
    border: none;
    padding-right: 0;
 }
  .item-btn:hover{
    color: #fff;
    font-weight: 600;
  }
 .item-btn img{
    width: 1rem;
    height: auto;
 }
 .drop-down{
    position: absolute;
    right: 0;
    top: 2rem;
    width: 130px;
    background: #fff;
    padding:0 1rem;
    color: #000;
 }
 .login-name{
    max-width: 22rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
 }
 .drop-down-item{
    height: 50px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    font-weight: normal;
    cursor: pointer;
 }
  .drop-down-item img{
    width: 15px;
    height: 15px;
    margin-right: 0.8rem;
  }
  #dropDown{
    display: none;
  }
 #noLogin{
    border:none;
 }

.ico-logo {
    width: 48px;
    height: 50px;
    display: inline-block;
    float: left;
    background: url(../images/logo.png) 0 0 no-repeat;
    background-size: 100% 100%;
    margin-right: 20px;
    margin-top: 20px;
    margin-left: 30px;
}


.middle-con {
    z-index: 999;
    display: flex;
    align-items: center;
    width: 100%;
}
.tab-box{
  width: 100%;
    padding: 0 1.1rem;
    display: flex;
    align-items: center;
    color: #fff;
}
.item-tab{
  padding: 0.4rem 0 ;
  box-sizing: border-box;
  border-bottom: 0.2rem solid transparent;
  margin-right: 6rem;
  font-size: 1.2rem;
  cursor: pointer;
  font-weight: 600;
}
.active1{
  border-bottom: 0.2rem solid #fff;
}
.mid-ul {
    width: 90%;
    margin: 0 auto;
    display: flex;
}

.mid-ul li {
    text-align: center;
    color: #f5f5f5;
    font-size: 1.8rem;
    font-weight: bold;
}


.products .main {
    float: left;
    display: none;
    width: 100%;
}

.products .main.selected {
    display: block;
}

.chart {
    width: 100%;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.chart#map {
    height: 500px;
    background: url('../images/tjdzt-bg_03.jpg') center/100% no-repeat;
}

.grey {
    color: #8e97a1;
    font-size: 1.2rem;
}

.card1 {
    margin: 0 70px;
}

.firstbg {
    padding: 0px;
    margin-bottom: 30px;
    /* padding-top: 20px; */
}

.firstbg .card {
    background-color: #fff;
}

/* 第一行结束 */

.header-title {
    position: relative;
    margin-bottom: 0px;
    height: 40px;
    line-height: 40px;
    font-size: 1.6rem;
    margin-top: 0;
    font-weight: bold;
    padding-left: 18px;
    text-align: left;
    background: url('../images/titimg.png') left center/4px 20px no-repeat;
}

.ds-content {
    height: calc(100% - 35px);
    /* padding-top: 8px; */
}

.ds-number {
    font-weight: bold;
    font-family: 'AGENCYR';
    font-size: 1.6rem;
    line-height: 35px;
}

.left-box .ds-number {
    font-family: 'DIN-Black';
    font-size: 2rem;
}

.card-con .col-md-6:nth-child(2n+1) {
    padding-left: 0;
}

.card-con .col-md-6:nth-child(2n) {
    padding-right: 0;
}

.card-con {
    display: flex;
}

.cardwy {
    /* justify-content: space-between; */
    background: #f4f8ff;
    padding: 40px 0;
}

.cardwy .card-con {
    justify-content: space-between;
    /* background: #f4f8ff;
    padding: 40px 0; */
}

.cardwy .card {
    width: 31.5%;
    margin: 0;
    border-radius: 0;
    padding-left: 2rem;
    background: url('../images/PC/woyaokan.png') center/100% 100% no-repeat;
}

.cardwy .card2 {
    background: url('../images/PC/woyaowen.png') center/100% 100% no-repeat;
}

.cardwy .card3 {
    background: url('../images/PC/woyaocha1.png') center/100% 100% no-repeat;
}

.cardwy .card:hover {
    background: url(../images/PC/woyaokan.png) center / 106% 106% no-repeat;
}

.cardwy .card2:hover {
    background: url('../images/PC/woyaowen.png') center/106% 106% no-repeat;
}

.cardwy .card3:hover {
    background: url('../images/PC/woyaocha1.png') center/106% 106% no-repeat;
}

.ds-box {
    font-size: 2rem;
    display: flex;
    align-items: center;
    height: 7rem;
    /* padding: 15px 0; */
}

.ds-title {
    color: #0366f1;
    font-family: 'youshe';
}

.te_r {
    text-align: right;
    padding-right: 10px;
}

/* 搜索 */
.main_news {
    /* position: static; */
    /* right: 0px;
    top: 24px; */
    left: 12%;
    top: 15px;
    right: auto;
    box-shadow: none;
    width: auto;
    font-size: 1rem;
    font-weight: normal;
    height: 35px;
    line-height: 34px;
    /*border: 1.2px solid #0367f2;*/
    /*border-radius: 2px;*/
}

.main_news .btn-blue {
    width: 80px;
    /* font-weight: bold; */
    background: #0367f2;
}
.img-box{
    width: max-content;
    text-align: right;
}

.search-box {
    margin: 0 auto;
    width: 684px;
    height: 70px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 38px;
    margin-top: 30px;
    padding: 12px;
}
.search-input{
    width: 100%;
    height: 100%;
    border-radius: 38px;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.result-box{
    width: 684px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 19px 20px;
}
.result-item{
    margin-right: 15px;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    font-size: 1rem;
    padding: 3px 10px;
    border-radius: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    max-width: 8rem;
}
.notice{
    width: 80rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: linear-gradient(0deg, #F0F7FB, #FFFFFF);
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
    border-radius: 8px;
    margin-top: -37px;
}
.left{
    display: flex;
    width: 130px;
    border-right: 1px solid #CCCCCC;
    /* text-align: center; */
    font-weight: 800;
    font-size: 1.2rem;
}
.left img{
    width: 23px;
    height: auto;
    margin-right: 10px;
}
.center{
    flex: 1;
    padding: 0 10px;
    display: flex;
    align-items: center;
}
#tb{
    width: 100%;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.self-input{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.disnone{
    display: none !important;
}
.public-code{
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-tz{
    width: 100%;
    padding-right: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.circle{
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: rgba(103, 158, 248, 1);
    margin: 0 10px;
}
.right{
    color: #4289FF;
    /* font-size: 1.1rem; */
    font-weight: 600;
}
.icon-box{
    padding-left: 20px;
    height: 32px;
    border-left: 1.5px solid #CCCCCC;
    line-height: 32px;
}
.icon-box img{
    width: 20px;
    height: auto;
}

.input-box {
    height: 100%;
    line-height: 100%;
    width: 250px;
    position: relative;
    /* margin-right: 10px; */
    border-radius: 2px;
    border: 1px solid #bcd2ff;
}

.input-box input {
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
    padding: 0;
    padding-left: 15px;
    border-radius: 2px 0 0 2px;
    /*background: url('../images/PC/sousuo2.png') left 10px center/16px no-repeat, transparent;*/
}

button, input:not([type=radio]):not([type=checkbox]), select {
    vertical-align: top;
}
.box1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 245px;
    padding-top: 30px;
}
.box1-left{
    width: 30%;
    height: 100%;
    padding: 30px;
    text-align: center;
    /* background: rgba(246, 249, 255, 1); */
    background-image: url("../images/index/kb.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.box1-btn{
    width: max-content;
    margin: 0 auto;
    padding: 3px 25px;
    margin-top: 10px;
    border-radius: 4px;
    border: 1px solid #4289FF;
    color: #4289FF;
    cursor: pointer;
}
.box1-right{
    flex: 1;
    height: 100%;
    padding: 0 20px;
    padding-right: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}
.box1-right-item{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: rgba(246, 249, 255, 1); */
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);

}
.box1-right-item-right{
    margin-left: 20px;
}
.wrap{
    width: 100%;
    text-align: center;
}
.fw-icon{
    width: 90px;
    height: auto;
}

img.fangda {
    position: absolute;
    right: 10px;
    top: 5px;
}

.title .span {
    position: relative;
    padding-left: 15px;
}

.title .span::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    /* transform: translate(-50%, -50%); */
    background: linear-gradient(to bottom, #08b3f4, #1488f4);
    height: 100%;
    width: 5px;
    border-radius: 2px;
}

.title .number {
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    border-radius: 3px;
    background: #fc6621;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    width: 22px;
    text-align: center;
    vertical-align: bottom;
    margin-left: 10px;
}
.kjfw{

}
.public-title{
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.2rem;
    position: relative;
}
.public-title-more{
    position: absolute;
    top: 10px;
    right: 0;
    color: rgba(153, 153, 153, 1);
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    cursor: pointer;
}
.all-service{
    width: 100%;
    height: 270px;
    background-image: url("../images/index/bg0.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.item-service{
    width: 18%;
    height: 100%;
    /* background: #fff; */
    text-align: center;
    border-radius: 5px;
    padding: 52px 50px;
    font-weight: 600;
    cursor: pointer;
    background: url('../images/index/kjfw.jpg');
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.item-service:hover {
    transform: translateY(-6px);
}

.search-box1{
    width: 100%;
    height: 165px;
    background: url("../images/index/301.png") no-repeat;
    background-size: 100% 100%;
    /* margin-top: 30px !important; */
    padding: 30px 0;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.search-tab{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-tab-item{
    width: max-content;
    padding:  5px 20px;
    margin: 0 20px;
    cursor: pointer;
}
.search-tab-item-active {
    background: rgba(21, 118, 232, 1);
    color: #fff;
    position: relative;
}
.search-input1{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
.input1-box{
    padding: 0 10px;
    margin-right: 15px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    width: 225px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.input1-btn{
    padding: 8px 40px;
    background: rgba(21, 118, 232, 1) !important;
}

.search-tab-item-active::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid rgba(21, 118, 232, 1);
}

.r_img {
    width: 50px;
    margin: 0 28px;
}

.bl-pl {
    padding-left: 20%;
}

.selected {
    display: block !important;
}

.over-num {
    font-size: 3rem;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
}

/* 新闻动态 */
.hy .ds-box {
    height: 130px;
    position: relative;
    padding: 0;
    border-radius: 3px;
}

.hy-bg {
    background: url('../images/xj-scdt.png') center/100% no-repeat;
}

.ds-hang {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    border-radius: 0 0 3px 3px;
}

.day-fir {
    /* margin-top: 30px; */
    /* display: flex; */
    width: 100%;
    text-align: center;
}

.day-box {
    padding: 1px;
    text-align: center;
    border: 2px solid #1bc871;
    margin-right: 10px;
    width: 80px;
}

.day {
    font-size: 2.6rem;
    font-weight: bold;
    color: #fff;
    background: #1bc871;
}

.year {
    color: #999;
    white-space: nowrap;
    padding: 5px 8px 0;
}

.day-right {
    line-height: 24px;

    padding-bottom: 15px;
}

.news-con {
    margin-top: 26px;
}

.news-hang {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 8px;
}

.news-left {
    width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news-right {
    color: #999;
    text-align: right;
}

.btn-box {
    width: 100%;
    text-align: center;
    padding: 28px 0 30px;
}

.btn-blue {
    outline: none;
    border: none;
    background: #006bff;
    color: #fff;
    border-radius: 5px;
}

.btn-white {
    outline: none;
    border: none;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 40px;
    border-radius: 20px;
}

/* 产品信息 */


.li-cp .day-fir {
    background: #f4f8fc;
    border-radius: 5px 5px 0 0;
    position: relative;
}

.li-cp .day-fir.day-fir-bj {
    padding: 20px;
}

.con-cp .day-box {
    border: none;
}

.con-cp .day-hang {
    font-size: 1.6rem;
    padding-top: 8px;
    color: #333;
}

.i_box {
    position: absolute;
    right: 5px;
    top: 5px;
}

.i_box .i {
    font-size: 1rem;
    color: #fff;
    font-style: normal;
    border-radius: 3px;
    padding: 3px 5px;
}

.i_orange {
    background: #fd712f;
}

.i_green {
    background: #44d559;
}

img.img-cp {
    /* background: url('../images/chanpinzs-02.png') center/100% 100% no-repeat; */
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.cp-con {
    color: #999;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.cp-day {
    color: #999;
}

.tab-ul {
    display: flex;
    justify-content: center;
    /* position: absolute;
    top: 16px; */
    /* left: 24%; */
    font-weight: normal;
    font-size: 1.4rem;
}

.tab-db-item {
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
    margin: 0 10px;
    color: #1c5099;
    background: #f1f8fd;
    border-radius: 20px;
    cursor: pointer;
}

.tab-db-item.active {
    background: #1c5099;
    color: #fff;
}

.main-db {
    width: 100%;
    padding: 0 30px 20px;
    float: left;
    display: none;
    height: 280px;
}

.main-db4 {
    padding-left: 15px;
    padding-right: 15px;
}

img.img-rz {
    height: 60px;
    background: #fff;
}

.rz-qy {
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px 0 10px;
    margin-bottom: 20px;
}

.rz-hang {
    padding-top: 10px;
}

/* banner */
.banner1 {
    margin-top: 20px;
}

img.banner1-img {
    width: 100%;
}

.bg1 {
    background: #f4f8ff;
    padding-top: 10px;
    padding-bottom: 30px;
}

.banner2 {
    /* padding: 0 1%; */
    display: flex;
    justify-content: space-between;
}

.banners {
    width: 49%;
    padding: 0px 10px;
    margin-top: 10px;
    color: #fff;
    height: 180px;
    padding-top: 30px;
    padding-left: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.09);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.09);
    transition: 0.4s ease;
}

.banners:hover {
    transform: scale(1.03);
}

.bannerleft {
    background: url('../images/PC/qiyekaiban.png') center/100% 100% no-repeat;
}

.bannerright {
    background: url('../images/PC/zhuxiaozhuanqu.png') center/100% 100% no-repeat;
}

.banner-first {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 10px;
    font-family: 'fangzheng';
}

.bannerhang {
    line-height: 30px;
    color: #4279ea;
}

/* 企业信息 */
.day-qy {
    text-align: center;
    background: #f4f8fc;
    border-bottom: 4px solid #1c5099;
    border-radius: 6px;
    padding-top: 50px;
    padding-bottom: 20px;
    margin-top: 30px;
    position: relative;
}

.con-qy {
    padding: 0 15px 30px;
}

.con-qy .col-md-4:nth-child(-n+3) .day-qy {
    margin-bottom: 30px;

}

img.img-qy {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    padding: 5px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .4);
}

/* 标准公开 */
.con-bz {
    padding: 0 70px;
}

.title-table {
    font-weight: bold;
    color: #333;
    font-size: 18px;
    text-align: center;
    padding: 30px 0 20px;
}

.table {
    margin-bottom: 0;
    text-align: center;
    overflow: hidden;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border: none;
    text-align: left;
    padding-left: 20px;
    /* padding: 20px 10px; */
    vertical-align: middle;
}

.table1>thead>tr>td:last-child, .table1>tbody>tr>td:last-child {
    text-align: right;
}

.table1 tbody {
    /* color: #666; */
}

.table1 tbody tr {
    border-bottom: 1px dotted #d2d2d2;
}

.table1 tbody tr:hover {
    background: rgba(3, 103, 242, .07);
    color: rgba(3, 103, 242, 1);
}

i.is {
    width: 5px;
    height: 5px;
    background: #0367f2;
    display: inline-block;
    margin-right: 10px;
}

.table1 a {
    /* background: #0367f2;
    color: #fff; */
    padding: 5px 30px;
    border-radius: 5px;
    margin-right: 10px;
    border: 1px solid #0367f2;
    color: #0367f2;
}

.table1 .a2 {
    /* color: #0367f2; */
    border: 1px solid transparent;
    background: transparent;
}

img.tb {
    height: 16px;
    vertical-align: sub;
}

.table-box {
    padding: 0 30px;
}

.table2 {
    color: #fff;
    border-collapse: separate;
    border-spacing: 0 5px;
}

.table2 thead {
    background: #63afbf;
    color: #fff;
}

.table2 tbody tr {
    background: linear-gradient(to right, #90aed0, #bed6ef);
}

.table2 tbody tr:first-child {
    background: linear-gradient(to right, #e2862a, #ecc565);
}

.table2 tbody tr:nth-child(2) {
    background: linear-gradient(to right, #5897e1, #9ac0ec);
}


/* 友情链接 */
/* .link-box {
    position: relative;
    display: flex;
    height: 50px;
}

.link-title {
    position: absolute;
    padding: 0 10px;
    z-index: 999;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
}

.link-drow1 {
    margin-left: 100px;

}

.link-drow {
    padding: 10px 0;
    margin-right: 5px;
} */


/* 轮播 */
.main-one {
    height: 345px;
    width: 100%;
    /* margin-top: 20px; */
}

.main-one-con {
    width: calc(50% - 15px);
    height: 100%;
    float: left;
}

.main-one .main-one-con:first-child {
    overflow: hidden;
    position: relative;
    margin-right: 15px;
}

.main-one-con:last-child {
    /* margin-left: 2%; */
    float: left;
    margin-left: 15px;
}

.main-one-con a span .span-r {
    width: 30%;
    float: left;
    padding: 20px 0;
}

.span-r i {
    width: 15px;
    height: 5px;
    margin-right: 5px;
    border-radius: 3px;
    float: left;
    background: #d4d3d3;
}

.news-cha {
    list-style: none;
    position: absolute;
    width: 830%;
    left: 0;
    transition: left 300ms linear;
    overflow: hidden;
    height: 100%;
}

.news-cha li {
    float: left;
    height: 65%;
}

.news-cha li img {
    /* width: 821px; */
    width: 540px;
    height: 345px;
}

.list {
    display: flex;
    position: absolute;
    right: 4%;
    bottom: 16px;
}


.arrow {
    position: absolute;
    width: 100%;
    top: 47%;
    margin-top: -30px;
}

.arrow-left,
.arrow-right {
    width: 30px;
    height: 60px;
    position: absolute;
    font: 20px/60px "consolas";
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.arrow-right {
    right: 0;
}

.span-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
}

.span-l {
    padding-left: 15px;
    position: absolute;
    bottom: 0;
    color: #fff;
    line-height: 45px;
    z-index: 999;
}

.main-one-con .span .span-l {
    width: 60%;
    margin-right: 10%;
    float: left;
    padding-left: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /* font-weight  : bold; */
}

.list i {
    text-align: center;
    margin: 0 3px;
    cursor: pointer;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 5px;
    float: left;
    background: #82a0ab;
}

.list i.current {
    background-color: #fff !important;
    /* height: 24px; */
}

.lunbo {
    height: 100px;
    display: block;
    position: relative;
}

.pic {
    height: 20%;
    display: block;
}

.main-one .ul-xw li.active {
    color: #0667c3;
    font-weight: bold;
    border-bottom: 2px solid #0667c3;
    /* background: url('../images/tab2.png') bottom no-repeat; */
    padding-bottom: 5px;
}

.ul-xw {
    width: 100%;
    color: #000;
    /* font-weight: bold; */
    height: 38px;
    line-height: 32px;
    /* position: relative; */
    border-bottom: 1px solid #d6d7d7;
}

.tab-item-xw {
    font-size: 1.8rem;
    float: left;
    /* width: 10.3%; */
    text-align: center;
    margin-right: 6%;
    cursor: pointer;
}

.more {
    /* position: absolute;
    right: 0;
    top: 0;
    color: #3089cf;
    font-weight: normal;
    cursor: pointer; */
}

.products {
    height: 100%;
}

.products .main {
    float: left;
    display: none;
    width: 100%;
    height: 98%;
}

.products .main.selected {
    display: block;
}

.main-xw .li_left {
    width: 78%;
    float: left;
    /* margin-right: 10%; */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.li_left svg {
    margin: 0 5px;
}

.main-xw .li_right {
    width: 20%;
    text-align: right;
    float: right;
    color: #999;
}

.main-one .right {
    padding-top: 1%;
}


.tit_pro {
    height: 263px;
    /* margin-top: 10px; */
}

.tit_pro .pro-tab {
    font-size: 1.6em;
    text-align: center;
    float: left;
    width: 197px;
    width: 48%;
    margin-right: 1%;
    margin-bottom: 10px;
    padding: 14px 0;
    background: #edf2fd;
}

.pro-tab img {
    width: 30px;
    height: 30px;
    vertical-align: top;
}

.tit_pro .wid {
    width: 97%;
}

.news_ul {
    height: 84%;
    position: absolute;
    width: 47%;
    padding-top: 16px;
}

.news_ul li {
    height: 40px;
    line-height: 40px;
    /* border-bottom: 1px dashed #ddd; */
}

.main-all {
    width: 100%;
    display: none;
    height: auto;
}

/* 办事系统滚动开始 */
.handle-box {
    text-align: center;
    /* font-weight: bold; */
    font-size: 1.1rem;
    overflow: hidden;
    height: 90%;
    margin-top: 5px;
    background: url('../images/new/background1.png') center/108% 104% no-repeat;
}

.tit_ul_all {
    overflow: hidden;
    width: 100%;
    height: 290px;
    padding-bottom: 1rem;
    position: relative;

}

.tit_ul {
    list-style: none;
    position: absolute;
    width: 680%;
    left: 0;
    transition: left 300ms linear;
    display: flex;
    padding-top: 18px;
}

.tit_ul .tit_li {
    height: 100%;
    /* min-width: 1250px; */
    min-width: 1120px;
    /* margin-right: 10px; */
    display: flex;
    /* justify-content: space-between; */
    /* padding: 0 7px; */
    gap: 8px 1.35rem;
}

.tit_ul .tit_li .col-md-2s {
    width: 18%;

}

.tit_ul .tit_li img {
    height: 90px;
    margin: 15px 0 15px;
}

.handle-left {
    height: 80px;
    width: 80px;
    margin: 30px auto 20px;
}

.handle-box {
    transition: 0.8s ease;
}

.handle-box:hover {
    background: url('../images/new/background2.png') center/108% 104% no-repeat;
    transform: translateY(-8px);
}

.handle-box img {
    /* transition: 0.8s ease; */
}

.handle-box:hover {
    /* transform: scale(1.12); */
}

.handle-box:hover .handle-right-title {
    color: #fff;
}

.handle-left_1 {
    background: url('../images/new/icon1.1.png') center/100% no-repeat;
}

.handle-box:hover .handle-left_1 {
    background: url('../images/new/icon1.2.png') center/100% no-repeat;
}

.handle-left_2 {
    background: url('../images/new/icon2.1.png') center/100% no-repeat;
}

.handle-box:hover .handle-left_2 {
    background: url('../images/new/icon2.2.png') center/100% no-repeat;
}

.handle-left_3 {
    background: url('../images/new/icon3.1.png') center/100% no-repeat;
}

.handle-box:hover .handle-left_3 {
    background: url('../images/new/icon3.2.png') center/100% no-repeat;
}

.handle-left_4 {
    background: url('../images/new/icon4.1.png') center/100% no-repeat;
}

.handle-box:hover .handle-left_4 {
    background: url('../images/new/icon4.2.png') center/100% no-repeat;
}

.handle-left_5 {
    background: url('../images/new/icon5.1.png') center/100% no-repeat;
}

.handle-box:hover .handle-left_5 {
    background: url('../images/new/icon5.2.png') center/100% no-repeat;
}

.handle-left_6 {
    background: url('../images/new/icon6.1.png') center/100% no-repeat;
}

.handle-box:hover .handle-left_6 {
    background: url('../images/new/icon6.2.png') center/100% no-repeat;
}

.handle-left_7 {
    background: url('../images/new/icon7.1.png') center/100% no-repeat;
}

.handle-box:hover .handle-left_7 {
    background: url('../images/new/icon7.2.png') center/100% no-repeat;
}

.handle-left_8 {
    background: url('../images/new/icon8.1.png') center/100% no-repeat;
}

.handle-box:hover .handle-left_8 {
    background: url('../images/new/icon8.2.png') center/100% no-repeat;
}

.handle-left_9 {
    background: url('../images/new/icon9.1.png') center/100% no-repeat;
}

.handle-box:hover .handle-left_9 {
    background: url('../images/new/icon9.2.png') center/100% no-repeat;
}

.handle-left_10 {
    background: url('../images/new/icon10.1.png') center/100% no-repeat;
}

.handle-box:hover .handle-left_10 {
    background: url('../images/new/icon10.2.png') center/100% no-repeat;
}

.handle-left_11 {
    background: url('../images/new/icon11.1.png') center/100% no-repeat;
}

.handle-box:hover .handle-left_11 {
    background: url('../images/new/icon11.2.png') center/100% no-repeat;
}

.handle-left_12 {
    background: url('../images/new/icon12.1.png') center/100% no-repeat;
}

.handle-box:hover .handle-left_12 {
    background: url('../images/new/icon12.2.png') center/100% no-repeat;
}

.handle-left_13 {
    background: url('../images/new/icon13.1.png') center/100% no-repeat;
}

.handle-box:hover .handle-left_13 {
    background: url('../images/new/icon13.2.png') center/100% no-repeat;
}

.handle-left_14 {
    background: url('../images/new/icon14.1.png') center/100% no-repeat;
}

.handle-box:hover .handle-left_14 {
    background: url('../images/new/icon14.2.png') center/100% no-repeat;
}

.handle-left_15 {
    background: url('../images/new/icon15.1.png') center/100% no-repeat;
}

.handle-box:hover .handle-left_15 {
    background: url('../images/new/icon15.2.png') center/100% no-repeat;
}

.handle-left_16 {
    background: url('../images/new/icon16.1.png') center/100% no-repeat;
}

.handle-box:hover .handle-left_16 {
    background: url('../images/new/icon16.2.png') center/100% no-repeat;
}

.handle-right-title {
    height: 33px;
}

.btnon {
    background: #fefeff;
    color: #0367f2;
    border-radius: 20px;
    border: 1px solid #0367f2;
    height: 22px;
    line-height: 22px;
    width: 90px;
    margin: 25px auto 0;
}

.tit_tab {
    position: absolute;
    left: 47.8%;
}

.tab_i {
    display: flex;
}

.tab_i i {
    text-align: center;
    margin: 0 3px;
    cursor: pointer;
    width: 20px;
    height: 4px;
    margin-right: 5px;
    float: left;
    background: #d4d3d3;
}

.want {
    background-color: #0367f2 !important;
}

/* 办事系统滚动结束 */
@media (max-width: 1400px) {
    .tit_ul .tit_li {
        min-width: 1120px;
    }
}

.link-drow {
    position: relative;
}

.select_div_new .select_sub {
    position: absolute;
    top: -307px;
    background: #fff;
    /* width: 100%; */
    width: 250px;
    border: 1px solid #2b5e9d;
    border-radius: 4px;
    height: 320px;
    overflow-y: auto;
    z-index: 9;
    display: none;
}

.select_sub li a {
    background: transparent;
    white-space: nowrap;
}


.control-boxss {
    height: 540px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 15px;
}

#box {
    padding-top: 60px;
}

.menu {
    top: 55px;
}

.menu {
    height: calc(100% - 75px);
}

.topul {
    font-size: 1.2rem;
    border-radius: 4px 4px 0 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: flex;
    justify-content: space-between;
    background: linear-gradient(to bottom, rgba(203, 222, 255, 1), rgba(203, 222, 255, .1));
}

.topli {
    width: 11.1%;
    text-align: center;
    cursor: pointer;
}

.topli.active {
    background: #fff;
    color: #0357dd;
    font-weight: bold;
}
