@charset "utf-8";
/* 图片放大 */
.img_scale {
  overflow: hidden;
}
.img_scale img {
  transition: transform 0.6s ease;
  -ms-transition: transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  -webkit-transition: transform 0.6s ease;
  -moz-transition: transform 0.6s ease;
}
.img_scale:hover img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
@font-face {
  font-family: 'tt0035m_';
  src: url('../fonts/tt0035m_.eot');
  src: url('../fonts/tt0035m_.eot') format('embedded-opentype'), url('../fonts/tt0035m_.woff') format('woff'), url('../fonts/tt0035m_.ttf') format('truetype'), url('../fonts/tt0035m_.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  line-height: 1.4286;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  position: relative;
  background: #fff;
  min-width: 320px;
}
.html-body-overflow {
  overflow-x: hidden;
  overflow-y: hidden;
}
.ovfHiden {
  overflow: hidden;
  height: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  _background-image: url(about:blank);
  _background-attachment: fixed;
}
/* 清除内外边距 */
*,
*:after,
*::before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul,
ol,
li {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
.img-responsive {
  width: 100%;
  height: auto;
}
/*自适应图片*/
/* a标签 */
a {
  text-decoration: none ;
  color: #000000 ;
}
a:hover {
  text-decoration: none ;
}
/* 表单元素默认样式 */
input,
button,
select,
textarea {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
  border: none;
  background: none;
}
input:focus,
textarea:focus {
  outline: none;
  border: 1px solid #79b246;
}
textarea {
  resize: none;
  overflow: auto;
}
::-webkit-input-placeholder {
  font-size: 14px;
  color: #999;
}
:-moz-placeholder {
  font-size: 14px;
  color: #999;
}
::-moz-placeholder {
  font-size: 14px;
  color: #999;
}
:-ms-input-placeholder {
  font-size: 14px;
  color: #999;
}
/*定义border*/
table {
  border-collapse: collapse;
}
/* 定义浮动居中 */
.fl {
  float: left;
  display: inline;
}
.fr {
  float: right;
  display: inline;
}
.center {
  margin: 0 auto;
}
.clear {
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.ellipse {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ib-middle {
  display: inline-block;
  vertical-align: middle;
}
.uppercase {
  text-transform: uppercase;
}
.full {
  width: 100%;
  height: 100%;
}
.container {
  width: 1440px;
  margin: 0 auto;
  position: relative;
}
.container p {
  display: inline-block;
}
.half {
  width: 50%;
}
.base-color {
  color: #79b246;
}
/*header*/
.header {
  height: 135px;
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 100000;
  box-shadow: 0 2px 40px 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 40px 15px rgba(0, 0, 0, 0.1);
}
.header .logo {
  position: absolute;
  z-index: 99;
}
.menu {
  text-align: center;
}
.menu .zh {
  color: #2c2c2c;
  transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
.menu .en {
  text-transform: uppercase;
  color: #b3b3b3;
  font-family: "Arial";
  font-size: 10px;
  margin-top: 8px;
  transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
.menu .cur {
  color: #79b246;
}
.menu ul li {
  float: left;
  height: 100px;
  position: relative;
  height: 135px;
  display: table;
  padding: 0 26px;
  font-size: 14px;
  line-height: 1;
  padding-top: 56px;
}
.menu ul li > a {
  display: block;
  vertical-align: middle;
  position: relative;
  z-index: 100;
}
.menu ul li.submenu:hover .zh {
  color: #79b246;
}
.menu dl {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  background: #79b246;
  z-index: 99;
  display: none;
}
.menu dd {
  height: 32px;
  line-height: 32px;
  width: 100%;
  border-bottom: 1px solid #84c24c;
  border-top: 1px solid #619533;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.menu dd:last-child {
  border-bottom: none;
}
.menu dd a {
  color: #ffffff;
  font-size: 14px;
}
.menu dd:hover {
  background: #5e8f31;
}
.banner {
  position: relative;
  margin-top: 135px;
}
/*article*/
.article {
  margin-bottom: 60px;
}
/*二级菜单*/
.profile-list {
  width: 100%;
  padding: 38px 0 34px;
  border-bottom: 1px solid #d9d9d9;
}
.profile-list ul {
  float: left;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.profile-list li {
  display: inline-block;
  float: left;
  padding: 0 20px;
  line-height: 34px;
  font-size: 14px;
  margin: 0 15px;
  background: rgba(121, 178, 70, 0);
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.profile-list li a {
  display: block;
  color: #444444;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.profile-list li:hover {
  background: #79b246;
}
.profile-list li:hover a {
  color: #ffffff;
}
.profile-list .active {
  background: #79b246;
}
.profile-list .active a {
  color: #ffffff;
}
/* 页面标题 */
.profile-tit {
  margin-top: 55px;
}
.profile-tit ul {
  display: block;
  float: left;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.profile-tit ul li {
  display: inline-block;
  float: left;
  line-height: 48px;
}
.profile-tit ul li p {
  font-family: 'tt0035m_';
  font-size: 48px;
  color: #79b246;
  text-align: center;
  margin: 0 16px;
  text-transform: uppercase;
}
.profile-tit ul li:first-child:before {
  content: '';
  width: 90px;
  height: 1px;
  background-color: #79b246;
  position: absolute;
  left: -84px;
  top: 30px;
}
.profile-tit ul li:last-child:after {
  content: '';
  width: 90px;
  height: 1px;
  background-color: #79b246;
  position: absolute;
  right: -84px;
  top: 30px;
}
.sub-tit-con {
  text-align: center;
  margin-top: 30px;
}
.sub-tit-con .tit {
  font-size: 20px;
  line-height: 1;
  color: #333434;
  margin-bottom: 24px;
}
.sub-tit-con .tit-desc {
  font-size: 12px;
  line-height: 24px;
  color: #747474;
}
/* 分页 */
.page .container {
  border-bottom: 1px dashed #cbcbcb;
}
.page ul {
  margin-left: -16px;
  padding-bottom: 15px;
}
.page .active {
  background: #79b246;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.page .active span {
  color: #fff;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.page li {
  display: inline-block;
  float: left;
  text-align: center;
  font-size: 14px;
  line-height: 36px;
  cursor: pointer;
  background: rgba(121, 178, 70, 0);
  width: 40px;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.page li a {
  color: #747474;
  display: block;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.page li:hover {
  background: #79b246;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.page li:hover a {
  color: #fff;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.page .disabled a {
  color: #b5b5b5;
}
/*footer*/
.footer-top {
  height: 70px;
  border-bottom: 1px solid #c3c3c3;
  line-height: 70px;
}
.footer-top .fl {
  font-size: 14px;
  color: #959595;
}
.footer-top .fl a {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.footer-top .fr div {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  position: relative;
}
.footer-top .fr div:hover a {
  background: #fff;
  border-color: #fff;
  color: #1e2223;
}
.footer-top .fr div:hover .wx-code {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.footer-top .fr a {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  color: #fff;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.footer-top .fr a .iconfont {
  font-size: 30px;
  color: #898989;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.footer-top .fr a:hover .iconfont {
  color: #68af29;
}
.footer-top .fr .wx,
.footer-top .fr .wb {
  position: relative;
}
.footer-top .fr .wx-code {
  position: absolute;
  left: 50%;
  bottom: 90%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  z-index: 999;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.footer-top .fr .wx-code img {
  width: 120px;
  height: 120px;
}
.footer-bottom {
  padding-bottom: 10px;
  padding-top: 35px;
}
.footer-bottom h3 {
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  color: #232424;
  margin-bottom: 35px;
}
.footer-bottom h5 {
  font-size: 18px;
  line-height: 1;
  color: #3c3c3c;
  margin-bottom: 20px;
}
.footer-bottom .footer-info {
  font-size: 14px;
  color: #929292;
  line-height: 24px;
}
.footer-bottom .footer-info a {
  color: #929292;
}
.footer-bottom .copyright {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  color: #717171;
}
.footer-bottom .copyright a {
  color: #717171;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.footer-bottom .copyright a:hover {
  color: #79b246;
}
.footer-menu {
  z-index: 9;
  position: relative;
}
.footer-menu ul li {
  float: left;
}
.footer-menu ul li div {
  font-size: 14px;
  color: #5c5b5b;
  line-height: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px;
  padding-left: 60px;
}
.footer-menu ul li dl {
  padding-left: 60px;
}
.footer-menu ul li:first-child div,
.footer-menu ul li:first-child dl {
  padding-left: 0px;
}
.footer-menu ul li a {
  font-size: 13px;
  color: #a1a1a1;
  line-height: 24px;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.footer-menu ul li a:hover {
  color: #79b246;
}
.advantage-ban {
  position: relative;
}
.advantage-ban .banner-txt {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  text-align: right;
}
.advantage-ban .banner-txt .txt1 {
  font-size: 50px;
  line-height: 1;
  color: #dd0c12;
  margin-bottom: 25px;
}
.advantage-ban .banner-txt .txt2 {
  font-size: 36px;
  line-height: 1;
  color: #d08592;
  margin-bottom: 10px;
}
.advantage-ban .banner-txt .txt3 {
  font-size: 18px;
  color: #d08592;
  line-height: 1;
}
.co-ban {
  position: relative;
}
.co-ban .banner-txt {
  position: absolute;
  top: 24%;
  right: 22.65%;
  text-align: center;
}
.co-ban .banner-txt .txt1 {
  font-size: 30px;
  color: #956d58;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-family: 'tt0035m_';
  line-height: 1;
}
.co-ban .banner-txt .txt2 {
  font-size: 40px;
  font-weight: 500;
  color: #73513e;
  line-height: 1;
}
.college-ban {
  position: relative;
}
.college-ban .banner-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-25%, -50%);
  -ms-transform: translate(-25%, -50%);
  -o-transform: translate(-25%, -50%);
  -webkit-transform: translate(-25%, -50%);
  -moz-transform: translate(-25%, -50%);
  color: #fff;
}
.college-ban .banner-txt .txt1 {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 20px;
}
.college-ban .banner-txt .txt2 {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  font-family: 'tt0035m_';
}
@media (max-width: 1750px) {
  .profile-tit ul li p {
    font-size: 42px;
    margin: 0px 10px;
  }
  .sub-tit-con {
    margin-top: 20px;
  }
  .sub-tit-con .tit {
    font-size: 18px;
  }
  .advantage-ban .banner-txt .txt1 {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .advantage-ban .banner-txt .txt2 {
    font-size: 30px;
  }
  .co-ban .banner-txt .txt1 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .co-ban .banner-txt .txt2 {
    font-size: 32px;
  }
  .college-ban .banner-txt .txt1 {
    font-size: 36px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1500px) {
  .container {
    width: 100%;
    padding: 0 43px;
  }
}
@media (max-width: 1440px) {
  .profile-tit {
    margin-top: 45px;
  }
  .profile-tit ul li p {
    font-size: 36px;
  }
  .sub-tit-con {
    padding: 0 43px;
    margin-top: 15px;
  }
  .sub-tit-con .tit {
    font-size: 16px;
  }
  .footer-bottom h3 {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .footer-bottom h5 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .advantage-ban .banner-txt {
    left: 28%;
  }
  .advantage-ban .banner-txt .txt1 {
    font-size: 32px;
  }
  .advantage-ban .banner-txt .txt2 {
    font-size: 24px;
  }
  .advantage-ban .banner-txt .txt3 {
    font-size: 16px;
  }
  .co-ban .banner-txt .txt1 {
    font-size: 22px;
  }
  .co-ban .banner-txt .txt2 {
    font-size: 26px;
  }
  .college-ban .banner-txt .txt1 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .college-ban .banner-txt .txt2 {
    font-size: 15px;
  }
}
@media (max-width: 1366px) {
  .menu ul li {
    padding: 0 15px;
    padding-top: 56px;
  }
}
@media (max-width: 1200px) {
  .header {
    height: 80px;
    line-height: 80px;
    position: fixed;
    background: #fff;
  }
  .header .logo img {
    height: 80px;
  }
  .header .nav-wrap {
    background: #fff;
  }
  .banner {
    margin-top: 80px;
  }
  .hamburger {
    margin-top: 22px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .hamburger .line {
    width: 30px;
    height: 2px;
    background-color: #79b246;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .is-active .line:nth-child(1),
  .is-active .line:nth-child(2),
  .is-active .line:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .is-active .line:nth-child(2) {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .is-active .line:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
  .is-active .line:nth-child(3) {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    -ms-transform: translateY(-12px) rotate(-45deg);
    -o-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
  }
  .menu {
    float: none;
    width: 100%;
    display: none;
    text-align: left;
    padding-bottom: 45px;
    margin-top: 25px;
  }
  .menu ul li {
    width: 100%;
    float: none;
    height: auto;
    padding: 8px 0;
    border-bottom: 1px solid #dff3cd;
    position: inherit;
    line-height: 30px;
  }
  .menu ul li > a {
    display: block;
    padding-top: 0;
  }
  .menu ul li.submenu:hover .zh,
  .menu ul li.submenu:hover .en {
    color: #2c2c2c;
  }
  .menu dl {
    display: none;
  }
  .menu .zh {
    color: #84c24c;
  }
  .menu .en {
    display: none;
  }
  .profile-list {
    padding: 20px 0 20px;
  }
  .profile-tit {
    margin-top: 35px;
  }
  .profile-tit ul li:last-child:after {
    right: -72px;
  }
  .profile-tit ul li p {
    font-size: 32px;
  }
  .profile-tit ul li img {
    width: 70%;
  }
  .footer-menu ul li div {
    padding-left: 25px;
  }
  .footer-menu ul li dl {
    padding-left: 25px;
  }
  .advantage-ban .banner-txt .txt1 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .advantage-ban .banner-txt .txt2 {
    font-size: 20px;
  }
  .advantage-ban .banner-txt .txt3 {
    font-size: 15px;
  }
  .co-ban .banner-txt .txt1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .co-ban .banner-txt .txt2 {
    font-size: 22px;
  }
  .college-ban .banner-txt .txt1 {
    font-size: 24px;
  }
}
@media (max-width: 1000px) {
  .sub-tit-con .tit {
    margin-bottom: 15px;
  }
  .footer-left {
    width: 100%;
    float: none;
  }
  .footer-menu {
    display: none;
  }
  .footer-top .fl span {
    font-size: 22px;
  }
  .footer-top .fr .wx-code img {
    width: 80px;
    height: 80px;
  }
  .footer-bottom h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .footer-bottom h5 {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .footer-bottom .copyright {
    position: inherit;
    left: auto;
    bottom: auto;
    margin-top: 15px;
  }
  .footer-bottom .copyright .container {
    padding: 0;
  }
  .profile-list li {
    margin: 0 5px;
  }
  .advantage-ban .banner-txt {
    left: 24%;
  }
  .advantage-ban .banner-txt .txt1 {
    font-size: 24px;
  }
  .advantage-ban .banner-txt .txt2 {
    font-size: 18px;
  }
  .co-ban .banner-txt {
    right: 18%;
  }
  .co-ban .banner-txt .txt1 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .co-ban .banner-txt .txt2 {
    font-size: 20px;
  }
  .college-ban .banner-txt {
    width: 54%;
    transform: translate(-25%, -25%);
    -ms-transform: translate(-25%, -25%);
    -o-transform: translate(-25%, -25%);
    -webkit-transform: translate(-25%, -25%);
    -moz-transform: translate(-25%, -25%);
  }
  .college-ban .banner-txt .txt1 {
    font-size: 20px;
  }
  .college-ban .banner-txt .txt2 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .header {
    height: 60px;
    line-height: 60px;
  }
  .header .logo img {
    height: 60px;
  }
  .banner {
    margin-top: 60px;
  }
  .hamburger {
    margin-top: 12px;
  }
  .container {
    padding: 0 5%;
  }
  .container p {
    display: block;
  }
  .profile-list {
    padding: 15px 0 15px;
    width: 94%;
    margin: 0 auto;
  }
  .profile-tit {
    margin-top: 35px;
  }
  .profile-tit ul li {
    line-height: 1;
  }
  .profile-tit ul li:first-child,
  .profile-tit ul li:last-child {
    display: none;
  }
  .profile-tit ul li p {
    font-size: 28px;
    margin: 0;
  }
  .sub-tit-con {
    margin-top: 10px;
    padding: 0 5%;
  }
  .page li {
    width: 25px;
  }
  .footer-bottom h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .footer-top .fl span {
    font-size: 20px;
  }
  .adv .profile-list ul {
    width: 100%;
  }
  .adv .profile-list li {
    margin: 5px 0 0 0;
    width: 33.333%;
    padding: 0;
    text-align: center;
  }
  .join .profile-list ul {
    width: 100%;
  }
  .join .profile-list li {
    margin: 5px 0 0 0;
    width: 20%;
    padding: 0;
    text-align: center;
  }
  .advantage-ban .banner-txt {
    left: 17%;
  }
  .advantage-ban .banner-txt .txt1 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .advantage-ban .banner-txt .txt2 {
    font-size: 16px;
  }
  .advantage-ban .banner-txt .txt3 {
    display: none;
  }
  .co-ban .banner-txt {
    right: 22%;
  }
  .co-ban .banner-txt .txt1 {
    display: none;
  }
  .co-ban .banner-txt .txt2 {
    font-size: 18px;
  }
  .college-ban .banner-txt {
    width: 54%;
  }
  .college-ban .banner-txt .txt2 {
    display: none;
  }
}
@media (max-width: 480px) {
  .banner .banner-txt {
    display: none;
  }
  .article {
    margin-bottom: 35px;
  }
  .profile-list li {
    font-size: 13px;
  }
  .profile-tit {
    margin-top: 25px;
  }
  .profile-tit ul li p {
    font-size: 24px;
  }
  .sub-tit-con .tit {
    font-size: 15px;
  }
  .sub-tit-con .tit-desc {
    line-height: 20px;
  }
  .join .profile-list li {
    width: 33.333%;
  }
  .advantage-ban .banner-txt {
    display: none;
  }
  .footer-bottom .copyright span {
    display: block;
  }
  .footer-top .fl a {
    font-size: 20px;
  }
  .footer-top .fr div {
    margin-right: 0;
  }
}
@media (max-width: 420px) {
  .footer-top {
    height: auto;
    line-height: 30px;
  }
  .footer-top .fr {
    margin-top: 5px;
  }
  .footer-top .fr a {
    margin-left: 5px;
  }
  .footer-top .fr .wx-code {
    bottom: 100%;
  }
  .footer-bottom {
    padding-top: 15px;
  }
  .footer-bottom h3 {
    font-size: 16px;
  }
  .footer-bottom h5 {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
