/* #region 初始化 */
* {
  margin: 0;
  padding: 0;
}

* {
  font-family: text;
}

a {
  text-decoration: none;
  color: #000000;
  display: block;
}

div,
a {
  box-sizing: border-box;
}

input {
  border: none;
  outline: none;
}

li {
  list-style: none;
}

.clearfloat {
  zoom: 1;
}

.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.flex_row {
  display: flex;
}

.flex_col {
  display: flex;
  flex-direction: column;
}

.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex_space_between {
  display: flex;
  justify-content: space-between;
}

.position_center-x {
  left: 50%;
  transform: translate(-50%);
}

.position_center-y {
  top: 50%;
  transform: translateY(-50%);
}

.cursor {
  cursor: pointer;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  display: block;
  /* image-rendering: -moz-crisp-edges;  
  image-rendering: -o-crisp-edges;     
  image-rendering: -webkit-optimize-contrast; 
  image-rendering: crisp-edges; 
  -ms-interpolation-mode: nearest-neighbor; */
}

.textone {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.texttwo {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.swiper-container {
  width: 100%;
}


/* #endregion */

/* #region  首页*/
.width {
  width: 1200px;
  margin: 0 auto;
}

.header {
  width: 100%;
  background: url(../images/hd_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  min-width: 1200px;
}

.header_top {
  height: 32px;
  border-bottom: 1px solid rgba(238, 238, 238, .35);
}

.header_top .width {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header_top a {
  font-size: 14px;
  color: #333333;
  margin-left: 46px;
  position: relative;
  transition: .1s;
}

.header_top a::after {
  content: '';
  position: absolute;
  right: -23px;
  top: 50%;
  transform: translateY(-50%);
  height: 12px;
  border-right: 1px solid #92bdd3;
}

.header_top a:last-of-type::after {
  display: none;
}

.header_top a:hover {
  opacity: .85;
}

.header_main {
  height: 132px;
  display: flex;
  align-items: center;
}

.header_right {
  display: flex;
  align-items: center;
  margin-left: auto;
  font-size: 14px;
  color: #333333;
  text-align: center;
}

.header_right div {
  margin-left: 35px;
}

.header_right i {
  display: block;
  background: #fff;
  width: 85px;
  height: 85px;
  padding: 5px;
  margin: 0 auto;
}

.header_right img {
  width: 100%;
  height: 100%;
}

.header_right span {
  display: block;
  margin-top: 5px;
}

.nav {
  min-width: 1200px;
  background: #0782c5;
}

.nav .width {
  display: flex;
  justify-content: space-between;
}

.nav_href {
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  font-size: 16px;
  color: #ffffff;
  transition: .1s;
}

.nav_href div {
  margin-left: 5px;
}

.nav_href img {
  width: 8px;
  transition: .1s;
}

.nav_href img:nth-of-type(2) {
  display: none;
}

.nav_active,
.nav_href:hover {
  color: #ffb537;
}

.nav_active img:nth-of-type(1),
.nav_href:hover img:nth-of-type(1) {
  display: none;
}

.nav_active img:nth-of-type(2),
.nav_href:hover img:nth-of-type(2) {
  display: block;
}

.nav_item {
  position: relative;
}

.nav_select {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  background: #fff;
  width: 135px;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  display: none;
  z-index: 50;
}

.nav_select a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 53px;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 18px;
  transition: .1s;
}

.nav_select a:hover {
  color: #ffb537;
}

.banner {
  position: relative;
  min-width: 1200px;
}

.banner .swiper-slide img {
  width: 100%;
}

.banner_dot {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 10;
}

.banner_dot span {
  width: 14px;
  height: 14px;
  background: #fff;
  opacity: .33;
  transition: .1s;
  margin: 0 8px;
}

.banner_dot .swiper-pagination-bullet-active {
  opacity: 1;
}

.notice {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
}

.notice .width {
  display: flex;
  align-items: center;
}

.notice_left {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #989898;
}

.notice_left img {
  width: 22px;
  margin-right: 7px;
}

.notice_right {
  flex: 1;
  overflow: hidden;
  height: 58px;
}

.notice_right .notice_list {
  line-height: 58px;
  font-size: 16px;
  color: #333333;
  text-align: center;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index1 {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.index1_left {
  width: 513px;
}

.index1_bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.index1_bottom a {
  width: 248px;
  height: 133px;
  border-bottom: 2px solid #e5b237;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #333333;
  transition: .1s;
}

.index1_bottom img {
  margin-right: 16px;
}

.index1_bottom a:last-of-type {
  border-color: #19538a;
}

.index1_bottom a:hover {
  opacity: .8;
}

.index1_right {
  width: 665px;
}

.index1_card {
  border: 1px solid #e5e5e5;
  padding: 22px 22px 26px 22px;
  margin-bottom: 19px;
}

.index1_card:last-of-type {
  margin-bottom: 0;
}

.index1_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 3px;
}

.index1_title div {
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #19538a;
  line-height: 1;
}

.index1_title img {
  margin-right: 10px;
}

.index1_card li {
  margin-top: 20px;
}

.index1_card li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #999999;
}

.index1_card li h3 {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 10px;
  font-size: 16px;
  color: #666666;
  font-weight: normal;
  transition: .1s;
}

.index1_card li a:hover h3 {
  color: #0782c5;
}

.index2 {
  display: flex;
  margin-top: 43px;
}

.index2_col {
  width: 372px;
  margin-right: 42px;
}

.index2_col:last-of-type {
  margin-right: 0;
}

.index2_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 22px;
  color: #19538a;
  line-height: 1;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

.index2_title div {
  display: flex;
  align-items: center;
}

.index2_title img {
  margin-right: 8px;
}

.index2_list {
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #999999;
  transition: .1s;
}

.index2_list h3 {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #666666;
  font-weight: normal;
}

.index2_col li {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
}

.index2_list a {
  width: 77px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #999999;
  border-radius: 30px;
  border: 1px solid #e5e5e5;
  transition: .1s;
}

.index2_col a.index2_list:hover h3 {
  color: #0782c5;
}

.index2_list a:hover {
  color: #0782c5;
}

.index3 {
  margin-top: 37px;
  color: #fff;
  position: relative;
}

.index3 img {
  width: 100%;
}

.index3_title {
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 1;
}

.index3_list {
  position: absolute;
  right: 33px;
  bottom: 16px;
  line-height: 1;
  font-size: 18px;
}

.index3_list a {
  color: #fff;
  margin-left: 20px;
  transition: .1s;
}

.index3_list a:hover {
  opacity: .85;
}

.index4 {
  background: #f2f2f2;
  padding: 20px 22px 33px 22px;
  margin-top: 36px;
}

.index4 ul {
  display: flex;
  margin-top: 33px;
}

.index4 li {
  width: 280px;
  margin-right: 12px;
  text-align: center;
}

.index4 li:last-of-type {
  margin-right: 0;
}

.index4_t1 {
  font-size: 18px;
  color: #040404;
}

.index4_t2 {
  font-size: 16px;
  color: #7c7c7c;
  margin-top: 4px;
}

.index4 li img {
  width: 100%;
  margin-top: 14px;
}

.index5_dot {
  display: flex;
  margin-left: auto;
}

.index5_dot img {
  width: 42px;
  height: 42px;
  margin: 0;
}

.index5_dot div {
  margin-left: 18px;
  cursor: pointer;
  outline: none;
  transition: .2s;
}

.index5_dot div:hover {
  opacity: .75;
}

.index5 .index2_title {
  padding: 0;
  margin-top: 43px;
  border-bottom: none;
}

.index5 .swiper-container {
  margin-top: 13px;
}

.index5 .swiper-slide div {
  border: 1px solid #cfcdcb;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index5 .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}

.index5 {
  margin-bottom: 75px;
}

.footer {
  height: 261px;
  background: url(../images/footer_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  min-width: 1200px;
  display: flex;
  align-items: center;
}

.footer .width {
  display: flex;
  align-items: center;
}

.footer_left {
  width: 630px;
  border-right: 2px solid #fff;
  display: flex;
  justify-content: flex-end;
  padding-right: 77px;
}

.footer_right {
  font-size: 16px;
  color: #fff;
  padding-left: 65px;
  line-height: 1.905;
}

.footer_right a {
  display: inline;
  color: #fff;
}

.gotop {
  position: fixed;
  right: 4.68%;
  bottom: 45px;
  width: 81px;
  height: 58px;
  border-radius: 10px;
  background: rgba(0, 0, 0, .6);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .2s;
  z-index: 99;
}

.gotop:hover {
  opacity: .85;
}

.index1_swpier {
  position: relative;
}


.index1_prev,
.index1_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  transition: .2s;
  outline: none;
}

.index1_prev img,
.index1_next img {
  width: 42px;
  height: 42px;
}

.index1_prev {
  left: 26px;
}

.index1_next {
  right: 26px;
}

.index1_prev:hover,
.index1_next:hover {
  opacity: .85;
}

#index_popup {
  position: fixed;
  left: 50px;
  top: 50px;
  z-index: 999;
}

#popup_close {
  position: absolute;
  left: 100%;
  top: -26px;
  margin-left: 2px;
  cursor: pointer;
}

/* #endregion */

/* #region  内页*/
.se_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 22px;
  border-bottom: 1px solid #e5e5e5;
}

.se_title {
  width: 183px;
  height: 37px;
  background: url(../images/se_title.png) no-repeat;
  background-size: 100% 100%;
  font-size: 20px;
  color: #fff;
  line-height: 37px;
  padding-left: 66px;
  position: relative;
  top: 1px;
}

.se_bt {
  display: flex;
  font-size: 14px;
  color: #777777;
}

.se_bt a {
  color: #777777;
  transition: .1s;
}


.se_bt span {
  margin: 0 4px;
}

.se_bt a:hover {
  color: #0782c5;
}

.se_ul li {
  border-bottom: 1px dashed #e5e5e5;
}

.se_ul a {
  line-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  color: #999999;
  font-size: 14px;
}

.se_ul h3 {
  font-size: 16px;
  color: #666666;
  font-weight: normal;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 10px;
  transition: .1s;
}


.se_ul a:hover h3 {
  color: #0782c5;
}

.se_page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 44px;
  margin-bottom: 75px;
}

