@charset "UTF-8";
.banner img {
  width: 100%;
}
.banner .slick-dots{
  position: absolute;
  bottom: 24px;
  display: block;
  width: 100%;
  text-align: center;
  z-index: 9;
}
.banner .slick-dots li{
  display: inline-block;
  border: 1px solid #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0 7px;
  cursor: pointer;
}
.banner .slick-dots li.slick-active{
  background: #fff;
}
.banner .slick-dots li button{
  font-size: 0;
}
/* 内容1 */
.content1 {
  margin-top: 78px;
}
.content1 .c1_tit p {
  font-family: "sySong";
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 66px;
  letter-spacing: 2px;
  color: #333333;
  text-align: center;
  position: relative;
}
.content1 .c1_tit p::before {
  content: "NEWS";
  font-family: "sySong";
  font-size: 76px;
  line-height: 66px;
  letter-spacing: 4px;
  color: #333333;
  opacity: 0.1;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.content1 .c1_tit div {
  float: right;
  margin-top: -25px;
  width: 67px;
  height: 26px;
  background: url(../images25/more.png) no-repeat;
}
.content1 .c1_tit a:hover .c1_more {
  background: url(../images25/more_hover.png) no-repeat;
  width: 67px;
  height: 26px;
}
.c1_con {
  margin-top: 50px;
}
.c1_left {
  width: 48.6%;
  margin-right: 45px;
}
.c1_left div a {
  position: relative;
}
.c1_left .pic {
  padding-top: 67.6%;
}
.c1_left p {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 1px;
  color: #333333;
  max-height: 60px;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 20px;
  margin-top: 20px;
}
.c1_left a:hover .p1 {
  color: #365399;
}
.c1_date {
  width: 66px;
  background:#2c4197;
  text-align: center;
  padding: 10px 0;
  position: absolute;
  top: 10px;
  left: 20px;
}
.c1_left .c1_date p {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #ffffff;
  margin-top: 0;
}
.c1_date span {
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #ffffff;
}
.c1_right {
  overflow: hidden;
}
.c1_right ul li {
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  overflow: hidden;
}
.c1_right ul li:last-child {
  border: none;
}
.c1_right .c1_last a::after {
  display: none;
}
.c1_right ul li a::after {
  content: "";
  width: 30px;
  height: 4px;
  background-color: #dddddd;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: all 0.3s;
}
.c1_right ul li a:hover::after {
  width: 100%;
}
.c1_right ul li .date{
  float: left;
  width: 78px;
  height: 51px;
  border-right: 1px solid #2c4197;
  margin-right: 14px;
  padding-right: 12px;
  margin-top: 51px;
}
.c1_right ul li .date span{
  display: block;
  text-align: right;
}
.c1_right ul li .date span.d1{
  font-size: 24px;
  color: #2c4197;
}
.c1_right ul li .date span.d2{
  font-size: 14px;
  color: #2c4197;
}
.c1_right ul li .con_txt{
  float: left;
  width: calc(100% - 94px);
}
.c1_right ul li h4 {
  font-size: 18px;
  line-height: 66px;
  letter-spacing: 1px;
  color: #333333;
  max-height: 66px;
  overflow: hidden;
}
.c1_right ul li p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #999999;
  max-height: 48px;
  overflow: hidden;
  margin-bottom: 20px;
}
.c1_right ul li a:hover h4 {
  color: #2c4197;
}
/* 内容2 */
.content2 {
  position: relative;
  padding-top: 60px;
  margin-top: 110px;
}
.content2::before {
  content: "";
  background: url(../images25/block2.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 628px;
  position: absolute;
  right: 12.5%;
  top: 0;
  z-index: -1;
}
.content2::after {
  content: "";
  background: url(../images25/block1.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 587px;
  position: absolute;
  left: 56%;
  top: -70px;
  z-index: -2;
}
.content2 .c2_tit p {
  font-size: 30px;
  line-height: 66px;
  letter-spacing: 2px;
  color: #ffffff;
  font-family: "sySong";
  position: relative;
}
.content2 .c2_tit p::after {
  content: "NOTICE";
  font-family: "sySong";
  font-size: 76px;
  line-height: 66px;
  letter-spacing: 4px;
  color: #ffffff;
  opacity: 0.07;
  position: absolute;
  bottom: 25px;
  left: 0;
}
.content2 .c2_tit div {
  float: right;
  display: block;
  margin-right: 110px;
  margin-top: -25px;
  width: 67px;
  height: 26px;
  background: url(../images25/more2.png) no-repeat;
}
.content2 .c2_tit a:hover .c1_more {
  width: 67px;
  height: 26px;
  background: url(../images25/more_hover.png) no-repeat;
}
.c2_con {
  margin-top: 40px;
}
.c2_con .c2_list:nth-child(2) {
  margin: 0 7%;
}
.c2_list {
  width: 27%;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(178, 178, 178, 0.3);
  border-radius: 0px 20px 0px 20px;
  padding: 50px 30px 44px 24px;
  transition: all 0.3s;
}
.c2_list:hover {
  background: #2c4197;
}
.c2_list:hover p {
  color: #ffffff;
}
.c2_list:hover .c2_date {
  color: #ffffff;
}
.c2_list:hover .c2_g {
  color: #cdced2;
}
.c2_list:hover .c2_date {
  background: url(../images25/icon8.png) no-repeat left center;
}
.c2_list p {
  font-size: 18px;
  font-weight: bold;
  line-height: 34px;
  letter-spacing: 1px;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 20px;
  transition: all 0.3s;
  max-height: 70px;
  overflow: hidden;
}
.c2_date {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #333333;
  margin-left: 10px;
  transition: all 0.3s;
  display: block;
  background: url(../images25/icon6.png) no-repeat left center;
  padding-left: 20px;
}
.c2_list .c2_g {
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #999999;
  max-height: 168px;
  overflow: hidden;
  transition: all 0.3s;
}
/* 内容3 */
.content3 {
  padding-top: 65px;
}
.content3 .c3_tit p {
  font-family: "sySong";
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 66px;
  letter-spacing: 2px;
  color: #333333;
  text-align: left;
  position: relative;
}
.c3_tit {
  margin-top: 64px;
}
.c3_tit p::before {
  content: "RESEARCH";
  font-family: "sySong";
  font-size: 76px;
  line-height: 66px;
  letter-spacing: 4px;
  color: #333333;
  opacity: 0.1;
  position: absolute;
  bottom: 25px;
  left: -240px;
}
.content3 .c3_tit div {
  display: block;
  float: right;
  margin-right: 54px;
  margin-top: -25px;
  width: 67px;
  height: 26px;
  background: url(../images25/more.png) no-repeat;
}
.content3 .c3_tit a:hover .c1_more {
  width: 67px;
  height: 26px;
  background: url(../images25/more_hover.png) no-repeat;
}
.c3_con {
  margin-top: 64px;
}
.c3_tit {
  width: 48.5%;
}

.c3_left :hover h4 {
  color: #365399;
}
.c3_left {
  width: 48.5%;
  z-index: 2;
  position: relative;
  margin-top: 65px;
  background-color: #ffffff;
  box-shadow: 0px 0px 19px 0px rgba(109, 109, 109, 0.2);
  margin-left: 20px;
}
.c3_left a {
  padding: 50px 33px 94px 38px;
}
.c3_left a img {
  display: inline-block;
}
.c3_left h4 {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #333333;
  max-height: 32px;
  overflow: hidden;
  margin-bottom: 28px;
}
.c3_left p {
  margin-top: 27px;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #999999;
  max-height: 80px;
  overflow: hidden;
}
.c3_date {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 26px;
  color: #999999;
  margin-left: 10px;
  transition: all 0.3s;
}
.c3_right .pic {
  padding-top: 59%;
}
.c3_right {
  float: right;
  width: 760px;
  margin-top: -432px;
  position: relative;
  box-shadow: 0px 1px 20px 0px rgba(110, 110, 110, 0.2);
  margin-right: 20px;
}
.c3_slick {
  margin-right: 30px;
}
.c3_slick button {
  font-size: 0;
  cursor: pointer;
}
.c3_slick .slick-prev {
  background: url(../images25/arr_l.png) no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 80px;
  bottom: -22px;
  z-index: 3;
}
.c3_slick .slick-next {
  background: url(../images25/arr_r.png) no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 20px;
  bottom: 0;
  z-index: 3;
}
/* 内容4 */
.content4 {
  margin-top: 85px;
}
.content4 .c4_tit p {
  font-family: "sySong";
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 66px;
  letter-spacing: 2px;
  color: #333333;
  text-align: center;
  position: relative;
}
.c4_tit p::before {
  content: "ACADEMIC";
  font-family: "sySong";
  font-size: 76px;
  line-height: 66px;
  letter-spacing: 4px;
  color: #333333;
  opacity: 0.1;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.content4 .c4_tit div {
  display: block;
  float: right;
  margin-top: -25px;
  width: 67px;
  height: 26px;
  background: url(../images25/more.png) no-repeat;
}
.content4 .c4_tit a:hover .c1_more {
  width: 67px;
  height: 26px;
  background: url(../images25/more_hover.png) no-repeat;
}
.c4_list {
    width: calc(50% - 30px);
    margin-right: 60px;
    margin-bottom: 16px;
}
.c4_list:nth-child(2n){
  margin-right: 0;
}
.c4_con {
  margin-top: 50px;
}
.c4_list .c4_list_con{
  padding: 5px;
  background: #fff;
  box-shadow: 0px 5px 30px 0px rgba(135, 135, 135, 0.2);
  overflow: hidden;
}
.c4_list:hover .c4_list_con{
  background: url("../images25/pic_box_pic.jpg") no-repeat;
  background-size: cover;
}
.c4_list .c4_list_con .pic_box{
  float: left;
  width: 160px;
  margin-right: 24px;
}
.c4_list .pic {
  padding-top: 127.6%;
}
.c4_cons {
  float: left;
  padding-top: 16px;
  width: calc(100% - 190px);
  transition: all 0.3s;
}
.c4_list p {
  font-size: 18px;
  font-weight: bold;
  max-height: 60px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
}
.c4_list:hover p{
  color: #fff;
}
.c4_list span {
  display: block;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #333;
  padding-left: 24px;
  transition: all 0.3s;
}
.c4_list span:nth-child(2){
  background: url("../images25/xsbg_icon1.png") no-repeat left center;
}
.c4_list:hover span:nth-child(2){
  background: url("../images25/xsbg_icon1_hover.png") no-repeat left center;
  color: #fff;
}
.c4_list span:nth-child(3){
  background: url("../images25/xsbg_icon2.png") no-repeat left center;
}
.c4_list:hover span:nth-child(3){
  background: url("../images25/xsbg_icon2_hover.png") no-repeat left center;
  color: #fff;
}
.c4_list span:nth-child(4){
  background: url("../images25/xsbg_icon3.png") no-repeat left center;
}
.c4_list:hover span:nth-child(4){
  background: url("../images25/xsbg_icon3_hover.png") no-repeat left center;
  color: #fff;
}

/*师资队伍*/
.list_szdw{
  padding-top: 24px;
}
.list_szdw ul li{
  float: left;
  width: calc(50% - 15px);
  margin-right: 30px;
  margin-bottom: 24px;
}
.list_szdw ul li:nth-child(2n){
  margin-right: 0;
}
.list_szdw ul li a{
  display: block;
  padding: 10px;
  background: #f3f3f3;
  overflow: hidden;
}
.list_szdw ul li .con_box{
  float: left;
  width: 156px;
  margin-right: 20px;
}
.list_szdw ul li .con_box .pic{
    padding-top: 128%;
}
.list_szdw ul li .con_txt{
  padding-top: 12px;
}
.list_szdw ul li .con_txt .title{
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.list_szdw ul li .con_txt p{
  font-size: 16px;
  color: #333;
  line-height: 24px;
}
@media screen and (max-width: 1400px) {
  .c1_right ul li h4 {
    line-height: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .c1_right ul li h4 {
    line-height: 66px;
  }
  .c1_right ul .c1_last {
    display: none;
  }
  .c1_left p {
    margin-top: 10px;
  }
  .c2_con .c2_list:nth-child(2) {
    margin: 0 2%;
  }
  .c3_right {
    width: 600px;
    margin-top: -260px;
  }
  .c3_left {
    margin-top: -35px;
  }
  .c3_left a {
    padding: 20px 20px 25px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .content1 .c1_tit p {
    font-size: 24px;
    line-height: 60px;
    text-align: left;
  }
  .content1 .c1_tit p::before {
    font-size: 28px;
    bottom: 15px;
    left: 0;
    transform: translateX(0);
  }
  .content2 .c2_tit p {
    font-size: 24px;
    line-height: 60px;
    text-align: left;
  }
  .content2 .c2_tit p::after {
    font-size: 28px;
    bottom: 15px;
    left: 0;
    transform: translateX(0);
  }
  .content3 .c3_tit p {
    font-size: 24px;
    line-height: 60px;
  }
  .c3_tit p::before {
    font-size: 28px;
    bottom: 15px;
    left: 0;
  }
  .content4 .c4_tit p {
    font-size: 24px;
    line-height: 60px;
    text-align: left;
  }
  .c4_tit p::before {
    font-size: 28px;
    bottom: 15px;
    left: 0;
    transform: translateX(0);
  }
  .content1 {
    margin-top: 20px;
  }
  .c1_con {
    margin-top: 10px;
  }
  .c1_left .c1_date p {
    font-size: 20px;
  }
  .c1_right ul li h4 {
    font-size: 16px;
    line-height: 70px;
  }
  .c1_left p {
    font-size: 16px;
  }
  .content2 {
    padding-top: 15px;
    margin-top: 80px;
  }
  .c2_con {
    margin-top: 20px;
  }
  .c2_date {
    font-size: 16px;
  }
  .c2_list p {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .c2_list {
    padding: 25px 24px 25px 24px;
  }
  .content2::before {
    height: 475px;
  }
  .content2::after {
    height: 500px;
  }
  .c3_tit {
    margin-top: 40px;
  }
  .c4_con {
    margin-top: 20px;
  }
  .c4_list p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 26px;
  }
  .c4_cons {
    padding: 20px 20px 20px 10px;
  }
  .content4 {
    margin-top: 50px;
  }
  .content3 {
    padding-top: 35px;
  }
  .c1_right ul li:nth-child(3) {
    display: none;
  }
  .c1_right ul li p {
    margin-bottom: 35px;
  }
  .c3_left h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .c3_left p {
    margin-top: 10px;
  }
  .c4_list span {
    line-height: 22px;
  }

  .list_szdw ul li{
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .c1_left {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .c1_right {
    width: 100%;
  }
  .c1_right ul li p {
    margin-bottom: 15px;
  }
  .c1_right ul li h4 {
    line-height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .content1 .c1_tit img {
    margin-right: 0px;
  }
  .c2_con .c2_list:nth-child(2) {
    margin: 0;
    margin-top: 20px;
  }
  .c2_list {
    width: 100%;
    margin-top: 20px;
  }
  .c2_con {
    margin-top: 0px;
  }
  .content2::before {
    height: 105%;
    right: 0;
  }
  .content2 .c2_tit div {
    margin-right: 10px;
    margin-top: -35px;
  }
  .content2 {
    margin-top: 30px;
  }
  .c3_slick {
    margin-right: 0;
  }
  .content1 .c1_tit div {
    margin-right: 10px;
    margin-top: -35px;
  }
  .content2::after {
    display: none;
  }
  .content3 .c3_tit div {
    margin-right: 2px;
    margin-top: -35px;
  }
  .content4 .c4_tit div {
    margin-right: 6px;
    margin-top: -35px;
  }
  .c3_left {
    width: 100%;
    float: none;
    box-shadow: none;
    margin-left: 0;
  }
  .c3_left a{
    padding: 20px 0;
  }
  .c3_right {
    width: 100%;
    float: none;
    margin-top: 0;
  }
  .c3_con {
    margin-top: 20px;
  }
  .c3_tit {
    width: 100%;
  }
  .c3_left h4 {
    margin-bottom: 10px;
  }
  .c3_left p {
    margin-top: 10px;
  }
  .c4_list {
    width: 100%;
  }
  .c4_list span {
    display: block;
  }
  .c4_con .c4_list:nth-child(2) {
    margin: 0;
  }
}
@media screen and (max-width:600px) {
    .list_szdw ul li .con_box{
        float: none;
        margin: 0 auto;
    }
    .list_szdw ul li .con_txt .title{
        text-align: center;
    }
}
@media screen and (max-width: 480px) {
  .c1_date {
    width: 60px;
    padding: 0;
  }
  .c1_left .c1_date p {
    font-size: 20px;
    line-height: 24px;
  }
  .c3_slick .slick-next {
    width: 40px;
    height: 40px;
  }
  .c3_slick .slick-prev {
    width: 40px;
    height: 40px;
    right: 50px;
  }
}

/* 内容5 */
.content5{
  padding: 50px 0 0;
}
.content5 .bksjyjx{
  width: calc(50% - 30px);
  margin-right: 60px;
}
.content5 .bksjyjx .c5_tit p {
  font-family: "sySong";
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 66px;
  letter-spacing: 2px;
  color: #333333;
  text-align: center;
  position: relative;
}
.content5 .bksjyjx .c5_tit p::before {
  content: "UNDERGRADUATE";
  font-family: "sySong";
  font-size: 40px;
  line-height: 66px;
  letter-spacing: 4px;
  color: #333333;
  opacity: 0.1;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.content5 .bksjyjx .c5_tit div {
  display: block;
  float: right;
  margin-top: -50px;
  width: 67px;
  height: 26px;
  background: url(../images25/more.png) no-repeat;
}
.content4 .c4_tit a:hover .c1_more {
  width: 67px;
  height: 26px;
  background: url(../images25/more_hover.png) no-repeat;
}
.content5 .yjsgl{
  width: calc(50% - 30px);
  margin-right: 0;
}
.content5 .yjsgl .c5_tit p {
  font-family: "sySong";
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 66px;
  letter-spacing: 2px;
  color: #333333;
  text-align: center;
  position: relative;
}
.content5 .yjsgl .c5_tit p::before {
  content: "GRADUATE";
  font-family: "sySong";
  font-size: 40px;
  line-height: 66px;
  letter-spacing: 4px;
  color: #333333;
  opacity: 0.1;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.content5 .yjsgl .c5_tit div {
  display: block;
  float: right;
  margin-top: -50px;
  width: 67px;
  height: 26px;
  background: url(../images25/more.png) no-repeat;
}
.content5 .c5_tit a:hover .c1_more {
  width: 67px;
  height: 26px;
  background: url(../images25/more_hover.png) no-repeat;
}
.content5 .content5_list{
  padding-top: 20px;
}
.content5 .content5_list ul li{
  position: relative;
  height: 48px;
  padding-left: 14px;
}
.content5 .content5_list ul li::before{
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  background: #2c4197;
  margin-top: -3px;
  border-radius: 50%;
  content: "";
  z-index: 2;
}
.content5 .content5_list ul li .title{
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #333;
  width: calc(100% - 128px);
}
.content5 .content5_list ul li:hover .title{
  color: #2c4197;
}
.content5 .content5_list ul li .date{
  position: absolute;
  right: 0;
  top:0;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #adadad;
}
.content5 .content5_list ul li:hover .date{
  color: #2c4197;
}

/* 内容6 */
.content6{
    position: relative;
    background: #e8f4ff;
    padding: 42px 90px 42px 0;
    margin-left: 90px;
    border-radius: 110px 0 0 110px;
    z-index: 3;
    top: 90px;
}
.content6 .kstd_bd{
  position: relative;
}
.content6 .kstd_bd .kstd_hd{
  position: absolute;
  left: -84px;
  top: 15px;
  font-family: "sySong";
  font-size: 28px;
}
.content6 .kstd_bd ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content6 .kstd_bd ul li{
  position: relative;
  padding-top: 12px;
}
.content6 .kstd_bd ul li::before{
  position: absolute;
  right: -80%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #c6d4eb;
  content: "";
  z-index: 2;
}
.content6 .kstd_bd ul li:nth-child(9)::before{
  display: none;
}
.content6 .kstd_bd ul li .img{
  width: 57px;
  height: 57px;
  overflow: hidden;
}
.content6 .kstd_bd ul li .img img{
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}
.content6 .kstd_bd ul li:hover .img img{
  -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.content6 .kstd_bd ul li .title{
  margin-top: 8px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #333;
}
.content6 .kstd_bd ul li:hover .title{
  color: #2c4197;
}
@media screen and (max-width: 1800px) {
  .content5{
    padding: 50px 0 40px;
  }
  .content6{
    top: 0;
    border-radius: 0;
    padding:42px 0;
    margin-left: 0;
  }
  .foot{
    padding:54px 0;
  }
}
@media screen and (max-width: 1600px) {
  .content2 .c2_tit div{
    margin-right: 210px;
  }
  .content6 .kstd_bd{
    position: relative;
  }
  .content6 .kstd_bd br{
    display: none;
  }
  .content6 .kstd_bd .kstd_hd{
    position: unset;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .c4_list{width: calc(50% - 15px);margin-right: 30px;}
  .content5{padding: 40px 20px;}
  .content5 .content5_list ul li .title{width: calc(100% - 88px);}
  .content5 .bksjyjx{width: calc(50% - 15px);margin-right: 30px;}
  .content5 .yjsgl{width: calc(50% - 15px);}
  .content6 .kstd_bd ul li::before{display: none;}
}
@media screen and (max-width: 1200px) {
  .content1 .c1_tit div{
    margin-top: -56px;
  }
  .c3_tit{width: 100%;}
  .content3 .c3_tit div{
    margin-top: -56px;
  }
  .c3_tit p::before{left: 0;}
  .content4 .c4_tit div{
    margin-top: -56px;
  }
}
@media screen and (max-width: 1024px) {
  .banner .slick-dots{
  bottom: 12px;
}
.banner .slick-dots li{
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
  .c4_list{
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .content5 .bksjyjx .c5_tit p {
    font-size: 24px;
    line-height: 60px;
    text-align: left;
  }
  .content5 .bksjyjx .c5_tit p::before {
    font-size: 28px;
    bottom: 15px;
    left: 0;
    transform: translateX(0);
  }
  .content5 .bksjyjx{
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .content5 .yjsgl{
    float: none;
    width: 100%;
  }
  .content5 .yjsgl .c5_tit p {
    font-size: 24px;
    line-height: 60px;
    text-align: left;
  }
  .content5 .yjsgl .c5_tit p::before {
    font-size: 28px;
    bottom: 15px;
    left: 0;
    transform: translateX(0);
  }
  .content5 .content5_list{
    padding-top: 0;
  }
  .content5 .content5_list ul li::before{
    width: 4px;
    height: 4px;
    margin-top: -2px;
  }
  .content5 .content5_list ul li .title{
    font-size: 16px;
  }
  .content6 .kstd_bd ul{
      justify-content: unset;
  }
  .content6 .kstd_bd ul li{
    width: 20%;
  }
  .foot{padding: 24px 0;} 
}
@media screen and (max-width: 768px) {
  .content2 .c2_tit div{
    margin-right: 0;
  }
   .content6 .kstd_bd ul li{
    width: 25%;
  }
}
@media screen and (max-width: 600px) {
   .content6 .kstd_bd ul li{
    width: 33.3333%;
  }
}
