a:hover{
	text-decoration: none;
}
ul,li,p{
	list-style: none;
	margin: 0;
	padding: 0;
}
u{
	text-decoration: none;
}
body{
	background: url(../img/bodybg.jpg) no-repeat top center fixed;
}
body,html{
	min-width: 1400px;
}
.nav-bg{
	background: rgba(255, 255, 255, 0.7);
}
p.nav{
	height: 80px;
	width: 1200px;
}
p.nav>img{
	max-height: 100%;
}
p.nav a{
	min-width: 80px;
	height: 60px;
	padding:0 10px;
	border-radius: 20px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	font-weight: bolder;
	margin: 0 10px;
	color: #333;
}
.w-1200{
	width: 1400px;
	display: block;
	margin: 0 auto;
}
p.nav a:nth-child(2),p.nav a:hover{
	background: #333;
	color: white;
}
.carousel,.carousel-inner,.carousel-item{
	height: 500px;
	
}
.news-tjyy{
	display: flex;
	flex-direction: row;
}
.news{
	background: url(../img/news-bg.png) no-repeat top left;
	background-size: 100% 100%;
	aspect-ratio: 1365/795;
	padding: 28px 33px 50px 82px;
	width: 60%;
}
.news>p{
	font-weight: bolder;
	margin-bottom: 10px;
}
.news ul{
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.news ul p{
	width: 45%;
	display: flex;
	margin: 10px;
	flex-direction: column;
	padding: 0 10px;
}
.news ul p{
	border-bottom: 1px solid #ccc;
}
.news ul a{
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #333;
	margin-bottom:5px ;
}
.news ul span{
	color: #666;
}
.tjyx{
	width: 40%;
	display: flex;
	flex-direction: column;
}
.tjyx>a{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	height: 140px;
	margin: 8px 0;
	align-items: center;
	box-shadow: 2px 2px 20px #33333333;
}
.tjyx>a>img:first-child{
	max-width: 30%;
	max-height: 155px;
	height: auto;
	width: auto;
}
.tjyx>a>p{
	padding: 0 5px;
	width: 40%;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: '仿宋';
	font-size: 14px;
}
.tjyx>a>p>span{
	color: #333;
	font-weight: bolder;
	font-size: 16px;
}
.tjyx>a>p>u{
	color: #666;
	font-size: 14px;
}
.tjyx>a>img:last-child{
	max-width: 20%;
	max-height: 115px;
	height: auto;
	width: auto;
}
.rmyx-tit{
	padding: 40px 0 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.rmyx-tit a:first-child{
	border: 1px solid rgba(81, 45, 167, 1);
	background: #fff;
	height: 50px;
	border-radius: 20px;
	padding: 0 10px;
	line-height: 50px;
	font-size: 16px;
}
.rmyx-tit span{
	margin: 0 100px;
	font-size: 40px;
	background: -webkit-linear-gradient(45deg, blue, red); /* Chrome, Safari */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; /* 需要设置为透明以显示背景渐变色 */
	background-clip: text;
	color: transparent; /* 设置文本颜色为透明，以显示背景渐变色 */
	font-weight: bolder;
}
.rmyx-tit a:last-child{
	font-size: 30px;
	background: -webkit-linear-gradient(45deg, blue, red); /* Chrome, Safari */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; /* 需要设置为透明以显示背景渐变色 */
	background-clip: text;
	color: transparent; /* 设置文本颜色为透明，以显示背景渐变色 */
	font-weight: bolder;
}


@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.75,1);
        transform: scale3d(1.15,.75,1)
    }

    60% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    70% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}



.rmyx-list{
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
}
.rmyx-list a{
	width: 280px;
	display: flex;
	margin: 0 20px 30px 0;
	box-shadow: 0px 0px 10px #11111133;
	border-radius:20px 10px 10px 20px;
}
.rmyx-list a:hover{
	box-shadow: 10px 10px 10px #11111133;
}
.rmyx-list a>img{
	width: 110px;
	height: 110px;
	border-radius: 20px;
}
.rmyx-list a>p{
	width: 170px;
	height: 110px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 0 10px;
}
.rmyx-list a>p>span{
	font-size: 24px;
	background: -webkit-linear-gradient(270deg, rgb(66, 165, 246) 0%, rgb(0, 0, 0) 100%); /* Chrome, Safari */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; /* 需要设置为透明以显示背景渐变色 */
	background-clip: text;
	color: transparent; /* 设置文本颜色为透明，以显示背景渐变色 */
	font-weight: bolder;
	overflow: hidden;
}
.rmyx-list a>p>img{
	width: 85%;
}
.footer{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: url(../img/dibubg.jpg) center bottom no-repeat;
	height: 410px;
}
.footer>p{
	text-align: center;
	font-size: 30px;
	color: #ed7f04;
	font-weight: bolder;
}
.footer>li{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0 0;
}
.footer>li>img:nth-child(2){
	width: 210px;
	height: 210px;
	margin:0 30px ;
}
.footer>span{
	font-size: 20px;
	color: #333;
	margin-bottom: 10px;
	font-weight: bolder;
}



.listpage{
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: start;
	padding: 20px;
	height: max-content;
	min-height: 1000px;
}
.listpage>p{
	height: 40px;
	height: max-content;
	width: 100%;
	border-bottom: 1px solid #bbb;
}
.listpage>p>span{
	display: block;
	width: max-content;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px solid #333;
	padding: 0 20px;
}
.listpage>li{
	display: flex;
	justify-content: space-between;
	height: 50px;
	border-bottom: 1px dashed #bbb;
	width: 100%;
	align-items: center;
	padding:0 10px;
}
.listpage>li>a{
	color: #666;
}

.listpage>li>span{
	color: #999;
}


.contentpage{
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: start;
	padding: 20px;
	height: max-content;
	min-height: 1000px;
}
.contentpage>p{
	height: 40px;
	height: max-content;
	width: 100%;
	border-bottom: 1px solid #bbb;
}
.contentpage>p>span{
	display: block;
	width: max-content;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px solid #333;
	padding: 0 20px;
}
.contentpage>h1{
	text-align: center;
	width: 100%;
	padding: 10px 0;
}
.contentpage>span{
	text-align: center;
	width: 100%;
	color: #999;
}
.contentpage>hr{
	width: 100%;
	color: #999;
}
.contentpage>div{
	padding: 10px;
}
.contentpage>div img{
	max-width: 80%;
}