* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  font-family: "Microsoft YaHei","Helvetica Neue", Arial, "Open Sans", "Hiragino Sans GB", sans-serif;
  font-size:.18rem;
}
body {
  position: relative;
}
html{font-size:100px;font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;overflow-x: hidden;}
@font-face {
  font-family: 'iconfont';
  src: url('../icon/iconfont.woff2') format('woff2'), url('../icon/iconfont.woff') format('woff'), url('../icon/iconfont.ttf') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: .12rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.seek {
  position: fixed;
  opacity: 0;
  z-index: -1;
  width: 100%;
  min-width: 14.8rem;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #00000098;
  transition: all 0.5s linear;
}
/*.seek div {
  position: absolute;
  width:50%;
  top: 50%;
  left: 25%;
}*/
.seek div span {
  color: #999;
  position: absolute;
  left: .15rem;
  top: .25rem;
  font-size: .24rem;
}
seek .input1 {
  height: .4rem;
  box-sizing: border-box;
  width: 3rem;
  padding-left: .3rem;
}
.seek .close {
  position: absolute;
  right: .5rem;
  top: .5rem;
  color: #fff;
  font-size: .32rem;
  cursor: pointer;
}
.openSeek {
    cursor: pointer;
}
.head {
  width: 100%;
  background-image: url(../images/bg_ccu.png);
  background-size: 100% 100%;
  padding: 1.5rem 0 0 0;
  box-sizing: border-box;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
}
.topBox {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-repeat: repeat-x;
}
.top {
  height: 1.2rem;
  width: 90%;
  max-width:16rem;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: block;
  flex-shrink: 0;

height: 0.8rem;
}
.nav {
  color: #fff;
  flex-grow: 1;
}
.nav .iconfont {
  color: #fff;
}
.nav > div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: .1rem;
}
.nav span:nth-of-type(2) {
  font-size: .24rem;
}
.nav p {
  border-left: 0.01rem solid #fff;
  border-right: 0.01rem solid #fff;
  height: .16rem;
  line-height: .16rem;
}
.nav p {
  padding: 0 .1rem;
}
.nav ul {
  list-style: none;
  display: flex;
  flex-wrap:nowrap;
  justify-content: flex-end;
}
.nav li {
  height: .5rem;
  line-height: .5rem;
  position: relative;
  margin:0 0 0 .2rem;
  float:left;
}
.nav li div {
  display: none;
  position: absolute;
  top: .55rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 999;
  padding:.2rem 0;
  min-width: 1.60rem;
}
.nav li div a {
  display: block;
  color: #333;
  text-align: center;
  font-weight: normal;
  font-size:.15rem;
  line-height:.4rem;
  white-space: nowrap;
  padding:0 .2rem;
}
.nav li div a:hover {
    background: #004190;
    color: #fff;
}
.nav li:hover div {
  display: block;
}
.nav a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  font-size:.2rem;
}
.swiper {
  width:90%;
  margin: 0 auto;
  max-width:16rem;
  height:calc(100vh - 1.3rem);
}
.swiper img {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper .swiper-button-next {
  background-image: none;
  width: .7rem;
}
.swiper .swiper-button-prev {
  background-image: none;
  width: .7rem;
}
.swiper span {
  color: #fff;
  font-size: .64rem;
}
.down {
  cursor: pointer;
  position: absolute;
  bottom: .3rem;
  left: 49%;
  transform: translateX(-50%);
  width: 60;
  text-align: center;
  transform: rotateZ(90deg);
  z-index: 9999;
}
.down span {
  color: #fff;
  font-size: .54rem;
  animation: up linear 1.5s infinite;display: block;
}
.main {
  top: 100%;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  z-index: 9;
  transition: all linear 0.3s;
  background-color: #fff;
  box-sizing: border-box;
  padding-top: .95rem;
  
}
.navWin {
  position: fixed;
  width: .9rem;
  right: .18rem;
  overflow: hidden;
  display: none;
  top: 20vh;
  height: 9rem;
  z-index:9999;
}
.navWin > img {
  display: block;
  position: absolute;
  top: 3rem;
  left: 0;
}
.navWin1 {
  right: 0;
  top: 1rem;
  width: .4rem;
  height: 2.5rem;
  background-image: url(../images/bg05.png);
  background-size: 100% 100%;
  color: #fff;
  text-align: center;
  padding: .2rem 0;
  cursor: pointer;
  z-index: 99;
  position: relative;
  position: absolute;
}
.navWin1 span {
  font-size: .32rem;
  display: block;
  margin: 0 auto;
}
.navWin1 p {
  width: .2rem;
  margin: 0 auto;
  padding-top: .55rem;
}
.navWin2 {
  position: absolute;
  z-index: 99;
  width: .9rem;
  right: -.9rem;
  top: 0;
  transition: all 0.3s linear;
}
.navWin2 > img {
  display: block;
  width: 100%;
}
.navWin2 span {
  color: #fff;
  font-size: .28rem;
}
.navWin2 a {
  text-decoration: none;
  color: #fff;
  font-size: .12rem;
  display: block;
}
.navWin3 {
  height: 5.6remrem;
  background-color: #004190;
  margin: 0.1rem 0;
}
.navWin3 div {
  text-align: center;
  padding: .1rem 0;
  border-bottom: 0.01rem solid #fff;
  cursor: pointer;
}
.navWin3 div:last-child {
  text-align: center;
  padding: .1rem 0;
  border-bottom:none;
  cursor: pointer;
}

.navWin3 p {
  color: #fff;
}
.tit {
  height: .9rem;
  position: relative;
  width: 2.5rem;
  flex-shrink: 0;
}
.tit img {
  display: block;
  height: .7rem;
}
.tit h3 {
  position: absolute;
  font-weight: 400;
  color: #004190;
  left: .45rem;
  top: 0px;
  font-size:.36rem;
}
.tit p {
  position: absolute;
  display: flex;
  align-items: center;
  color: #999;
  font-size: .12rem;
  left: .45rem;
  top: .5rem;
}
.tit span {
  margin-right: .1rem;
  display: block;
  width: .3rem;
  height: 0.01rem;
  background-color: #999;
}
.tit1 {
  margin: .4rem auto 0 auto;
}
.news_box{ width:100%; background: url(../images/news.png) right bottom no-repeat;}
.news {
  width: 14.8rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.newsBtn {
  position: absolute;
  display: flex;
  left: 50%;
  bottom:0px;
  z-index: 9;
}
.newsBtn div {
  display: block;
  width: .3rem;
  height: .3rem;
  margin: 0 0.01rem;
  background-color: #004190;
  text-align: center;
  line-height: .3rem;
  color: #fff;
  cursor: pointer;
}
.newsBtn div:nth-of-type(2) {
  background-color: #ffbf00;
}
.swiper1 {
  width: 65%;
  height:5.8rem;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.swiper1 .swiper-pagination {
  text-align: right;
  padding-right: .3rem;
  box-sizing: border-box;
  bottom:.2rem;
}
.swiper1 .swiper-slide {
  overflow: hidden;
}
.swiper1 img {
  width: 100%;
  display: block;
  height: 5.8rem;
  cursor: pointer;
  transition: all 0.3s linear;
}
.swiper1 img:hover {
  transform:scale(1.1);
}
.swiper1 .swiper-button-prev {
  background-image: none;
}
.swiper1 .swiper-button-prev span {
  font-size: .32rem;
}
.swiper1 .swiper-button-next {
  background-image: none;
}
.swiper1 .swiper-button-next span {
  font-size: .32rem;
}
.swiper2 {
  position: absolute;
  z-index: 99;
  bottom: 0rem;
  left: 0;
  width: 50%;
  height: .5rem;
  line-height: .5rem;
  background-image: url(../images/ntx1.png);
  background-size: 100% 100%;
  color: #fff;
  padding-left: 2%;
  box-sizing: border-box;
}
.news2 {
  width: 35%;
  height:6.05rem;
  background-color: #f5f6fa;
  padding:.2rem .4rem 0rem .4rem;
  box-sizing: border-box;
  overflow: hidden;
}
.news2 p {
  font-weight: 600;
}

.news2 div {
  border-bottom: 0.01rem solid #eee;
  margin-bottom: .1rem;
}
.notice {
  display: flex;
  justify-content: space-between;
  width: 14.8rem;
  margin: .5rem auto 0px auto;
}
.noc1 {
  width: 56%;
  display: flex;
  justify-content: space-between;
}
.noc2 {
  width: 42%;
  display: flex;
  justify-content: space-between;
}
.round {
  flex-grow: 1;
  display: flex;
  align-items: center;
  margin-left: 10%;
  margin-top: .32rem;
}
.round p {
  background-color: #aeccfa;
  flex-grow: 1;
  height: 0.01rem;
}
.round div {
  display: flex;
  margin-left: 1%;
  flex-shrink: 0;
}
.round span {
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background-color: #7871ff;
}
.round span:nth-of-type(2) {
  background-color: #0066ff;
}
.round span:nth-of-type(3) {
  background-color: #ffbf00;
}
.nocBox {
  width: 100%;
  padding: .4rem 0 .2rem;
  background-image: url(../images/bg01.png);
  background-size: 100% 100%;
  margin-bottom: .2rem;
}
.nocBox1 {
  margin: 0 auto;
  width: 14.8rem;;
  display: flex;
  justify-content: space-between;
}
.noc3 {
  width: 56%;
}
.noc4 {
  display: flex;
  height:0.92rem;
  background-color: #fff;
  align-items: center;
  margin-bottom: .2rem;
  transition: all 0.2s linear;
  position: relative;
  top: 0;
}
.noc4 div {
  color: #fff;
  flex-shrink: 0;
  background-color: #004190;
  padding: .2rem;
}
.noc4 div span {
  display: block;
  text-align: center;
  font-size:.12rem;
}
.noc4 strong {
  display: block;
  text-align: center;
  font-size:.28rem;
  font-weight: 400;
}
.noc4 P {
  flex-grow: 1;
  padding: 0 5%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.noc4 p a{color:#222;}
.noc4 P span {
  display: block;
  width: .2rem;
  height: .2rem;
  color: #fff;
  background-color: #004190;
  font-size:.14rem;
  text-align: center;
  line-height: .2rem;
}
.noc4:hover {
  top: -.1rem;
}
.noc5 {
  width: 42%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.noc5 div {
  width: 49%;
  height:2.04rem;
  background-color: #fff;
  margin-bottom: .2rem;
  padding: .2rem;
  box-sizing: border-box;
  overflow:hidden;
}
.noc5 div > span {
  display: block;
  font-size: .32rem;
  color: #999;
}
.noc5 p {
  width: 100%;
  color: #ffbf00;
  display: flex;
  align-items: center;
}
.noc5 p span {
  font-size: .24rem;
  margin-right: 5%;
}
.noc5 i {
  display: block;
  font-style: normal;
  font-weight: 400;
  margin: 10% 0 15%;
  cursor: pointer;
  position: relative;
  top: 0;
  transition: all 0.3s linear;
color:#222;
}
.noc5 i:hover {
  top: .1rem;
}
.tit3 {
  width: 2.5rem;
  margin: .4rem auto -.3rem auto;
}
.spec {
  width: 14.8rem;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
.spec span {
  display: block;
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  border: 0.01rem solid #d9d9d9;
  margin-left: .2rem;
  font-size: .32rem;
  text-align: center;
  line-height: .4rem;
  cursor: pointer;
}
.spec1 {
  background-image: url(../images/bg02.png);
  background-size: 100% 100%;
  padding-bottom: 1.2rem;
}
.specBox {
  width: 14.8rem;
  margin: 0 auto;
}
.spec2 { 
  margin: .2rem 0;
}
.spec2 .swiper-slide {
  display: flex;
  justify-content: space-between; overflow:hidden;
}
.spec2 img {
  display: block;
  width: 95%;
  height: 1.2rem;  transition: all 0.3s linear;
}
.spec2 img:hover{transform:scale(1.1);}
.spec3 {
  margin: .2rem 0 0;
}
.spec3 .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.spec3 .swiper-slide div {
  width: 70%;
  font-size: .14rem;
  color: #666;
}
.spec3 img {
  display: block;
  margin: 0 auto;
  width:100%;
}
.spec3 p {
  text-align: center;
  padding: .1rem 0 0;
}
.spec3 span {
  display: block;
  text-align: center;
}
.spec3 strong {
  color: #004190;
  font-size: .35rem;
  margin-right: 0.05rem;
}
.swiper4 {
  padding-bottom: .6rem;
}
.page2 {
  display: flex;
  justify-content: center;
}
.dataBox {
  width: 100%;
  position: relative;
  margin-bottom: 4rem;
}
.dataBox > img {
  display: block;
  width: 100%;
  height: 8rem;
}
.data1 {
  position: absolute;
  width: 14.8rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  top: -.5rem;
  flex-wrap: wrap;
}
.data2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.video{  
  width: 75%;
  height: 350px;}
.video img{width:100%; height:350px;}
.video video{width:100%; height:350px;}
.data2 > div {
  width: 25%;
  background-color: #f2f3f9;
  height:350px;
  padding-top:20px;
  position: relative;
}
.video li{list-style:none; margin-top:20px;}
.data2 p {
  display: flex;
  padding: .3rem .7rem ;
  box-sizing: border-box;
  justify-content: space-between;
  cursor: pointer;
  font-weight: bold;
}
.data2 a{color:#222;}
.data2 a:nth-of-type(1) {
  color: #004190;
}

.data2 span {
  font-size: .24rem;
  color: #666;
}
.triangle {
  position: absolute;
  top: -.4rem;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.triangle span {
  display: block;
  width: 0px;
  height: 0px;
  border-top: 0px solid transparent;
  border-left: 0px solid transparent;
  border-right: 4rem solid transparent;
  border-bottom: .4rem solid #f2f3f9;
}
.tit4 {
  color: #f2f3f9;
}
.tit4 h3 {
  color: #f2f3f9;
}
.data3 {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: .4rem 0 .2rem;
}
.data3 span {
  display: block;
  margin: 0 .1rem;
}
.data4 {
  display: flex;
}
.data4 span {
  display: block;
  margin: 0 .1rem;
  font-size: .26rem;
  border-radius: 50%;
  width: .4rem;
  height: .4rem;
  text-align: center;
  line-height: .4rem;
}
#tubiao img{width:.4rem; height:.4rem;}
.data4 span img{width:100%; height:100%;}
.data4 .btn5 {
  color: #f8f8fc;
  border-radius: 50%;
  border: 0.01rem solid #f8f8fc;
  cursor: pointer;margin: 0.25rem 0.1rem;
}
.data4 .btn6 {
  color: #f8f8fc;
  border-radius: 50%;
  border: 0.01rem solid #f8f8fc;
  cursor: pointer;margin: 0.25rem 0.1rem;
}
.data4 .swiper-slide {
  display: flex;
}

.swiper5 {
  width: 4rem;padding: 0.25rem 0;
}
.data5 {
  
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: .2rem 0;
}
.data5  > a {
  width: 32%; overflow:hidden;height:2.3rem;display:block;
  position: relative;
  margin-bottom: .2rem;
  transition:all 0.3s linear;
}
.data5 .div_bg:hover{background-size:110% auto;}
.data5 > a div {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
  padding: 0 5%;
  box-sizing: border-box;
  background-image: url(../images/bg04.png);
  background-size: 100% 110%;
  background-size: contain;
}
.data5 p {
  font-size: .17rem;
  color: #fff;
  font-weight: 400;
  margin:0 0 .1rem 0;
  display: block;
  height: 0.5rem;
}
.data5 span {
  font-size: .12rem;
  color: #999;
  margin-bottom: .1rem;
  display: block;
}
.data5 img {
  display: block;
  width: 100%;
  height: 2.3rem; transition: all 0.3s linear;
}
.data5 img:hover{transform:scale(1.1);}
.data5 i {
  display: none;
  width: 50%;
  height: 0.02rem;
  margin-top: .2rem;
  background-color: #dcbc7e;
}
.foot {
  width: 100%;
  height: 3.08rem;
  background: url(../images/fbg.png) center bottom  no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot1 {
  margin-right: 5%;
}
.foot1 img{ width:2.2rem;}
.foot1 div {
  display: flex;
  justify-content: flex-end;
  margin-top: .1rem;
  align-items: center;
}
.foot1 a:nth-of-type(1) {
  color: #fff;
  background-color: #04b355;
  display: block;
  margin: 0 .1rem;
  font-size: .26rem;
  border-radius: 50%;
  width: .4rem;
  height: .4rem;
  text-align: center;
  line-height: .4rem;
}
.foot1 span{font-size: .42rem;}
.foot1 a:nth-of-type(2) {
  color: #f7b52c;
  display: block;
  margin: 0 .1rem;
  font-size: .42rem;
}
.foot1 a:nth-of-type(3) {
  color: #e71f19;
  display: block;
  margin: 0 .1rem;
  font-size: .38rem;
}
.foot2 p {
  font-weight: 700;
  color: #fff;
  margin-bottom: .13rem;
}
.childBox {
  width: 100%;
  min-width: 14.8rem;
  position: relative;
  padding-top: 1.5rem;
}
.childBg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.childContent {
  width: 14.8rem;
  margin: 0 auto;
  z-index: 9;
  position: relative;
}
.conTit {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #fff;
  margin-bottom: .3rem;
}
.conTit h3 {
  font-size: .24rem;
}
.conTit p {

}
.conBox {
  background-color: #fff;
  padding: .5rem;
  box-sizing: border-box;
  min-height: 6rem;
}
.nocText {
  width: 100%;
}
.nocText h2 {
  text-align: center;
}
.nocText span {
  display: block;
  width: 100%;
  text-align: center;
  color: #999;
  padding: .2rem 0 .1rem ;
  border-bottom: 0.01rem solid #999;
  font-size: .12rem;
  margin-bottom: .2rem;
}
.nocText p {
  font-size: .14rem;
  color: #666;
  margin-bottom: .2rem;
}
.lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list {
  width: 48%;
  padding: .2rem 0;
  margin: .2rem 0;
  display: flex;
  border-top: 0.01rem solid #f6f6f6;
  border-bottom: 0.01rem solid #f6f6f6;
}
.list1 {
  color: #fff;
  margin-right: .3rem;
}
.list1 div {
  padding: .1rem;
  background-color: #004190;
}
.list1 div span {
  display: block;
  text-align: center;
  font-size: .14rem;
}
.list1 strong {
  display: block;
  text-align: center;
  font-size: .2rem;
  font-weight: 600;
}
.list1 p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: .12rem;
  margin-top: .05rem;
}
.list1 p span {
  margin-right: .02rem;
  font-size: .14rem;
}
.list2 {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.list2 p {
  font-size: .14rem;
  position: relative;
  top: 0;
  margin-top:.05rem;
  cursor: pointer;
  transition: all 0.3s linear;
}
.list2 p:hover {
  top: -.05rem;
}
.list2 span {
  display: block;
  font-size: .12rem;
  color: #999;
  height: .3rem;
}
.pages {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: .12rem;
  margin: 1rem 0 .8rem;
}
.pages div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 .2rem;
}
.pages div span {
  margin-right: .1rem;
}
.pages span {
  font-size: .12rem;
}
.pages p {
  border: 0.01rem solid #e8f3fc;
  margin: 0 .02rem;
  padding: 0 .05rem;
}
.pages p:nth-of-type(1) {
  color: #ccc;
}
.pages p:nth-of-type(2) {
  color: #ccc;
}
.pages input {
  width: .6rem;
  border-radius: 0.02rem;
  border: 0.01rem solid #ccc;
}
.pages i {
  color: #666;
  display: block;
  font-style: normal;
  border: 0.01rem solid #e8f3fc;
  background: linear-gradient(#f8fbfe, #c1ddf7);
}
.leader {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.lea1 {
  width: 48%;
}
.lea2 {
  display: flex;
  align-items: flex-start;
  border-bottom: 0.01rem solid #ccc;
  padding: .2rem 0;
  margin-bottom: .3rem;
}
.lea2 i {
  display: block;
  background-color: #e4d0a9;
  border-radius: 0.05rem;
  height: .2rem;
  width: 0.05rem;
  margin-top: .025rem;
}
.lea2 h3 {
  height: .25rem;
  line-height: .25rem;
  color: #0c196b;
  width: 1.5rem;
  margin: 0 .3rem;
  font-size: .2rem;
}
.lea2 p {
  font-size: .2rem;
  margin-bottom: .2rem;
}
.lea3 {
  margin-bottom: .8rem;
}
.serve {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 3rem;
}
.serve div {
  width: 20%;
  padding: 0 .3rem;
  border-right: 0.01rem solid #cccccc;
  box-sizing: border-box;
  margin-bottom: .4rem;
}
.serve div:nth-of-type(5n+1) {
  border-left: 0.01rem solid #cccccc;
}
.serve i {
  font-size: .12rem;
  color: #999;
  font-style: normal;
}
.serve h4 {
  margin: .1rem 0 .3rem;
  font-size: .15rem;
}
.serve p {
  width: .3rem;
  height: 0.15rem;
  border: 0.01rem solid #ccc;
  border-radius: .15rem;
  text-align: center;
  line-height: .15rem;
  cursor: pointer;
}
.serve p:hover {
  background-color: #0c196b;
  color: #fff;
}
.rector {
  display: flex;
  align-items: flex-start;
  padding-bottom: 2rem;
}
.rec1 {
  width: 30%;
  display: flex;
  justify-content: space-between;
}
.rec1 img {
  display: block;
  width: 60%;
}
.rec1 div {
  width: 30%;
}
.rec1 h3 {
  color: #0c196b;
  margin-bottom: .2rem;
}
.rec2 {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
}
.rec2 div {
  width: 48%;
  padding-left: .5rem;
  border-left: 0.1rem solid #7fb2ff;
  box-sizing: border-box;
  margin-bottom: 1rem;
}
.rec2 p {
  margin-bottom: .4rem;
}
.rec2 div:nth-of-type(3) {
  width: 100%;
}
.tis1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: .4rem;
}
.tis2 {
  width: 25%;
  height: 1.2rem;
  border-top: 0.01rem solid #d8d8d8;
  border-bottom: 0.01rem solid #d8d8d8;
  padding: .2rem 0 .1rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.tis2 h3 {
  width: 100%;
  color: #004190;
  font-size:.20rem;
}
.tis2 span {
  display: block;
  text-align: right;
  font-size: .12rem;
  color: #999;
  width: 100%;
}
.tis3 {
  width: 68%;
    /* border-top: 0.1rem solid #d8d8d8; */
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}
.tis3 p {
  width:45%;
  padding: .2rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: .18rem;
  border-bottom: 0.01rem solid #d8d8d8;
}
.tis3 p a{ color:#222;}
.tis3 span {
  margin-right: .1rem;
}
.news2 table tr td table tr td{border-bottom: 0.01rem solid #ddd;display: block;height: 1rem;overflow: hidden;width: 100%;}
.news2 table tr td table tr:nth-child(6) {display:none;}
.news2 table tr td table tr:nth-child(7) {display:none;}
.news2 table tr td table tr:nth-child(8) {display:none;}
.news2 table tr td table tr:nth-child(9) {display:none;}
.news2 table tr td table tr:nth-child(10) {display:none;}
.news2 table tr td{ display: block;}
.news2 table tr img{display: block; }
.news2 table tr{ margin-bottom: .1rem; display: block;}
.timestyle1016167{display:none;}
.news2 table tr td a:hover{ color:#122d8f;background-size: 100% 0.01rem;}
.news2 table tr td a{ position: relative;font-size: .18rem;
    background-image: linear-gradient(#004190,#004190);
    background-position: 0 100%;
    background-size: 0 0.01rem;
    background-repeat: no-repeat;
    transition: background-size .3s;}
.news2 .txt_p:hover{ color:#004190;background-size: 100% 0.01rem;}
.news2 .txt_p{ position: relative;font-size: .18rem; display: inline;
    background-image: linear-gradient(#004190,#004190);
    background-position: 0 100%;
    background-size: 0 0.01rem;
    background-repeat: no-repeat;
    transition: background-size .3s;}
@keyframes up{
  0%{transform: translateX(0);}
  50%{transform: translateX(-8px);}
  100%{transform: translateX(0);}
}
@media screen and (min-width: 1921px){
.top {
width: 83.333333%;
max-width: inherit;}
.swiper{
width: 83.333333%;
max-width: inherit;}
}
.sub-nav-h span{ 
    position: absolute;
    top: -.25rem;
    left: 45%;
    transform: rotateZ(270deg);
}