.box-title {
  width: 100%;
  font-size: 34px;
  color: #333;
  font-weight: bold;
  padding: 28px 0;
  text-align: center;
  line-height: 40px;
  box-sizing: border-box;
}
.box-title span {
  color: #ffa700;
}

.page {
  padding-bottom: 116px;
}

.box2 {
  margin-top: 15px;
}
.box2 .list {
  display: flex;
  justify-content: space-between;
}
.box2 .list .item {
  width: 280px;
  height: 288px;
  background: #fff1f0;
  border-radius: 10px 10px 40px 40px;
  position: relative;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.box2 .list .item:hover {
  background: #de253c;
}
.box2 .list .item:hover .btn {
  background: #feca77;
  color: #de253c;
}
.box2 .list .item .com {
  width: 231px;
  height: 203px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
          clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  background: #fff;
  margin: 0 auto;
}
.box2 .list .item .com .title {
  width: 180px;
  height: 40px;
  line-height: 40px;
  background: #de253c;
  box-shadow: 0 10px 10px rgba(238, 66, 37, 0.1);
  font-size: 18px;
  color: #fff;
  margin: 0 auto 15px;
  border-radius: 0 0 20px 20px;
}
.box2 .list .item .com .t1 {
  font-size: 20px;
  color: #e22943;
  padding: 15px 0;
}
.box2 .list .item .com .t2 {
  font-size: 16px;
  color: #333;
}
.box2 .list .item .btn {
  width: 140px;
  height: 40px;
  line-height: 40px;
  background: #de253c;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  bottom: 27px;
  transform: translateX(-50%);
  font-size: 18px;
  color: #fff;
}

.box3 {
  padding: 20px 0;
}
.box3 .navbar_bx {
  height: 50px;
  background-color: #de253c;
  border-radius: 12px 12px 0 0;
}
.box3 .navbar_bx .item {
  width: 190px;
  height: 40px;
  float: left;
  margin: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.box3 .navbar_bx .item.active {
  background-color: #feca77;
  border-radius: 10px 10px 0 0;
  color: #de253c;
}
.box3 .kecheng_banxiang {
  height: 390px;
  background-color: #fff;
  box-shadow: 0px 5px 20px 0px rgba(151, 151, 151, 0.25);
  border-bottom: 10px solid #de253c;
}
.box3 .kecheng_banxiang .navbar_jis {
  width: 268px;
  float: left;
}
.box3 .kecheng_banxiang .navbar_jis .item {
  height: 130px;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-content: center;
}
.box3 .kecheng_banxiang .navbar_jis .item.active {
  background-color: #de253c;
}
.box3 .kecheng_banxiang .navbar_jis .item.active p,
.box3 .kecheng_banxiang .navbar_jis .item.active span {
  color: #fff;
}
.box3 .kecheng_banxiang .navbar_jis .item p {
  font-size: 18px;
  color: #000;
  line-height: 20px;
  text-align: center;
}
.box3 .kecheng_banxiang .navbar_jis .item span {
  width: 100%;
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 16px;
  text-align: center;
  padding-top: 6px;
}
.box3 .kecheng_banxiang .kecheng_nr {
  width: 932px;
  height: 400px;
  float: right;
  position: relative;
  padding-left: 40px;
  box-sizing: border-box;
}
.box3 .kecheng_banxiang .kecheng_nr .kecheng_nr_list {
  display: none;
}
.box3 .kecheng_banxiang .kecheng_nr .kecheng_nr_list h6 {
  font-size: 18px;
  color: #000;
  line-height: 26px;
  padding-top: 10px;
}
.box3 .kecheng_banxiang .kecheng_nr .kecheng_nr_list p {
  width: 704px;
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 21px;
  border-bottom: 1px dashed #de253c;
  padding: 10px 0;
}
.box3 .kecheng_banxiang .kecheng_nr .kecheng_nr_list p.yi {
  font-size: 16px;
  padding-top: 0;
}
.box3 .kecheng_banxiang .kecheng_nr .kecheng_nr_list p.noline {
  border-bottom: 0;
  font-size: 14px;
  padding-left: 0px;
}
.box3 .kecheng_banxiang .kecheng_nr .kecheng_nr_list p.noline span {
  display: inline-block;
  padding-left: 28px;
}
.box3 .kecheng_bx {
  display: none;
}
.box3 .show {
  display: block !important;
}
.box3 .bot-btn {
  width: 420px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px auto;
}
.box3 .bot-btn .btn {
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  border-radius: 25px;
  cursor: pointer;
}
.box3 .bot-btn .btn.btn1 {
  background: #de253c;
  color: #fff;
}
.box3 .bot-btn .btn.btn2 {
  background: #feca77;
  color: #de253c;
}

.box4 {
  height: 345px;
  background-color: #fff1f0;
  padding-top: 5px;
  margin-top: 12px
}
.box4 .box-title {
  padding: 30px;
}
.box4 .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box4 .list .item {
  background-color: #fff;
  border-radius: 16px;
  width: 224px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box4 .list .item .img {
  padding: 20px 0 8px;
}
.box4 .list .item .t1 {
  font-size: 20px;
  color: #de253c;
}
.box4 .list .item .t2 {
  font-size: 16px;
  color: #333;
}
.box4 .list .item .btn {
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
  font-size: 16px;
  margin-top: 10px;
  cursor: pointer;
}
.box4 .list .item .btn.btn1 {
  background: #de253c;
  color: #fff;
}
.box4 .list .item .btn.btn2 {
  background: #feca77;
  color: #de253c;
}

.box5 {
  padding-top: 40px;
  text-align: center;
}
.box5 .box-t1 {
  font-size: 20px;
  color: #333;
}
.box5 .box-t2 {
  font-size: 34px;
  color: #333;
  font-weight: bold;
}
.box5 .box-t3 {
  font-size: 16px;
  color: #333;
}
.box5 .box-t4 {
  font-size: 16px;
  color: #333;
  background-color: #fff1f0;
  border-radius: 15px;
  width: 470px;
  height: 30px;
  line-height: 30px;
  margin: 8px auto;
  padding-left: 8px;
  box-sizing: border-box;
}
.box5 .list1 {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box5 .list1 .item {
  width: 280px;
  height: 187px;
  background-color: #fff;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 0 10px rgba(89, 89, 89, 0.1);
}
.box5 .list1 .item .t1 {
  background-color: #de253c;
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  color: #fff;
}
.box5 .list1 .item .t2 {
  font-size: 16px;
  color: #333;
  padding: 10px 0;
}
.box5 .list1 .item .bot-btn {
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  margin: 0 auto;
}
.box5 .list1 .item .bot-btn .btn {
  width: 120px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  cursor: pointer;
}
.box5 .list1 .item .bot-btn .btn.btn1 {
  background: #de253c;
  color: #fff;
}
.box5 .list1 .item .bot-btn .btn.btn2 {
  background: #feca77;
  color: #de253c;
}
.box5 .list2 {
  margin-top: 30px;
  height: 250px;
}
.box5 .list2 .item {
  width: 1200px;
  height: 200px;
  border-radius: 100px;
  overflow: hidden;
}
.box5 .list2 .item.item1 {
  background: url("../images/xm1.png") no-repeat center/100%;
}
.box5 .list2 .item.item2 {
  background: url("../images/xm2.png") no-repeat center/100%;
}
.box5 .list2 .item.item3 {
  background: url("../images/xm3.png") no-repeat center/100%;
}
.box5 .list2 .item.item4 {
  background: url("../images/xm4.png") no-repeat center/100%;
}
.box5 .list2 .item.item4 .com .t3 {
  padding-bottom: 0;
}
.box5 .list2 .item.item4 .com .btn {
  margin-top: 10px;
}
.box5 .list2 .item .com {
  width: 600px;
  height: 200px;
  color: #fff;
  background-color: #de253c;
  text-align: left;
  padding-left: 80px;
  padding-top: 15px;
  box-sizing: border-box;
}
.box5 .list2 .item .com .t1 {
  font-size: 22px;
}
.box5 .list2 .item .com .t2 {
  font-size: 18px;
}
.box5 .list2 .item .com .t3 {
  font-size: 16px;
  padding-bottom: 15px;
  line-height: 20px;
}
.box5 .list2 .item .com .btn {
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #feca77;
  color: #de253c;
  font-size: 16px;
  border-radius: 15px;
  cursor: pointer;
}
.box5 .swiper .swiper-pagination-bullet {
  background: #de253c;
  width: 10px;
  height: 10px;
}

.box6 .bg {
  width: 100%;
  height: 350px;
  background: url("../images/fypg-bg.png") no-repeat center;
  display: flex;
  align-items: center;
}
.box6 .com {
  background-color: #fff;
  height: 310px;
  padding: 16px 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box6 .com .left {
  width: 700px;
  height: 280px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.box6 .com .left .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  width: 100%;
}
.box6 .com .left .list .title {
  width: 120px;
  height: 40px;
  background-color: #de253c;
  color: #fff;
  position: relative;
}
.box6 .com .left .list .title::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #de253c;
  -webkit-clip-path: polygon(35% 50%, 0 0, 0 100%);
          clip-path: polygon(35% 50%, 0 0, 0 100%);
}
.box6 .com .left .list .item {
  width: 120px;
  height: 40px;
  border: 1px solid #333;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  transition: all 0.2s ease;
}
.box6 .com .left .list .item.active {
  background-color: #de253c;
  color: #fff;
  border: 1px solid #de253c;
}
.box6 .com .right {
  width: 420px;
  height: 280px;
  background-color: #de253c;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box6 .com .right .form-container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.box6 .com .right .form-container .item {
  width: 330px;
  height: 46px;
  line-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #fff;
}
.box6 .com .right .form-container .form-item {
  font-size: 16px;
}
.box6 .com .right .form-container .form-code {
  width: 330px;
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.box6 .com .right .form-container .form-code .item {
  width: 200px;
}
.box6 .com .right .form-container .form-code .kaptcha-code {
  border: none;
  padding: 0;
}
.box6 .com .right .form-container .form-code .kaptcha-btn {
  width: 120px;
  height: 46px;
  line-height: 46px;
  background: #feca77;
  color: #de253c;
  font-size: 16px;
}
.box6 .com .right .form-container .form-code .kaptcha-btn:active {
  background: #feb644;
}
.box6 .com .right .form-container .submit {
  background: #feca77;
  color: #de253c;
  font-size: 20px;
}
.box6 .com .right .form-container .submit:active {
  background: #feb644;
}

.box7 {
  margin-top: 10px;
}
.box7 .list {
  display: flex;
  justify-content: space-between;
}
.box7 .list .item {
  width: 160px;
  height: 50px;
  border-radius: 25px;
  font-size: 16px;
  border: 3px solid #de253c;
  box-sizing: border-box;
  padding-left: 45px;
  display: flex;
  align-items: center;
  margin-left: -12px;
}
.box7 .list .item:nth-child(1) {
  margin: 0;
}
.box7 .list .item:nth-child(odd) {
  background: #de253c url("../images/bh-odd.png") no-repeat 5px center;
  color: #fff;
}
.box7 .list .item:nth-child(even) {
  color: #333;
  background: #fff1f0 url("../images/bh-even.png") no-repeat 5px center;
}

.box8 {
  margin-top: 15px;
}
.box8 .list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.box8 .list .item {
  width: 170px;
  height: 196px;
  color: #333;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  transition: color 0.2s ease;
}
.box8 .list .item:nth-child(1) {
  background: url("../images/fw1.png") no-repeat center;
}
.box8 .list .item:nth-child(2) {
  background: url("../images/fw2.png") no-repeat center;
}
.box8 .list .item:nth-child(3) {
  background: url("../images/fw3.png") no-repeat center;
}
.box8 .list .item:nth-child(4) {
  background: url("../images/fw4.png") no-repeat center;
}
.box8 .list .item:nth-child(5) {
  background: url("../images/fw5.png") no-repeat center;
}
.box8 .list .item:nth-child(6) {
  background: url("../images/fw6.png") no-repeat center;
}
.box8 .list .item:nth-child(7) {
  background: url("../images/fw7.png") no-repeat center;
}
.box8 .list .item:hover {
  color: #de253c;
}
.box8 .list .item .t1 {
  padding-top: 110px;
}
.box8 .list .item .btn {
  width: 120px;
  height: 30px;
  line-height: 30px;
  margin: 15px auto 0;
  font-size: 16px;
  border-radius: 15px;
}
.box8 .list .item .btn.btn1 {
  background-color: #de253c;
  color: #fff;
}
.box8 .list .item .btn.btn2 {
  background-color: #feca77;
  color: #de253c;
}

.box10 {
  margin-top: 50px;
  height: 416px;
  background-color: #fff1f0;
}

.box11 {
  width: 100%;
  height: 630px;
  background: url("../images/ch-bg.png") no-repeat center;
  color: #fff;
  text-align: center;
}
.box11 .t1 {
  font-size: 34px;
  padding: 40px 0 15px;
}
.box11 .t2 {
  font-size: 16px;
  line-height: 24px;
}
.box11 .com {
  height: 876px;
  height: 405px;
  background: url("../images/ys-ry.png") no-repeat center;
  margin: 20px auto;
}

.page .campus .site-list .item {
  box-shadow: 0 0 5px rgba(222, 37, 60, 0.21);
}
.page .campus .site-list .item.active {
  color: #de253c;
  border-color: #de253c;
}
.page .campus .site-list .item:hover {
  color: #de253c;
}
.page .campus .tabs .tab:hover {
  color: #de253c;
}
.page .campus .tabs .tab.active {
  background: #de253c;
}
.page .campus .position .t1 {
  color: #de253c;
}
.page .campus .position .form-container .form-code .kaptcha-btn {
  background: #feca77;
  color: #de253c;
}
.page .campus .position .form-container .form-code .kaptcha-btn:active {
  background: #feb644;
}
.page .campus .position .form-container .submit {
  background: #feca77;
  color: #de253c;
}
.page .campus .position .form-container .submit:active {
  background: #feb644;
}