.header {
  height: 119px;
  background-image: url(../images/top_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.nav-all {
  width: 100%;
  clear: both;
  background-image: url(../images/top_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 999;
}
.index-part1 .banner {
  width: 100%;
  height: 763px;
  overflow: hidden;
}
.index-part1 .banner .mySwiper {
  width: 100%;
  height: 100%;
  position: relative;
    background: #eee;
}
.index-part1 .banner .mySwiper .swiper-wrapper {
  position: relative;
}
.index-part1 .banner .mySwiper .swiper-wrapper .swiper-slide {
  position: relative;
margin:auto;
}
.index-part1 .banner .mySwiper .swiper-wrapper .swiper-slide .btm_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.index-part1 .banner .mySwiper .swiper-wrapper .swiper-slide .btm_bg img {
  width: 100%;
}
.index-part1 .banner .mySwiper .swiper-wrapper .swiper-slide .img {
  width: 100%;
  height: 100%;
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat;
}
.index-part1 .banner .mySwiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: auto;
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: inherit;
}
.index-part1 .banner .mySwiper .swiper-wrapper .swiper-slide .title {
  position: absolute;
  bottom: 56px;
  left: 209px;
  color: #fff;
  text-align: left;
  z-index: 999;
}
.index-part1 .banner .mySwiper .swiper-wrapper .swiper-slide .title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 42px;
  color: #FFFFFF;
  line-height: 50px;
}
.index-part1 .banner .mySwiper .swiper-wrapper .swiper-slide .title p {
  font-size: 28px;
}
.index-part1 .banner .mySwiper .swiper-button-next,
.index-part1 .banner .mySwiper .swiper-button-prev {
  width: 59px;
  height: 59px;
  background-size: 100%;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 99;
  color: transparent;
}
.index-part1 .banner .mySwiper .swiper-button-prev,
.index-part1 .banner .mySwiper .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/banner_arr_1.png);
}
.index-part1 .banner .mySwiper .swiper-button-next,
.index-part1 .banner .mySwiper .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/banner_arr_2.png);
}
.index-part1 .banner .mySwiper .fraction {
  position: absolute;
  bottom: 56px;
  right: 209px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #A30B19;
  line-height: 29px;
  z-index: 99;
}
.index-part1 .banner .mySwiper .fraction .current {
  margin-right: 5px;
  font-size: 18px;
}
.index-part1 .banner .mySwiper .fraction .total {
  margin-left: 5px;
  font-size: 14px;
  color: #fff;
}
.index-part2 {
  background-image: url(../images/notic_bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 30px;
}
.index-part2 .news {
  padding: 30px 0;
}
.index-part2 .news .news_title {
  position: relative;
  text-align: center;
  margin-bottom: 38px;
}
.index-part2 .news .news_title .cneter_title {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-part2 .news .news_title .cneter_title .img {
  display: inline-block;
  width: 248px;
  height: 17px;
}
.index-part2 .news .news_title .cneter_title .title {
  display: inline-block;
}
.index-part2 .news .news_title .cneter_title .title p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #7B2525;
  margin-bottom: 17px;
}
.index-part2 .news .news_title .cneter_title .title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 26px;
  color: #242D36;
}
.index-part2 .news .news_title .mores {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 82px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #D3C4AD;
}
.index-part2 .news .news_title .mores a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #B19C7A;
  line-height: 32px;
}
.index-part2 .news .news_list ul li {
  float: left;
  width: 23.3%;
  margin-right: 2.2%;
}
.index-part2 .news .news_list ul li:last-child {
  margin-right: 0;
}
.index-part2 .news .news_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.index-part2 .news .news_list ul li a:hover .img img {
  transform: scale(1.1);
}
.index-part2 .news .news_list ul li a:hover .msg .title h4,
.index-part2 .news .news_list ul li a:hover .msg .time span {
  color: #7B2525;
}
.index-part2 .news .news_list ul li a .img {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.index-part2 .news .news_list ul li a .img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.index-part2 .news .news_list ul li a .msg {
  background-color: #F6F6F6;
  height: 130px;
  padding: 0 32px;
}
.index-part2 .news .news_list ul li a .msg .title {
  padding: 12px 0;
  border-bottom: 1px solid #E4E6E9;
}
.index-part2 .news .news_list ul li a .msg .title h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-part2 .news .news_list ul li a .msg .time {
  position: relative;
  padding: 15px 0;
}
.index-part2 .news .news_list ul li a .msg .time img {
  width: 12px;
  height: 12px;
  margin-right: 6px;
}
.index-part2 .news .news_list ul li a .msg .time span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.index-part2 .news .news_list ul li a .msg .time .icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
}
.index-part2 .notice {
  padding: 30px 0;
}
.index-part2 .notice .notice_title {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.index-part2 .notice .notice_title .cneter_title {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-part2 .notice .notice_title .cneter_title .img {
  display: inline-block;
  width: 248px;
  height: 17px;
}
.index-part2 .notice .notice_title .cneter_title .title {
  display: inline-block;
}
.index-part2 .notice .notice_title .cneter_title .title p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #7B2525;
  margin-bottom: 17px;
}
.index-part2 .notice .notice_title .cneter_title .title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 26px;
  color: #242D36;
}
.index-part2 .notice .notice_title .mores {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 82px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #D3C4AD;
}
.index-part2 .notice .notice_title .mores a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #B19C7A;
  line-height: 32px;
}
.index-part2 .notice .notice_list ul li {
  float: left;
  width: 23.3%;
    height: 140px;
  margin-right: 2.2%;
  background: #FFFFFF;
  box-shadow: 1px 1px 4px 0px rgba(163, 11, 25, 0.25);
  border: 1px solid #EED5D5;
}
.index-part2 .notice .notice_list ul li:hover {
  transform: translateY(-5px);
  transition: all 0.3s;
}
.index-part2 .notice .notice_list ul li:hover a .title h4 {
  color: #7B2525;
}
.index-part2 .notice .notice_list ul li:last-child {
  margin-right: 0;
}
.index-part2 .notice .notice_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 25px 12px 17px;
}
.index-part2 .notice .notice_list ul li a .time {
  float: left;
  width: 27%;
  height: 86px;
  margin-top: 10px;
  text-align: center;
  background-image: url(../images/notice_title_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.index-part2 .notice .notice_list ul li a .time .day {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 28px;
  color: #7B2525;
  padding-top: 8px;
}
.index-part2 .notice .notice_list ul li a .time .year_mouth {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #7B2525;
}
.index-part2 .notice .notice_list ul li a .title {
  float: left;
  width: 67%;
  margin-left: 6%;
  padding: 15px 0;
}
.index-part2 .notice .notice_list ul li a .title h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  // overflow: hidden;
  // text-overflow: ellipsis;
  // display: -webkit-box;
  /*想省略几行就写几*/
  // -webkit-line-clamp: 2;
  // -webkit-box-orient: vertical;
}
.index-part3 {
  padding: 46px 0 80px;
  background-image: url(../images/lecture_bg.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.index-part3 .lectures {
  position: relative;
  padding: 30px 0;
}
.index-part3 .lectures .lectures_title {
  position: relative;
  text-align: center;
  margin-bottom: 55px;
}
.index-part3 .lectures .lectures_title .cneter_title {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-part3 .lectures .lectures_title .cneter_title .img {
  display: inline-block;
  width: 248px;
  height: 17px;
}
.index-part3 .lectures .lectures_title .cneter_title .title {
  display: inline-block;
}
.index-part3 .lectures .lectures_title .cneter_title .title p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #7B2525;
  margin-bottom: 17px;
}
.index-part3 .lectures .lectures_title .cneter_title .title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 26px;
  color: #242D36;
}
.index-part3 .lectures .lectures_list ul li {
  width: 440px;
  height: 230px;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  margin: 0 20px;
}
.index-part3 .lectures .lectures_list ul li:nth-child(odd) {
  border-top: 4px solid #7B2525;
}
.index-part3 .lectures .lectures_list ul li:nth-child(even) {
  border-top: 4px solid #B19C7A;
}
.index-part3 .lectures .lectures_list ul li:nth-child(odd) a .right_msg .lecture_btn {
  background-image: url(../images/lecture_btn_1.png);
}
.index-part3 .lectures .lectures_list ul li:nth-child(even) a .right_msg .lecture_btn {
  background-image: url(../images/lecture_btn_2.png);
}
.index-part3 .lectures .lectures_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 13px 30px;
}
.index-part3 .lectures .lectures_list ul li a:hover .right_msg .title h4 {
  color: #7B2525;
}
.index-part3 .lectures .lectures_list ul li a .left_img {
  float: left;
  width: 23%;
  height: 100%;
  margin-right: 7%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.index-part3 .lectures .lectures_list ul li a .right_msg {
  position: relative;
  float: left;
  width: 70%;
  height: 100%;
}
.index-part3 .lectures .lectures_list ul li a .right_msg .icon {
  width: 31px;
  height: 25px;
  margin-top: 15px;
}
.index-part3 .lectures .lectures_list ul li a .right_msg .icon img {
  width: 100%;
  height: 100%;
}
.index-part3 .lectures .lectures_list ul li a .right_msg .title {
  height: 81px;
  margin: 10px 0 30px;
}
.index-part3 .lectures .lectures_list ul li a .right_msg .title h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index-part3 .lectures .lectures_list ul li a .right_msg .time span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #AAAAAA;
}
.index-part3 .lectures .lectures_list ul li a .right_msg .lecture_btn {
  position: absolute;
  right: 0;
  bottom: 21px;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.index-part3 .lectures .lectures_list ul .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 24px;
  font-size: 0;
}
.index-part3 .lectures .lectures_list ul .slick-prev {
  left: -15px;
  background-image: url(../images/lecture_arr_1.png);
}
.index-part3 .lectures .lectures_list ul .slick-next {
  right: -15px;
  background-image: url(../images/lecture_arr_2.png);
}
.index-part3 .lectures .mores {
  position: absolute;
  right: 50%;
  bottom: -20px;
  transform: translate(50%, 50%);
  width: 82px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #D3C4AD;
  text-align: center;
}
.index-part3 .lectures .mores a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #B19C7A;
  line-height: 32px;
}
.index-part4 {
  padding: 70px 0;
  background-image: url(../images/foot_bg.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.index-part4 .other {
  margin-bottom: 98px;
}
.index-part4 .other .rule {
  float: left;
  width: 46%;
  border-bottom: 4px solid #7B2525;
}
.index-part4 .other .rule:hover a .content {
  background-color: #7B2525;
}
.index-part4 .other .rule:hover a .content .title h4 {
  color: #fff;
}
.index-part4 .other .rule:hover a .content .summry p {
  color: #fff;
}
.index-part4 .other .rule:nth-child(2) {
  float: right;
  border-bottom: 4px solid #B19C7A;
}
.index-part4 .other .rule:nth-child(2):hover a .content {
  background-color: #B19C7A;
}
.index-part4 .other .rule:nth-child(2):hover a .content .title h4 {
  color: #fff;
}
.index-part4 .other .rule:nth-child(2):hover a .content .summry p {
  color: #fff;
}
.index-part4 .other .rule a {
  display: block;
  width: 100%;
  height: 100%;
}
.index-part4 .other .rule .img {
  position: relative;
  width: 100%;
  height: 260px;
}
.index-part4 .other .rule .img img {
  width: 100%;
  height: 100%;
}
.index-part4 .other .rule .img .icon {
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 52px;
  height: 51px;
}
.index-part4 .other .rule .img .icon img {
  width: 100%;
  height: 100%;
}
.index-part4 .other .rule .content {
  padding: 45px;
  text-align: center;
  background: #F6F6F6;
}
.index-part4 .other .rule .content .title {
  padding-bottom: 23px;
  border-bottom: 1px solid #E5E5E5;
}
.index-part4 .other .rule .content .title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.index-part4 .other .rule .content .summry {
  padding-top: 20px;
}
.index-part4 .other .rule .content .summry p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #6A6A6A;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index-part4 .achievement_research .achievement {
  float: left;
  width: 46%;
  height: 496px;
  background: #7B2525;
  padding: 34px 0 18px 22px;
  // margin-right: 12%;
}
.index-part4 .achievement_research .achievement .achievement_left {
  float: left;
  // width: 63.3%;
width: 97%;
}
.index-part4 .achievement_research .achievement .achievement_left .achievement_title {
  position: relative;
  margin-bottom: 24px;
}
.index-part4 .achievement_research .achievement .achievement_left .achievement_title .title p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.index-part4 .achievement_research .achievement .achievement_left .achievement_title .title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 26px;
  color: #FFFFFF;
}
.index-part4 .achievement_research .achievement .achievement_left .achievement_title .mores {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 82px;
  height: 32px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  text-align: center;
}
.index-part4 .achievement_research .achievement .achievement_left .achievement_title .mores a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 32px;
}
.index-part4 .achievement_research .achievement .achievement_left .achievement_list ul {
  background-color: #fff;
  padding: 0 34px 0 38px;
}
.index-part4 .achievement_research .achievement .achievement_left .achievement_list ul li {
  position: relative;
  height: 69px;
  border-bottom: 1px solid #E7E7E7;
}
.index-part4 .achievement_research .achievement .achievement_left .achievement_list ul li:last-child {
  border-bottom: 0;
}
.index-part4 .achievement_research .achievement .achievement_left .achievement_list ul li.active::before {
  content: '';
  position: absolute;
  left: -38px;
  top: 0;
  display: inline-block;
  width: 10px;
  height: 69px;
  background: #B19C7A;
}
.index-part4 .achievement_research .achievement .achievement_left .achievement_list ul li.active a h4 {
  color: #A30B19;
  font-weight: bold;
}
.index-part4 .achievement_research .achievement .achievement_left .achievement_list ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.index-part4 .achievement_research .achievement .achievement_left .achievement_list ul li a h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 17px;
  color: #000000;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-part4 .achievement_research .achievement .achievement_right {
  float: right;
  display: none;
  width: 36.7%;
  height: 100%;
}
.index-part4 .achievement_research .achievement .achievement_right ul {
  width: 328px;
  height: 100%;
}
.index-part4 .achievement_research .achievement .achievement_right ul li {
  width: 100%;
  height: 100%;
  display: none;
}
.index-part4 .achievement_research .achievement .achievement_right ul li.active {
  display: block;
}
.index-part4 .achievement_research .achievement .achievement_right ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.index-part4 .achievement_research .achievement .achievement_right ul li a .img {
  width: 100%;
  height: 100%;
}
.index-part4 .achievement_research .achievement .achievement_right ul li a .img img {
  width: 100%;
  height: 100%;
}
.index-part4 .achievement_research .research {
  float: right;
  width: 46%;
  height: 496px;
  background-image: url(../images/research_bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-left: 47px;
  position: relative;
}
.index-part4 .achievement_research .research::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 47px;
  width: 1px;
  height: 100%;
  background: #E5DED2;
}
.index-part4 .achievement_research .research .research_content {
  height: 100%;
  padding-left: 40px;
}
.index-part4 .achievement_research .research .research_content .research_title {
  position: relative;
  margin-bottom: 43px;
}
.index-part4 .achievement_research .research .research_content .research_title .title {
  padding-top: 36px;
}
.index-part4 .achievement_research .research .research_content .research_title .title p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.index-part4 .achievement_research .research .research_content .research_title .title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 26px;
  color: #FFFFFF;
}
.index-part4 .achievement_research .research .research_content .research_title .mores {
  position: absolute;
  right: 40px;
  bottom: 0;
  width: 82px;
  height: 32px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  text-align: center;
}
.index-part4 .achievement_research .research .research_content .research_title .mores a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 32px;
}
.index-part4 .achievement_research .research .research_content .research_list li {
  float: left;
  width: 50%;
  margin-bottom: 7.5%;
}
.index-part4 .achievement_research .research .research_content .research_list li:nth-child(odd) {
  position: relative;
}
.index-part4 .achievement_research .research .research_content .research_list li:nth-child(odd)::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background: #E5DED2;
}
.index-part4 .achievement_research .research .research_content .research_list li a {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 17px;
  color: #FFFFFF;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-part4 .achievement_research .research .research_content .research_list li a:hover {
  text-decoration: underline;
}
.footer {
  background-color: #7B2525;
  border-bottom: 10px solid #B19C7A;
}
.footer .footer_btm {
  padding: 38px 0;
  background-image: url(../images/foot_bg.png);
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.footer .footer_btm .left {
  position: relative;
  width: 32%;
  float: left;
  padding-right: 7.3%;
}
.footer .footer_btm .left .footer_logo {
  width: 93%;
  height: 44px;
  margin-bottom: 16px;
  margin-top: -10px;
}
.footer .footer_btm .left .footer_logo img {
  width: 100%;
  height: 100%;
}
.footer .footer_btm .left .copyright {
  padding-top: 18px;
  border-top: 1px solid #A25656;
}
.footer .footer_btm .left .copyright p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #EBCECE;
  padding-bottom: 16px;
}
.footer .footer_btm .center {
  float: left;
  padding-left: 2%;
  color: #fff;
}
.footer .footer_btm .center .title {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 12px;
}
.footer .footer_btm .center .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 2px;
  background: #B19C7A;
}
.footer .footer_btm .center .title h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}
.footer .footer_btm .center .title h4 span {
  color: #C97878;
  padding-left: 10px;
}
.footer .footer_btm .center .text {
  padding: 12px 0;
}
.footer .footer_btm .center .text p {
  position: relative;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 14px;
  color: #EBCECE;
  padding-left: 10px;
}
.footer .footer_btm .center .text p::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 5px;
  height: 5px;
  background: #C4C4C4;
  border-radius: 50%;
}
.footer .footer_btm .right {
  float: right;
}
.footer .footer_btm .right .title {
  position: relative;
  float: left;
  padding-bottom: 27px;
  margin-bottom: 10px;
  margin-right: 45px;
}
.footer .footer_btm .right .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 2px;
  background: #C97878;
}
.footer .footer_btm .right .title h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.footer .footer_btm .right .title p {
  color: #C97878;
}
.footer .footer_btm .right .left_code {
  margin-right: 38px;
}
.footer .footer_btm .right .left_code,
.footer .footer_btm .right .right_code {
  float: left;
}
.footer .footer_btm .right .left_code .img,
.footer .footer_btm .right .right_code .img {
  width: 100px;
  height: 100px;
  margin: auto;
}
.footer .footer_btm .right .left_code .img img,
.footer .footer_btm .right .right_code .img img {
  width: 100%;
  height: 100%;
}
.footer .footer_btm .right .left_code p,
.footer .footer_btm .right .right_code p {
  margin-top: 9px;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #EBCECE;
}
.index-part1 .banner {
  max-height: 763px;
}
@media (max-width: 1200px) { 
  .index-part1 .banner {
  height: 525px;
}
.index-part2 .notice .notice_list ul li {
 height: 200px;
}
}
@media (max-width: 991px) {
  .header {
    height: 76px;
  }
  .index-part1 .banner .mySwiper .swiper-wrapper .swiper-slide .title {
        left: 25px;
        bottom: 0;
        width: 80%;
  }
.index-part1 .banner .mySwiper .swiper-wrapper .swiper-slide .title h4 {
      font-size: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
  .index-part2 .news .news_list ul li,
  .index-part2 .notice .notice_list ul li {
    width: 48%;
    margin-right: 3.2%;
    margin-bottom: 20px;
  }
  .index-part2 .news .news_list ul li:nth-child(2),
  .index-part2 .notice .notice_list ul li:nth-child(2) {
    margin-right: 0;
  }
  .index-part4 .other .rule,
  .index-part4 .achievement_research .achievement,
  .index-part4 .achievement_research .research {
    width: 100%;
    margin-bottom: 20px;
  }
  .index-part4 .achievement_research .achievement .achievement_right ul {
    width: 120%;
  }
  .footer .footer_btm .left {
    width: 44%;
  }
}
@media (max-width: 750px) {
  .footer .footer_btm .left,
  .footer .footer_btm .center {
    width: 100%;
  }
  .footer .footer_btm .left .footer_logo {
    width: 345px;
  }
.index-part1 .banner {
          height: 425px;
}
}
@media (max-width: 500px) {
  .index-part1 .banner {
    height: 225px;
  }

  .index-part1 .banner .mySwiper .swiper-button-next,
  .index-part1 .banner .mySwiper .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  .index-part1 .banner .mySwiper .swiper-button-next {
    right: 20px;
  }
  .index-part1 .banner .mySwiper .swiper-button-prev {
    left: 20px;
  }
  .index-part1 .banner .mySwiper .swiper-wrapper .swiper-slide .title h4 {
    font-size: 16px;
    // line-height: 35px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  }
  .index-part1 .banner .mySwiper .fraction {
    bottom: 30px;
    right: 25px;
  }
  .index-part1 .banner .mySwiper .swiper-wrapper .swiper-slide .title p {
    font-size: 15px;
  }
  .index-part2 .news .news_title .cneter_title .title p,
  .index-part2 .notice .notice_title .cneter_title .title p,
  .index-part3 .lectures .lectures_title .cneter_title .title p {
    white-space: nowrap;
    margin-bottom: 5px;
  }
  .index-part2 .news .news_title .cneter_title .title h4,
  .index-part2 .notice .notice_title .cneter_title .title h4,
  .index-part3 .lectures .lectures_title .cneter_title .title h4 {
    white-space: nowrap;
  }
  .index-part2 .news .news_title,
  .index-part2 .notice .notice_title,
  .index-part3 .lectures .lectures_title {
    margin-bottom: 16px;
  }
  .index-part2 .news .news_list ul li,
  .index-part2 .notice .notice_list ul li {
    width: 100%;
    height: auto;
  }
  .index-part2 .notice {
    padding: 0;
  }
  .index-part3 {
    padding: 0;
    background-size: cover;
  }
  .index-part3 .lectures {
    padding: 30px 0 54px;
  }
  .index-part3 .lectures .mores {
    bottom: 23px;
  }
  .index-part4 .other .rule .img {
    width: 100%;
    height: 200px;
  }
  .index-part4 .other .rule .content {
    padding: 12px;
  }
  .index-part4 .other .rule .content .title {
    padding-top: 20px;
  }
  .index-part4 {
    padding: 30px 0;
  }
  .index-part4 .achievement_research .achievement .achievement_left {
    width: 93%;
  }
  .index-part4 .achievement_research .achievement .achievement_right {
    display: none;
  }
  .index-part4 .other {
    margin-bottom: 30px;
  }
  .index-part4 .achievement_research .research .research_content {
    padding-left: 10px;
  }
  .index-part4 .achievement_research .research::before,
  .index-part4 .achievement_research .research .research_content .research_list li:nth-child(odd)::before {
    display: none;
  }
  .index-part4 .achievement_research .research .research_content .research_list li {
    width: 100%;
    margin-bottom: 4%;
  }
  .index-part4 .achievement_research .research {
    padding-left: 0;
    height: auto;
  }
  .index-part4 .achievement_research .research .research_content .research_title {
    margin-bottom: 21px;
  }
  .footer .footer_btm .left .footer_logo {
    width: 100%;
  }
  .footer .footer_btm .center .title {
    padding-bottom: 18px;
    margin-bottom: 6px;
  }
  .footer .footer_btm .right .title {
    margin-right: 14px;
  }
.index-part1 .banner .mySwiper .swiper-wrapper .swiper-slide .img img{
 height: auto;
}
}
