html,
body,
div,
p,
span,
dl,
dt,
dd,
span,
ul,
li,
a,
img,
h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
}

/* 定义全局变量 */
:root {
  --main-color: #ff0800;
  --main-bg-color: #ff0800;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

body {
  max-width: 640px !important;
  margin: 0 auto;
}

.banner {
  width: 100%;
}

.banner img {
  width: 100%;
  display: block;
}

.header {
  display: flex;
}

.logo {
  width: 100%;
  display: block;
}

.logo a {
  display: block;
}

.logo a img {
  width: 100%;
  display: block;
}

.m_nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: var(--main-color);
}

.m_nav a {
  width: 25%;
  text-align: center;
  font-size: 0.28rem;
  color: #fff;
  padding: 0.13rem 0;
}

.m_nav span {
  color: #fff;
  height: 0.8rem;
  width: 0.1rem;
  display: block;
}

.content {
  width: 100%;
  background: #fff;
  margin: auto;
}

.tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.4rem;
}

.tit span {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: var(--main-color);
  line-height: 50px;
  border-bottom: #cacaca solid 3px;
}

.content .shrq {
  margin: 0.3rem auto;
  display: flex;
  flex-direction:column;
  justify-content: space-evenly;
}
.shrq p{
  font-size: 0.2rem;
  margin: auto 0.2rem;
  text-indent: 2em;
}
.shrq .shrqlist{
  width: 96%;
  display: flex;
  flex-direction: row;
  gap: 0.1rem;
  margin: 0.2rem auto;
  height: 3rem;
}
.shrqlist .shrqxq {
  width: 46%;
  height: 3rem;
  background: var(--main-bg-color);
  margin-bottom: 0.1rem;
  box-shadow: 0 0 2px #999;
}
.shrqlist .shrqxq:nth-child(even) {
  background-color: #FFF;
  h4{
    color: #373737;
  }
  p{
    color: #373737;
  }
}

.shrqxq h4 {
  line-height: 0.6rem;
  color: #FFF;
  font-size: 0.28rem;
  padding-left: 0.4rem;
}

.shrqxq p {
  font-size: 0.18rem;
  color: #FFF;
  text-align: justify;
}
.btn {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.btn a {
  color: #fff;
  font-size: 0.2rem;
  text-align: center;
  width: 25%;
  line-height: 0.4rem;
  border-radius: 0.4rem;
  background-color: var(--main-color);
}

.con3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 0.1rem;
  margin-top: 0.3rem;
}

.con3 .con3_box {
  background-color: #FFF;
  width: 47%;
  height: 2.4rem;
}

.con3_box .title {
  line-height: 0.4rem;
  width: 100%;
  text-align: center;
  background-color: var(--main-color);
  color: #FFF;
  font-size: 0.2rem;
}

.con3_box img {
  width: 98%;
  border: #fff solid 1px;
  margin: 0.2rem 1%;
}

/* 创就业帮扶 */
.cybf {
  display: flex;
  flex-direction: row;
  width: 98%;
  margin: 0.2rem 1%;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 0.1rem;
}

.cybf .item{
  width: 48%;
  display: flex;
  flex-direction: column;
  background-color: var(--main-color);
}
.item img{
  width: 100%;
}
.item .title {
  color: #FFF;
  font-weight: bold;
  font-size: 0.22rem;
  text-align: center;
  line-height: 0.4rem;
}
/* 就业服务 */
.zpzs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.1rem;
  margin: 0.2rem auto;
  height: 4rem;
}
.zpzs .zpzsxq{
  width: 98%;
  box-shadow: 0.05rem 0.05rem 0.1rem #999;
}
.zpzsxq .title{
  width: 100%;
  line-height: 0.5rem;
  background-color: var(--main-color);
  color: #FFF;
  font-size: 0.2rem;
  text-align: center;
}
.zpzsxq img {
  width: 100%;
}
.zpzsxq p{
  font-size: 0.18rem;
  text-indent: 2em;
  margin: auto 0.1rem;
  padding-bottom: 0.1rem;
  text-align: center;
}

/* 师资力量 */
.content5{
  height: 7.8rem;
}
.tabs{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.20rem;
  margin: 0.2rem auto;
}
.tabs >*{
  margin: 0 0.1rem;
}
.tabs .active{
  color: #FFF;
  font-weight: 800;
  font-size: 0.20rem;
  background-color: var(--main-color);
}
.tabs div{
  width: 24%;
  background-color: #FFF;
  border-radius: 0.4rem;
  box-shadow: 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
  display: inline-block;
  padding: 0.1rem;
  text-align: center;
}
.tab_con>div{
  display: none;
}
.tab_con>div.show{
  display: block;
}
.tab_con{
  width: 100%;
  height: 5.5rem;
}
.tab_con div img{
  width: 100%;
}
/* 学生作品、校园环境 */
.xszp,.xyhj {
  display: flex;
  flex-direction: row;
  width: 98%;
  margin: 0.2rem 1%;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 0.1rem;
  img{
    width: 48%;
  }
}

/* 专业推荐 */
.content .zytj {
  width: 98%;
  display: flex;
  margin: 0.2rem auto;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 0.1rem;
}

.zytj img {
  width: 100%;
}

.zytj h3 {
  font-size: 0.25rem;
  color: var(--main-color);
  text-align: center;
}

/* 开始学习 */
.zydfl span {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: var(--main-color);
  line-height: 50px;
  border-bottom: #cacaca solid 3px;
}

.zydfl .ljyy {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 0.3rem;
  border: #d6d6d6 solid 1px;
  gap: 0.2rem;
}

.ljyy span {
  margin: 0.2rem auto;
  line-height: 0.4rem;
  font-weight: bold;
}

.ljyy .smbtlist {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}

.ljyy .smbtlist .smbt {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.ljyy input {
  width: 50%;
  height: 0.3rem;
  border: 0.01rem solid #afafaf;
  border-radius: 0.1rem;
  margin: 0rem auto;
  color: #afafaf;
}

.ljyy input::placeholder {
  font-size: 0.15rem;
  color: #afafaf;
}

.ljyy input:focus {
  border: 2px solid rgb(138, 138, 138);
  outline: none;
}

.ljyy button {
  width: 50%;
  height: 0.3rem;
  border: none;
  background-color: var(--main-color);
  border-radius: 0.1rem;
  margin: 0rem auto;
  color: #FFF;
  font-size: 0.18rem;
}

.ljyy small {
  font-size: 0.12rem;
  line-height: 0.3rem;
  color: #afafaf;
  text-align: center;
}

.smbt .tb {
  margin: 0.1rem;
  height: 0.1rem;
  width: 0.1em;
  background-color: var(--main-color);
}

.smbt small {
  font-size: 0.15rem;
  line-height: 0.3rem;
}
/* 备案信息 */
.footer {
  border-top: 1px solid #c5c5c5;
  margin: 0 auto;
  background-color: #373737;
  padding-bottom: 1.1rem;
}
.footer p {
  text-align: center;
  color: #999999;
  font-size: 14px;
  line-height: 26px;
}
.footer p:first-child {
  margin-top: 0.2375rem;
}
.footer a{
  color: #999999;
}