.block{
  margin-bottom:0;
}
.block .block-title{
  border:0;
  font-size:2.2vw;
  font-weight:600;
  margin-bottom:60px;
  color:#031762;
  text-align:center;
  position:relative;
  z-index:1;
}
.more-link{
  z-index:5;
}
.block .block-title:after{
  content:"";
  position:absolute;
  width:100%;
  height:102px;
  background-repeat:no-repeat;
  background-position:center center;
  left:0;
  right:0;
  bottom: -10px;
  z-index:-1;
}
.sw-button {
    position: initial !important;
}
.swiper-78-1  .swiper-pagination-bullet {
    width: 60px;
    border-radius: 5px;
}
.block-region-middle-first-left .block .block-title:after,.layout-full.region-bottom-third  .block .block-title:after{
   background-image:url(../../bg-news-title.png);
 }
.block-region-top-second-left .block .block-title:after,.layout-full.region-bottom-standard  .block .block-title:after{
   background-image:url(../../bg-academic-title.png);
 }
.block-region-top-third-left .block .block-title:after{
   background-image:url(../../bg-notice-title.png);
 }
.layout-full.region-middle-first{
  padding:60px 0;
  background-image: linear-gradient(in hsl to bottom,#F8FCFF,#B6CEE0);
}
.newspicblock{
  background-color:#FFF;
  padding-bottom:10px;
}
.newspicblock h3 a{
  font-weight:bold;
      color: #000;
    word-wrap: normal;
    display: block;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height:150%;
    font-size: 20px;
        outline: none;
}
.newsitem .newsinfo{
  padding:20px 5%;
}
.newsitem .summary{
    word-wrap: normal;
    display: block;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height:150%;
    font-size:14px;
    margin-top:10px;
    color:#999;
    text-align:left;
    padding: 0;
}
.list-3 ul li {
    padding: 17px 20px;
    width: 100%;
    background-color: #FFF;
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}
.list-3 ul li:hover{
    background-image: linear-gradient(270deg,#97BEEA,#002571);
    background-image: -webkit-linear-gradient(270deg,#97BEEA,#002571);
    transform:scale(1.05);
    box-shadow:2px 2px 6px rgba(0,0,0,0.3);
    transition:all ease 0.5s;
}
.list-3 ul li a{
  font-weight:500;
      outline: none;
}
.list-3 ul li:hover a{
  color:#FFF;
}
.list-3 ul li:hover span{
  color:rgba(255,255,255,0.7) !important;
}
.list-3 ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}
.block-region-middle-first-right span.f-r.outside-l {
    float: none;
    margin: 0 0 0 0;
    display: block;
    color: #999;
    padding: 0 10px 0 0;
}
.block-region-middle-first-right .one-line {
    white-space: normal;
}
.block-region-middle-first-right a.one-line{
   font-size: 16px;
    color: #555;
    word-wrap: normal;
    display: block;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    display:-webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height:150%;
}
.block-region-top-first .swiper-78-1 .swiper-slide {
    background-position: top center;
}

/******** academic **/

.layout-full.region-top-second{
  padding:60px 0;
  background:url(../../academicbg.jpg) no-repeat center center;
  background-size:cover;
}
.layout-full.region-top-second .col-md-4{
  width:100%;
}
.layout-full.region-top-second{
  padding: 40px 0 80px 0;
  position: relative;
}
.block-region-top-second-left{
  padding:0 30px;
}
.layout-full.region-top-second .swiper-container-initialized {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden !important;
    list-style: none;
    padding: 160px 0;
    z-index: 1;
    
}
.layout-full.region-top-second .swiper-slide-active{
       z-index:11;
}
.layout-full.region-top-second .swiper-slide-next,.layout-full.region-top-second .swiper-slide-prev{
   z-index:10;
}
.layout-full.region-top-second .swiper-slide-active{
    box-shadow:2px 2px 10px #666;
    background-image: linear-gradient(180deg,#97BEEA,#002571);
    color:#FFF;
    transition: all 0.2s;
    transform: scale(1.8);
}
.layout-full.region-top-second .swiper-slide-next .item,.layout-full.region-top-second .swiper-slide-prev .item {
    transform: scale(1.2);
    box-shadow:2px 2px 4px #666;
    transition: all 0.2s;
}
.academicpicblock .item{
  background-color:#FFF;
  border-radius: 5px;
}
.layout-full.region-top-second .swiper-slide-active .item a{
    color: #FFF;
    font-size:12px;
}
.layout-full.region-top-second .swiper-slide-active .item .summary{
  color:rgba(255,255,255,0.8);
  font-size:10px;
}
.academicpicblock .swiper-slide-active .item
{
    background-color:transparent;
}
.academicpicblock .item  .img a{
    display:block;
}
.academicpicblock .item  h3 a{
  font-weight:bold;
      color: #000;
    word-wrap: normal;
    display: block;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height:150%;
        outline: none;
}
.academicpicblock .item .newsinfo{
  padding:20px 8% 20px;
}
.academicpicblock .item .summary{
    word-wrap: normal;
    display: block;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height:150%;
    font-size:14px;
    margin-top:10px;
    color:#999;
   min-height: 40px;
}
.sw-button {
    position: absolute;
    width: auto;
    top: 50%;
    z-index: 11;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.sw-button .swiper-button-next, .sw-button .swiper-button-prev{
  opacity:0.8;
  width:70px;
  height:70px;
}
.sw-button .swiper-button-next:hover, .sw-button .swiper-button-prev:hover{
    opacity:1;
}
.sw-button .swiper-button-next:before, .sw-button .swiper-button-prev:before {
    content: "";
    width: 70px;
    height: 70px;
    background-image:url(../../icon-pre-next.png);
    background-size:100%;
}
.sw-button .swiper-button-prev:before{
 transform: rotate(180deg);
}
.eventsitem {
    background: #FFF;
    display: flex;
    align-items: flex-start;
    margin: 15px;
    transition: all 0.3s ease;
    position: relative;
}
.eventsitem .posttime {
    color: #FFF;
    background-color: #8BB6E6;
    width: 70px;
    font-size: 12px;
    text-align: center;
    font-family: arial;
    font-weight: 300;
    display: table-cell;
    vertical-align: top;
    position: absolute;
    padding: 10px 10px;
    bottom: 0;
    left: -1px;
}
.eventposter {
    max-width: 45%;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 20px;
}
.eventposter a,.eventposter img{
    display:block;
}
.eventsitem:hover {
  background-color:#002571;
  box-shadow:2px 2px 6px #999;
    transform: scale(1.05);
}
.eventsitem .articleinfo {
    width: 55%;
    padding: 20px;
}
.eventsitem p {
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight: 400;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 150%;
    overflow: hidden;
    margin-bottom: 5px;
}
p.speaker,p.location,p.date {
    padding-left: 20px;
    position: relative;
}
.eventsitem .location:before, .eventsitem .date:before, .eventsitem .speaker:before  {
    display: inline-block;
    font-family: "iconfont";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    padding-right: 5px;
    color: #999;
    position:absolute;
    left:0;
    top:4px;
}
.eventsitem .location:before{
    content: "\e6ca";
}
.eventsitem .date:before {
    content: "\e606";
}
.eventsitem .speaker:before{
    content: "\e673";
}
.eventsitem:hover .posttime{
  background-color:#CC9C59;
}
.eventsitem .posttime span{
  display:block;
}
.eventsitem .posttime .day {
    font-size: 26px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 600;
}
.eventsitem .title p.two-line{
  max-height: initial;
  padding:0;
  margin:0;
}
.eventsitem  .title{
  width: 100%;
}
.eventsitem  .title a{
display:block;
font-size:18px;
font-weight:600;
overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height:150%;
    margin-bottom:10px;
        outline: none;
}
.eventsitem:hover .title a,.eventsitem:hover .title a:hover{
  color:#FFF !important;
}
.eventsitem:hover .location:before, .eventsitem:hover .date:before,.eventsitem:hover p.date,.eventsitem:hover p.location, .eventsitem:hover .speaker, .eventsitem:hover .speaker:before {
  color:rgba(255,255,255,0.6) !important;
}
.block-region-top-second-middle .tns-outer{
    padding-bottom: 80px !important;
    position: relative;
}
.block-region-top-second-middle .tns-outer .tns-nav {
    text-align: center;
    margin: 10px auto;
    position: absolute;
    bottom: 10px;
    width: 160px;
    z-index: 1;
    left: 0;
    right: 0;
}
.block-region-top-second-middle .tns-outer .tns-nav > [aria-controls]{
        width: 30px;
    border-radius: 5px;
    background: #7C99B8;
}
.block-region-top-second-middle .tns-outer .tns-nav > .tns-nav-active {
    background: #002571;
}
.block-region-top-second-middle .tns-outer .tns-controls {
text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    margin-bottom: 0;
    z-index: 0;
}
.block-region-top-second-middle .tns-outer .tns-controls [aria-controls] {
    font-size: 0;
    width: 50px;
    height: 50px !important;
    margin: 0 80px;
    background: url(../../icon-pre-next.png);
    background-size:cover;
    opacity:0.6;
}
.block-region-top-second-middle .tns-outer .tns-controls button:hover{
    opacity:1;
}
.block-region-top-second-middle .tns-outer .tns-controls button:nth-child(1){
  transform: rotate(180deg);
}
.block-region-top-second-middle .tns-outer .tns-controls button:nth-child(2){
    
}
/****  notice  ***/
.layout-full.region-top-third{
  padding:60px 0;
  background-image: linear-gradient(to right,#25588B,#001D8A);
}
.layout-full.region-top-third .col-md-8{
  width:100%;
}
.block-region-top-third-left .block .block-title{
  color:#FFF;
}
.block-region-top-third-left .col-md-8{
  width:100%;
}
.block-region-top-third-left ul.list {
    display: flex;
    flex-wrap: wrap;
}
.block-region-top-third-left li.list-item.list-item-line {
    border: 0;
    padding: 0 !important;
        width: 100%;
}
.noticelist {
    background: #FFF;
    display: flex;
    align-items: center;
}
.noticelist .ntime{
  color:#FFF;
  background-color:#8BB6E6;
   width: 70px;
    font-size: 12px;
    text-align: center;
    font-family: arial;
    font-weight: 300;
    display: table-cell;
    vertical-align: top;
    padding: 15px 10px;
}
.noticelist:hover {
  background-color:#002571;
  box-shadow:3px 3px 10px rgba(255,255,255,0.3);
}
.noticelist:hover .ntime{
  background-color:#CC9C59;
}
.noticelist .ntime span{
  display:block;
}
.noticelist .ntime .d {
    font-size: 26px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 600;
}
.noticelist .ntitle p.two-line{
  max-height: initial;
  padding:0;
  margin:0;
}
.noticelist  .ntitle{
  width:calc(100% - 70px);
}
.noticelist  .ntitle p a{
margin: 10px 15px;
display:block;
}
.noticelist:hover .ntitle p a,.noticelist:hover .ntitle p a:hover{
  color:#FFF;
}
.panel-tabs .tab-nav-3 li{
  border:0;
  margin-bottom:20px;
}
.panel-tabs .tab-nav-3 li a{
  font-size:1vw;
  font-weight:600;
  color:#FFF;
  background-color:#8BB6E6;
  margin:0 10px;
      outline: none;
}
.panel-tabs .tab-nav-3 li.active a{
  background-color:#CC9C59;
}
/********* digital ******/
.circlebox{
          display: flex;
          position:relative;
          overflow: hidden;
           flex-direction: column;
          margin:auto auto;
          align-items: center;
          justify-content: center;
          background:url(../../digitalbg.jpg) no-repeat center center;
          background-size:cover ;
          min-height: 700px;
          width: 100%;
          -webkit-transition: all 0.2s ease-out 0s;
          transition: all 0.2s ease-out 0s;
      }
      .circle{
        border: 8vw solid rgba(58,85,129,0.8);
        border-radius: 100%;  
        position: absolute;
        left:0;
        right:0;
        margin:0 auto;
    -webkit-transition: all 2s cubic-bezier(0.3, 2, 0.5, 2) 0s;
    transition: all 2s cubic-bezier(0.3, 2, 0.5, 2) 0s;
      }
      .circle:before{
          border:2px solid rgba(255,255,255,0.5);
          border-radius: 100%; 
          content: "";
          position:absolute;
          top:-0.1vw;
          left:-0.1vw;
          width:100%;
          height:100%;
      }
     .circle200 {
      width: 16vw;
      height: 16vw;

    }
    .circle400{
        width: 32vw;
        height: 32vw;

    }
    .circle600{
        width: 48vw;
        height: 48vw;

    }
    .circle800{
        width: 64vw;
        height: 64vw;
    }
    .circle1000{
        width:80vw;
        height:80vw;
    }
    
    .circle1000:before{
              top:-0.2vw;
              left:-0.13vw;
    }
    .circle1200{
        width:120vw;
        height:120vw;
        border: 100vw solid rgba(58,85,129,0.8);
    left: -10.48vw;
    }
    .divbody{
  display: flex;  
      justify-content: center;  
      align-items: center;  
      margin: 0;  
    }
    .data{
        position:relative;
        width: 100%;
        height:100%;
    }
    .dot{
            position:relative;
            -webkit-transition: all 0.2s ease-out 0s;
            transition: all 0.2s ease-out 0s;
            width: 100%;
            z-index: 20;
            height:100%;
    }
    .dots {
        position: absolute;
        display: flex;
        flex-direction: column;
        cursor: pointer;
         font-size: 2.4vw !important;
         color:#FFF;
         text-align: center;
    }
    .dots:hover{
        color: blanchedalmond;
        text-shadow: 0 0 6px black;
    }
    .dots:hover::before{
        background:blanchedalmond;
        box-shadow: 0 0 6px black;
    }
    .dots.bb{
        color:rgba(255,255,255,0.2)
    }
    .dots::before {
    content: "";
    width: 2vw;
    height: 2vw;
    margin: 0 auto;
    background: #FFF;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    border-radius: 100%;
    display: inline-block;
    }
    .dots.bb::before{
     background:rgba(255,255,255,0.2)
    }
    .dot-400-1{
        top: 50%;
    left: -60px;
    width: 120px;
    }
    .dot-400-2{
    top: -3%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: fit-content;
    }
    .dot-400-3{
		bottom: 1.5%;
    right: -8%;
    width: 160px;
    }
    .dot-400-4{
        top: 18%;
        right: 0%;
    }
    .dot-600-1{
        top:25%;
        left:1%;
    }
    .dot-600-2{
    top: 50%;
   right: -80px;
    width: 160px;
    }
    .dot-800-1{
    top: 50%;
    left: -4.5%;
    }
    
    .dot-800-2{
    right: -20px;
    width: 120px;
        top: 30%;
    }
    .dot-1000-1{
    top: 50%;
    right: -60px;
   width: 120px;
    }
    .dot span{
            display: inline-block;
    }
    .circle.cc{
        border-color:rgba(0,0,0,0.1);
    }
    .s-tips{
    font-size: 16px;
    line-height:100%;
    }
    .tipss{
        margin: 0 auto;
        font-size: 0;
        -webkit-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
        color: #FFF;
        width: 16vw;
        display: flex;
        height: 16vw;
        align-items: center;
        justify-content: center;
        background:rgba(58,85,129,0.8);
        border-radius: 100%;
        text-align: center;
        position: relative;;
    }
    .tips.tt{
        font-size: 1.4vw !important;
        display:block;
        color:#FFF;
    }

    .tipss .title{
        font-size:2.4vw !important;
        font-weight: bold;
        color:#FFF;
    }
    .tipss.ss .title{
        font-size:0  !important;
    }
    .tips.tt span{
        font-size: 3.4vw  !important;
        padding:0 5px;
        color: blanchedalmond !important;
        font-weight: 600;
        color:#FFF;
    }
    .tipss.ss{
        background-color: rgba(0,37,113,0.8);
        -webkit-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
        background-image:url(../../bg-news-title.png);
        background-repeat:no-repeat;
        background-position:center center;
    }
    .tipss:before{
    position: absolute;
    top: -2px;
    left: -2px;
    content:"";
    width:calc(100% - 15px);
    height:calc(100% - 15px);
    border-radius:100%;
    border:10px solid rgba(255,255,255,0);
    border-top:10px solid rgba(255,255,255,1);
    border-bottom:10px solid rgba(255,255,255,1);
    animation:load 5s linear infinite;}
    @keyframes load{
    0% { transform: rotate(Odeg);}
    100%{transform:rotate(360deg); }}
    @media screen and (min-width:992px){
      .tips{
        display:none;
      }
    }
    @media (max-width:991px){
            .tips span{
        display:block;
    }
    }

/********* zhuanti ******/
.layout-full.region-bottom-standard{
  padding:60px 0;
  background-image: linear-gradient(in hsl to bottom,#F8FCFF,#B6CEE0);
}
.block-region-bottom a{
  overflow:hidden;
}
.block-region-bottom a, .block-region-bottom img {
    display: block;
    position: relative;
    transition:all ease 0.5s;
}
 .block-region-bottom img:hover{
   transform:scale(1.03);
 }
.block-region-bottom p.quick-inside-min-tb {
    bottom: 0px;
    left: 0;
    text-indent: 0;
    padding: 35px 20px 15px;
    text-align: center;
    margin: 0;
    width: calc(100% - 40px);
    font-weight: 900;
    background-image: linear-gradient(in hsl to top,#000,transparent);
}
/*********** history *******/
.layout-full.region-bottom-third{
 padding:60px 0 30px; 
 background:url(../../bg-dna.png) no-repeat top center;
 position:relative;
}
.front-history{
  position:relative;
}

.front-history .historypic{
  min-height:35vh;
  position:relative;
  background:url(../../bg-building.png) no-repeat bottom center;
  background-size:100%;
}
.historypic:before{
  content:"";
  width:100%;
  top:0;
  height:100%;
  position:absolute;
  background:url(../../bg-river.png) no-repeat top center;
  background-size:100%;
}
.front-history .historyline{
  min-height:150px;
  position:relative;

}
.front-history .historyline .inner{
  display:flex;
}
.front-history .historyline:before{
  height:6px;
  content:"";
  width:100%;
  background-image: linear-gradient(to right, #002571 50%,#8BB6E6 50%);
  position: absolute;
  top:0;
  left:0;
}
.front-history .historyline .line01,.front-history .historyline .line02,.front-history .historyline .line03{
  position:relative;
  width:40%;
  top:-7px;
  padding:20px;
}
.front-history .historyline .line01{
  border-top:6px #002571 solid;
}
.front-history .historyline .line02{
  border-top:6px #005CC4 solid;
}
.front-history .historyline .line03{
  border-top:6px #8BB6E6 solid;
  width:20%;
}
.front-history .historyline h3{
  color:#B3874B;
  font-size:20px;
  font-weight:bold;
}
.front-history .historyline p{
  color:#B3874B;
}
.historypic .inner {
    height: 100%;
    padding:200px 0;
}
.pics {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
}
.pics:hover p{
  color:#B3874B;
}
.pics img {
    display: block;
    width: 90px;
    border-radius: 100%;
    border: 2px solid #FFF;
    transition:all ease 0.5s;
}
.pics img:hover{
  transform:scale(1.8);
}
.pic01{
    bottom: 40%;
    left: 0%;
    flex-direction: column-reverse;
}
.pic02{
    bottom: 25%;
    left: 13%;
    flex-direction: column-reverse;
}
.pic03{
    bottom: 15%;
    left: 25%;
    flex-direction: column-reverse;
}
.pic04 {
    top: 21%;
    left: 48%;
    flex-direction: column;
}
.pic05{
    top: 15%;
    left: 64%;
    flex-direction: column;
}
.pic06{
    top: 0%;
    right: 5%;
    flex-direction: column;
}
.picimg{
  position:relative;
}
.picimg:after{
  content:"";
  position:absolute;
  left:50px;
  width:1px;
  height:100%;
    z-index: -1;
    bottom: 0;
}
.pics p{
    width: 100%;
    max-width: 140px;
    margin-left: 50px;
    border-left: 2px solid #ECECEC;
    margin-bottom: 0;
    padding-left: 20px;
    padding-bottom: 30px;
    font-size:14px;
}
.pic02 p{
  padding-bottom:80px;
}
.pic03 p{
  padding-bottom:90px;
}
.pic04 p,.pic05 p,.pic06 p{
  padding-bottom:0px;
  padding-top:35px;
}

/*************************** custom overview ************/

@media (min-width:992px){
.layout-full.region-middle-first {
    padding: 160px 0 60px;
}
 .block-region-middle-first-left .block .block-title{
  width: calc(200% + 30px);
    top: -120px;
    position:absolute;
  }
.block-region-middle-first-right .more-link {
    top: -90px;
    right: 10px;
}
.block-region-middle-first-left .more-link {
    display:none;
}
.block-region-top-third-left li.list-item.list-item-line {
    width: calc(50% - 20px);
    margin: 10px !important;
}
}
@media(min-width: 1170px){
.block-region-top-first .swiper-78-1 .swiper-1 .swiper-wrapper, .block-region-top-first .swiper-78-1 .swiper-1 .swiper-slide, .block-region-top-first .swiper-78-1 .swiper-container.swiper-1 {
    height: 100vh !important;
}
.list-3 ul li {
    border: 1px solid #ECECEC;
}
}
@media(min-width: 1360px){
.newspicblock h3 a {
    font-size: 24px;
}
.block-region-middle-first-right a.one-line {
    font-size: 18px;
}
.list-3 ul li {
    margin-bottom: 11px;
}
}
@media(min-width:1921px){
.panel-tabs .tab-nav-3 li a{
  font-size:20px;
  
}
.block .block-title{
  font-size:32px;
}
}
@media(max-width:1280px){
.layout-full.region-top-second .swiper-slide-active {
    transform: scale(1.2);
}
.layout-full.region-top-second .swiper-slide-active .item a {
    color: #FFF;
    font-size: 16px;
}
.panel-tabs .tab-nav-3 li a{
  font-size:16px;
  font-weight:normal;
}
.layout-full.region-top-second .academicpicblock .item .summary
{
    display:none;
}
.layout-full.region-top-second .swiper-slide-next .item, .layout-full.region-top-second .swiper-slide-prev .item {
    transform: scale(1);
}
.layout-full.region-top-second .swiper-container-initialized {
    padding: 30px 0 60px 0;
}
.block-region-top-second-middle .tns-outer .tns-nav {
    display: none;
}
}
@media(max-width:991px){
.block-region-middle-first-right .more-link {
    display:none;
}
.layout-full.region-top-second .swiper-slide-active {
    transform: scale(1);
}
.block .block-title{
  font-size:26px;
}
.layout-full.region-top-second {
    padding: 40px 10px;
}
.layout-full.region-top-second .swiper-container-initialized{
    padding:10px 0 40px 0;
}
.block-region-top-second-left {
    padding: 0 10px;
}
.sw-button .swiper-button-next, .sw-button .swiper-button-prev {
    width: 40px;
    height: 40px;
}
.sw-button .swiper-button-next:before, .sw-button .swiper-button-prev:before {
    width: 40px;
    height: 40px;
}

.sw-button {
    top: 50%;
}
.block-region-top-second-middle .tns-outer {
    padding-bottom: 50px !important;
}
.block-region-top-second-middle .tns-outer .tns-controls [aria-controls] {
    margin: 0 20px;
}
.layout-full.region-top-third{
        padding: 30px 0;
    }
.block .block-title {
    margin-bottom: 30px;
}   
.noticelist{
        margin-bottom:10px;
    }
.panel-tabs .tab-nav {
    display: block;
}
.panel-tabs .tab-nav-3 li {
    border: 0;
    margin: 1%;
    width: 31%;
    float: left;
}
.panel-tabs .tab-nav-3 li a{
    margin:0;
}
.circlebox{
    min-height: inherit;
}
.circle,.tipss:before{
    display: none;
}
.tipss{
       height: 100%;
       border-radius: 0; 
        width: 100%;
      padding: 20px;
     display: block;
}
.tipss .title {
 font-size: 26px !important;
    text-align: center;
}
p.tips {
    color: rgba(255,255,255,0.9);

        text-align:center;
}
.tips span{
        display:inline-block;
            font-weight:600;
        padding-left:10px;
        font-size:18px;
}
.block-region-bottom .col-md-3.col-xs-3{
    width:33%;
}
.historypic .inner {
    padding: 10px 0;
}
.historypic:before{
    display:none;
}
.pics {
    position: initial;
    display: block;
}
.pics p {
    width: auto;
    max-width: initial;
    margin-left: 20px;
    border-left: 0;
    margin-bottom: 0;
    padding-left: 20px;
    font-size: 14px;
    padding-bottom: 0 !important;
    padding-top: 10px !important;
    padding-right: 20px;
}
.picimg,.front-history .historyline:before {
    display: none;
}
.front-history .historyline .inner {
    display: block;
}
.front-history .historyline .line01, .front-history .historyline .line02, .front-history .historyline .line03 {
    width: 100% !important;
}
}

@media(max-width:768px){
    .block-region-bottom .col-md-3.col-xs-3{
    width:50%;
}
.list-3 ul li {
    display: block;
}
}
@media (max-width:640px){
    .block-region-top-second-middle .tns-outer .tns-nav{
        display:none;
    }
    .block-region-top-third-left li.list-item.list-item-line {
    width: 100%;
}
}
@media(max-width:480px){
    .block-region-bottom .col-md-3.col-xs-3{
    width:100%;
}
}