.se_page a {
  min-width: 28px;
  height: 28px;
  border: 1px solid #e5e5e5;
  margin: 0 4px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #0782c5;
  transition: .2s;
}

.se_page a:hover,
.se_page .page_active {
  background: #0782c5;
  color: #fff;
}

.se_page a:first-of-type {
  background: url(../images/page_left.png) no-repeat;
  background-size: 6px auto;
  background-position: center center;
}

.se_page a:last-of-type {
  background: url(../images/page_right.png) no-repeat;
  background-size: 6px auto;
  background-position: center center;
}

.map {
  width: 100%;
  height: 505px;
  margin-top: 27px;
  margin-bottom: 116px;
}

.map img {
  width: 100%;
}

.se_ul2 li {
  height: 61px;
  border-bottom: 1px dashed #e5e5e5;
  display: flex;
  align-items: center;
  padding: 0 17px 0 8px;
}

.download_title {
  display: flex;
  align-items: center;
  flex: 1;
  overflow: hidden;
  padding-right: 10px;
}

.download_title img {
  width: 16px;
  margin-right: 9px;
}

.download_title h3 {
  font-size: 16px;
  color: #666666;
  font-weight: normal;
}

.download_time {
  font-size: 14px;
  color: #999999;
}

.se_ul2 li a {
  width: 100px;
  height: 36px;
  border-radius: 18px;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #999999;
  margin-left: 58px;
  transition: .1s;
}

