html,
body,
.container {
  height: 100%;
  /* touch-action: none; */
}

a:link {
  color: inherit;
  text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
  color: inherit;
  text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
  color: inherit;
  text-decoration: none;
}
/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {
  color: inherit;
  text-decoration: none;
}
/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus {
  color: inherit;
  text-decoration: none;
}

#dang {
  /*display: none;*/
}
/*#footer {
  display: none;
}*/
body {
  font-family: '微软雅黑', 'Microsoft Yahei';
  font-size: 14px;
  margin:0;
} 

.container {
  /*  
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  flex-direction: column;
  */
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    flex-direction: column;
}

.timeline {
  width: 100%;
  /* background-color: #fff; */
  /* box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.2); */
}
.timeline .swiper-container {
  height: 600px;
  width: 100%;
  position: relative;
}
.timeline .swiper-wrapper {
  /*transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;*/
  transition: 2s;
}
.timeline .swiper-slide {
  position: relative;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.timeline .swiper-slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -115%;
  bottom: -10%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  /* box-shadow: -230px 0 150px 60vw rgba(0, 0, 0, 0.7); */
  border-radius: 100%;
}
.timeline .swiper-slide-content {
 
  text-align: center;
 
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  font-size: 12px;
  z-index: 2;
  padding: 10px;
            width: 750px!important;
            position: absolute;
            top: 66%!important;
            left: 50%!important;
            margin-left: -600px;
            background: rgba(0, 0, 0, 0.5)!important;
            max-width:900px!important;
            padding-left: 25px;
            padding-right: 23px;
  
}
.timeline .swiper-slide .timeline-year {
  display: block;
  font-style: italic;
  font-size: 42px;
  margin-bottom: 50px;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  color: #d4a024;
  font-weight: 300;
  opacity: 0;
  transition: .2s ease .4s;
}
.timeline .swiper-slide .timeline-title {
  font-weight: 800;
  font-size: 34px;
  margin: 0 0 30px;
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  transition: .2s ease .5s;
}
.timeline .swiper-slide .timeline-text {
  line-height: 1.5;
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  transition: .2s ease .6s;
}
.timeline .swiper-slide-active .timeline-year {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: .4s ease 1.6s;
}
.timeline .swiper-slide-active .timeline-title {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: .4s ease 1.7s;
}
.timeline .swiper-slide-active .timeline-text {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: .4s ease 1.8s;
}
.timeline .swiper-pagination {
  right: 15% !important;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  z-index: 1;
}
/* .timeline .swiper-pagination::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
} */
/* .timeline .swiper-pagination-bullet {
  width: auto;
  height: auto;
  text-align: center;
  opacity: 1;
  background: transparent;
  color: #d4a024;
  margin: 15px 0 !important;
  position: relative;
} */
/* .timeline .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -32.5px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #d4a024;
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: .2s;
} */
/* .timeline .swiper-pagination-bullet-active {
  color: #d4a024;
} */
/* .timeline .swiper-pagination-bullet-active::before {
  -webkit-transform: scale(1);
          transform: scale(1);
} */
.timeline .swiper-button-next,
.timeline .swiper-button-prev {
  background-size: 20px 20px;
  top: 15%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  z-index: 2;
  transition: .2s;
}
.swiper-button-mobile-prev{
  background-image: url("../images/mobile-left.png");
  width: 0.46rem;
  height: 0.28rem;
  position: absolute;
  top:4.64rem;
  left: 2.85rem;
  z-index: 99;
}
.swiper-button-mobile-next{
  background-image: url("../images/mobile-right.png");
  width: 0.46rem;
  height: 0.28rem;
  position: absolute;
  top:4.64rem;
  left: 4.15rem;
  z-index: 99;
}
.timeline .swiper-button-prev {
  left: 8%;
  background-image: url("../images/left.png");
}
.timeline .swiper-button-prev:hover {
  /* -webkit-transform: translateX(-3px);
          transform: translateX(-3px); */
}
.timeline .swiper-button-next {
  right: 8%;
  background-image: url("../images/left.png");
}
.timeline .swiper-button-next:hover {
  /* -webkit-transform: translateX(3px);
          transform: translateX(3px); */
}
.swiper-pagination-bullet{
  background: white;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background: #C10913
}
.all-title{
  width: 144px;
  height: 50px;
  font-size: 36px;
  /* font-family: PingFang-SC-Medium, PingFang-SC; */
  
  color: #222222;
  line-height: 50px;
  margin: auto;
  text-align: center;
}
.all-vice-title{
  width: 100%;
  height: 28px;
  font-size: 20px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  
  color: #888888;
  line-height: 28px;
  margin: auto;
  text-align: center;
}
.all-more{
  width: 80px;
  height: 28px;
  font-size: 20px;
  /* font-family: PingFang-SC-Medium, PingFang-SC; */
  
  color: #888888;
  line-height: 28px;
  letter-spacing: 1px;
  position: absolute;
  top: 25px;
  right: 0;
}
.xinwen-big{
  cursor: pointer;
  /* border: 1px solid red; */
}
.xinwen-big:hover hr{
  width:100%!important;
  transition: all 3s;
  /* border: 1px solid red; */
}
.xinwen-small:hover hr{
  width:100%!important;
  transition: all 3s;
  /* border: 1px solid red; */
}
.div1{position: relative;width:569px;}
.div1:before,.div1:after{content:"";display:block;width: 0;height:0;border:7px solid transparent;box-sizing: border-box;position: absolute;}
 
