/* home */
.banner {
  position: relative;
  overflow: hidden;
}

.banner .swiper-slide {
  position: relative;
}

.banner .swiper-slide .tit {
  position: absolute;
  bottom: 27px;
  z-index: 2;
  width: 100%;
  left: 0;
  color: #fff;
}
.banner .swiper-slide .show-xs img {
  height: 250px;
}

.banner .swiper-slide::after {
  content: "";
  width: 100%;
  padding: 45px 0;
  background: rgba(255, 255, 255, 0.04);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.banner .dot .swiper-pagination {
  position: absolute;
  width: 100%;
  max-width: 1500px;
  bottom: 28px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  text-align: right;
}

.banner .dot .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  position: relative;
  background: transparent;
  margin: 0 5px;
  opacity: 1;
  cursor: pointer;
}

.banner .dot .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  left: 50%;
  top: 50%;
  margin-left: -2px;
  margin-top: -2px;
  background: #fff;
  border-radius: 50%;
}

.banner .dot .swiper-pagination .ui-loop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  /*opacity: 0;*/
  transition: all .3s;
}

.banner .dot .swiper-pagination .ui-loop svg {
  position: absolute;
  left: 0;
  top: 0;
  transition: all .3s;
}

.banner .dot .swiper-pagination .swiper-pagination-bullet .ui-loop {
  opacity: 0;
}

.banner .dot .swiper-pagination .swiper-pagination-bullet-active .ui-loop {
  opacity: 1;
}

.banner .dot .swiper-pagination .ui-loop .path-loop-bg {
  fill: none;
  width: 100%;
  height: 100%;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  opacity: 0;
}

.banner .dot .swiper-pagination .ui-loop .path-loop {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  opacity: 0;
  transition: opacity .3s 1s;
}

.banner .dot .swiper-pagination .swiper-pagination-bullet-active .ui-loop .path-loop-bg {
  opacity: .2;
}

.banner .dot .swiper-pagination.swiper-pagination span.swiper-pagination-bullet-active .ui-loop {
  opacity: 1;
}

.banner .dot .swiper-pagination.swiper-pagination span.swiper-pagination-bullet-active .path-loop {
  opacity: 1;
}

.banner .jt {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  background-size: 18px;
  transition: all ease .5s;
}

.banner .swiper-button-prev {
  left: -100%;
}

.banner .swiper-button-next {
  right: -100%;
}

.banner:hover .swiper-button-prev {
  left: 72px;
}

.banner:hover .swiper-button-next {
  right: 72px;
}

/* section1 */
.more {
  width: 120px;
  height: 40px;
  border: 1px solid #0A498D;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  color: #0A498D;
  transition: all ease .3s;
}

.more:hover {
  background: #0A498D;
  color: #fff;
}

.sec_type {
  padding: 20px 0;
}

.section1 {
  /* notice */
}

.section1 .sec_type .cat img {
  margin-right: 17px;
  margin-top: 6px;
}

.section1 .focus {
  position: relative;
}

