.ptjslabel{
	background-image: url('../images/background.webp');  
	background-repeat: no-repeat;  
	background-size: cover;   
	height: 230px;
    line-height: 230px;
    text-align: center;
    font-size: 55px;
    background-color: brown;
    font-weight: 600;
    color: #FFFFFF;
	position: absolute;
    width: 100%;
    top: 58px;
	transition: display 2s ease;

}
.background{
	background-image: url('../images/backgroungImg.jpg');
}
.ptjscont{
	display: flex;
	justify-content: center;
	/*background-color: #f6f8fb;*/
   
}
.ptjscontchild{
	/*background-color: #f6f8fb;*/
	padding:44px 20px 20px 20px ;
    width:1325px;
    border-radius:20px;
}
.jslabel{
  	background-image: url('../images/line01.png');
	font-family: PingFang-SC-Heavy;
    font-size: 34px;
    color: #3764C7;
    letter-spacing: -0.78px;
    font-weight: 400;
  	text-align: center;
     background-repeat: no-repeat;
    background-position: center;
	
}
.jslabel2{
  	background-image: url('../images/line02.png');
	font-family: PingFang-SC-Heavy;
    font-size: 34px;
    color: #3764C7;
    letter-spacing: -0.78px;
    font-weight: 400;
  	text-align: center;
     background-repeat: no-repeat;
    background-position: center;
	
}

.jscont{
	margin-top: 20px;
	font-family: PingFangSC-Semibold;
    font-size: 17px;
  font-weight: 300;
    color: #041A49;
    letter-spacing: 0;
    line-height: 30px;
	margin-bottom: 20px;
  background-color: #a1b0c82e;
    border-radius: 20px;
    padding: 20px;
}
.jsmore a{
	font-family: SourceHanSansCN-Medium;
	font-size: 14px;
	color: #2446c8;
	letter-spacing: 0;
}

