*{
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-family: 微软雅黑;
    line-height: 25px;
}
a{
    color: #333;
    text-decoration: none;
}
a:hover{
    color: #ff0000;
    text-decoration: underline;
}

#acc{
    width: 500px;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    margin: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #333;
}
input{
    outline: none;
}


#header{
    width: 100%;
    height: 80px;
    background-color: #ccc;
    display: flex;
    flex-wrap: nowrap;
}
.logo{
    width: 400px;
    background-color: #fff;    
    padding-left: 10px;
}
.logo img{
    /* width: 250px; */
    height: 60px;
    object-fit: cover;
    margin-top: 8px;
}

.nav{
    flex: 1;
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    background-color: #fff;
}
.nav a{
    color: #333;
    text-decoration: none;
}
.nav a:hover{
    color: #111;
    text-decoration: none;
}

.nav li{
    width: 80px;
    text-align: center;
    /* background-color: #575444; */
    margin: 0 4px;
    line-height: 80px;
    font-size: 18px;
    cursor: pointer;
}

.pop{
    position: relative;
}

.pop .menu{
    position: absolute;
    top: 70px;
    left: 0px;
    width: 80px;
    background-color: #fff;
    display: none;
    z-index: 10;
    /* padding: 10px 0px; */
}
.pop .menu p{
    background-color: #eee;
    line-height: 32px;
    font-size: 15px;
    color: #333;
    /* padding: 5px 0px; */
}
.pop .menu p:hover{
    background-color: #111;
    color: #fff;

}


.contact{
    width: 300px;
    background-color: #fff;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    text-align: center;
}
.contact a{
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 120px;
    height: 30px;
    line-height: 30px;

}

#banner{
    width: 100%;
    height: 600px;
    background-color: #eee;
    position: relative;
}

 .w{
    position: absolute;
    top: 100px;
    width: 1200px;    
    height: 400px;
    /* background-color: #ee6; */
    margin-left: 50%;
    transform: translateX(-600px);
    text-align: center;

}
 .w .t1{
    font-size: 82px;
    font-weight: bold;
    height: 100px;
    line-height: 100px;
    color: #fff;
    margin-top: 50px;
}

 .w .t2{
    font-size: 40px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    color: #fff;
    margin: 30px 0px;
}

 .w .t3{
    font-size: 24px;
    /* font-weight: bold; */
    height: 40px;
    line-height: 40px;
    color: #fff;
    margin: 10px 0px;
}
/* 登录页面用 2025-03-17 */
.x{
    position: absolute;
    top: 100px;
    width: 1200px;    
    height: 400px;
    /* background-color: #ee6; */
    margin-left: 50%;
    transform: translateX(-600px);
    text-align: center;
    display: flex;

}

 .x .t1{
    font-size: 38px;
    font-weight: bold;
    height: 100px;
    line-height: 100px;
    color: #fff;
    margin-top: 50px;
}

 .x .t2{
    font-size: 24px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    color: #fff;
    margin: 30px 0px;
}

 .x .t3{
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    margin: 10px 0px;
}

.x .tbox1{
    flex:1;
    /* background: #666; */
}
.x .tbox2{
    width: 400px;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 15%) 0px 2px 15px;
    opacity: 0.9;
    margin-left: 100px;
}

.tbox2 h1{
    font-size: 20px;
    color: #666;
    margin: 0px 20px;
    margin-top: 30px;
    padding-bottom: 8px;
    border-bottom: 1px solid green;
    
}
.user{
	/* height: 50px; */
	text-align: center;
}
.login-title{
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #157144;
    border-bottom: 1px solid #157144;
    margin: 40px;
    padding-bottom: 8px;
    margin-bottom: 20px;
}


#acc,#pwd{
    width: 300px;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    /* margin: 20px; */
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #333;
    margin-bottom: 20px;
}
#code{
    
    width: 144px;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    /* margin: 20px; */
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #333;
    box-sizing: border-box;
    margin-left: 44px;
    margin-bottom: 20px;
}
#code_cont{
    flex: 1;    
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    /* margin: 20px; */
    /* background-color: #aaa; */
    box-sizing: border-box;
    /* margin-left: 10px; */
    margin-bottom: 20px;
    text-align: left;
}


/* 登录页面用 */