.section1 .focus .pimg {
  height: 310px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section1 .focus .info .tit {
  margin: 10px 0;
}

.section1 .focus .info .desc {
  line-height: 24px;
  max-height: 96px;
  overflow: hidden;
  margin: 15px 0;
  color: #999;
  -webkit-line-clamp: 4;
}

.section1 .focus .info .date span {
  color: #01438A;
}

.section1 .focus .jt {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #01438A;
  border-radius: 50%;
  background: none;
  transition: all ease .3s;
}

.section1 .focus .jt i {
  color: #01438A;
}

.section1 .focus .jt.swiper-button-prev {
  left: 0;
}

.section1 .focus .jt:hover {
  background: #01438A;
  color: #fff;
}

.section1 .focus .jt:hover i {
  color: #fff;
}

.section1 .dot {
  position: absolute;
  bottom: 33px;
  width: 100%;
}

.section1 .dot .dot_jt {
  width: 105px;
  position: relative;
  left: 10px;
}

.section1 .hotlist .item {
  padding-bottom: 25px;
  border-bottom: 1px solid #E6E6E6;
}

.section1 .hotlist .item .date {
  width: 66px;
  flex-shrink: 0;
  margin-right: 22px;
  text-align: center;
  color: #01438A;
}

.section1 .hotlist .item .date .day {
  margin-bottom: 2px;
}

.section1 .hotlist .item .info {
  line-height: 27px;
  max-height: 54px;
}

.section1 .notice .sec_type {
  background: #1552a8 url(../img/bg_type.jpg) no-repeat right center;
  background-size: cover;
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
}

.section1 .notice .sec_type .more {
  color: #fff;
  border-color: #fff;
}

.section1 .notice .sec_type .more:hover {
  background: #fff;
  color: #01438A;
}

.section1 .notice .list {
  background: url(../img/bg_tz.jpg) no-repeat right bottom;
  border: 1px solid #E1E2E6;
  box-shadow: 0px 10px 14px 2px rgba(204, 204, 204, 0.1);
  padding: 19px 20px 30px 20px;
}

.section1 .notice .list li {
  padding: 24px 0 20px;
  border-bottom: 1px solid #E6E6E6;
  position: relative;
}

.section1 .notice .list li .tit {
  line-height: 27px;
  height: 52px;
}

.section1 .notice .list li .time {
  color: #666;
  margin-top: 12px;
}

.section1 .notice .list li::before {
  content: "";
  width: 4px;
  height: 0;
  position: absolute;
  left: -20px;
  transition: all ease .3s;
  top: 50%;
  transform: translateY(-50%);
  background: #1552A8;
}

.section1 .notice .list li:hover::before {
  height: 100%;
}

/* section2 */
.section2 {
  background: #F6F7FB;
}

.section2 .sec_type {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 30px;
}

.section2 .tab_news .sec_type {
  margin-bottom: 15px;
}

.section2 .tab_news .sec_type .a2 {
  display: none;
}

.section2 .tab_news .sec_type li {
  margin-right: 32px;
  color: #999;
  position: relative;
  cursor: pointer;
}

.section2 .tab_news .sec_type li::after {
  content: "";
  width: 0;
  height: 8px;
  background: #01438A;
  position: absolute;
  left: 50%;
  bottom: -21px;
  transform: translateX(-50%);
}

.section2 .tab_news .sec_type li.on {
  color: #01438A;
}

.section2 .tab_news .sec_type li.on::after {
  width: 64px;
}

.section2 .tab_news .list .item {
  background: #fff;
  padding: 25px 24px;
  overflow: hidden;
  position: relative;
}

.section2 .tab_news .list .item .date .time {
  margin-top: 6px;
}

.section2 .tab_news .list .item .tit {
  margin: 25px 0;
}

.section2 .tab_news .list .item hr {
  background: #efefef;
  height: 1px;
  display: block;
  margin: 14px 0;
}

.section2 .tab_news .list .item .desc {
  line-height: 24px;
  height: 72px;
  color: #999;
  -webkit-line-clamp: 3;
}

.section2 .tab_news .list .item .box2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  visibility: hidden;
  transition: .5s;
  transform: translateY(101%);
}

.section2 .tab_news .list .item .box2 .date {
  background: #01438A;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 22;
  color: #fff;
  padding: 10px 15px;
  text-align: center;
}

.section2 .tab_news .list .item .box2 .date .time {
  margin-top: 2px;
}

.section2 .tab_news .list .item .box2 .bimg .pimg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section2 .tab_news .list .item .box2 .cont {
  background: rgba(0, 0, 0, 0.68);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  padding: 15px 20px;
}

.section2 .tab_news .list .item .box2 .cont .tit2 {
  color: #fff;
}

.section2 .tab_news .list .item:hover {
  background: #fff;
  box-shadow: 0px 3px 24px 0px rgba(4, 38, 103, 0.2);
}

.section2 .tab_news .list .item:hover .box2 {
  z-index: 2;
  visibility: visible;
  transform: translateY(0);
}

.section2 .xuesu .xs_img {
  height: 220px;
  overflow: hidden;
}

