.header_n {
  width: 95%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
}

.headerbg_n {
  width: 100%;
  /*background: url(../img/rscn_top_bg.jpg) center no-repeat;*/
  background-size: 100% 100%;
}

.logo {
  display: inline-block;
}

.tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tips a {
  display: inline-block;
  color: #014190;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.tips a:nth-child(1) {
  padding-right: 20px;
}

.tips i {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 10px;
}

.tips .home {
  /*background: url(../img/rscn_home.png) center no-repeat;*/
  background-size: contain;
}

.tips .add {
  /*background: url(../img/rscn_adress.png) center no-repeat;*/
  background-size: contain;
}

.new_nav {
  width: 100%;
  background: #014190;
}

.new_nav ul {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.new_nav ul li {
  position: relative;
  width: 15%;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.new_nav ul li:nth-child(1) {
  border-left: none;
}

.new_nav ul li .navbox {
  position: absolute;
  bottom: 0;
  min-width: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  background: rgba(4, 112, 192, 0.8);
  display: none;
  z-index: 99;

}

.navbox a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.navbox a:hover {
  text-decoration: underline;
}

.new_nav ul li > a {
  display: inline-block;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  line-height: 50px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 9;
  transition: all .3s;
}

.new_nav ul li:nth-child(1) a {
  border-left: none;
}

.new_nav ul li > a span {
  position: relative;
  z-index: 99;
}

.new_nav ul li:hover > a,
.new_nav ul .selected,
.new_nav ul .on {
  background: #0470bf;
}

.mainbg {
  background: #f8f8f8;
}

.main {
  min-height: 716px;
  padding-bottom: 40px;
}

footer {
  width: 100%;
  background: #014190;
  color: #fff;
}

footer .bot {
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  font-size: 14px;
}

footer .bot img {
  width: auto;
}

.fottips {
  width: 100%;
  background: #0f3b67;
}

.such {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}

.such p {
  font-size: 14px;
  color: #fff;
}

.such a {
  color: #fff;
}

.such a:hover {
  text-decoration: underline;
}
.list4 li {
  width: 180px;
  height: 68px;
}
.list4 li a{
  color: #0470bf;
  width: 100%;
  height: 100%;
  border: 1px solid #6fadda;
  background: #daeaf5;
  transition: all .3s ease-in-out;
  justify-content: flex-start;
  padding-left: 20px;
  box-sizing: border-box;
  border-radius: 5px;
}
.list4 li a div {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #6fadda;
  transition: all .3s ease-in-out;
  margin-right: 10px;
}
.list4 li:hover a{
  color: #fff;
  border: 1px solid #0470bf;
  background: #0470bf;
}
.list4 li:hover a div {
  background: #0470bf;
}

.bot-left {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 0px 10px 50px;
}

.bot-left p {
  margin-bottom: 5px;
  font-size: 14px;
}

.friendbox {
  width: 100%;
  background: #d6e1f2;
}

.friend {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
}

.memu-btn {
  width: 50px;
  height: 30px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  overflow: hidden;
}

.memu-btn i {
  content: '';
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.memu-btn-active i:nth-child(2) {
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
}

.memu-btn-active i:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(3px, -12px);
          transform: rotate(-45deg) translate(3px, -12px);
}

.memu-btn-active i:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(3px, 12px);
          transform: rotate(45deg) translate(3px, 12px);
}

.y45 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.y-45 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.warp {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 998;
  display: none;
}

aside {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  background: #046c85;
  width: 50%;
  max-width: 200px;
  z-index: 999;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

aside a {
  width: 100%;
  line-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5% 0 10%;
  color: #fff;
  border-bottom: 1px solid #5098aa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

aside a i {
  display: inline-block;
  height: 20px;
  width: 20px;
  /*background: url(../img/rscn_arrow_r_w.png) center no-repeat;*/
}

.aside-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.navlists {
  display: none;
  background: #1486A2;
}

#flimg {
  z-index: 999;
}

#flimg p {
  font-size: 14px;
  width: 100%;
  text-align: right;
  cursor: pointer;
  color: #999;
}
.flexcol {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.flexbw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flexcen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


.conlist1 .swiper-slide a img {
  width: 100%;
  height: 100%;
}

.banner2 .title {
  color: black;
  font-size: 12px;
  text-align: center;
  padding: 8px 12px;
  font-weight: 700;
}

.banner2 .title p {
  display: none;
}

.conlist1 {
  width: 100%;
}

.conlist1 .listbox {
  position: relative;
  width: 600px;
  height: 400px;
  background: #fff;
}
.conlist1 .listbox:last-of-type {
  width: 580px;
}
.conlist1 .listbox .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(1, 65, 144, 0.6);
  padding: 15px 20px;
  padding-bottom: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}

.conlist1 .listbox .text .swiper-pagination {
  display: block !important;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.conlist1 .listbox .text a {
  color: #fff;
  width: 100%;
  text-align: center;
}

.conlist1 .listbox .swiper-container {
  width: auto;
}

.conlist1 .listbox .swiper-slide img {
  width:600px !important;
  height:400px !important;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.conlist1 .listbox .swiper-slide img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.conlist1 .listbox .swiper-slide a {
  display: block;
  overflow: hidden;
}

.conlist1 .listbox .text .pag {
  border: 2px solid rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0.3);
}

.conlist1 .listbox .text .pag-active {
  border: 2px solid rgba(0, 0, 0, 0);
  background: #fe7e00;
}

.contitle {
  border-top: 2px solid #014190;
  padding: 5px 0;
  background: #eeeeee;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contitle .ti {
  font-weight: bold;
  font-size: 20px;
  color: #222222;
  height: 40px;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}

/* .contitle .ti em {
  position: relative;
} */

/* .contitle .ti::before {
  content: '';
  position: absolute;
  background: #014190;
  width: 100%;
  height: 100%;
  left: 20px;
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
} */

/* .contitle .ti::after {
  content: '';
  position: absolute;
  background: #fe7e00;
  width: 100%;
  height: 100%;
  left: 25px;
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
  z-index: -1;
} */

.contitle a {
  color: #666;
  font-size: 14px;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin: 0 20px;
}

.contitle a em {
  font-family: fangsong;
  margin-left: 5px;
  padding: 0px 4px;
  color: #fff;
  font-size: 16px;
  background: #014190;
  border-radius: 4px;
}

.contitle a:hover {
  color: #014190;
}

.hot {
  padding: 20px 0;
  border-bottom: 1px dashed #ccc;
}

.hot .hotti {
  display: block;
  font-size: 20px;
  color: #014190;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.hot:hover .hotti {
  text-decoration: underline;
}

.hot .hotcon {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}

.list1 li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  border-bottom: 1px dashed #ccc;
}

.list1 li a {
  width: 80%;
  line-height: 40px;
  font-size: 14px;
}
.list1 li .date {
  color: #014190;
  padding-right: 20px;
  border-right: 1px solid #014190;
  line-height: 1em;

}
/* .list1 li::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #125eac;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
} */

.list1 li:hover a {
  color: #014190;
}

.list1 li:hover::before {
  border-left: 7px solid #014190;
}

.list2 li {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  align-items: center;
  padding-left: 20px;
  position: relative;
}

.list2 li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  height: 6px;
  width: 6px;
  background: #014190;
  border: 3px solid #ccd9e9;
  transition: all .3s;
}
.list2 li a {
  padding: 9px 0;
  color: #222;
  font-size: 14px;
  width: 80%;
  transition: all .3s;
}

