/*
--Felizon
--2024/11/5 18:02
--电脑端样式
*/
/*box*/
body {}

/*尺寸盒子*/
.container {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

.img100 {
	overflow: hidden;
	text-align: center;
}

.img100 img {
	width: 100%;
}


/*banner*/
/* menu */
.menu{
	background: #f1f1f1;
	overflow: hidden;
	padding: 1% 0;
}
.menu .menu-l{
	width: 50%;
	float: left;
	overflow: hidden;
}
.menu .menu-l a{
	font-size: 26px;
	line-height: 35px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	overflow: hidden;
}
.menu .menu-l a span{
	
	line-height: 20px;
	font-weight: normal;
}
.menu .menu-r{
	overflow: hidden;
	width: 50%;
	float: right;
}
.menu .menu-r a{
	width: 30%;
	float: left;
	text-align: center;
	color: #000000;
	font-size: 16px;
	display: block;
	text-transform: uppercase;
	margin-top: 2%;
	border-right: 1px #0566ca solid;
}
.menu .menu-r a:nth-child(3){
	border-right: 0px #0566ca solid;
	
}
.menu .menu-r a:hover{
	
	color: #2a68d9;
}
/* menu end */
.banner {
	overflow: hidden;
	position: relative;
}

.banner_box1 {
	display: block;
}

.banner_box2 {
	display: none;
}

.menu-box {
	position: absolute;
	bottom: 10%;
	overflow: hidden;
	width: 100%;

}

.anniu-box {
	overflow: hidden;
	margin: 5% 0;
}
.anniu-box ul li{
	width: 50%;
	float: left;
	overflow: hidden;
	
}
.anniu {
	width: 300px;
	float: left;
	margin-right: 50px;
	line-height: 50px;
	overflow: hidden;
}

.anniu a {
	display: block;
	background: #fbf801;
	overflow: hidden;
	border-radius: 50px;
	padding: 20px 30px;

}

.anniu a img {
	width: 90%;
	max-width: 42px;
}

.anniu a {
	font-size: 20px;
	line-height: 30px;
}

.anniu a:hover {
	font-size: 20px;
	line-height: 30px;
	background: #dcd908;
}

.anniu a b {
	display: block;

}

.anniu a span {
	display: block;
	font-size: 12px;
	line-height: 14px;
	margin-top: -5px;
}

.anniu ul li:nth-child(1) {
	width: 30%;
	float: left;
	text-align: center;
}

.anniu ul li:nth-child(2) {
	width: 70%;
	float: left;
	text-align: left;
}

/*banner end*/
/*title*/
.title {
	overflow: hidden;
	margin-top: 5%;
}

.title-left {
	height: 56px;
	width: 10px;
	background: #0566ca;
	float: left;
	margin-right: 10px;
}

.title-right {
	overflow: hidden;
	float: left;
}

.title-right h1 {
	font-size: 30px;
	overflow: hidden;
	line-height: 30px;
	font-weight: bold;
}

.title-right h2 {
	font-size: 20px;
	overflow: hidden;
	color: #000000;
	line-height: 30px;
	text-transform: uppercase;
}

/*title end*/
.chengji {
	overflow: hidden;
	background: #f1f1f1;
}

.cplist {
	overflow: hidden;
	margin-top: 3%;
}

.cplist ul li {
	width: 25%;
	float: left;
	overflow: hidden;
}

.cplist ul li p {
	border: 1px #0068B7 solid;
	overflow: hidden;
	box-sizing: border-box;
	margin: 4%;
	height: 190px;
}

.cplist ul li p img {
	width: 100%;
}

.cplist ul li span {
	display: block;
	text-align: center;
	font-size: 1.2rem;
	margin-bottom: 2%;
	
}
.shenfen .cplist ul li span {
	display: block;
	text-align: center;
	font-size: 1.7rem;
	margin-bottom: 2%;
	color: #FFFFFF;
}
.xiaohui{
	background: #FFFFFF;
	overflow: hidden;
}
.shenfen{
	background: #0566ca;
	overflow: hidden;
}
.liucheng{
	background: #FFFFFF;
	overflow: hidden;
}
.liucheng-img{
	text-align: center;
	
}
.liucheng-img img{
	width: 100%;
	max-width: 856px;
}
.erweima{
	width: 150px;
	height: auto;
	position: fixed;
	right: 5%;
	bottom: 5%;
	
}
.erweima li{
	background: #FFFFFF;
	overflow: hidden;
	text-align: center;
	border: 3px #0068B7 solid;
	padding: 2%;
	border-radius: 10px;
	margin-bottom: 5%;
}
.erweima li span{
	display: block;
	font-size: 0.8rem;
}
/* news */
.news{
	background: #f1f1f1;
}
.niews-box {
	padding: 2%;
}
.niews-box h1 {
    text-align: center;
    margin-bottom: 20px;
}
.niews-box a{
	display: block;
}

.news-item {
    background: #fff;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    transition: background-color 0.3s, transform 0.2s;
    cursor: pointer;
}

.news-item:hover {
    background: #e8f0fe; /* 悬停时背景颜色变换 */
    transform: scale(1.02);
}

.news-item img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.news-content {
    padding: 10px 0;
}

.news-content h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
	font-weight: bold;
}

