/* 清除浏览器默认样式 */
* {
	margin: 0;
	padding: 0;
	font-size: 16px;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}
/* 收录区 */
.shoulubox{
    max-width: 1200px;
}
.shuoming{
    padding: 0 20px;
    margin-top: 50px;
}
.tjsm{
    margin:10px auto;
    padding: 20px;
    max-width: 1200px;
    border-radius: 10px;
    box-shadow: 0.3rem 0.3rem 0.6rem #c8d0e7, -0.2rem -0.2rem 0.5rem #fff;
}
h2{
    margin:auto;
    font-size: 20px;
    margin-top: 10px;
    max-width: 1200px;
    color: #ff0000;
}
ul{
    margin: auto;
    max-width: 1200px;
    padding: 10px;
}
.shouluform{
    margin: auto;
    padding: 20px;
}
form {
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0.3rem 0.3rem 0.6rem #c8d0e7, -0.2rem -0.2rem 0.5rem #fff;
    max-width: 1200px;
    margin: auto;
}
form h2{
    text-align: center;
    color: #000000;
    margin-bottom: 40px;
}
input[type="text"], textarea {
    border: none;
    background-color: #EBECF0;
    padding: 10px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: inset 0.2rem 0.2rem 0.6rem #c8d0e7, inset -0.2rem -0.2rem 0.5rem #fff;
}
label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
select {
    border: none;
    padding: 10px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    background-color: #EBECF0;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: inset 0.2rem 0.2rem 0.6rem #c8d0e7, inset -0.2rem -0.2rem 0.5rem #fff;
}
input[type="submit"] {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
    margin: 10px 0;
    background-color: #EBECF0;
    box-shadow: 0.3rem 0.3rem 0.6rem #c8d0e7, -0.2rem -0.2rem 0.5rem #fff;
}
input[type="submit"]:hover {
	color: #fff;
    background-color: #3e8e41;
}
textarea {
    height: 100px;
}
@media screen and (max-width: 600px) {
    .shuoming{
        margin-top: 20px;
    }
    form {
        padding: 20px;
    }
    input[type="text"], textarea, select {
        padding: 10px;
    }
    input[type="submit"] {
        padding: 8px 16px;
    }
}
/* 顶部导航栏区块 */
.header {
	z-index: 99999;
	position: sticky;
	top: 0;
	height: 80px;
	background-color: rgb(255, 255, 255, 1);
	box-shadow: 0.3rem 0.3rem 0.6rem #c8d0e7, -0.2rem -0.2rem 0.5rem #fff;
}

.top {
	margin: 0 auto;
	max-width: 1200px;
	height: 80px;
	display: flex;
	align-self: center;
}

.logo {
	width: 20%;
	height: 80px;
	display: flex;
	/* logo垂直居中 */
	align-items: center;
}

.logo img {
	width: 100%;
}

.top-list {
	width: 80%;
	align-self: center;
}

.top-list ul {
	display: flex;
	justify-content: space-around;
}

.top-list ul li {
	height: 80px;
	font-size: 16px;
}

.top-list ul li a {
	/* color: #969CA9; */
	display: block;
	height: 80px;
	display: flex;
	align-items: center;
}

.top-list li a:hover {
	color: red;
}
/* 底部 */
.foot {
	margin: auto;
	padding: 20px;
	max-width: 1200px;
	display: flex;
	justify-content: center;
	box-shadow: 0.3rem 0.3rem 0.6rem #c8d0e7, -0.2rem -0.2rem 0.5rem #fff;
}

.footer {
	width: 100%;
	padding: 10px;
	display: flex;
	justify-content: center;
	justify-content: space-between;
	box-shadow: inset 0.2rem 0.2rem 0.6rem #c8d0e7, inset -0.2rem -0.2rem 0.5rem #fff;
}

.left {
	width: 50%;
	padding:10px 20px;
}

.leftimg {
	margin-bottom: 10px;
	width: 80%;
	/* height: 40px; */
	text-align: center;
}

.leftimg img {
	width: 100%;
	height: 100%;
}

.left a {
	color: #969CA9;
}

.center {
	width: 100%;
	padding: 10px 20px;
}

.biaoqian ul {
	display: flex;
	flex-wrap: wrap;
}
.biaoqian ul li{
	width: 33.3333%;
	padding: 5px;
}
.biaoqian a {
	overflow: hidden;
	text-align: center;
	display: block;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
}

#a1 {
	background-color: #73bbf7;
}

#a2 {
	background-color: #e100ff;
}

#a3 {
	background-color: #ff67c0;
}

.tb {
	margin-top: 10px;
}

.tb svg {
	width: 30px;
	height: 30px;
	padding: 5px;
	border-radius: 50%;
	background-color: #dfdcdc;
}

.banquan a {
	color: #969CA9;
}

.right {
	width: 50%;
	padding: 10px 10px;
}

.right ul {
	display: flex;
	justify-content: center;
}

.right ul li {
	margin: 0 15px;
	text-align: center;
}

.right ul li a {
	display: block;
	color: #969CA9;
}

.right ul li img {
	width: 70px;
}
.tongji{
	margin:20px auto;
	padding:20px 10px;
	max-width: 1200px;
	box-shadow: 0.3rem 0.3rem 0.6rem #c8d0e7, -0.2rem -0.2rem 0.5rem #fff;
}
.tongjinr{
	width: 100%;
	padding: 20px 10px;
	box-shadow: inset 0.2rem 0.2rem 0.6rem #c8d0e7, inset -0.2rem -0.2rem 0.5rem #fff;
}
/* 底部波浪 */
.parallax>use {
	animation: move-forever 12s linear infinite;
}

.parallax>use:nth-child(1) {
	animation-delay: -2s;
}

.parallax>use:nth-child(2) {
	animation-delay: -2s;
	animation-duration: 5s;
}

.parallax>use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 3s;
}



@keyframes move-forever {
	0% {
		transform: translate(-90px, 0%);
	}

	100% {
		transform: translate(85px, 0%);
	}
}

.wiiuii_layout {
	width: 100%;
	height: 40px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: var(--footer-bg);
}

.editorial {
	display: block;
	width: 100%;
	height: 40px;
}

/* 媒体查询 自适应 */  
    @media screen and (max-width:600px) {
        .top-list {
            display: none;
        }
    
        .header {
            height:60px;
        }
    
        .top {
            margin: 0 auto;
            height: 60px;
            display: flex;
            align-self: center;
        }
    
        .logo {
            width: 100%;
            height: 60px;
            display: flex;
            justify-content: center;
            /* logo垂直居中 */
            align-items: center;
        }
    
        .logo img {
            width: auto;
            height: 40px;
        }
    
        .footer{
            padding: 0 10px;
        }
    
        .left {
            display: none;
        }
    
        .right {
            display: none;
        }  
    }
    
    
/*底部二维码*/
.right ul li img{
    display: inline-block;
    margin-top: 35px;
    transition: transform 0.5s ease-in-out; /* 添加过渡效果 */
}
.right ul li:hover img {
    transform: scale(2); /* 图片放大 */
}