.list2 li:hover a {
  color: #014190;
}
.list2 li:hover::before {
  border: 3px solid #014190;
}
.list2 li:last-of-type {
  border-bottom: 0;
}

.list2 li .data {
  width: 60px;
  margin-right: 20px;
}

.new-msg {
  font-size: 16px;
  width: 85%;
}

.new-msg:hover a {
  text-decoration: underline;
}

.new-msg p {
  color: #999;
  font-size: 14px;
}

.data .yy-dd {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  background: #fe7e00;
  text-align: center;
}

.data .day {
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  background: #014190;
}

.container2 {
  width: 100%;
  /*background: url(../img/rscn_bg.jpg) top no-repeat;*/
  background-size: 100% 100%;
  padding-bottom: 40px;
  padding-top: 20px;
}

.conbox {
  width: 1200px;
  margin: 0 auto;
}

.conbox .ti {
  color: #fff;
}

.conbox .contitle {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 40px;
}

.conbox .contitle a {
  color: #fff;
}

.list3 li {
  width: 30%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  background: #fff;
}

.list3 li:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0px 0px 7px #fff;
          box-shadow: 0px 0px 7px #fff;
}

.list3 li p {
  padding: 15px 10px;
}

.list3 li span {
  margin: 15px 10px;
}

.list3 li .tips {
  font-size: 16px;
  color: #333;
}