.se_ul2 li a:hover {
  color: #0782c5;
}

.education_main {
  background: #f2f2f2;
  padding-bottom: 58px;
}

.education_row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 20px;
}

.education_left {
  width: 182px;
}

.education_left a {
  width: 100%;
  height: 60px;
  border-left: 3px solid #bfbfbf;
  margin-bottom: 6px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 17px 0 20px;
  transition: .1s;
}

.education_left h2 {
  font-size: 18px;
  color: #000000;
  font-weight: normal;
  transition: .1s;
}

.education_left img:nth-of-type(2) {
  display: none;
}

.education_left a:hover,
.education_left .education_active {
  border-color: #0782c5;
}

.education_left a:hover h2,
.education_active h2 {
  color: #0782c5;
}

.education_left a:hover img:nth-of-type(1),
.education_active img:nth-of-type(1) {
  display: none;
}

.education_left a:hover img:nth-of-type(2),
.education_active img:nth-of-type(2) {
  display: block;
}


.education_right {
  background: #fff;
  width: 994px;
  padding-bottom: 40px;
}

.education_right li {
  border-bottom: 1px dashed #e5e5e5;
}

.education_right li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 62px;
  padding: 0 32px;
}

.education_right li h3 {
  font-size: 16px;
  color: #666666;
  font-weight: normal;
  transition: .1s;
}