.box{
    width: 1200px;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 1px 1px 10px #888;
    
}
.box span{
    flex: 1;
    text-align: center;
    font-size: 24px;
    height: 120px;
    font-weight: bold;
    line-height: 120px;
}
.cont{
    width: 1200px;
    height: auto;
    overflow: hidden;
    /* background-color: #ccc; */
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
}
.cont span{
    display: inline-block;
    font-size: 32px;
    width: 200px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.cont .c{
    width: 100%;
    height: auto;
    background-color: #fff;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 30px;
    box-sizing: border-box;
}
.cont .c .c1{
    position: relative;
    width: 580px;
    height: 200px;
    background-color: #fff;
    border: 1px solid #ddd;
    /* box-shadow: 1px 1px 10px #888; */
    border-radius: 10px;
}
.cont .c .c2{
    position: relative;
    width: 580px;
    height: 200px;
    background-color: #fff;
    border: 1px solid #ddd;
    /* box-shadow: 1px 1px 10px #888; */
    border-radius: 10px;
}
.cont .c .c1 img,.cont .c .c2 img{
    position: absolute; left: 5px; bottom: 5px; width: 55px; object-fit: cover;
}

.cont .c .c1 h1,.cont .c .c2 h1{
    font-size: 24px;
    font-weight: bold;
    color: #6B0115;
    display: block;
    margin-top: 20px;
}

.cont .c .c1 h3,.cont .c .c2 h3{
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0px;
}
.cont .c .c1 h3 a,.cont .c .c2 h3 a{
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    margin-left: 80px;
    font-weight: bold;
}
.mytable{
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
}
.mytable th{
    text-align: center;
    font-weight: bold;
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    padding: 15px;
    font-size: 18px;
}
.mytable td{
    text-align: center;
    font-weight: normal;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    font-size: 18px;
}


/*  */
.cont .c .c3{
    position: relative;
    width: 580px;
    height: 650px;
    background-color: #fff;   
}
.cont .c .c4{
    position: relative;
    width: 580px;
    height: 650px;
    background-color: #fff;
}
.cont .c .c3 .itop{
    background-color: #fff; display: flex; justify-content: center;
}
.cont .c .c3 .itop img{
    width: 80px; object-fit: cover; margin: 0 30px; cursor: pointer; padding: 10px;border-bottom: 2px solid #ccc;
}
.cont .c .c3 .itop .curr{
    border-bottom: 2px solid #b22221;
}




.cont .c .c3 h3,.cont .c .c4 h3{
    font-size: 26px; margin-top: 20px;
}
.cont .c .c3 h6,.cont .c .c4 h6{
    font-size: 18px; margin-top: 20px; margin-bottom: 20px; font-weight: normal;
}

.cont .c .s{
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin: 0px 20px;
}
.cont .c .t{
    text-align: left;
    height: auto;
    line-height: 30px;
    font-size: 18px;
    margin: 0px 20px;
}


.cont .c .c5{
    width:140px; height: 120px;background-color: #fff;
}
.ctitle{
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
}

.title{
    font-size: 38px;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 50px;
    line-height: 100px;
    color: #666;
}

.cx{
    width: 1100px;
    height: auto;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0 auto;
    justify-content: space-around;
    margin-top: 30px;
    margin-bottom: 20px;
}
.d{
    flex:1; margin:10px;
}
.d img{
    width: 40px; object-fit: cover;
    display: inline-block;
}
.d .d1{
    display:inline-block; font-size: 24px; height: 40px; line-height: 40px; margin-left: 10px; margin-bottom: 20px; 
}
.d .d2{
    display:inline-block; font-size: 20px; height: 40px; line-height: 40px; margin-left: 50px; margin-bottom: 20px;
}

.btn{
    display: inline-block;
    border: 0px solid #b22222;
    background-color: #b22222;
    color: #fff;
    border-radius: 10px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    padding: 0px;
    cursor: pointer;
}
.btn:hover{
    border: 0px solid #cb3f3f;
    background-color: #cb3f3f;
}
.footer{
    overflow: hidden;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
    width:100%; 
    height: 120px; 
    line-height: 120px; 
    background-color: #666;
}
/* team */
.team{
    width: 1200px;    
    height: 150px;
    /* background-color: #ee6; */
    margin-left: 50%;
    transform: translateX(-600px);
    text-align: center;

}
 .team .t1{
    font-size: 48px;
    font-weight: bold;
    height: 100px;
    line-height: 100px;
    color: #333;
}

 .team .t2{
    font-size: 24px;
    /* font-weight: bold; */
    height: 40px;
    line-height: 40px;
    color: #333;
    margin: 0px;
}

.box .png{
    width: 240px; height: 336px; object-fit: cover; margin: 10px;
}
.box .teach{
    flex:1;margin-left: 20px;
}
.box .teach .t1{
    font-size: 22px; font-weight: bold; margin: 20px 0px;
}
.box .teach .t2{
    font-size: 18px; line-height: 35px;
}
.box .teach .t2 p{
    font-size: 18px; line-height: 35px; text-indent: 40px;
}
.special-table{
    width: 1200px; margin: 0 auto; margin-top: 20px;
}
.special-table h1{
    font-size: 22px; margin: 20px 15px;
}
.special-table h2{
    font-size:18px; margin:15px; font-weight: normal;
}
.special-table h2 img{
    width: 25px; object-fit: cover; vertical-align: middle; margin-right: 5px;
}

.lianxi{
    display: block; padding: 20px;
}
.lianxi .p1{
    font-size:18px; line-height:40px; text-indent:40px; margin: 15px 0px;
}
.lianxi .p2{
    font-size:18px; line-height:40px; text-indent:40px
}