.section2 .xuesu .xs_img .pimg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section2 .xuesu .xs_cont {
  background: #fff;
  padding: 10px 24px;
}

.section2 .xuesu .xs_cont li {
  padding: 18px 0;
  border-bottom: 1px solid #E6E6E6;
}

.section2 .xuesu .xs_cont li .xs_cat {
  width: 73px;
  height: 34px;
  background: url(../img/bg_jz.png) no-repeat left top;
  color: #fff;
  text-align: center;
  padding-top: 2px;
}

.section2 .xuesu .xs_cont li .item_tit {
  line-height: 27px;
  height: 52px;
  margin: 10px 0;
  transition: all ease .3s;
}

.section2 .xuesu .xs_cont li .item_date {
  color: #999;
}

.section2 .xuesu .xs_cont li .item_date span {
  margin-right: 25px;
}

.section2 .xuesu .xs_cont li .item_date span i {
  margin-right: 6px;
  font-size: 18px;
}

.section2 .xuesu .xs_cont li:hover .item_tit {
  font-weight: bold;
  color: #0A498D;
}

.section2 .xuesu .xs_cont li:last-child {
  border-bottom: 0;
}

/* section3 */
.section3 .sec_type {
  margin-bottom: 15px;
}

.section3 .item {
  text-align: center;
}