.div1:before{top:0;left:0;transition: border-color 0s ease-in 0.8s,width 0.2s ease-in 0.6s,height 0.2s ease-in 0.4s;}
.div1:after{right:0;bottom:0;transition: border-color 0s ease-in 0.4s,width 0.2s ease-in 0.2s,height 0.2s ease-in ;}
 
.xinwen-big:hover .div1:before{width:100%;height:100%;transition:width 0.2s ease-in ,height 0.2s ease-in 0.2s;border-top-color:#C10913;border-right-color:#C10913;}
.xinwen-big:hover .div1:after{width:100%;height:100%;transition: border-color 0s ease-in 0.4s,width 0.2s ease-in 0.4s,height 0.3s ease-in 0.6s;border-bottom-color:#C10913;border-left-color:#C10913;}
.div2{position: relative;width:190px;float: left}
.div2:before,.div2:after{content:"";display:block;width: 0;height:0;border:7px solid transparent;box-sizing: border-box;position: absolute;}
 
.div2:before{top:0;left:0;transition: border-color 0s ease-in 0.8s,width 0.2s ease-in 0.6s,height 0.2s ease-in 0.4s;}
.div2:after{right:0;bottom:0;transition: border-color 0s ease-in 0.4s,width 0.2s ease-in 0.2s,height 0.2s ease-in ;}
 
.xinwen-small:hover .div2:before{width:100%;height:100%;transition:width 0.2s ease-in ,height 0.2s ease-in 0.2s;border-top-color:#C10913;border-right-color:#C10913;}
.xinwen-small:hover .div2:after{width:100%;height:100%;transition: border-color 0s ease-in 0.4s,width 0.2s ease-in 0.4s,height 0.3s ease-in 0.6s;border-bottom-color:#C10913;border-left-color:#C10913;}
@media screen and (min-width: 768px) {
  .timeline .swiper-slide::after {
    right: -30%;
    bottom: -8%;
    width: 240px;
    height: 50%;
    /* box-shadow: -230px 0 150px 50vw rgba(0, 0, 0, 0.7); */
  }
  .timeline .swiper-slide-content {
    right: 30%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 310px;
    font-size: 11px;
    text-align: right;
  }
  .timeline .swiper-slide .timeline-year {
    margin-bottom: 0;
    font-size: 32px;
  }
  .timeline .swiper-slide .timeline-title {
    font-size: 46px;
    margin: 0;
  }
  .timeline .swiper-pagination {
    display: flex;
  }
  .timeline .swiper-button-prev {
    top: 85%;
    left: 50%;
    margin-left: -600px;
    width: 61px!important;
    height: 37px!important;
    background-size: contain!important;
    /* right: 15%; */
    /* -webkit-transform: rotate(90deg) translate(0, 10px);
            transform: rotate(90deg) translate(0, 10px); */
  }
  .timeline .swiper-button-prev:hover {
    /* -webkit-transform: rotate(90deg) translate(-3px, 10px);
            transform: rotate(90deg) translate(-3px, 10px); */
  }
  .wrap{
    position: relative;
    width: 200px;
height: 200px;

overflow: hidden;
    }
.circle{
height: 100%;
box-sizing: border-box;
border: 20px solid red;
border-radius: 50%;
}
.circle:before{
content: '';
position: absolute;
display: block;
width: 100%;
height: 50%;
box-sizing: border-box;
top: 50%;
left: 0;
border: 20px solid red;
border-top: transparent;
border-radius:  0 0 50% 50%/ 0 0 100% 100%;
z-index: 2;
}
.top, .bottom{
position: absolute;
left: 0px;
width: 100%;
height: 50%;
box-sizing: border-box;
background: white;

}
.top{
top: 0;
z-index: 1;
transform-origin: center bottom;
animation: 1s back-half linear 1s;
animation-fill-mode: forwards;
}
.bottom{
z-index: 3;
top: 50%;
transform-origin: center top;
animation: 1s front-half linear;
animation-fill-mode: forwards;
}
@keyframes front-half{
0%{
transform: rotate( 0 );
}
99%{
transform: rotate( 180deg );
opacity: 1;
}
100%{
transform: rotate( 180deg );
opacity: 0;
}
}
@keyframes back-half{
0%{
transform: rotate( 0 );
}
99%{
transform: rotate( 180deg );
opacity: 1;
}
100%{
transform: rotate( 180deg );
opacity: 0;
}
}
  .timeline .swiper-button-next {
    top: 86.5%;
    left: 50%;
    margin-left: -500px;
    width: 61px!important;
    height: 37px!important;
    background-size: contain!important;
    -webkit-transform: rotate(180deg) translate(0, 10px);
            transform: rotate(180deg) translate(0, 10px);
  }
  .timeline .swiper-button-next:hover {
    /* -webkit-transform: rotate(90deg) translate(3px, 10px);
            transform: rotate(90deg) translate(3px, 10px); */
  }
}
.xinwen-list-top:hover img{
  border:3px solid #5c91ca
}
@media screen and (min-width: 1024px) {
  .timeline .swiper-slide::after {
    right: -20%;
    bottom: -12%;
    width: 240px;
    height: 50%;
    /* box-shadow: -230px 0 150px 39vw rgba(0, 0, 0, 0.7); */
  }
  .timeline .swiper-slide-content {
    left: 10%;
  }
}
.xinwen-big:hover .xinwen-big-title{
  
color: #75090F!important;
}
.xinwen-small{
  cursor: pointer;
  height: 194px;
}
.xinwen-small:hover .xinwen-small-title{
  color: #75090F!important;
}
.xinwen-list{
  width: 587px;
height: 30px;
font-size: 16px;
font-family: PingFang-SC-Medium, PingFang-SC;

color: #222222;
line-height: 30px;
}
.xinwen-list{
  cursor: pointer;
  position: relative;
}
.xinwen-list-top:hover .xinwen-list-title{
    
color: #004E96!important;
}
.xinwen-list-box-content:hover{
  color: #004E96!important;
  cursor: pointer;
}
.kuaisu-big:hover{
  background: rgba(255,255,255,0.8);
  cursor: pointer;
  transition: all 3s;
}
.kuaisu-lT:hover{
  background: #C10913;
  cursor: pointer;
  transition: all 3s;
}
.kuaisu-lB:hover{
  background: rgba(255,255,255,0.8);
  cursor: pointer;
  transition: all 3s;
}
.xinwen-list-title{
  position: absolute;
  top:186px;
  width: 96%;
  height: 37px;
  font-size: 16px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #222222;
  line-height: 37px;
  left:20px;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xinwen-list-date{
  width: 85px;
  height: 26px;
  font-size: 14px;
  position: absolute;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #555555;
  line-height: 26px;
  top: 225px;
  left:20px;
}
.xinwen-list-content{
  width: 340px;
  height: 107px;
  left:20px;
  font-size: 14px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #555555;
  line-height: 26px;
  position: absolute;
  top: 255px;
}
.xinwen-list-box{
  height: 86px;
  width:340px;
  position: absolute;
  bottom: 0;
  left:20px;
}
.xinwen-list-box-content{
  width: 100%;
  height: 22px;
  font-size: 16px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #222222;
  line-height: 22px;
}
.sytzjd{
    width: 295px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.xwtitjz{
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 292px;
}

.tongzhi-title{
  width: 125px;
height: 37px;
font-size: 28px;
font-family: PingFang-SC-Medium, PingFang-SC;
font-weight: 500;
color: #222222;
line-height: 40px;
margin:19px auto 0;
}
.tongzhi-vice-title{
  width: 100%;
height: 20px;
font-size: 14px;
font-family: PingFang-SC-Medium, PingFang-SC;
font-weight: 500;
color: #888888;
line-height: 20px;
text-align: center;
margin:3px auto 11px;
}
.tongzhi-date-title{
  margin-top:25px;
  padding: 0 20px;
}
.header-link{
  font-size: 18px;
  color: white;
  margin-top: 20px;
  height: 30px;
  line-height: 30px;
  float: left;
  position: relative;
  width: 100px;
  cursor: pointer;
  text-align: center;
}
.header-index-box{
    width: 100%;
    position: absolute;
    left: 0;
    margin: 0 auto;
    /* margin-left: -600px; */
    top: 100px;
}
.header-index{
  display: none;
  border-top: 1px solid white;
  width: 100px;
  height: auto;
  z-index: 99;
  position: absolute;
  background: #004E96;
  top: 40px;
  left: 0;
  transition: all 1s;
  opacity: 0.8;
}
.header-link:hover span{
  background: #004E96;
  color: white;
  padding: 5px 14px;
  height: 30px;
  line-height: 30px;
  display: block;
}
.header-link:hover .header-index{
  display: block;
}
.header-menu{
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: white;
  font-size: 14px;
}
.header-menu:hover{
  background: rgba(255,255,255,0.8);
  color: #004E96;
}

#header-border{
  display: none;
  width:100%;position:absolute;bottom:20px;z-index:99;background:#3560BC;opacity:0.7;height:10px
}
.header-link:hover #header-border{
  display: block
} 
.navcurrent{
   display: block !important;
   /*position:absolute;bottom:20px;z-index:99;background:#3560BC;opacity:0.7;height:10px;*/
}
.header-link-img{
  margin:13px 0px auto;display:block;float:left;
  width: 700px;
}
.header-container{
  width:1200px;margin:auto
}
.header{
  width: 100%;
  background: linear-gradient(to bottom, #000, transparent);;
  /*height: 133px;*/
  height: 200px;
  z-index: 99;
  position: absolute;
  padding-top: 10px;
}
.swiper-title{
  width: 750px;
          text-align:left;
          height: 50px;
          font-size: 33px;
          font-family: PingFang-SC-Bold, PingFang-SC;
          
          color: #FFFFFF;
          line-height: 46px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
}
.swiper-content{
  width: 750px;
          height: 69px;
          font-size: 16px;
          text-align:left;
          font-family: PingFang-SC-Medium, PingFang-SC;
          
          color: #FFFFFF;
          line-height: 30px;
          padding-top: 10px;
}
.xinwen-box{
  width:1200px;min-height:700px;margin:auto;z-index: 99;
    position: relative;
}
.xinwen-left-box{
  float:left;width:780px;
}
.xinwen-left-header{
  width:100%;margin:20px 0;
}
.xinwen-left-header-title{
  width: 100%;
          height: 37px;
          font-size: 28px;
          font-family: PingFang-SC-Medium, PingFang-SC;
          
          color: #222222;
          text-align:center;
          line-height: 40px;
}
.xinwen-left-header-vtitle{
  width: 100%;
          text-align:center;
          height: 20px;
          font-size: 14px;
          font-family: PingFang-SC-Medium, PingFang-SC;
          
          color: #888888;
          line-height: 20px;
}
.xinwen-left-list{
  float:left;width:380px;height:482px
}
.xinwen-left-list-right{
  float:right;width:380px;height:482px
}
.xinwen-list img{
  width:374px;height:159px;display:block;margin:3px auto;
}
.tongzhi-content{
  border-top:3px solid #004E96;float:right;width:380px;height:695px;background:white;margin-top:-90px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.14);
}
.tongzhi-header{
  width:330px;margin:auto;border-bottom:1px dashed #004E96;
}
.tongzhi-date-title-header{
  width:100px;height:80px;border:3px solid #004E96;float:left;
}
.tongzhi-date-day{
  height:52px;width:100%;line-height:52px;text-align:center;
              font-size: 30px;
              color: #004E96;
}
.tongzhi-date-year{
  height:30px;
              background: #004E96;width:100%;text-align:center;line-height:30px;font-size:14px;color:white;
}
.tongzhi-main-title{
  width:224px;font-size:18px;font-weight:bold;    margin-top: 16px;float:right;height:50px;line-height:25px;
}
.tongzhi-main-content{
  width: 337px;
        height: 130px;
        font-size: 14px;
        font-family: PingFang-SC-Medium, PingFang-SC;
        font-weight: 500;
        color: #555555;
        margin: 16px auto 0;
        line-height: 26px;
}
.tongzhi-list-right{
  width:340px;height:315px;border-top:1px dashed #004E96;margin:29px auto 0;
}
.imgWall{
  width:100%;position:relative;top:-5px;
}
.imgWall-content{
  width:100%;overflow:scroll;overflow-x: hidden;overflow-y: hidden;
}
.imgWall-list{
  float: left;
  width: 285px;
  height: 286px;
  position: relative;
  cursor: pointer;
}

.imgWall-act-title{
  width: 100%;
  height: 37px;
  font-size: 28px;
  margin-top: 110px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
}
.imgWall-act-vice-title{
  width: 100%;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 20px;
  text-align: center;
  margin-top: 3px;
}
.imgWall-sm-title {
    width: 100%;
    height: 60px;
    font-size: 16px;
    margin: 160px auto 0;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
}

.imgWall-sm-title span {
    width: 185px;
    padding: 3px 10px;
    margin: auto;
    height: 25px;
    background: rgba(1, 1, 1, 0.5);
}

.pc-act-index{
  text-align: center;
  /*width: 200px;*/
  background: rgba(0, 0, 0, 0.4);
  padding-left: 10px;
  padding-right: 10px;
}
.imgWall-list:hover .imgWall-sm-title{
  display: block; 
}
.imgWall-sm-title span{
  width: 185px;
  padding:3px 10px;
  height: 25px;   
  background: rgba(1, 1, 1, 0.5);
}
.dang-header{
  width:1200px;margin:70px auto;
}
.dang-header-title{
  width:100%;
    text-align:center;
    height: 37px;
    font-size: 28px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    
    color: #222222;
    line-height: 40px;
}
.dang-header-vtitle{
  width:100%;
      text-align:center;
      
      height: 40px;
      font-size: 14px;
      font-family: PingFang-SC-Medium, PingFang-SC;
      
      color: #888888;
      line-height: 20px;
}
.dangtuan-content{
  width:780px;height:472px;float:left
}
.dangtuan-content-list{
  width:100%;height:144px
}
.dangtuan-content-list img{
  float:left;width:144px;
}
.dangtuan-list-content{
  width:616px;float:right;height:142px;/*border-top:1px dashed #000;border-bottom:1px dashed #000;*/
}
.dang-hr{
    width: 610px;
    float: right;
    border: none;
    border-bottom: 1px dashed #000;
}
.dangtuan-list-content-header{
  width: 590px;
            padding:0 10px;
            height: 26px;
            font-size: 16px;
            font-family: PingFang-SC-Bold, PingFang-SC;
            font-weight: bold;
            color: #222222;
            margin-top:20px;
            line-height: 26px;
             overflow: hidden;
             text-overflow: ellipsis;
             white-space: nowrap;
}
.dangtuan-list-content-content{
  width: 590px;
            padding:0 10px;
            height: 110px;
            font-size: 14px;
            font-family: PingFang-SC-Medium, PingFang-SC;
            font-weight: 500;
            color: #555555;
            line-height: 26px;
}
.footer-back{
  background:#004E96
}
.footer-content{
  width:1200px;height:160px;margin:auto;
}
.footer-top-left{
  float:left
}
.footer-top-left-title{
  width: 84px;
            height: 22px;
            font-size: 16px;
            font-family: PingFangSC-Semibold, PingFang SC;
            font-weight: 600;
            color: #FFFFFF;
            margin-top:44px;
            line-height: 22px;
}
.footer-top-left-content{
  width: 414px;
              /* height: 48px; */
              padding-right: 20px;
              font-size: 14px;
              font-family: PingFangSC-Regular, PingFang SC;
              font-weight: 400;
              color: #FFFFFF;
              margin-top:8px;
              margin-left: -10px;
              line-height: 24px;
}
.footer-top-middle{
  width: 238px;
          float:left;
          padding-top:40px;
          font-size: 16px;
          font-family: PingFang-SC-Bold, PingFang-SC;
          font-weight: bold;
          color: #FFFFFF;
          line-height: 30px;
}
.footer-top-right{
  float:right;padding-top:45px;
}
.footer-top-right img{
  width:80px;float: left;
}
.footer-top-right-content{
  width: 84px;
            height: 48px;
            float: left;
            padding-top:15px;
            font-size: 14px;
            margin-left:10px;
            font-family: PingFangSC-Regular, PingFang SC;
            font-weight: 400;
            color: #FFFFFF;
            line-height: 24px;
}
.footer-line{
  width:100%;background:rgba(255,255,255,0.3);height:1px;
}
.footer-bottom{
  width: 1200px;
        margin:auto;
        height: 40px;
        font-size: 14px;
        font-family: PingFang-SC-Regular, PingFang-SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 40px;
}
.mobile-header{
  padding:0.18rem;
  /* background: black; */
  position: absolute;
  width:7.14rem;
  z-index: 99;
  /* width:100%; */
}
.mobile-menu{
  float: right;
  margin-top:0.3rem;
}
.mobile-swip{
  /* width:7.5rem; */
  height:5.6rem;
}
.mobile-swip .swiper-container{
  /* width: 100%; */
  height:100%
}
.mobile-swip .swiper-slide{
  width: 7.5rem;
  height:100%;
  position: relative;
    color: #fff;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.mobile-header-content{
  position: absolute;
  top:2.17rem;
  left:0.48rem;
  width:6.26rem;
  height: 1.84rem;
  background: rgba(0,0,0,0.4);
  color: white;
  padding-left:0.28rem ;
}
.mobile-header-content-title{
  font-size: 14px;
  margin-top:0.26rem;
  line-height: 0.5rem;
  font-weight: bold;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mobile-header-content-text{
  font-size: 10px;
  line-height: 0.36rem;
  margin-top:0.12rem;
}
#pd{
  display: none;
}
#mobile{
  display: none;
}
.mobile-column-title{
  color: #222222;
  font-size: 0.42rem;
  text-align: center
}
.mobile-column-vtitle{
  color: #888888;
  font-size: 0.24rem;
  line-height: 0.32rem;
  text-align: center;
}
.mobile-column{
  width: 6.78rem;
  margin: auto;
  border-bottom: 1px dashed #004E96;
  margin-top: 0.25rem;
  padding-bottom: 0.2rem;

}
.tongzhi-big{
  width: 6.78rem;
  margin: 0.5rem auto 0;
  padding-bottom: 0.42rem;
  border-bottom: 1px dashed #888888;
}
.tongzhi-big-date{
  float: left;
  width:1.57rem;
  height: 1.57rem;
  border:1px solid #004E96;
}
.tongzhi-big-date-top{
  height: 1.03rem;
  width: 100%;
  line-height: 1.03rem;
  text-align: center;
  font-size: 0.68rem;
  color: #004E96;
}
.tongzhi-big-date-bottom{
  width:100%;
  background: #004E96;
  height:0.54rem;
  font-size: 0.26rem;
  line-height: 0.54rem;
  text-align: center;
  color: white;

}
.tongzhi-big-content{
  color: #222222;
  font-size: 0.34rem;
  line-height: 0.5rem;
  width: 5rem;
  float: right;
  margin-top:0.3rem;
}
.tongzhi-big-txt{
  font-size: 0.24rem;
  line-height: 0.36rem;
  margin-top:0.31rem;
  width:100%;
  color: #555;
}
.tongzhi-list{
  width: 6.78rem;
  margin: auto;
}
.tongzhi-list-title{
  float: left;
  width: 5.2rem;
  line-height: 0.56rem;
  height: 0.56rem;
  font-size: 0.28rem;
  color: #222;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;
}
.tongzhi-list-date{
  float: right;
  width:1.2rem;
  text-align: right;
  line-height: 0.56rem;
  height: 0.56rem;
  font-size: 0.28rem;
  color: #888888;
}
.news-big-img{
  width: 6.78rem;
  margin: 0.5rem auto 0.3rem;
  display: block;
}
.news-big-title{
  color: #222222;
  line-height: 0.42rem;
  font-size: 0.3rem;
  height: 0.42rem; 
  /* text-align: center; */
  width: 6.78rem;
  margin: 0rem auto 0.2rem;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-big-date{
  color: #555555;
  line-height: 0.26rem;
  font-size: 0.24rem;
  width: 6.78rem;
  margin: 0rem auto 0.2rem;
}
.news-big-txt{
  color: #555555;
  font-size: 0.24rem;
  width: 6.78rem;
  margin:auto;
  line-height: 0.36rem;
}
.news-list{
  width: 6.78rem;
  margin: auto;
  
}
.news-list-title{
  width: 5.2rem;
  float: left;
  height: 0.56rem;
  line-height: 0.56rem;
  font-size: 0.28rem;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.activity img {
  width: 2.5rem;
  vertical-align: bottom;
}
.activity-content{
  width:2.5rem;
  height:2.5rem;
  background: url('../images/huodong.png');
  background-size: 100% 100%;
  float:left;
}
.mobile-dangtuan-list{
  width: 6.78rem;
  margin: auto;
  margin-bottom: 0.48rem;
}
.mobile-dangtuan-list img{
  width:1.84rem;
  height: 1.84rem;
  float: left;
}
.mobile-dangtuan-content{
  width: 4.64rem;
  height:1.84rem;
  float: right;
  position: relative;
  border-bottom: 1px dashed #888;
  
}
.mobile-dangtuan-content-title{
  font-size: 0.3rem;
  margin-top: 0.2rem;
  line-height: 0.42rem;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mobile-dangtuan-content-txt{
  font-size: 0.24rem;
  line-height: 0.36rem;
  height: 1.18rem;
  overflow: hidden; 
  color: #555;
  margin-top:0.1rem;
}
.mobile-dangtuan-date{
  position: absolute;
  bottom: 0;
  right:0;
}

.mobile-footer{
  width:7.5rem;
  /*height: 7.1rem;*/
  background: #004E96;
  color: white;
  padding-top:0.43rem;
}
.mobile-footer-content{
  width: 6.78rem;
  margin: auto;
}
.friend-title{
  
  font-size:0.36rem;
  line-height: 0.5rem;
  
}
.friend-list{
  margin-top: 0.2rem;
  font-size: 0.28rem;
  line-height: 0.5rem;
  /* height:0.5rem;  */
  color: #fff;
}
.contact-title{
  font-size:0.36rem;
  line-height: 0.5rem;
  margin-top:0.42rem;
}
.contact-left{
  font-size: 0.28rem;
  line-height: 0.5rem;
  margin-top: 0.2rem;
  width:4.15rem;
  float:left;
}
.contact-right{
  float: right;
  width: 1.24rem;
  height: 1.24rem;
  margin-top:0.4rem;
}
.mobile-footer-bottom{
  width: 6.64rem;
  height: 1.04rem;
  line-height: 0.36rem;
  margin:auto;
  text-align: center;
}
.xinwe-left-header{
  width:100%;margin:20px 0
}
.header-link span{
  z-index: 999;
  position: relative;
}
@media screen and (max-width: 960px) {
  #mobile{
    display: block;
  }
  .mobile-title{
    display: block;
    text-align: center;
    font-size: 0.42rem;
    width: 90%;
    border-bottom: 1px solid white;
    margin: auto;
  }
  .mobile-index-big{
    /* height: 1rem; */
    /*text-indent: 0.5rem;*/
    text-align: left!important;
    width: 100%;
    display: block;
  }
  .mobile-index-vice{
    height: 1rem;
    /* text-indent: 0.5rem; */
    text-align: middle;
    width: 3.75rem!important;
    text-align: center!important;
    float: left;
    display: block;
    font-size: 0.36rem;
    color: rgba(255,255,255,0.8)!important;
  }
  .mobile-vice-list{
    display: none
  }
  .mobile-vice-current .mobile-vice-list{
    display: block !important;
  }
  .menu-list{
    position: fixed;
    width:7.5rem;
    height: 100%;
    background: white;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    transition: all 2s;
    background:#004E96;
    overflow-y: auto;
}
.menu-list div{
    width:100%;
    text-align: center;
    font-size: 0.36rem;
    line-height: 1rem;
    color: white;
}
.mobile-act-index{
  text-align: center;
  margin-top: 80px;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.3);
  width: 2rem;
  margin: 80px auto 0;
  color: white;
  font-size: 14px;
}
.activity-mobile-title{
  width: 2.5rem;
  height: 2.5rem;
  background: #004E96;
  background-size: 100% 100%;
  float: left;
}
.mobile-act-title{
  text-align: center;
  /* margin-top: 30px; */
  line-height: 20px;
  /* background: rgba(0, 0, 0, 0.3); */
  width: 2rem;
  margin: 45px auto 0;
  color: white;
  font-size: 18px;
}
.mobile-act-vicetitle{
  text-align: center;
  /* margin-top: 30px; */
  line-height: 20px;
  /* background: rgba(0, 0, 0, 0.3); */
  width: 2.5rem;
  margin: 10px auto 0;
  color: white;
  font-size: 12px;
}
}
@media screen and (min-width: 960px) {
  #pc{
    display: block;
  }
}

.footer-top-link span{
  border-right: 1px solid #fff;
  line-height: 12px;
  height: 14px;
  display: inline-block;
  vertical-align: baseline;
  padding: 0 10px;
}
.footer-top-link span:last-child{
  border: none;
}

.header-link-check span {
  background: #004E96;
  color: white;
  padding: 5px 14px;
  height: 30px;
  line-height: 30px;
  display: block;
}

.bar7 {
  	display:none;
    width: 200px;
    position: absolute;
    right: 116px;
    top: 31%;
    /* margin-top: -15px; */
    height: 30px;
}

.bar7 input {
    height: 30px;
    width: 100%;
    background: #f5f5f5;
    border-radius: 15px;
    padding: 4px 35px 4px 15px;
    border: 0;
    color: #888;
}
.bar7 img {
	position: absolute;
    top: 7px;
    right: -34px;
    cursor: pointer;
}
.bar8{
    position: absolute;
    right: 68px;
    top: 27%;
    width: 50px;
    height: 50px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}
.bar8 img {
	position: relative;
    width: 40px;
    height: 40px;
    top: 6px;
    right: -6px;
    cursor: pointer;
}