.jsimage{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.titlelabel{
	font-size: 21px;
    font-weight: 600;
	text-align: left;
	margin-top: 20px;
	height: 30px;
}
.zcicon{
	border-bottom: 4px solid #4b80f7;
}
.titlecont{
	display: flex;
	flex-direction: row;
}
.aaa{
	width: 50%;
	margin:20px;
}
.headerbox{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.headerlabel{
	display: flex;
	flex-direction: row;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	
	
}
.headerlabel span{
	font-weight: 600;
	font-size: 16px;
}
.headerlabelmore{
	font-size: 14px;
	color: #c8d1df;
	line-height: 40px;

}
hr {  
	border: none; /* 移除默认边框 */  
	height: 1px; /* 设置高度 */  
	background-color: rgb(143, 140, 140); /* 设置颜色 */  
	margin: 5px 0; /* 设置上下外边距 */  
  }
  .bottombox{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 15px;
	cursor: pointer;
  }
  .bottomlabel{
	color: #333333;
	font-size: 16px;
  }
  .bottomtime{
	color: rgb(143, 140, 140); /* 设置颜色 */  
  }
.pxlistbox{
    display: flex;
	flex-direction: row;
    flex-wrap:wrap;
    justify-content: center;
      background-color: #a1b0c82e;
    /* margin: 10px; */
    border-radius: 20px;
}

.pxbox{
    width: 280px;
    height: 220px;
    margin: 15px;
    cursor: pointer;
   /* border: 1px solid #d6d6d6;*/
}
.pximage{
    width: 250px;
    height: 150px;
}
.pxtitle{
    display: flex;
	flex-direction: row;
    justify-content: space-between;
    line-height: 20px;
    height: 20px;
    padding: 5px;
}
.pxtitlelabel{
    flex: 1;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    color: #333333;
    white-space: nowrap; /* 确保文本不换行 */
    overflow: hidden; /* 隐藏超出div大小的文本 */
    text-overflow: ellipsis; /* 使用省略符号 */
}


.pxicon{
    min-width: 50px;
    height: 20px;
    line-height: 20px;
   	padding: 5px;
    text-align: center;
    white-space: nowrap; /* 确保文本不换行 */
    overflow: hidden; /* 隐藏超出div大小的文本 */
    text-overflow: ellipsis; /* 使用省略符号 */
}
.pxqrxz{
    display: flex;
	flex-direction: row;
    justify-content: space-between;
    color: #999999;
    /* margin-top: 10px; */
    padding: 5px;
    justify-content: space-between;
}

/*轮播    */
.zcwjcont{
	display: flex;
	justify-content: center;
	/*background-color: #F9F9F9;*/
    border-radius:20px;
  
}
.zcwjcontchild{

    width:99%;
  	display: flex;
    justify-content: center;
}
.zcicon{
	border-bottom: 4px solid #2DAFC1;
}


.zcwjlabelcont{
	display: flex;
	flex-direction: row;
    justify-content: normal;
      padding: 0 20px 0 20px;
  width:1340px;
}
.zcwjlabel{
	/*padding: 20px 20px 20px 0px;
	width: 50%;*/
      padding: 20px 20px 0px 20px;
    width: 70%;
    background-color: #a1b0c82e;
    margin: 10px;
    border-radius: 20px;
}
.zcwjlist{
	font-family: MicrosoftYaHei;
	font-size: 22px;
	color: #333333;
	letter-spacing: 0;
	cursor: pointer;
	padding: 10px 0px;
}
.zcwjlist :hover {
	color: #2DAFC1;
}
.zcwjlisttitle{
	font-size: 16px;
  color: #333333;
	white-space: nowrap;        
	overflow: hidden;            
	text-overflow: ellipsis;
	
}


.zcwjlistcont{

	padding: 5px 0px;
	font-size: 18px;
	letter-spacing: 0;
	white-space: nowrap;        
	overflow: hidden;            
	text-overflow: ellipsis;
	
}
.zcwjlisttime{
	font-size: 18px;
	color: #B3B3B3;
}


.zcwjimg{
	background-image: url('../images/zcwj.png');  
	background-repeat: no-repeat;  
	background-size: cover;
	width: 648px;
	height: 454px;
}

.zcwjmore{
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #A1B0C8;
	letter-spacing: 0;
	text-align: center;
	text-align: right;
	cursor: pointer;
}

  .banner-imgBox{
            width: 1530px;
            height: 470px;
            /*background-color: #009dda;*/
            margin: 0 auto;
            position: relative;
            overflow: hidden;
        }
        .banner-imgBox2{
            width: 1530px;
            height: 470px;
            display: flex;
            /*background-color: chartreuse;*/
            margin: 0 auto;
            transition: all 0.5s;
        }
        .banner-imgBox2>img{
            width: 1530px;
            height: 470px;
        }
        .on{
            width: 10px;
            height: 10px;
            border-radius: 100%;
            background-color: gainsboro;
            margin-left: 20px;
        }
        .banner-imgBox-div{
            width: 400px;
            position: absolute;
            bottom: 20px;
            left: 40%;
            display: flex;
        }
        .on2{
            background-color: red;
        }
        .banner-imgBox-left{
            position: absolute;
            left: 20px;
            top:48%;
            width: 48px;
            height: 48px;
        }
        .banner-imgBox-right{
            position: absolute;
            right: 20px;
            top:48%;
            width: 48px;
            height: 48px;
            margin-right: 0;
        }

 /* 设置整体大框架 */
    .overall{
        /* 设置窗口大小 */
        width: 650px;
        height: 400px;

        /* 将弹性 <div> 元素的所有项目的居中对齐 */
        align-items: center;

        /* 设置图片外边距 左右居中 上方5% 
        margin: 5% auto;        */
    }

    .content{
        /* 设置相对定位 */
        position: relative;
        height: 400px;
    }

    .content ul{
        /* 去除标签<ul><li></li></ul>默认加的样式 */
        list-style-type: none;
    }

    .content ul>li{
        width: 600px;
        height: 300px;

        /* 设置绝对定位 */
        position: absolute;

        /* 设置过度效果 时间为1s */
        transition: 1s;

        /* 设置最大透明度 默认一开始图片为透明的 当下面js加载的时候
            第一张图片设置为不透明
        */
        opacity: 0;
    }
    
    /* 设置每个图片的样式 */
    .content ul>li>a img{    
        /* 设置每一张图片的大小 */
        width: 510px;
        height: 380px;
        border-radius: 20px;
        padding:10px;
    
    }

    /* 设置轮播图下面的小点 */
    .content ol{
        /* 设置相对定位 */
        position: relative;

        /* 设置网格布局 */
        display: grid;
        
        /* 设置网格布局中的列数及宽度 */
        grid-template-columns: repeat(3, 75px);

        /* 设置网格布局中的行数及宽度 */
        grid-template-rows: auto;

        /* 设置网格行与列之间的间隙 */
        /* 间隙为1em */
        grid-gap: 1em;
        gap:1em;

        /* 右浮动 */
        float: right;

        /* 设置浮点的向上的内边距 */
        margin-top: 380px;

        /* 去除列表样式 */
        list-style: none;

        /* 把图像的上边缘设置在其包含元素上边缘之下0px高的位置 */
        top: 0;

        /* 把图像的左边缘设置在其包含元素上边缘之下0px高的位置 */
        left: 0;
    }

    .content ol li{
        /* 设置每个小点的大小 */
        width: 1px;
        height: 1px;

        /* 设置里面的文字的大小 */
        font-size: 15px;

        /* line-height 属性设置行间的距离（行高） */
        line-height: 20px;

        /* 浮动左对齐 */
        float: left;

        /* 设置文本居中 */
        text-align: center;

        /* 把表格做成圆点 */
        border-radius: 2em;

        /* 设置圆点的边框 
        border: 5px solid #af9d9d;*/
    }




.scroll-container {
  position: relative; /* 为子元素的绝对定位提供定位上下文 */
 
  width:1130px
}
 
.scroll-content {
  white-space: nowrap; /* 防止内容换行 */
  position: relative; /* 如果需要，可以在这里添加z-index以确保内容在按钮下方 */
    overflow-x: hidden;
    position: relative;
    display: flex;
    flex-direction: row;
  width:1130px
}
 
.scroll-btn {
  position: absolute; /* 绝对定位 */
  top: 80%; /* 垂直居中 */
  transform: translateY(-50%); /* 与 top 一起使用来精确居中按钮 */
 /* border: 1px solid #ccc;  按钮边框 */
  /* 其他样式 */
}
 
.scroll-btn.left {
  left: 0; /* 左边按钮 */
   display :inline-block;
    position: relative;
    width: 36px;
    height: 36px;
    margin-right: 20px;
}
.scroll-btn.left::after  {
  display: inline-block;
    content: " ";
    height: 18px;
    width: 18px;
    border-width: 4px 4px 0 0;
    border-color: #c7c7cc;
    border-style: solid;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  	transform: rotate(-135deg);
    position: absolute;
    right: 30px;
    margin-top: -15px;
}
 
.scroll-btn.right {
  right: 0; /* 右边按钮 */
}
.scroll-btn.right {
   display :inline-block;
    width: 36px;
    height: 36px;
}
.scroll-btn.right::after  {
  display: inline-block;
    content: " ";
    height: 18px;
    width: 18px;
    border-width: 4px 4px 0 0;
    border-color: #c7c7cc;
    border-style: solid;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    left: 30px;
    margin-top: -15px;
}
