body {
    margin:0;
    padding:0;
    font-family:"microsoft yahei",arial;
    font-size:14px;
    background:#f5f5f5;
}

ul,
li,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin:0;
    padding:0;
    list-style-type:none;
}

a {
    color:#666;
    text-decoration:none;
}

a:hover {
    color:#999;
    text-decoration:none;
}

* {
    box-sizing:border-box;
}  /* 全局样式 */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        .index_main{
		padding:50px 0
		}
		.index_main .button-container{
		
		margin-top:60px;}
        body {
            font-family: 'Microsoft YaHei', Arial, sans-serif;
            line-height: 1.6;
            color: #333;
            background-color: #f8f8f8;
        }
        
        /* 头部样式 */
        header {
            background-color: #991f34;
            color: white;
            padding: 20px 0;
            text-align: center;
			background: linear-gradient(to top, #b11c36, #991f34);
			box-shadow: rgba(89, 3, 18, .5) 0 0 15px;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        
        .contact-info {
            margin-top: 15px;
            font-size: 1.1rem;
        }
        
        /* 导航样式 */
        nav {
            background-color: #e60000;
            color: white;
            padding: 10px 0;
        }
        
        nav ul {
            list-style: none;
            display: flex;
            justify-content: center;
        }
        
        nav ul li {
            margin: 0 20px;
        }
        
        nav ul li a {
            color: white;
            text-decoration: none;
            font-size: 1.1rem;
        }
        
        nav ul li a:hover {
            text-decoration: underline;
        }
		.top{ width: 100%; display: flex;justify-content:space-between }
		.logo{display: flex;justify-content:flex-start;align-items:center }
		.logo img{ width: 80px; margin-right: 10px;}
		
		.logo h1 {
		    font-size: 32px;
		    margin-bottom: 10px;
			margin-right: 15px;
		}
		.logo h1 a{
		color:#fff
		}
		.logo h1 span{
			font-size: 12px;
			display: block;
			font-weight: normal;
			text-align: left;
			text-transform: uppercase;
			letter-spacing:0.3px;
			opacity: 0.7;
		}
		.logo h2 {
		    font-size: 36px;
			color: #fff;
		    margin-bottom: 0;
			border: 0;
		}
		.logo h2 a{
		color:#fff}
		.tell{ font-size: 16px;}
		.form-nav-r {
		    width:100%;
		    text-align:right;
		    color:#fff;
		}
		
		.form-nav-r p {
		    line-height:30px;
		    font-size:14px;
		    display:inline-block;
		}
		
		.form-nav-r span {
		    font-size:12px;
		    color:#fff;
		    padding:0 10px
		}
		
		.form-nav-r a {
		    color:#fff;
		}
        
        /* 幻灯片样式 */
        .slideshow {
            position: relative;
            width: 100%;
            height: 400px;
            overflow: hidden;
            margin: 30px 0;
			box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }
        
        .slides {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }
        
        .slide {
            min-width: 100%;
            height: 400px;
            background-size: cover;
            background-position: center;
        }
        
        .slide1 {
            background-image: url('https://trae-api-cn.mchost.guru/api/ide/v1/text_to_image?prompt=modern%20school%20campus%20building%20with%20red%20accent%20color&image_size=landscape_16_9');
        }
        
        .slide2 {
            background-image: url('https://trae-api-cn.mchost.guru/api/ide/v1/text_to_image?prompt=school%20classroom%20with%20medical%20equipment%20for%20nursing%20education&image_size=landscape_16_9');
        }
        
        .slide3 {
            background-image: url('https://trae-api-cn.mchost.guru/api/ide/v1/text_to_image?prompt=students%20in%20uniform%20studying%20in%20modern%20library&image_size=landscape_16_9');
        }
        
        /* 控制按钮 */
        .slide-controls {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
        }
        
        .slide-control {
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.5);
            cursor: pointer;
        }
        
        .slide-control.active {
            background-color: white;
        }
        
        /* 主要内容样式 */
        .main-content {
            display: flex;
        /*    gap: 30px; */
            margin: 30px 0;
        }
        
        .content-left {
            flex: 3;
			
        }
		.content-left .module{
			border-radius: 5px 0 0 5px;
		}
        
        .content-right {
            flex: 1;
			border-radius: 0 5px 5px 0;
			    margin-bottom: 20px;
				background: url(../images/rbg.jpg) no-repeat bottom center #991f34;
        }
        
        /* 模块样式 */
        .module {
            background-color: white;
            padding: 25px;
            margin-bottom: 20px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }
		.module p{
			font-weight: bold;
			margin-bottom: 10px;
			font-size: 16px;
		}
		.module2 {
		    padding: 25px 35px;
		    margin-bottom: 20px;
		}
		.module2 span{
			font-size: 18px;
			line-height: 30px;
			color: #fff;
			display: block;
			text-align: center;}
        
        h2 {
            color: #c00;
            margin-bottom: 15px;
            padding-bottom: 10px;
            border-bottom: 2px solid #c00;
        }
        
        h3 {
            color: #c00;
            margin: 15px 0 10px;
        }
		h4 {
		    color: #fff;
		    padding-bottom: 15px;
			font-size: 18px;
/* 		    border-bottom: 2px solid #fff; */
		}
        
        ul {
            padding-left: 20px;
            margin-bottom: 15px;
        }
        
        li {
            margin-bottom: 10px;
			font-size: 16px;
        }
        
        /* 二维码样式 */
        .qrcode {
            text-align: center;
			margin-bottom: 30px;
        }
        
        .qrcode img {
            width: 130px;
            height: 130px;
			border-radius: 5px;
			margin-bottom: 5px;
        }
        
        .qrcode p {
			color: #fff;
        }
        
        /* 按钮样式 */
        .button-container {
            display: flex;
            gap: 20px;
            margin-top: 20px;
			justify-content: center;
        }
        
        .btn {
            display: inline-block;
            padding: 10px 30px;
            background-color: #c00;
            color: white;
            text-decoration: none;
            border-radius: 5px;
            font-size: 1.1rem;
            transition: background-color 0.3s;
        }
        
        .btn:hover {
			color:#fff;
            background-color: #a00;
        }
		.btn2 {
		    display: inline-block;
		    padding: 10px 30px;
		    background-color: #3263fa;
		    color: white;
		    text-decoration: none;
		    border-radius: 5px;
		    font-size: 1.1rem;
		    transition: background-color 0.3s;
		}
		
		.btn2:hover {
			color:#fff;
		    background-color: #1741c3;
		}
        
        /* 页脚样式 */
        footer {
            background-color: #333;
            color: white;
            text-align: center;
            padding: 20px 0;
            margin-top: 30px;
        }
        
        /* 响应式设计 */
        @media (max-width: 768px) {
		
		.index_main{
			padding:0
		}
		.index_main .button-container{
		
		margin-top:0px;}
            .main-content,.top,.logo {
                flex-direction: column;
            }
            
            .slideshow {
                height:auto;
				margin: 20px 0 0 0;
            }
            .main-content {
                display: flex;
                margin: 0 0;
            }
            .slide {
                height:auto;
				display: none;
            }
			.slide img{ width: 110%;}
            
            h1 {
                font-size: 2rem;
            }
			.logo h1 {
			    margin-bottom: 10px;
			    margin-right: 0;
			}
			.contact-info {
			    margin-top: 0px;
			    font-size: 1.1rem;
			}
			.logo h2 {
			    font-size: 30px;
				margin-bottom: 0;
				padding-bottom: 0;
			}
			.tell {
			    font-size: 14px;
				margin-top:15px;
			}
			.form-nav-r {
				margin-top: 10px;
			}
			ul {
			    padding-left: 0px;
			    margin-bottom: 15px;
			}
			.button-container {
				display: block;
			}
			.btn,.btn2 {
			    display: inline-block;
				width: 100%;
				font-size: 16px;
				text-align: center;
				margin-bottom: 5px;
			}
			.content-left .module{
			border-radius: 5px;
        }
			.content-right {
			    flex: 1;
				border-radius: 5px;
			    margin-bottom: 0;
			    background: url(../images/rbg.jpg) no-repeat bottom center #991f34;
				background-size: 100%;
			}
			.zhuanye .layui-form-radio{display:block}
			.zhuanye .layui-form-radio>i{font-size:18px}
			.layui-form-item .layui-input-inline{margin:0;left:0;}
			.layui-form-item .layui-input-inline+.layui-form-mid{margin:0;top:5px;}
			.dizhiform .layui-form-item .layui-inline{
margin-bottom:10px;
}
       }
	   
	   
	   .usercenter .layui-elem-quote.hongse{border-left:6px solid #ff0000;color:#ff0000}

.usercenter .layui-elem-quote.lvse{border-left:6px solid #37af00;color:#37af00}
.usercenter .layui-elem-quote.lanse{border-left:6px solid #006eff;color:#006eff}
.usercenter .layui-elem-quote.heise{border-left:6px solid #2f363c;color:#2f363c}

.layui-form-label2{font-weight:bold;margin-bottom:10px;display:block}
.layui-form-label2 span{color:#CC3300;margin-right:5px}
.layui-table img{max-width:100%;height:200px}
p.tips{font-size:12px;color:#999}