.section3 .item .pimg2 {
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.section3 .item .tit {
  margin: 15px 0;
}

.section3 .swiper-wrapper {
  padding-bottom: 25px;
}

.section3 .swp_dot {
  height: 30px;
  position: relative;
}

.section3 .swp_dot .jt,
.section3 .swp_dot .swiper-pagination {
  position: unset;
  background: none;
  height: auto;
  margin: 0 5px;
}

.section3 .swp_dot .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.section3 .swp_dot .jt i {
  font-size: 22px;
  color: #6b6b6b;
}

.section3 .swp_dot .jt:hover i {
  color: #01438A;
}

/* subpage */
.ny_slide {
  height: 512px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  color: #fff;
}

.ny_slide .wp {
  height: 100%;
}

.ny_slide .tit {
  font-weight: bold;
}

.ny_slide .desc {
  line-height: 27px;
  margin: 20px 0 65px;
  max-width: 1000px;
}

/* main */
.main {
  padding: 45px 0;
  overflow: hidden;
  /* list_news */
}

.main .wp {
  width: 100%;
}

.main .side {
  width: 320px;
  position: sticky;
  top: 0;
  float: left;
  margin-right: 64px;
  background: #F6F7FB;
  border-bottom: 8px solid #01438A;
}

.main .side .side_cont {
  padding: 30px 32px;
}

.main .side .side_tit {
  padding: 20px 32px;
  background: #01438A;
  color: #fff;
}

.main .side .side_tit.side_tit2 {
  background: #01438A url(../img/bg_cat.png) no-repeat right 22px top;
}

.main .side .side_ul {
  margin-bottom: 45px;
}

.main .side .side_ul li {
  padding: 18px 0;
  border-bottom: 1px solid #D8D8D8;
  padding-left: 17px;
  background: url(../img/i_dot.png) no-repeat left top 25px;
  position: relative;
}

.main .side .side_ul li::after {
  content: "";
  width: 6px;
  height: 0;
  position: absolute;
  right: -32px;
  top: 50%;
  transform: translateY(-50%);
  background: #01438A;
  transition: all ease .3s;
}

.main .side .side_ul li a {
  color: #3D3D3D;
}

.main .side .side_ul li:hover a, .main .side .side_ul li.on a {
  color: #01438A;
}

.main .side .side_ul li:hover::after, .main .side .side_ul li.on::after {
  height: 35px;
}

.main .side .side_ul li .v1 i {
  cursor: pointer;
}

.main .side .side_ul li .v1.on {
  color: #01438A;
}

.main .side .side_ul li .v1.on a {
  color: #01438A;
}

.main .side .side_ul li .v1.on i:before {
  content: "\e643";
}

.main .side .side_ul li .v2 {
  display: none;
  padding: 8px 0 0 0;
  margin-bottom: -6px;
}

.main .side .side_ul li .v2 dd {
  font-size: 15px;
  height: 45px;
  border-bottom: 1px solid #eee;
  line-height: 45px;
}

.main .side .side_ul li .v2 dd:last-child {
  border-bottom: 0;
}

.main .side .side_ul li .v2 dd a {
  color: #666;
}

.main .side .side_ul li .v2 dd:hover a {
  color: #01438A;
}

.main .side .side_news {
  margin-top: 26px;
}

.main .side .side_news .side_type {
  padding: 18px 0 10px;
  border-bottom: 1px solid #D8D8D8;
}

.main .side .side_news .list1 li {
  padding: 18px 0;
}

.main .side .side_news .list1 li .tit {
  font-weight: bold;
}

.main .side .side_news .list1 li .desc {
  line-height: 20px;
  max-height: 40px;
  color: #666;
  margin: 12px 0 8px;
}

.main .side .side_news .list1 li .time {
  color: #999;
}

.main .contbox {
  width: calc(100% - 384px);
  float: right;
}

.main .contbox .crumbs {
  padding-bottom: 24px;
  border-bottom: 1px solid #E1E2E5;
  color: #666;
}

.main .contbox .crumbs a {
  color: #666;
}

.main .contbox .crumbs a:hover {
  color: #01438A;
}

.main .contbox .crumbs span {
  color: #01438A;
}

.main .contbox .pagebox .page_tit {
  padding: 35px 0;
  font-weight: bold;
}

.main .contbox .pagebox .page_cont {
  line-height: 36px;
}

.main .list_news {
  margin-top: -15px;
}

.main .list_news li {
  padding: 25px 0;
  border-bottom: 1px dashed #D8D8D8;
}

.main .list_news li .date {
  width: 60px;
  flex-shrink: 0;
  text-align: center;
  color: #01438A;
  margin-right: 15px;
}

.main .list_news li .date .time {
  font-size: 12px;
  margin-top: -5px;
}

/* pages */
.pages {
  padding: 40px 0;
}

.pages li {
  vertical-align: middle;
  margin: 0 5px;
}

.pages li i {
  vertical-align: middle;
}

.pages li a {
  display: block;
  color: #999;
  border-radius: 2px;
  margin: 0 10px;
  height: 40px;
  border-radius: 2px;
  display: inline-flex;
  line-height: 40px;
  align-items: center;
  justify-content: center;
}

.pages li:hover a, .pages li.on a {
  color: #3D3D3D;
}

.pages li.prev a, .pages li.next a {
  width: 40px;
  border: 1px solid #E5E5E5;
}

.pages li.prev:hover a, .pages li.next:hover a {
  border-color: #01438A;
  color: #01438A;
}
.pages li span {
  display: block;
  color: #999;
  border-radius: 2px;
  margin: 0 10px;
  height: 40px;
  border-radius: 2px;
  display: inline-flex;
  line-height: 40px;
  align-items: center;
  justify-content: center;
}

.pages li:hover span, .pages li.on span {
  color: #3D3D3D;
}

.pages li.prev span, .pages li.next span {
  width: 40px;
  border: 1px solid #E5E5E5;
}

/* show */
.newsbox {
  padding: 35px 0 15px;
}

.newsbox .news_tit {
  text-align: center;
}

.newsbox .news_attr {
  margin: 15px 0;
  color: #999;
}

.newsbox .news_attr span {
  margin: 0 10px;
}

.newsbox .news_cont {
  line-height: 36px;
  padding-bottom: 25px;
}

.newsbox .sxp {
  margin-top: 25px;
  border-top: 1px solid #E1E2E5;
  padding: 25px 0 0 0;
  margin: 15px 0;
  color: #666;
}

.newsbox .sxp a {
  color: #666;
}

.newsbox .sxp li {
  margin: 15px 0;
}

.newsbox .sxp li:hover a {
  color: #01438A;
}

.sort {
  padding: 45px 0 25px;
  color: #999;
}

.sort .label {
  width: 95px;
  flex-shrink: 0;
  font-weight: bold;
  color: #333;
}

.sort a {
  margin: 0 2px 4px 2px;
  height: 28px;
  line-height: 28px;
  width: 52px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  transition: all ease .3s;
}

.sort a.on, .sort a:hover {
  background: #01438A;
  color: #fff;
}

.team .item .pic {
  overflow: hidden;
}

.team .item .pimg2 {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.team .item .tit {
  margin: 10px 0 4px;
}

.team .item .desc {
  color: #666;
}

.teamInfo .team1 {
  padding: 35px 0;
}

.teamInfo .team1 .team_img {
  margin-right: 32px;
}

.teamInfo .team1 .team_info .tit {
  margin-bottom: 25px;
}

.teamInfo .team1 .team_info .attr p {
  margin-top: 15px;
}

.teamInfo .team2 .tab_ul {
  background: #F6F7FB;
  color: #999;
}

.teamInfo .team2 .tab_ul li {
  height: 64px;
  line-height: 64px;
  padding: 0 32px;
  cursor: pointer;
}

.teamInfo .team2 .tab_ul li.on {
  background: #01438A;
  color: #fff;
  font-weight: bold;
}

.teamInfo .team2 .tablist {
  padding: 25px 0;
}

.teamInfo .team2 .tablist .itembox {
  line-height: 36px;
  color: #3D3D3D;
  display: none;
}

/* footer */
.footer {
  clear: both;
  background: url(../img/bg_ft.png) no-repeat right top;
  background-size: cover;
  padding: 50px 0 0 0;
  color: #fff;
}

.footer .ft1 {
  position: relative;
  padding: 0 55px;
}

.footer .item {
  text-align: center;
}

.footer .item .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.footer .item .tit {
  margin: 12px 0;
  font-size: 14px;
  color: #fff;
}

.footer .item:hover .tit {
  color: rgba(255, 255, 255, 0.8);
}

.footer .ft2 {
  padding-bottom: 6.5vw;
  margin-top: 35px;
}

.footer .ft2 .ft2_left {
  width: 35%;
  flex-shrink: 0;
}

.footer .ft2 .links {
  margin-top: 20px;
  position: relative;
}

.footer .ft2 .links .link_tit {
  padding: 0 25px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  background: url(../img/icon_xjt.png) no-repeat right 15px center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
}

.footer .ft2 .links .link_list {
  position: absolute;
  top: 40px;
  width: 100%;
  left: 0;
  display: none;
  background: #0A498D;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 15px;
  border-radius: 10px;
}

.footer .ft2 .links .link_list ul {
  max-height: 120px;
  overflow-y: auto;
}

.footer .ft2 .links .link_list ul::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.footer .ft2 .links .link_list ul::-webkit-scrollbar-thumb {
  background: #fff;
}

.footer .ft2 .links .link_list li {
  height: 32px;
  line-height: 32px;
}

.footer .ft2 .links .link_list li a {
  color: #fff;
}

.footer .ft2 .links:hover .link_list {
  display: block;
}

.footer .ft2 .ft2_tit {
  margin-bottom: 20px;
}

.footer .ft2 .ft2_mid {
  margin: 0 3.5vw;
}

.footer .ft2 .ft2_mid .dd {
  margin-bottom: 16px;
}

.footer .ft2 .ft2_rbox {
  max-width: 32%;
}

.footer .ft2 .ft2_rbox .links2 a {
  height: 30px;
  line-height: 30px;
  color: #fff;
  margin-right: 35px;
}

.footer .ft2 .ft2_rbox .links2 a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.copyright {
  background: rgba(4, 52, 103, 0.3);
  padding: 18px 0;
  text-align: center;
}

.copyright img {
  vertical-align: middle;
  margin: 0 6px 0 8px;
}

.copyright a {
  color: #fff;
}

.copyright a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.move_div{
  position: fixed;
  left: 0;
  top: 0;
  crsor: pointer;
  z-index: 9999;
}