.education_right li span {
  font-size: 14px;
  color: #999999;
}

.education_right li a:hover h3 {
  color: #0782c5;
}

.education_right .se_page {
  margin-bottom: 0;
}

.education_show {
  padding: 28px 28px 38px 28px;
}

.education_title {
  font-size: 24px;
  color: #333333;
  text-align: center;
  font-weight: normal;
}

.education_time {
  font-size: 14px;
  color: #999999;
  text-align: center;
  margin-top: 6px;
}

.education_time span {
  margin: 0 15px;
}

.education_text {
  font-size: 14px;
  color: #333333;
  line-height: 2;
  margin-top: 20px;
}

.education_text img {
  max-width: 100%;
  display: inline;
}

.education_page {
  padding: 8px 28px 0 28px;
  border-top: 1px solid #e5e5e5;
}

.education_page a {
  font-size: 14px;
  color: #747373;
  margin-top: 22px;
  transition: .1s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.education_page a:hover {
  color: #0782c5;
}

.news_show {
  padding: 35px 0 88px 0;
}

.news_show .education_page {
  padding-left: 0;
  padding-right: 0;
  margin-top: 40px;
}

.news_show .education_text {
  margin-top: 24px;
}

.survey {
  font-size: 16px;
  color: #333333;
  line-height: 2;
  padding: 25px 0 75px 0;
}

.index5_popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  z-index: 99999;
  display: none;
}

.index5_popup .swiper-container {
  width: 100%;
  height: 100%;
}

.index5_popup .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.index5_popup .swiper-slide img {
  width: 700px;
}

.index5_page {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}

/* #endregion */

/* #region  修改*/
.index2_title>img,
.index1_title>img {
  transition: .2s;
}

.index2_title:hover>img,
.index1_title:hover>img {
  transform: translateX(10px);
}

.map {
  position: relative;
}

.map_card {
  position: absolute;
  width: 300px;
  padding: 28px;
  border-radius: 5px;
  box-shadow: 0px 2px 9px 0px rgba(167, 167, 167, 0.55);
  color: #333333;
  left: 666px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  background: #fff;
}

.map_ct1 {
  font-size: 20px;
  font-weight: bold;
}

.map_ct2 {
  font-size: 16px;
  line-height: 1.874;
  margin-top: 10px;
}

/* #endregion */

/* #region  */

/* #endregion */