.list3 li .data2 {
  font-size: 14px;
  color: #999;
}

.list3 li .data2 .day {
  display: inline-block;
  color: #014190;
  border-right: 1px solid #ccc;
  padding-right: 10px;
  margin-right: 10px;
  font-size: 30px;
}

.conlist2 {
  width: 380px;
  margin-bottom: 20px;
}

.conlist2 .contitle {
  background: #eee;
}

.smallfont {
  font-size: 13px;
  line-height: normal;
  text-align: center;
}

.listleft {
  width: 250px;
  margin-top: -70px;
}

.listleft p {
  width: 250px;
  height: 70px;
  vertical-align: middle;
  display: table-cell;
  color: white;
  font-size: 24px;
  background: #014190;
  text-align: center;
}

.subnav {
  background: #eeeff1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.subnav::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #014190;
}

.subnav li {
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding-left: 40px;
}

.subnav li a {
  font-size: 16px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}

.subnav li a span {
  z-index: 999;
  position: relative;
}

/* .subnav li:hover, .subnav .selected{
    background: #fff;
} */
.subnav li:hover a, .subnav .selected a {
  color: #fe7e00;
}

.subnav .selected a {
  font-weight: 700;
}

.subnav .selected::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fe7e00;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.arr {
  content: '';
  display: none;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  padding: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  z-index: 990;
}

.bigbg {
  height: 300px;
  /*background: url(../img/rscn_ny_banner.jpg) center no-repeat;*/
  background-size: initial;
  width: 100%;
}

