.body_index {
    width: 100%;
    padding-top: 68px !important;
    /*background: url("../img/index/body_bg.jpg") repeat-x;*/
}

.slide_content {
    margin-top: 19px;
    display: flex;
}

.slide_left {
    width: 1080px;
    height: 407px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}


.slide_right {
    width: 490px;
    height: 407px;
    border-radius: 10px;
    margin-left: 30px;
    position: relative;
    overflow: hidden;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper .swiper-pagination-bullet {
    width: 22px;
    height: 6px;
    border-radius: 3px;
    opacity: .4;
    background: #FFFFFF;
}

.swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FFFFFF;
}


/*中间的搜索*/

.mid_search {
    width: 1027px;
    height: 60px;
    background: #FFFFFF;
    display: flex;
    margin-top: 30px;
    margin-bottom: 56px;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    position: relative;
}

.mid_search_left {
    width: 120px;
    display: flex;
    align-items: center;
}

.mid_search_left .layui-form {
    width: 100px;
    margin: 0 auto;
}

.mid_search_left .layui-form-select .layui-input {
    text-align: center;
    border: none;
}


.mid_search_center {
    width: 735px;
    height: 60px;
    display: flex;
    align-items: center;
}


.min_search_right {
    position: absolute;
    top: 2px;
    right: -30px;
}