.news-content p {
    margin-bottom: 10px;
}

.news-time {
    font-size: 0.9em;
    color: #777;
}
/* news end */
.news-detail{
	overflow: hidden;
	background: #FFFFFF;
	margin: 1% 0;
	padding: 2%;
}
.news-detail-top{
	overflow: hidden;
	margin: 3% 0;
}
.news-detail-top h1{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
.news-detail-top p{
	text-align: center;
	font-size: 14px;
	color: #999;
	margin-top: 1%;
}
.news-detail-top p span{
	padding: 0 50px;
}
.news-detail-com{
	overflow: hidden;
}
.news-detail-com p{
	font-size: 16px;
	margin: 1% 0;
	line-height: 30px;
}
.news-detail-bot a{
	color: #0068B7;
	font-size: 20px;
}
.news-detail-bot a:hover{
	color: #bf481a;
}
/* liuyan */
.liuyan-box{
	overflow: hidden;
	background: #FFFFFF;
	margin: 2% 0;
}
.liuyan-box-con {
    max-width: 600px; /* 最大宽度 */
    margin: 40px auto; /* 居中显示 */
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.liuyan-box-con h1 {
    text-align: center;
    margin-bottom: 20px;
}

.liuyan-box-con .form-group {
    margin-bottom: 15px;
}
.liuyan-box-con .form-group img {
    margin-bottom: 15px;
    width: 200px;
    margin-top: 20px;
}
.liuyan-box-con label {
    display: block;
    margin-bottom: 5px;
}

.liuyan-box-con input[type="text"],
.liuyan-box-con input[type="tel"],
.liuyan-box-con textarea {
    width: 100%; /* 使输入框和文本区域宽度自适应 */
    padding: 4% 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1em;
}

.liuyan-box-con textarea {
    resize: none; /* 禁止调整文本区域大小 */
}

.liuyan-box-con button {
    width: 100%; /* 按钮宽度自适应 */
    padding: 10px;
    background-color: #28a745; /* 按钮背景色 */
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.3s;
}

.liuyan-box-con button:hover {
    background-color: #218838; /* 悬停时更改按钮背景色 */
}
.pagefenye {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

/* 分页信息 */
.page-status {
    margin-right: 20px;
    color: #666;
}

/* 分页链接容器 */
.page-numbar {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* 每一页的样式 */
.page-num {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.3s, color 0.3s;
}

/* 当前页的样式 */
.page-num-current {
    background-color: #007bff;
    color: #fff;
    font-weight: bold;
    border-color: #007bff;
}

/* 普通页的悬停效果 */
.page-num:hover {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

/* 省略符号的样式 */
.page-num span {
    padding: 8px 12px;
    color: #666;
    cursor: pointer;
}

/* 上一页、下一页、首页、尾页的样式 */
.page-index, .page-pre, .page-next, .page-last {
    margin: 0 10px;
}

.page-index a, .page-pre a, .page-next a, .page-last a {
    padding: 8px 15px;
    color: #007bff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.page-index a:hover, .page-pre a:hover, .page-next a:hover, .page-last a:hover {
    background-color: #007bff;
    color: #fff;
}

/* 禁用状态（如果需要） */
.page-index a:disabled, .page-pre a:disabled, .page-next a:disabled, .page-last a:disabled {
    color: #ddd;
    background-color: #f4f4f4;
    pointer-events: none;
}

/* liuyan end */