.listright {
  width: 75%;
  background: #fff;
  margin-top: 20px;
  padding: 0 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.listright .ti {
  border-bottom: 2px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bor-t {
  font-size: 20px;
  line-height: 50px;
  border-bottom: 2px solid #014190;
  margin-bottom: -2px;
  padding-right: 20px;
}

.subnav2 {
  font-size: 13px;
  color: #000;
}

.subnav2 a {
  margin: 0 5px;
}

.subnav2 a:hover, .subnav2 .selected {
  color: #014190;
}

.comtentlist, .rolelist, .piclist {
  margin-top: 20px;
}

.comtentlist li {
  border-bottom: 1px dashed #ccc;
  padding-left: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}

.comtentlist li a {
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.comtentlist li span {
  font-size: 13px;
  color: #999;
}

.comtentlist li::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #014190;
  margin-left: 5px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.comtentlist li:hover a {
  color: #fe7e00;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.comtentlist li:hover::before {
  border-left: 5px solid #fe7e00;
}

.rolelist {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.rolelist li {
  width: 23%;
  margin: 0 20px 30px 0;
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid #ccc;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.rolelist li:nth-child(4n) {
  margin-right: 0;
}

.rolelist li a p, .piclist li p {
  padding: 10px 0;
  text-align: center;
}

.rolelist li:hover {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 5px 10px #ccc;
          box-shadow: 0 5px 10px #ccc;
  transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -o-transform: translateY(-3px);
}

.piclist {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.piclist li {
  width: 31.5%;
  margin: 0 20px 30px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid rgba(0, 0, 0, 0);
}

.imgbox {
  overflow: hidden;
}

.imgbox img {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.piclist li p {
  background: #ccc;
}

.piclist li:nth-child(3n) {
  margin-right: 0;
}

.piclist li:hover {
  border: 1px solid #014190;
}

.piclist li:hover p {
  color: #fff;
  background: #014190;
}

.piclist li:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}



.container3 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.conlist3 {
  width: 790px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.conlist3 li {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.conlist3 li p {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-align: center;
  text-shadow: 0px 1px 1px #999;
}
.banner {
  position: relative;
  overflow: hidden;
}

.date {
  font-size: 14px;
  color: #999;
}

.containerbg {
  width: 100%;
  margin-top: 20px;
}

.swiper-wrapper {
  position: relative;
}

.text-time {
  position: absolute;
  left: 0;
  bottom: 50px;
  padding: 5px 10px;
  background: #014190;
  z-index: 1;
  color: #fff;
}

.text-time p {
  font-size: 12px;
}

.text-time p em {
  font-size: 16px;
}

.text-time p span {
  margin: 0 3px;
}

.links {
  font-size: 16px;
  line-height: 40px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  width: 240px;
  cursor: pointer;
  position: relative;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.links i {
  content: '';
  display: inline-block;
  height: 26px;
  width: 26px;
  /*background: url(../img/rscn_arr-d.png) center no-repeat;*/
  -webkit-transition: all .3s;
  transition: all .3s;
}

.friends {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  display: none;
  background: #fff;
}

.friends a {
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  line-height: 40px;
  border-bottom: 1px dashed #cfcfcf;
  color: #000;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.friends a:hover {
  color: #fe7e00;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.friends a:last-of-type {
  border-bottom: none;
}

.bot-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 98px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bot-right > p {
  text-align: right;
  color: #fff;
  margin-bottom: 5px;
  font-size: 14px;
}

.bot-right > p a {
  color: #fff;
}

.bot-right > p a:hover {
  text-decoration: underline;
}

.swiper-box {
  animation: fadein .5s ease-in-out;
}

@-webkit-keyframes fadein {
        0% {
          opacity: 0;
        }
        100% {
          opacity: 1;
        }
}
@keyframes fadein {
        0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#swiper1,
#swiper2,
#swiper3 {
  background: #eeeeee;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /*display: none;*/
}
/*#swiper1 {
  display:block;
}*/

.top_tips {
  position: absolute;
  top: 0;
  right: 0;
}
.top_tips_bg {
  position: relative;
  height: 30px;
}
.top_tips_bg::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 0;
  border-bottom-left-radius: 10px;
  height: 100%;
  width: 2000px;
  background: #4a98ca;
  transform: skewX(25deg);
}
.top_tips_bg a {
  position: relative;
  padding: 0 10px;
  line-height: 1em;
  color: #fff;
  font-size: 14px;
  border-left: 1px solid #fff;
}
.top_tips_bg a:first-of-type {
  border-left: none;
}

.top_tips_bg a:hover {
  text-decoration: underline;
}

.head_right ul li {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-left: 20px;
  cursor: pointer;
  border: 1px solid #fff;
  transition: all .3s ease-in-out;
}
.head_right ul li:hover {
  /* transform: translateY(5px); */
  box-shadow: 0 0px 15px #fff;
}
.list5 li {
  height: 105px;
  width: 180px;
}
.list5 li a{
  color: #fff;
  position: relative;
  overflow:hidden;
  height: 100%;
  width: 100%;
}
.list5 li:nth-child(1) a div{
  text-shadow: 0 -6px 4px #105c9c, /*上*/
  4px -4px 4px #105c9c, /*右上*/
  6px 0 4px #105c9c, /*右*/
  4px 4px 4px #105c9c, /*右下*/
  0 6px 4px #105c9c, /*下*/
  -4px 4px 4px #105c9c, /*左下*/
  -6px 0 4px #105c9c, /*左*/
  -4px -4px 4px #105c9c;
}
.list5 li:nth-child(2) a div{
  text-shadow: 0 -6px 4px #097b91,
  4px -4px 4px #097b91,
  6px 0 4px #097b91,
  4px 4px 4px #097b91,
  0 6px 4px #097b91,
  -4px 4px 4px #097b91,
  -6px 0 4px #097b91,
  -4px -4px 4px #097b91;
}
.list5 li:nth-child(3) a div{
  text-shadow: 0 -6px 4px #1f3183,
  4px -4px 4px #1f3183,
  6px 0 4px #1f3183,
  4px 4px 4px #1f3183,
  0 6px 4px #1f3183,
  -4px 4px 4px #1f3183,
  -6px 0 4px #1f3183,
  -4px -4px 4px #1f3183;
}
.list5 li:nth-child(4) a div{
  text-shadow: 0 -6px 4px #b55d0f,
  4px -4px 4px #b55d0f,
  6px 0 4px #b55d0f,
  4px 4px 4px #b55d0f,
  0 6px 4px #b55d0f,
  -4px 4px 4px #b55d0f,
  -6px 0 4px #b55d0f,
  -4px -4px 4px #b55d0f;
}
.list5 li a div {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 80%;
  width: 80%;
  border: 1px solid rgba(255, 255, 255, .3);
  font-weight: 700;
  transition: all .3s;
}
.list5 li a img{
  transition: all .3s;
}
.list5 li:hover a img{
  transform: scale(1.2);
}
.list5 li:hover a div {
  border: 1px solid rgba(255, 255, 255, .7);
}

.conlist2 ul {
  margin-top:20px;
}
.list4 li{
  margin-top: 20px;
}
.list5 li {
  margin-top: 22px;
}
.list4 li:nth-child(1),.list4 li:nth-child(2),
.list5 li:nth-child(1),.list5 li:nth-child(2){
  margin-top: 0;
}

.conlist3 .contitle {
  padding: 0;
}
.conlist3 .contitle .ti {
  height: auto;
}
.ti ul {
  margin-left: 20px;
  height: 100%;
}

.ti ul li {
  padding: 12px 20px;
  font-size: 16px;
  position: relative;
  transition: all .3s;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  cursor: pointer;
}

.ti ul li:hover,.ti ul .cur{
  border-bottom: 2px solid #277bc2;
  color: #277bc2;
}
.ti ul li:hover::before,.ti ul .cur::before{
  opacity: 1;
}
.ti ul li::before {
  opacity: 0;
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,100%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #277bc2;
  transition: all .3s;
}
.ti ul li::after {
  content: '';position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 50%;
  transform: translateY(-50%);
  background: #999;
}

.box-newlist {
  height: 300px;
  position: relative;
  margin-top: 20px;
}
.box-newlist ul {
  position: absolute;
  height: 100%;
  width: 100%;

}
.box-newlist ul {
  display: none;
}
.box-newlist ul:first-of-type{
  display: flex;
}

.hot-links {
  height: 300px;
  width: 100%;
  flex-wrap: wrap;
}

.hot-links li {
  height: 63px;
  width: 183px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eee;
  transition: all .3s;
  overflow: hidden;
}
.hot-links li:hover {
  border: 1px solid #014190;
}
.hot-links li img {
  width: 100%;
  height: 100%;
}

.swiper-title {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 5;
}

.swiper-title li {
  color: #666666;
  padding: 2px 25px;
  position: relative;
  transition: all .3s;
  cursor: pointer;
}
.swiper-title li span {
  position: relative;
  white-space: nowrap;
  z-index: 3;
}
.swiper-title li::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 0;
  width: 90px;
  border-top: 30px solid #ccc;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom-left-radius: 23px;
  border-bottom-right-radius: 23px;
  transition: all .3s;
  z-index: 2;
}

.swiper-title li::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 0;
  width: 91px;
  border-top: 31px solid #fff;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom-left-radius: 23px;
  border-bottom-right-radius: 23px;
}
.swiper-title li:hover ,
.swiper-title .cur {
  color: #fff;
  z-index: 8;
}
.swiper-title li:hover::before,
.swiper-title .cur::before  {
  border-top: 30px solid #0470bf;
}
.head_right ul li{
  position: relative;
  color: #fff;

}
.head_right ul li p {
  margin-top: 8px;
  font-size: 12px;
  text-align: center;
}
.showerweima {
  display: none;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translate(-50%,100%);
  background:#0470bf;
  z-index: 8;
  padding: 8px;
  z-index: 999;
}

.showerweima img {
  max-width: none;
  width: 100px;
}

/*search*/

#search {
  position: relative;
}

.search {
  background: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  display: none;
}

.search form {
  height: 30px;
  display: flex;
  justify-content:  space-between;
}

.search input {
  width: 200px;
}

.search_show {
  z-index: 999 !important;
  opacity: 1 !important;
}

#searchForm  button,
.isearch{
border: none;
padding: 0;
height: 30px;
width: 30px;
cursor: pointer;
/*background: url(../img/search-w.png) center no-repeat;*/
}
#searchForm  button {
  /*background: url(../img/search.png) center no-repeat;*/
}

#searchForm  button::after {
border: none;
}
