.content .part_one .banner .index-part1 .ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.content .part_one .banner .index-part1 .ul li a .items {
  position: relative;
  width: 100%;
  height: 100%;
}
.content .part_one .banner .index-part1 .ul li a .items .img img {
  width: 100%;
  height: 100%;
}
.content .part_one .banner .index-part1 .ul li a .items .title {
  width: 100%;
  height: 100px;
  background: rgba(0, 0, 0, 0.5);
  background-color: #2595c7;
  padding: 0 10px;
  border-bottom: 1px solid #fff;
}
.content .part_one .banner .index-part1 .ul li a .items .title h4 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.content .part_one .banner .index-part1 .ul li a .items .title p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #D4E6EE;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.right_top {
  position: absolute;
  right: 0;
  top: 0;
}
.right_top .bianjiao {
  float: left;
  width: 0;
  height: 0;
  border-color: transparent #7D7D7D;
  /*上下颜色 左右颜色*/
  border-width: 0 14px 25px 0;
  border-style: solid;
}
.right_top .right {
  float: left;
  background-color: #6CD84F;
}
.right_top .left,
.right_top .center {
  float: left;
  background-color: #7D7D7D;
}
.right_top .left {
  position: relative;
}
.right_top .left::after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 2px;
  height: 10px;
  background-color: #fff;
}
.right_top .wechat {
  position: relative;
  float: left;
  width: 28px;
  height: 25px;
  background-color: #1aba0e;
  cursor: pointer;
  text-align: center;
  line-height: 22px;
}
.right_top .wechat img {
  width: 100%;
  height: 100%;
}
.right_top .wechat:hover .header-wechat {
  display: block;
}
.right_top .wechat .header-wechat {
  position: absolute;
  top: 0;
  left: 25px;
  width: 100px;
  height: 100px;
  display: none;
}
.right_top .wechat .header-wechat img {
  width: 100%;
  height: 100%;
}
.content .part_one {
  background-image: url(../images/banner_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 34px 0 47px;
}
.content .part_one .patternmaking .main_news_left {
  position: relative;
  width: 60.8%;
  height: 530px;
  float: left;
  margin-right: 4%;
}
.content .part_one .patternmaking .main_news_left .main_news_img {
  width: 100%;
  height: 100%;
}
.content .part_one .patternmaking .main_news_left .main_news_img li {
  display: none;
  width: 100%;
  height: 100%;
}
.content .part_one .patternmaking .main_news_left .main_news_img li a{
  display:block;
   width: 100%;
  height: 100%;
}
.content .part_one .patternmaking .main_news_left .main_news_img li a img {
  width: 100%;
  height: 100%;
}
.content .part_one .patternmaking .main_news_right {
  float: left;
  width: calc(100% - 65%);
}
.content .part_one .patternmaking .main_news_right .news_title li {
  border-bottom: 1px solid #5AA7CA;
}
.content .part_one .patternmaking .main_news_right .news_title li .a_one {
  padding: 6.5% 3% 4%;
  position: relative;
}
.content .part_one .patternmaking .main_news_right .news_title li .a_one p {
  padding-left: 15px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #EAEAEA;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.content .part_one .patternmaking .main_news_right .news_title li .a_one::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 55%;
  transition: all 0.2s ease-in;
}
.content .part_one .patternmaking .main_news_right .news_title li .list {
  position: relative;
}
.content .part_one .patternmaking .main_news_right .news_title li .list::after {
  content: '';
  position: absolute;
  left: -22%;
  bottom: 0;
  width: 122%;
  height: 2px;
  background: #6CD84F;
}
.content .part_one .patternmaking .main_news_right .news_title li .list .a_two {
  position: relative;
  display: block;
  padding-top: 4%;
  padding-bottom: 11%;
}
.content .part_one .patternmaking .main_news_right .news_title li .list .a_two:hover {
  animation: mymove 1s;
  animation-fill-mode: forwards;
}
.content .part_one .patternmaking .main_news_right .news_title li .list .a_two .top {
  position: relative;
  margin-bottom: 5.6%;
}
.content .part_one .patternmaking .main_news_right .news_title li .list .a_two .top h4 {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content .part_one .patternmaking .main_news_right .news_title li .list .a_two .btm {
  margin-top: 6px;
}
.content .part_one .patternmaking .main_news_right .news_title li .list .a_two .btm .time {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #D4E6EE;
  line-height: 28px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.content .part_one .patternmaking .main_news_right .news_title li .list .a_two .mores {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 32px;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
}
.content .part_one .patternmaking .main_news_right .news_title li .list .a_two .mores span {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #D4E6EE;
  line-height: 28px;
}
/* 列表鼠标经过显示隐藏 */
.news_title > li.list-S > .list {
  display: none;
}
.news_title > li.list-S.current > .list {
  display: block;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}
.main_news_img .current {
  display: block !important;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}
.news_title > li.list-S.current > .a_one {
  display: none;
}
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.part_two {
  padding-left: 5.5%;
}
.part_two .news {
  padding: 40px 0 81px;
  float: left;
  width: 66%;
  margin-right: 3.1%;
}
.part_two .news .news_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 7px solid #0F8EC8;
  padding-left: 3%;
  margin-bottom: 4%;
}
.part_two .news .news_title .title h3 {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1D1D1D;
  margin-bottom: 14px;
}
.part_two .news .news_title .title p {
  display: inline-block;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #D5D5D5;
}
.part_two .news .news_title .mores {
  width: 98px;
  height: 34px;
  background: rgba(15, 142, 200, 0.1);
  border-radius: 17px;
  text-align: center;
}
.part_two .news .news_title .mores a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0F8EC8;
  line-height: 34px;
}
.part_two .news .news_list .list_one {
  margin-bottom: 12px;
}
.part_two .news .news_list .list_one li {
  position: relative;
  float: left;
  width: 31%;
}
.part_two .news .news_list .list_one li .time {
  position: absolute;
  left: 9px;
  top: -9px;
  width: 64px;
  height: 60px;
  background: linear-gradient(232deg, #6CD84F, #3FA5D3);
  opacity: 0.8;
  text-align: center;
  z-index: 1;
}
.part_two .news .news_list .list_one li .time .day {
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.part_two .news .news_list .list_one li .time .y_m {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.part_two .news .news_list .list_one li:hover .img {
  transform: scale(1.1);
}
.part_two .news .news_list .list_one li:nth-child(2) {
  margin: 0 3.5%;
}
.part_two .news .news_list .list_one li a {
  display: inline-block;
  overflow: hidden;
}
.part_two .news .news_list .list_one li a .img {
  width: 100%;
  height: 278px;
  transition: all 0.6s;
}
.part_two .news .news_list .list_one li a .img img {
  width: 100%;
  height: 100%;
}
.part_two .news .news_list .list_one li a .title {
  padding: 5% 5% 8% 7%;
  border: 1px solid #DCDCDC;
}
.part_two .news .news_list .list_one li a .title h4 {
  font-size: 17px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.part_two .news .news_list .list_two li {
  float: left;
  width: 31%;
}
.part_two .news .news_list .list_two li:hover a .title h3 {
  color: #0F8EC8;
}
.part_two .news .news_list .list_two li:nth-child(2) {
  margin: 0 3.5%;
}
.part_two .news .news_list .list_two li a {
  display: flex;
  align-items: center;
  height: 135px;
  border-bottom: 1px solid #EEEEEE;
}
.part_two .news .news_list .list_two li a .time {
  width: 64px;
  height: 60px;
  background: linear-gradient(232deg, #6CD84F, #3FA5D3);
  opacity: 0.8;
  text-align: center;
  z-index: 1;
  margin-right: 21px;
}
.part_two .news .news_list .list_two li a .time .day {
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.part_two .news .news_list .list_two li a .time .y_m {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.part_two .news .news_list .list_two li a .title {
  flex: 1;
}
.part_two .news .news_list .list_two li a .title h3 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.part_two .notice {
  float: left;
  width: calc(100% - 69.1%);
  background-color: #F6F8F9;
  padding: 2.3% 6% 3% 3.2%;
}
.part_two .notice .notice_title {
  display: flex;
  justify-content: space-between;
  border-left: 7px solid #0F8EC8;
  padding-left: 33px;
  margin-bottom: 40px;
}
.part_two .notice .notice_title .title h3 {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1D1D1D;
  margin-bottom: 14px;
}
.part_two .notice .notice_title .title p {
  display: inline-block;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #D5D5D5;
}
.part_two .notice .notice_title .mores {
  width: 98px;
  height: 34px;
  background: rgba(15, 142, 200, 0.1);
  border-radius: 17px;
  text-align: center;
  margin-top: 47px;
}
.part_two .notice .notice_title .mores a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0F8EC8;
  line-height: 34px;
}
.part_two .notice .notice_list ul li:hover a .title h3 {
  color: #0F8EC8;
}
.part_two .notice .notice_list ul li a .time {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.part_two .notice .notice_list ul li a .time p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0F8EC8;
  margin-right: 18px;
}
.part_two .notice .notice_list ul li a .time span {
  flex: 1;
  height: 1px;
  background: #E5E5E5;
}
.part_two .notice .notice_list ul li a .title {
  padding: 3% 0 7%;
}
.part_two .notice .notice_list ul li a .title h3 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.part_three {
  position: relative;
  background-image: url(../images/index_bg1920x632.jpg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-bottom: 51px;
  margin-bottom: 71px;
}
.part_three .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 410px;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.part_three .index-tits {
  position: absolute;
  width: 39.8%;
  border-left: 7px solid #6CD84F;
  padding-left: 33px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 5.5%;
  z-index: 9;
}
.part_three .index-tits .title .tits {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.part_three .index-tits .title p {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #D5D5D5;
}
.part_three .index-tits .mores {
  width: 118px;
  height: 34px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 17px;
  text-align: center;
}
.part_three .index-tits .mores a {
  line-height: 34px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.part_three .row2 .index-more:hover {
  opacity: 0.8;
}
.part_three .row2 .slider-box {
  position: relative;
  width: 100%;
}
.part_three .row2 .slider-box .slider {
  position: relative;
  z-index: 1;
}
.part_three .row2 .slider-box .box {
  position: relative;
  outline: none;
  padding-left: 1.5%;
  height: 505px;
}
.part_three .row2 .slider-box .box .txt {
  float: left;
  width: 42%;
  padding-top: 8%;
  margin-right: 4.5%;
}
.part_three .row2 .slider-box .box .txt .tit {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.part_three .row2 .slider-box .box .txt .info {
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-box-orient: vertical;
  padding: 6% 0;
}
.part_three .row2 .slider-box .box .txt .mores {
  position: absolute;
  bottom: 0;
  left: 7.5%;
  width: 120px;
  height: 38px;
  border: 1px solid #B5B5B5;
  text-align: center;
  z-index: 9;
}
.part_three .row2 .slider-box .box .txt .mores a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #A3BDD4;
  line-height: 31px;
}
.part_three .row2 .slider-box .box .pic {
  float: left;
  width: calc(100% - 58%);
  height: 480px;
  overflow: hidden;
  box-shadow: 15px 15px 0px #0F8EC8;
  position: relative;
}
.part_three .row2 .slider-box .box .pic img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.part_three .row2 .slider-box .box .pic:hover img {
  transform: scale(1.05);
}
.part_three .row2 .slider-box .slider-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  margin: 0;
  padding: 0;
  width: 42%;
}
.part_three .row2 .slider-box .slider-nav .slick-list {
  padding: 0 !important;
  position: relative;
  z-index: 1;
}
.part_three .row2 .slider-box .slider-nav .pic {
  width: 7.14% !important;
  height: 150px;
  cursor: pointer;
}
.part_three .row2 .slider-box .slider-nav .pic img {
  width: 100%;
  -webkit-filter: brightness(50%);
  /*考虑浏览器兼容性：兼容 Chrome, Safari, Opera */
  filter: brightness(50%);
}
.part_three .row2 .slider-box .slick-prev {
  position: absolute;
  bottom: 0;
  left: 39%;
  z-index: 10;
  display: block;
  width: 48px;
  height: 43px;
  background: url(../images/index_btn_left.png);
  background-size: 100% 100%;
  font-size: 0;
  opacity: 1;
}
.part_three .row2 .slider-box .slick-next {
  position: absolute;
  bottom: 0;
  left: 42%;
  z-index: 10;
  display: block;
  width: 48px;
  height: 43px;
  background: url(../images/index_btn_right.png);
  background-size: 100% 100%;
  font-size: 0;
  opacity: 1;
}
.part_three .row2 .slider-box .slick-prev:hover:before {
  opacity: 0.75;
}
.part_three .row2 .slider-box .slick-next:hover:before {
  opacity: 0.75;
}
.part_four {
  margin-bottom: 98px;
}
.part_four .academic {
  width: 100%;
}
.part_four .academic .academic_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 7px solid #6CD84F;
  padding-left: 33px;
  margin-bottom: 2.7%;
}
.part_four .academic .academic_title .title h3 {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1D1D1D;
  margin-bottom: 14px;
}
.part_four .academic .academic_title .title p {
  display: inline-block;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #D5D5D5;
}
.part_four .academic .academic_title .mores {
  width: 98px;
  height: 34px;
  background: rgba(15, 142, 200, 0.1);
  border-radius: 17px;
  text-align: center;
}
.part_four .academic .academic_title .mores a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0F8EC8;
  line-height: 34px;
}
.part_four .academic .academic_list ul li {
  position: relative;
  float: left;
  width: 23%;
  border: 1px solid #E5E5E5;
  margin-right: 2.5%;
}
.part_four .academic .academic_list ul li:last-child {
  margin-right: 0;
}
.part_four .academic .academic_list ul li:hover .foter {
  display: block;
}
.part_four .academic .academic_list ul li:hover a .time {
  background: #0F8EC8;
}
.part_four .academic .academic_list ul li .foter {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: none;
  width: 100%;
  height: 4px;
  background: #0F8EC8;
}
.part_four .academic .academic_list ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.part_four .academic .academic_list ul li a .time {
  position: absolute;
  left: 10%;
  top: 4%;
  width: 74px;
  height: 68px;
  background: #949495;
  text-align: center;
}
.part_four .academic .academic_list ul li a .time .month {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.part_four .academic .academic_list ul li a .time .day {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.part_four .academic .academic_list ul li a .img {
  width: 100%;
  height: 34px;
}
.part_four .academic .academic_list ul li a .img img {
  width: 100%;
  height: 100%;
}
.part_four .academic .academic_list ul li a .check {
  text-align: right;
  padding: 4% 9% 0 0;
}
.part_four .academic .academic_list ul li a .check img {
  width: 10px;
  height: 19px;
}
.part_four .academic .academic_list ul li a .title {
  padding: 7% 8% 6% 10%;
}
.part_four .academic .academic_list ul li a .title h3 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.part_four .academic .academic_list ul li a .summry {
  padding: 0 7% 11% 10%;
}
.part_four .academic .academic_list ul li a .summry p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.part_five {
  background: #EBF5FA;
  padding: 65px 0 95px;
}
.part_five .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.8%;
}
.part_five .mores {
  width: 98px;
  height: 34px;
  background: rgba(15, 142, 200, 0.1);
  border-radius: 17px;
  text-align: center;
}
.part_five .mores a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0F8EC8;
  line-height: 34px;
}
.part_five .index-tab-ls {
  display: flex;
  align-items: center;
}
.part_five .index-tab-ls li {
  cursor: pointer;
  width: 200px;
  height: 56px;
  background: #B5B5B5;
  border-radius: 28px;
  text-align: center;
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 58px;
  margin-right: 40px;
}
.part_five .index-tab-ls li.active {
  background: #0F8EC8;
}
.part_five .content .ul {
  overflow: hidden;
}
.part_five .content .ul li {
  float: left;
  width: 22.95%;
  height: 345px;
  position: relative;
  margin-right: 2.7%;
}
.part_five .content .ul li:last-child {
  margin-right: 0;
}
.part_five .content .ul li:hover .news_bg {
  background: #0F8EC8;
  filter: alpha(opacity=100);
  top: 55%;
}
.part_five .content .ul li:hover .title {
  background: #0F8EC8;
  filter: alpha(opacity=100);
  top: 55%;
}
.part_five .content .ul li:hover .title h3 {
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.part_five .content .ul li:hover .title .check_may {
  display: flex;
}
.part_five .content .ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.part_five .content .ul li a .img {
  width: 100%;
  height: 248px;
}
.part_five .content .ul li a .img img {
  width: 100%;
  height: 100%;
}
.part_five .content .ul li a .title {
  padding: 4% 10%;
  background-color: #fff;
  position: absolute;
  top: 72%;
  left: 0;
  z-index: 1;
  transition: all 0.5s ease 0s;
}
.part_five .content .ul li a .title h3 {
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.part_five .content .ul li a .title .check_may {
  display: none;
  justify-content: center;
  align-items: center;
  margin-top: 3%;
  transition: all 0.5s ease 0s;
}
.part_six {
  padding: 2.7% 0 2%;
}
.part_six ul {
  width: 100%;
}
.part_six ul li {
  float: left;
  width: 14%;
}
.part_six ul li:hover .img img {
  animation: amplifier 1s;
  animation-fill-mode: forwards;
}
.part_six ul li:hover .title h3 {
  color: #0F8EC8;
}
.part_six ul li a {
  display: flex;
  align-items: center;
}
.part_six ul li a .img {
  width: 57px;
  height: 53px;
  margin-right: 14px;
}
.part_six ul li a .img img {
  width: 100%;
  height: 100%;
}
.part_six ul li a .title {
  flex: 1;
}
.part_six ul li a .title h3 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5A5A5A;
  white-space: nowrap;
}
.footer {
  background: #373737;
}
.footer .footer_top {
  padding: 30px 0 45px;
  border-top: 4px solid #0F8EC8;
  background-image: url("../images/foot_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.footer .footer_top .link {
  width: 50%;
}
.footer .footer_top .link .friend-link {
  margin-bottom: 10px;
}
.footer .footer_top .link .friend-link p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  margin-bottom: 13px;
}
.footer .footer_top .link .friend-link p span {
  color: #888888;
}
.footer .footer_top .link .friend-link .yi {
  width: 36px;
  height: 2px;
  background: #D5AD7E;
}
.footer .footer_top .link ul li {
  float: left;
  width: 43%;
  margin-bottom: 5px;
}
.footer .footer_top .link ul li:nth-child(2n) {
  margin-right: 0;
}
.footer .footer_top .link ul li a {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #C4C4C4;
  line-height: 40px;
}
.footer .footer_top .link ul li a:hover {
  color: #FFFFFF;
}
.footer .footer_top .follow {
  width: 50%;
}
.footer .footer_top .follow .follow_title {
  margin-bottom: 23px;
}
.footer .footer_top .follow .follow_title p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  margin-bottom: 13px;
}
.footer .footer_top .follow .follow_title p span {
  color: #888888;
}
.footer .footer_top .follow .follow_title .yi {
  width: 36px;
  height: 2px;
  background: #D5AD7E;
}
.footer .footer_top .follow .code_img {
  width: 123px;
  height: 123px;
}
.footer .footer_top .follow .code_img img {
  width: 100%;
  height: 100%;
}
.copyright {
  background: #262626;
}
.copyright .copyright_text p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #838383;
  line-height: 40px;
  text-align: center;
}
.animation {
  animation: mymove 1s ease-in-out infinite;
}
@keyframes amplifier {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes mymove {
  0% {
    right: -80px;
  }
  100% {
    right: 20px;
  }
}
@media (max-width: 1200px) {
  .logo-d {
    width: 33%;
  }
  .content .part_one .patternmaking .main_news_left {
    height: 477px;
  }
  .part_two .news,
  .part_two .notice {
    width: 100%;
  }
  .part_two {
    padding: 0 2%;
  }
  .part_two .notice .notice_list ul li a .title {
    padding: 3% 0 2%;
  }
  .part_three .row2 .slider-box .box .txt .info {
    line-height: 32px;
    padding: 14% 0;
  }
  .part_six ul li {
    width: 25%;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .part_one {
    background-color: #2595c7;
    background-image: url(../images/index_bg_1.png) !important;
  }
  .content {
    margin-top: 76px;
  }
  .part_three .row2 .slider-box .box .txt .info {
    padding: 28% 0 6%;
  }
}
@media (max-width: 750px) {
  .part_five .content .ul li {
    width: 47%;
  }
  .part_five .content {
    margin-top: 55px;
  }
}
@media (max-width: 700px) {
  .part_four .academic .academic_list ul li {
    width: 47%;
    margin-bottom: 10px;
    margin-right: 4.5%;
  }
  .part_four .academic .academic_list ul li:nth-child(2) {
    margin-right: 0;
  }
  .part_six ul li {
    width: 33%;
    margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  .part_three .index-tits,
  .part_three .row2 .slider-box .box .txt,
  .part_three .row2 .slider-box .box .pic {
    width: 100%;
  }
  .part_three .row2 .slider-box .box .txt .info {
    font-size: 20px;
    line-height: 26px;
  }
  .part_three .row2 .slider-box .box {
    height: 100%;
  }
  .part_three .row2 .slider-box .box {
    padding: 0 0.1%;
  }
  .part_three .row2 .slider-box .box .pic {
    height: 250px;
  }
  .part_three .index-tits {
    margin: 0 1%;
  }
  .part_three .row2 .slider-box .slick-next {
    bottom: 18%;
    left: 87%;
    width: 35px;
    height: 30px;
  }
  .part_three .row2 .slider-box .slick-prev {
    bottom: 18%;
    left: 4%;
    width: 35px;
    height: 30px;
  }
  .part_three .row2 .slider-box .box .txt .mores {
    display: none;
  }
}
@media (max-width: 400px) {
  .header-logo {
    width: 80%;
  }
  .content .part_one .patternmaking .main_news_left {
    height: 250px;
    width: 100%;
  }
  .content .part_one .patternmaking .main_news_right {
    width: 100%;
  }
  .content .part_one .patternmaking .main_news_right .news_title li .list .a_two .top h4 {
    font-size: 18px;
    line-height: 27px;
  }
  .content .part_one .patternmaking .main_news_right .news_title li .list .a_two .btm .time {
    line-height: 22px;
  }
  .content .part_one .patternmaking .main_news_right .news_title li .a_one p {
    font-size: 17px;
    line-height: 21px;
  }
  .part_two .news .news_list .list_one li,
  .part_two .news .news_list .list_two li {
    width: 100%;
  }
  .part_two .news .news_list .list_one li:nth-child(2),
  .part_two .news .news_list .list_two li:nth-child(2) {
    margin: 10px 0;
  }
  .part_two .news .news_list .list_two li a {
    height: 100px;
  }
  .part_two .news {
    padding: 20px 0 40px;
  }
  .part_two .notice {
    padding: 2.3% 6% 10% 3.2%;
  }
  .part_four {
    margin-bottom: 24px;
  }
  .part_four .academic .academic_list ul li {
    width: 100%;
  }
  .part_five .content .ul li {
    width: 100%;
  }
  .part_five .content {
    margin-top: 25px;
  }
  .part_five .index-tab-ls li {
    width: 150px;
    margin-right: 0;
  }
  .part_five .index-tab-ls {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .part_five .top {
    flex-direction: column;
  }
  .part_six ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  .part_six ul li:last-child {
    width: 100%;
    margin-bottom: 10px;
  }
  .lj {
    display: block !important;
  }
  .footer .footer_top .link,
  .footer .footer_top .follow {
    width: 100%;
  }
.footer .footer_top .link ul li{
  width:100%;
}
.footer .footer_top .link ul li a{
 font-size:14px;
line-height:25px;
}

.footer .footer_top{
 background-size: auto;
 background-position: bottom;
}
}
.news_bg {
  background: #FFFFFF;
  position: absolute;
  top: 76%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease 0s;
}