.search_btn_2 {
    border: none;
    color: #FFFFFF;
    font-size: 18px;
    width: 168px;
    height: 56px;
    background: linear-gradient(90deg, #4ea3ff, #58e3ff);
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.mid_search_center_line {
    width: 1px;
    height: 22px;
    background: #DDDDDD;
}

.mid_search_ipt {
    width: 710px;
    margin-left: 10px;
    height: 36px;
    border: none;
}

.search_btn_2_img {
    width: 19px;
    height: 19px;
    margin-right: 9px;
}


/* 资源列表 */
.cate_ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.cate_ul_top {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.cate_ul_img {
    width: 39px;
    height: 39px;
}

.cate_ul_left {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-shrink: 0;
}

.cate_ul_left_txt {
    padding-left: 12px;
}

.cate_ul_left_title {
    font-weight: bold;
    font-size: 24px;
    color: #222222;
}

.cate_ul_left_desc {
    padding-top: 3px;
    font-size: 14px;
    color: #666666;
}

.cate_ul_center {
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
    height: 45px;
    position: relative;
}

.cate_ul_center_a {
    font-size: 14px;
    color: #222222;
    background: #F6F7F9;
    /*
    padding: 9px 29px;
    border-radius: 19px;
    margin-left: 13px;*/
    width: 135px;
    height: 44px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 3px;
}

.cate_ul_center_a_active {
    background: #F7EDE0;
}

.cate_ul_top_right {
    width: 100px;
}

.cate_ul_top_right a {
    font-size: 14px;
    color: #999999;
}

.index_img_2 {
    width: 12px;
    height: 10px;
}


.slide_a_img {
    width: 1080px;
    height: 407px;
}

.slide_a_img_2 {
    width: 490px;
    height: 407px;
}

.cate_ul_center_a_img {
    position: absolute;
    width: 135px;
    height: 44px;
    z-index: 1;
    border-radius: 3px;
}

.cate_ul_center_a_span {
    position: absolute;
    width: 135px;
    height: 44px;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 3px;
}

.img_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 135px;
    height: 44px;
    z-index: 5;
    opacity: 0;
    background: #000000;
    border-radius: 3px;
}

.cate_ul_center_a:hover .img_mask {
    opacity: 0.3;
}

.swiper_resource {
    width: 1600px;
    height: 200px;
    border-radius: 10px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}
.slide_a_img_3 {
    width: 1600px;
    height: 200px;
    border-radius: 10px;
}

/* 热门 */
.demand_hot{
    padding-top: 30px;
}

.demand_hot .hot_list {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 10px;
    border: #eee solid 1px;
}

.demand_hot .hot_list_left {
    display: flex;
    flex-direction: column;
    padding: 2px 2px 2px 15px;
    height: 511px;
    background: #4ea3ff;
    background-image: linear-gradient(#58e3ff, #4ea3ff);
    border-radius: 10px 0 0 10px;
    width: 220px;
}

.demand_hot .hot_list_left>*{
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    padding: 0 24px;
    overflow: hidden;
    color: #fff;
    border-radius: 5px 0 0 5px;
}

.demand_hot .hot_list_left dt{
    font-size: 20px;
}

.demand_hot .hot_list_left dd{
    cursor: pointer;
}

.demand_hot .hot_list_left .on{
    background: #fff;
    color: #4ea3ff;
}

.hot_list_right{
    flex: 1;
    /*padding: 13px 0;*/
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
}

.hot_list_right .title {
    width: 100%;
    column-count: 3;
    padding: 10px;
}

.hot_list_right .zhao_biao, .hot_list_right .designing, .hot_list_right .completed {
    width: 450px;
}

.hot_list_right h2 {
    height: 40px;
    line-height: 40px;
    margin: 0 30px 1em;
    border-radius: 30px;
    background-image: linear-gradient(90deg, #58e3ff, #4ea3ff 50%, #58e3ff);
    text-align: center;
    color: #fff;
    /*font-style: italic;*/
}

.hot_list_right a{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 15px;
    /*width: 642px;*/
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 1px;
}

/*.hot_list_right a:nth-child(4n),.hot_list_right a:nth-child(4n-1){*/
/*    background: #f5f5f5;*/
/*}*/

.hot_list_right .zhao_biao a:nth-child(odd), .hot_list_right .designing a:nth-child(odd), .hot_list_right .completed a:nth-child(odd) {
    background: #f5f5f5;
}

.hot_list_right .name{
    width: 270px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}

.hot_list_right .money{
    color: #4ea3ff;
    font-size: 16px;
    margin: 0 10px 0 2px;
}

.hot_list_right .status{
    color: #3ebb17;
    border: #3ebb17 solid 1px;
    border-radius: 3px;
    width: 68px;
    height: 26px;
    line-height: 26px;
    text-align: center;
}

.hot_list_right .on{
    color: #FFA500;
    border: #FFA500 solid 1px;
}
.hot_list_right .over{
    color: #ff4027;
    border: #ff4027 solid 1px;
}
.cooperate{
    padding: 30px 0;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap:20px;
}
.cooperate img{
    width: 180px;
    height: 90px;
    border-radius: 5px;
    object-fit: initial;
}
.slide_both{
    position: fixed;
    top: calc(50vh - 130px);
    left: 0;
    width: 120px;
    height: 260px; 
    z-index: 99999;   
    display: none;
}
.slide_both1{
    left: auto;
    right: 0;   
}
.slide_both img{
    width: 120px;
    height: 260px; 
}
.slide_both span{
    height: 20px;
    background: rgba(255, 255, 255, 0.5);
    color: #999;
    line-height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    text-align: right;
    padding: 0 8px;
    cursor: pointer;
}
.slide_both1 span{
    left: 0;
    right: auto;   
}

/* 合作企业 地区行业搜索*/
.company{
    /*padding-top: 30px;*/
}

.company .company_list {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 10px;
    border: #eee solid 1px;
}

.company .company_list_left {
    display: flex;
    flex-direction: column;
    padding: 2px 2px 2px 15px;
    height: 511px;
    background: #4ea3ff linear-gradient(#58e3ff, #4ea3ff);
    border-radius: 10px 0 0 10px;
    width: 220px;
}

.company .company_list_left>*{
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    padding: 0 24px;
    overflow: hidden;
    color: #fff;
    border-radius: 5px 0 0 5px;
}

.company .company_list_left dt{
    font-size: 20px;
}

.company .company_list_left dd{
    cursor: pointer;
}

.company .company_list_left .on{
    background: #fff;
    color: #4ea3ff;
}

.company_list_right{
    flex: 1;
    /*padding: 13px 0;*/
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
}

.company_list_right .thumb img{
    width: 100px;
    height: 100px;
    border: 1px solid ;
    border-radius: 20px;
}

/*.company_list_right .title {*/
/*    width: 100%;*/
/*    column-count: 3;*/
/*    padding: 10px;*/
/*}*/


.company_list_right a{
    height: 130px;
    /*line-height: 130px;*/
    font-size: 14px;
    padding: 3px 15px;
    margin: 15px;

    /*column-count: 2;*/
    /*column-width: 185px;*/
    /*column-gap: 10px;*/
    background-color: #eee;
    border-radius: 20px;

    width: 370px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    /*flex-wrap: nowrap;*/
}


.company_list_right .name{
    /*width: 270px;*/
    overflow-wrap: break-word;
    word-wrap: normal;
    white-space: pre-wrap;
    /*word-break: break-all;*/
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.5em;
    text-align: center;
}


.company_list_right .status{
    color: #3ebb17;
    border: #3ebb17 solid 1px;
    border-radius: 3px;
    width: 68px;
    height: 26px;
    line-height: 26px;
    text-align: center;
}

.company_list_right .on{
    color: #FFA500;
    border: #FFA500 solid 1px;
}
.company_list_right .over{
    color: #ff4027;
    border: #ff4027 solid 1px;
}

/* 合作企业：修改省市复选框的字体大小 */
.company_list_right .province li{
    font-size: 2em;
    margin: 15px;
}

/* 强制修改省市文字大小 */
.layui-form-checkbox span{
    font-size: 19px !important;
}

.filter-condition {
    width: 100%;
}

.filter-condition span:nth-child(odd){
    margin: 3em 2em;
}
/*软件信息*/
.software{
    background-image: url('../img/index/ceshitp.jpg');
    width: 1410px; /* 设置宽度 */
    height: 400px; /* 设置高度 */
    background-size: cover; /* 保持图像的宽高比 */
  }
.software_r{
	width:40%;
	border:1px solid #fff;
	float:left;
	position: relative;
}
.software_r_a{
	text-align: center;
    font-size: 25px;
    position: absolute;
    top: 48px;
    right: 50px;
    background: #4ea3ff;
    color: #fff;
    width: 217px;
    height: 55px;
    line-height: 55px;
    border-radius: 11px;
    border: 0px solid red;
}
.software_r_b{
	text-align: center;
    font-size: 25px;
    position: absolute;
    top: 141px;
    right: 50px;
    background: #7ce950;
    color: #fff;
    width: 217px;
    height: 55px;
    line-height: 55px;
    border-radius: 11px;
    border: 0px solid red;
}
.software_r_c{
	text-align: center;
    font-size: 25px;
    position: absolute;
    top: 235px;
    right: 50px;
    background: #000;
    color: #fff;
    width: 217px;
    height: 55px;
    line-height: 55px;
    border-radius: 11px;
    border: 0px solid #000;
}
.software_l{
	width:60%;
	border:1px solid #fff;
	float:left;
	position: relative;
}
.software_l_img{
	width: 490px;
    height: 407px;
}
.fixbar_software_c{
	height:100%;
}
.layui-layer {
    border-radius: 15px !important;
}
.fixbar_software_c_k{
	border: 2px solid #000;
    height: 100%;
    width: 100%;
    border-radius: 15px;
	overflow: hidden;
}
.fixbar_software_c_title{
    display: flex;
    justify-content: flex-start;
    background: #000;
    margin: 5px 20px;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    padding-left: 17px;
    width: 23%;
}
.fixbar_software_c_title_l{
	color:#fff;
	font-size:20px;
	font-weight:bold;
}
.fixbar_software_c_title_r{
	padding: 0px 10px;
    background: #fff;
    margin: 4px 10px;
    border-radius: 20px;
    line-height: 33px;
    font-weight: 600;
}
.fixbar_wrap_2_2s{
	width: 95%;
    border-radius: 20px;
	background: #fff;
	text-align:center;
	padding:10px;
}
.fixbar_software_c_text{
	width: 100%;
	height: 450px;
	background: #dddddd;
    border-radius: 20px;
    border: 2px solid #fff;
    padding-left: 15px;
    color: #000;
	padding-top: 10px;
	padding-right:5px;
}
.fixbar_software_c_btm{
	border-radius: 20px;
    background: #000;
    width: 130px;
    height: 43px;
    line-height: 30px;
    text-align: center;
    padding: 4px 0px;
}
.fixbar_software_c_btm:hover{
	background: red;
}
.fixbar_software_c_btm:hover .fixbar_software_c_btn{
	background: red;
}
.fixbar_software_c_btn{
	width: 85%;
    border-radius: 15px;
    border: 2px solid #fff;
    background: #000;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.layui-layer-setwin .layui-layer-close2 {
    position: absolute;
    right: -14px !important;
    top: -15px !important;
    color: #fff !important;
    background-color: #ff0000 !important;
    padding: 15px 0px 0px 0px !important;
    border: 1px solid #000 !important;
    border-left: 3px solid #000 !important;
    width: 50px !important;
    height: 52px !important;
    font-size: 26px !important;
    font-weight: bolder !important;
    border-top-right-radius: 14px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
/*软件视频介绍*/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 半透明黑色 */
  z-index: 10; /* 确保遮罩层在内容之上 */
  display: none; /* 默认不显示 */
}
