#page{
  font-size: 0;
}
.section{
  margin-top:60px;
}
.container {
  max-width: 976px;
  margin: 0 auto;
  padding: 0 2px 0 2px;
  position: relative;
  font-size: 16px;
}
.container .fltitle{
  margin-bottom: 30px;
}
.title-bold span{
  font-weight: bold;
}
#hero-banner{
  margin-top: 10px;
}
#feature-block.section{
  background:#ebebeb;
  margin-top: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}
#feature .feature-header ul{
  display: flex;
  align-content: space-between;
  justify-content: space-around;
  flex-wrap: nowrap;
}
.advanced-block{
  margin-top: 20px;
}
#feature .feature-header ul li{
  padding-bottom: 12px;
  position: relative;
}
p.text-center{
  margin-bottom:30px;
}
.feature-detail{
  margin-bottom: 40px;
}
.feature-detail .bx-wrapper{
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  cursor: move;
}
#feature .feature-header ul li::after{
  content: '';
  width:0;
  height: 2px;
  background: #0041C0;
  position: absolute;
  top: 100%;
  left: 50%;
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
}
#feature .feature-header ul li a{
  font-size: 18px;
} 
#feature .feature-header ul li a:active,
#feature .feature-header ul li a:focus,
#feature .feature-header ul li a:hover{
  color:#333
}
#feature .feature-header ul li.fonactive::after{
  width:100%;
  left: 0;
}
#feature .feature-header ul li:hover::after{
  width:100%;
  left: 0;
}
.feature-content{
  margin-top: 20px;
}
.feature-m-title{
  display: none;
  cursor: pointer;
}
.feature-content .feature-section{
  display: none;
}
.feature-content .feature-section.factive{
  display:block;
}
.feature-m-title .add{
  float: right;
  width: 23px;
  height: 23px;
  color: #0041C0;
  position: relative;
  margin-top: 11px;
  margin-right: 10px;
}
.feature-m-title .add::before{
  content: '';
  position: absolute;
  top: 7px;
  width: 18px;
  border-top: 3px solid;
}
.feature-m-title .add::after {
  content: '';
  position: absolute;
  left: 8px;
  height: 18px;
  border-left: 3px solid;
}
.feature-content .feature-section.factive .add::after{
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.item-2.feature-healthy{
  margin-top: 20px;
}
.exhibition-img{
  margin-bottom: 20px;
}
/* news */
.new_wrap{
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 14px;
}
.new_wrap .agency{
  float: left;
  width: 90px;
  font-weight: 600;
}
.new_wrap .title{
  float: left;
}
.new_wrap .title img{
  vertical-align:middle;
  margin-right: 5px;
}
.new_wrap .time{
  float:right;
}
.new_wrap .PClink{
  color:#0041C0;
  vertical-align: top;
}
/* slider section */
.Fslider-block{
  display: flex;
  align-content: stretch;
  justify-content:space-between;
  flex-wrap: nowrap;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  cursor: move;
}
.Fslider-block{
  background: #ebebeb;
}
.slidersection{
  margin-bottom: 30px;
}
.Fslider-block .conference-image{
  width: 312px;
}
.Fslider-block .conference-context{
  width: 56%;
  align-self: center; 
  padding-right: 30px;
}
.Fslider-block .conference-context .news-block-title{
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 15px;
}
.Fslider-block .conference-context .news-block-position{
  font-size: 16px;
  margin-bottom: 15px;
  color: #666666;
}
.Fslider-block .conference-context.hasdot{
  position: relative;
}
.Fslider-block .conference-context .new-dot{
  position: absolute;
  top: 15px;
}
.Fslider-block .conference-context.hasdot .news-block-title,
.Fslider-block .conference-context.hasdot .news-block-position{
  margin-left: 40px;
}
.Fslider-block .conference-context a,
.Fslider-block .conference-context a:hover,
.Fslider-block .conference-context a:active,
.Fslider-block .conference-context a:focus{
  color:#333
}
.Fslider-block .conference-context .news-block-time{
  font-size: 15px;
  margin-bottom: 10px;
}
.Fslider-block .conference-context .news-block-text{
  font-size: 14px;
  line-height: 1.4;
}
.bx-wrapper .bx-pager.bx-default-pager a.active{
  background:#0041C0;
}
/* waterfall */
#flow-main{
  position: relative;
  font-size: 0;
  margin-bottom: 10px;
}
#flow-main .column-3-2,#flow-main .column-3-1{
  display: inline-block;
  
}
#flow-main .column-3-1{
  margin-left: 10px;
  vertical-align: top;
}
#flow-main .column-3-1>div:last-child{
  margin-top: 10px;
}
.wrap{
  width: 976px;
}
#flow,#flow2,#flow3{
  position: relative;
}
#flow li,#flow2 li,#flow3 li{
  width: 312px;
  position: absolute;
  list-style: none;
}
#flow li img,#flow2 li img,#flow3 li img{
  width: 100%;
}
.click,.click2,.click3,.PhoneClick{
  margin:0 auto;
  text-align: center;
  color:#0041C0;
  cursor: pointer;
}
.click::after,.click2::after,.click3::after,.PhoneClick:after{
  content: url(../images/newLogo.png);
  display: block;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
}
.click.hasmore_::after,.PhoneClick.PhoneHasmore_::after,.click2.hasmore_2::after,.click3.hasmore_3::after{
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.table-no-width {
  width: 100%;
  margin: 0 auto;
  border: none;
  border-spacing: 0;
  border-collapse: collapse;
}
.table-no-width tr,.table-no-width th,.table-no-width td{
  border: none;
  line-height: 1.534;
}
.table-no-width th{
  width:55px;
}
.ciis-localtion .fltitle{
  margin-top:30px;
}
/* video */
.backImg{
  width: 100%;
  height: 279px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom:24px;
  position: relative;
  }
.backImg i{
    font-size: 60px;
    position: absolute;
    top: 50%;
    left:50%;
    margin: -30px 0 0 -30px;
    color: #ffffff;
}
.singleVideo:hover .backImg i{
    color:#d81414;
}
.column-2{
  display: flex;
  align-content: space-between;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.column-2 .item-2{
  display: inline-block;
  width: 49%;
}
#youkuplayer-popup{
  position: absolute;
  top: 80px;
  left: 37px;
}
.column-2 .item-2.item-3-2{
  width: 66%;
}
.column-2 .item-2.item-3-1{
  width: 32%;
}
/* .column-2 .item-2:first-child{

}
.column-2 .item-2:last-child{

} */
/* refences */
.refrences .column-4{
  display: flex;
  align-content: space-between;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.column-4 .item-4{
  width: 23%;
}
.refrences .column-3{
  display: flex;
  align-content: space-between;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.column-3 .item-3{
  width: 23%;
  margin-right: 30px;
}
.refrences .wei-m{
  display: none;
}
/* last */
.ops-20{
  font-size: 18px;
}
.last-content p{
  font-size: 14px;
}
.last-content{
  display: flex;
  align-content: space-between;
  justify-content: space-between;
  flex-wrap: nowrap;
  background-color: #f6f6f6;
  margin:0 auto;
  max-width: 810px;
}
.last-content .last-content-text{
  width: 56%;
  margin: 0 20px;
  align-self: center;
}
.last-content .last-content-img{
  width: 312px;
}
.last-content .last-content-text p{
  margin-top: 20px;
}
@media only screen and (max-width: 976px) {
  .PCshows li.galleryImg,.PCshows li.galleryImg2,.PCshows li.galleryImg3{
    position: static !important;
    padding: 0 10px;
    margin-top: 10px;
  }
  .click,.click2,.click3{
    margin-top: 40px;
    
  }
  .wrap,.wrap2,.wrap3{
      width: 100%;
  }
  #flow li,#flow2 li,#flow3 li{
      width: 100%;
  }
  .PCShows{
      display:none !important;
  }
  .galleryWrap,.galleryWrap2,.galleryWrap3{
      margin-top:24px;
      padding: 1px 0 0 0;
      background-color:#f4f4f4;
  }
  .new_wrap .title{
      width: 100%;
      float: none;
      display: block;
      line-height: 1.5;
  }
  .new_wrap .time{
      width: 100%;
      float: none;
      display: block;
      line-height: 1.5;
  }
  .refrences .wei-p{
    display: none;
  }
  .refrences .wei-m{
    display: block;
  }
}

/* PC端 */
@media (min-width: 977px){
  .PhoneShows{
      display:none;
  }
  
}
@media only screen and (max-width: 500px) {
  .container{
    padding:0 10px;
  }
  .section{
    margin-top:40px;
  }
  .Fslider-block .conference-image{
    width: 100%;
  }
  .Fslider-block{
    display: block;
  }
  .Fslider-block .conference-context{
    width: 100%;
    padding:20px 10px;
  }
  .bx-viewport{
    background:#ebebeb;
  }
  .refrences .column-4{
    flex-wrap: wrap;
  }
  .column-4 .item-4{
    width: 49%;
    margin-top: 10px;
  }
  .refrences .column-3{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .column-3 .item-3{
    width: 49%;
    margin-top: 10px;
    margin-right: 0;
  }
  .column-2{
    flex-direction: column;
  }
  .ciis-localtion .column-2{
    flex-direction: column-reverse;
  }
  .column-2 .item-2,.column-2 .item-2.item-3-2,.column-2 .item-2.item-3-1{
    width:100%;
  }
  .ciis-localtion .column-2{
    flex-direction: 2;
  }
  .column-2 .item-2.feature-healthy{
    margin-top:0;
  }
  .column-2 .item-2.feature-healthy:first-child{
    margin-top:20px;
  }
  .last-content{
    flex-direction:column;
    flex: wrap;
    padding: 0;
  }
  .last-content .last-content-img{
    order:1;
    width:100%;
  }
  .last-content .last-content-text{
    order:2;
    width:100%;
    margin: 20px auto;
    padding:0 10px;
  }
  .ops-20,.Fslider-block .conference-context .news-block-title{
    font-size: 16px;
    line-height: 1.4;
  }
  p{
    line-height: 1.834;
  }
  .feature-header{
    display: none;
  }
  .feature-content .feature-section{
    display: block;
  }
  .feature-content .feature-section .feature-detail{
    display: none;
  }
  /* .feature-content .feature-section.factive .feature-detail{
    display: block;
  } */
  .feature-m-title{
    display: block;
    border-bottom: 1px solid #d6d6d6;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
  }
  .backImg{
    height: 210px;
  }
}