.banner_wrap .banner {
  min-width: 1200px;
}
.banner_wrap .banner .swiper-slide {
  height: 500px;
  background-image: url(../images/banner.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner_wrap .banner .swiper-pagination span {
  width: 14px;
  height: 11px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: 0.6s;
  border-radius: 0;
  opacity: 1;
}
.banner_wrap .banner .swiper-pagination span.swiper-pagination-bullet-active {
  width: 38px;
  background-color: #fff;
}
.banner_wrap .banner .swiper-button-next,
.banner_wrap .banner .swiper-button-prev {
  width: 71px;
  height: 71px;
  background: url("../images/banner_left_btn.png") no-repeat center;
  opacity: 1;
  left: 10%;
}
.banner_wrap .banner .swiper-button-next {
  background-image: url(../images/banner_right_btn.png);
  left: auto;
  right: 10%;
}
.notice_wrap .w1200 {
  position: relative;
  height: 80px;
}
.notice_wrap .w1200 > .w1200 > .flex-box {
  overflow: hidden;
}
.notice_wrap .w1200 .bg {
  position: absolute;
  left: -96px;
  width: 1660px;
  background: url("../images/notice_bg.jpg") center no-repeat;
  height: 80px;
  float: right;
  z-index: -1;
}
.notice_wrap .w1200 .flex-box {
  overflow: hidden;
}
.notice_wrap .w1200 .col_name {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #ffffff;
  line-height: 69px;
  margin-left: 73px;
  margin-right: 40px;
}
.notice_wrap .w1200 ul {
  height: 80px;
  color: #fff;
}
.notice_wrap .w1200 ul li a {
  width: 780px;
  display: flex;
  justify-content: space-between;
}
.notice_wrap .w1200 ul li a p.title {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #ffffff;
  line-height: 72px;
  max-width: 641px;
}
.notice_wrap .w1200 ul li a p.time {
  line-height: 72px;
  font-size: 14px;
  color: #ffffff;
}
.notice_wrap .w1200 a.more {
  line-height: 72px;
  font-size: 14px;
  color: #ffffff;
  margin-left: 135px;
}
.common_title_wrap {
  text-align: center;
  margin: 52px auto 50px;
}
.common_title_wrap .common_title {
  display: inline-block;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 1px;
  color: #333333;
}
.common_title_wrap .common_title h5 {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 1px;
  color: #333333;
}
.common_title_wrap .common_title h5 img {
  vertical-align: -5px;
  margin-right: 10px;
}
.news_wrap {
  padding-bottom: 50px;
}
.news_wrap ul {
  justify-content: space-between;
  flex-wrap: wrap;
}
.news_wrap ul li {
  margin-bottom: 30px;
}
.news_wrap ul li:hover p.title {
  color: #fd6628 !important;
}
.news_wrap ul li:nth-child(-n+2) {
  width: 580px;
  height: 498px;
  background-color: #ffffff;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px;
}
.news_wrap ul li:nth-child(-n+2) .img_box img {
  vertical-align: middle;
  width: 524px;
  height: 324px;
  object-fit: cover;
}
.news_wrap ul li:nth-child(-n+2) p.title {
  font-size: 18px;
  line-height: 1;
  margin: 18px auto 15px;
  letter-spacing: 1px;
  color: #333333;
}
.news_wrap ul li:nth-child(-n+2) p.detail {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #666666;
}
.news_wrap ul li:nth-child(-n+2) p.time {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
  margin: 18px auto 0;
}
.news_wrap ul li:nth-child(-n+2) p.time:before,
.news_wrap ul li:nth-child(-n+2) p.time:after {
  content: '';
  display: inline-block;
  width: 197px;
  height: 1px;
  background-color: #dddddd;
  vertical-align: 5px;
  margin-right: 36px;
}
.news_wrap ul li:nth-child(-n+2) p.time:after {
  margin-right: 0;
  margin-left: 36px;
}
.news_wrap ul li:nth-child(n+3) {
  width: 580px;
  height: 128px;
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.05);
}
.news_wrap ul li:nth-child(n+3) a {
  display: flex;
}
.news_wrap ul li:nth-child(n+3) a .time {
  position: relative;
  width: 110px;
  height: 121px;
  background-color: #fd6628;
  transform: translateY(-10px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
  text-align: center;
}
.news_wrap ul li:nth-child(n+3) a .time:after {
  content: '';
  display: block;
  position: absolute;
  border-width: 5px 3px;
  border-color: transparent transparent #e64b0c #e64b0c;
  border-style: solid;
  right: -6px;
  top: 0;
}
.news_wrap ul li:nth-child(n+3) a .time .day {
  font-size: 36px;
  line-height: 24px;
  letter-spacing: 2px;
  color: #ffffff;
  margin-bottom: 15px;
}
.news_wrap ul li:nth-child(n+3) a .time .y_m {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #ffffff;
}
.news_wrap ul li:nth-child(n+3) a .text {
  margin-left: 20px;
  padding-top: 28px;
  flex: 1;
}
.news_wrap ul li:nth-child(n+3) a .text p.title {
  max-width: 393px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 10px;
}
.news_wrap ul li:nth-child(n+3) a .text p.detail {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #666666;
}
.news_wrap .read_more {
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 1px;
  color: #ffffff;
  width: 162px;
  height: 40px;
  background-color: #cd2e2a;
  box-shadow: 0px 3px 13px 0px rgba(205, 46, 42, 0.5);
  border-radius: 20px;
  text-align: center;
  margin: 0 auto;
}
.picture .fg img {
  display: block;
  height: auto;
}
.picture .fg .img_box {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.picture .fg > div {
  float: left;
}
.picture .fg > div:first-child {
  width: 26.04166667%;
  height: 0;
  padding-bottom: 26.04166667%;
}
.picture .fg > div:nth-child(2) {
  width: 17.70833333%;
  height: 0;
  padding-bottom: 26.04166667%;
}
.picture .fg > div:nth-child(3),
.picture .fg > div:nth-child(4) {
  width: 28.125%;
}
.picture .fg > div:nth-child(3) .img_box,
.picture .fg > div:nth-child(4) .img_box {
  height: 0;
  padding-bottom: 46.2962963%;
}
.to720 {
  margin-top: 52px;
}
.to720 a {
  display: block;
  width: 1126px;
  height: 197px;
  margin: 0 auto;
}
.to720 a img {
  display: block;
  width: 100%;
  height: 100%;
}
.about_ny .wrap {
  width: 1200px;
  height: 440px;
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}
.about_ny .wrap .video_wrap {
  position: relative;
  width: 625px;
  height: 380px;
  cursor: pointer;
}
.about_ny .wrap .video_wrap:hover:after {
  content: '影像集';
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 176px;
  text-indent: 28px;
  font-size: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5) url("../images/icon_yxj.png") no-repeat 250px center;
  pointer-events: none;
  letter-spacing: 2px;
}
.about_ny .wrap ._r {
  margin-left: 30px;
  max-height: 384px;
  overflow: hidden;
}
.about_ny .wrap ._r video{
  display: none;
}
.about_ny .wrap ._r .school_meg p,.about_ny .wrap ._r #jj {
  margin-top: -4px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 1px;
  color: #333333;
  text-indent: 2em;
  -webkit-line-clamp: 12;
  text-align: justify;
}
.about_ny .wrap ._r .calender {
  width: 485px;
  height: 95px;
  background-color: #ffffff;
  border: solid 1px #fd6628;
  justify-content: space-between;
}
.about_ny .wrap ._r .calender .text {
  line-height: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 30px 10px 15px;
}
.about_ny .wrap ._r .calender .text p.title {
  font-size: 16px;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 12px;
  width: 280px;
}
.about_ny .wrap ._r .calender .text p.time,
.about_ny .wrap ._r .calender .text p.addr {
  font-size: 14px;
  letter-spacing: 1px;
  color: #999999;
  margin-top: 10px;
}
.about_ny .wrap ._r .calender .text p.time > img,
.about_ny .wrap ._r .calender .text p.addr > img {
  vertical-align: -3px;
  margin-right: 10px;
}
.about_ny .wrap ._r .calender .name {
  position: relative;
  width: 130px;
  height: 95px;
  background-color: #fd6628;
  font-size: 16px;
  line-height: 95px;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
}
.about_ny .wrap ._r .calender .name:before {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  display: block;
  border-width: 12px 10px;
  border-style: solid;
  border-color: transparent #fd6628 transparent transparent;
}
.profession {
  margin-top: 50px;
  padding-top: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 578px;
  background: url("../images/pro_bg.jpg") no-repeat center;
}
.profession .w1200 .common_title_wrap {
  margin: 0 auto 50px;
}
.profession .w1200 .common_title_wrap .common_title h5 {
  color: #fff;
}
.profession .w1200 ul {
  justify-content: space-between;
}
.profession .w1200 ul li {
  flex: 1;
  width: 190px;
  height: 400px;
  background-image: url(../images/pro1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  padding: 6px 0 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 10px;
  transition: 0.6s;
}
.profession .w1200 ul li a {
  width: 100%;
  height: 100%;
}
.profession .w1200 ul li:last-child {
  margin-right: 0;
}
.profession .w1200 ul li p.title {
  position: relative;
  width: 15px;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #fffefe;
}
.profession .w1200 ul li p.title:before,
.profession .w1200 ul li p.title:after {
  display: inline-block;
  transform: rotate(180deg);
  content: '';
  width: 18px;
  height: 6px;
  background: url("../images/icon_pro_title.png") no-repeat center;
}
.profession .w1200 ul li p.title:after {
  transform: rotate(0deg);
}
.profession .w1200 ul li:hover {
  flex-basis: 300px;
  padding: 23px 0 0 5px;
}
.profession .w1200 ul li:hover p.title {
  width: auto;
}
.profession .w1200 ul li:hover p.title:before,
.profession .w1200 ul li:hover p.title:after {
  vertical-align: 4px;
  transform: rotate(90deg);
}
.profession .w1200 ul li:hover p.title:after {
  transform: rotate(270deg);
}
.text_news {
  padding-bottom: 38px;
}
.text_news .w1200 {
  justify-content: space-between;
}
.text_news .w1200 .column {
  width: 580px;
}
.text_news .w1200 .column ul {
  margin-bottom: 44px;
  height: 414px;
}
.text_news .w1200 .column ul li {
  height: 118px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
.text_news .w1200 .column ul li:last-child {
  margin-bottom: 0;
}
.text_news .w1200 .column ul li img {
  object-fit: cover;
}
.text_news .w1200 .column ul li .text {
  padding: 14px 25px 18px;
}
.text_news .w1200 .column ul li .text p.title {
  height: 60px;
  font-size: 18px;
  letter-spacing: 0;
  color: #333333;
  line-height: 30px;
}
.text_news .w1200 .column ul li .text p.time {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
  margin: 6px auto 0;
}
.text_news .w1200 .column ul li .text p.time:before,
.text_news .w1200 .column ul li .text p.time:after {
  content: '';
  display: inline-block;
  width: 106px;
  height: 1px;
  background-color: #dddddd;
  vertical-align: 5px;
  margin-right: 20px;
}
.text_news .w1200 .column ul li .text p.time:after {
  margin-right: 0;
  margin-left: 20px;
}
.text_news .w1200 .column ul li:hover p.title {
  color: #fd6628;
}
.text_news .w1200 .column .read_more {
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 1px;
  color: #ffffff;
  width: 162px;
  height: 40px;
  background-color: #cd2e2a;
  box-shadow: 0px 3px 13px 0px rgba(205, 46, 42, 0.5);
  border-radius: 20px;
  text-align: center;
  margin: 0 auto;
}
.text_news .w1200 .mtgz p.title {
  height: 60px;
}
.text_news .w1200 .mtgz p.time:before,
.text_news .w1200 .mtgz p.time:after {
  width: 206px !important;
}
.yxny {
  padding-top: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 590px;
  background: url("../images/yx_bg.jpg") no-repeat center;
}
.yxny .common_title_wrap {
  margin-top: 0;
}
.yxny .w1200 {
  position: relative;
}
.yxny .swiper-container {
  width: 1110px;
}
.yxny .swiper-container .swiper-slide {
  width: 568px;
  height: 320px;
  background: url("../images/banner.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  cursor: pointer;
}
.yxny .swiper-container .swiper-slide:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5) url("../images/icon_video.png") no-repeat center;
  pointer-events: none;
}
.yxny .swiper-container .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.yxny .swiper-container .swiper-slide-active:after {
  background-color: rgba(0, 0, 0, 0.4);
}
.yxny .swiper-button-prev,
.yxny .swiper-button-next {
  width: 30px;
  height: 65px;
  background: url("../images/yx_btn_l.png") no-repeat center;
  left: 0;
  top: 200px;
  margin: 0;
}
.yxny .swiper-button-prev:focus,
.yxny .swiper-button-next:focus {
  outline: none;
}
.yxny .swiper-button-next {
  transform: rotate(180deg);
  left: auto;
  right: 0;
}
.yxny .read_more {
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 1px;
  color: #ffffff;
  width: 162px;
  height: 40px;
  background-color: #cd2e2a;
  box-shadow: 0px 3px 13px 0px rgba(205, 46, 42, 0.5);
  border-radius: 20px;
  text-align: center;
  margin: 40px auto 0;
}
