.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
  padding: 0;
}
.container{
  padding: 0;
}
.top{}
.top_main{
  position: relative;
}
.nav_total{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 111;
  /*height: 250px;*/
  height: 124px;
  /*overflow: hidden;*/
  /*background: rgba(0,0,0,0.5);*/
  background: rgba(0,104,183,0.5);
  
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.navbar-brand>img{
  display: inline-block;
}
.navbar-brand{
  padding: 0;
  height: auto;
}
.container-fluid{
  padding: 0;
}
.navbar-default{
  background: transparent;
  border: none;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
  margin-left: 0;
}
.navbar-default .navbar-nav>li{
/*  padding-left: 16px;
  padding-right: 16px;*/
  /*padding-left: 24px;*/
  /*padding-left: 65px;*/
  width: 133px;
  position: relative;
}
.navbar-default .navbar-nav>li:hover .secondary_navigation{
/* height: 200px;*/
height:auto;
}
.navbar-default .navbar-nav>li span{
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  top: 90px;
  background: #7fadd1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.navbar-default .navbar-nav>li:hover span{
  width: 100%;
}
.navbar-default .navbar-nav>li>a{
  color: #fff;
  line-height: 108px;
  display: block;
  text-align: center;
}
.navbar-default .navbar-nav>li.active{
  /*padding-left: 0;*/
}
.navbar-nav>li>a{
  padding: 0;
  line-height: normal;
  display: inline;
  font-size: 16px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
  color: #fff;

  background: transparent;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
/*  color: #7fadd1;*/
  color:rgb(0,104,183);
}

.navbar-collapse{
  padding: 0;
}
.navbar-default .navbar-brand{
  line-height: 124px;
}
.navbar-default .navbar-brand img{
  margin-left: 74px;
}
.soso_main{
  width: 20px;
  height: 20px;
}
.soso_main img:hover{
  cursor: pointer;
}
.soso_input img:hover{
  cursor: pointer;
}
.soso{
  margin-top: 44px;
  /*margin-left: 64px;*/
  margin-right: 68px;
  position: relative;
}
.soso_input{
  position: absolute;
  width: 180px;
  height: 36px;
  top: 50%;
  left: -160px;
  font-size: 14px;
  margin-top: -18px;
  background: #fff;
  overflow: hidden;
  border-radius: 18px;
  display: none;
}
.soso_input input{
  height: 100%;
  text-indent: 10px;
  width: 150px;
  line-height: 36px;
}
.soso_input img{
  margin-top: 8px;
}
















.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
  background: transparent;
}
.navbar-default .navbar-toggle .icon-bar{
  background: #fff;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
  margin: 0;
}
.navbar{
  margin-bottom: 0;
}
.secondary_navigation{
  /*position: absolute;*/
  width: 100%;
  left: 0;
  /*margin-left: -70px;*/
  margin-top: 16px;
  height: 0;
/*  background: rgba(0,0,0,0.5);*/
 background: rgba(0,104,183,0.5);
  
  
  /*width: 140px;*/
  /*text-align: center;*/
  /*display: none;*/
  overflow: hidden;
  z-index: 888;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.secondary_navigation.on{
  display: block;
}
.secondary_navigation_every a{
  display: block;
  /*text-align: center;*/
  line-height: 20px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  /*padding-left: 16px;*/
  padding-top: 10px;
  padding-bottom: 10px;
}
.secondary_navigation_every a:hover{
/*  color: #7fadd1;*/
  color:rgb(0,104,183);
}









.top_main .swiper-container{
  width: 100%;
  height: 100%;
}
.top_main .swiper-slide{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.top_main .swiper-slide a {
  display: block;
  position: relative;
}
.top_main .swiper-slide a img{
  width: 100%;
}
.gene_tech_total{
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 41.7647%;
}
.gene_technology{
  color: #fff;
  font-size: 44px;
  font-weight: bold;
  text-shadow: 0 0 3px rgba(0,0,0,0.4);
  line-height: 97px;
}
.omics_all{
  font-size: 36px;
  color: #fff;
  text-shadow: 0 0 3px rgba(0,0,0,0.4);
  line-height: 80px;
}
/******/
.expert_team_total{
  background: #f6f6f6;
  padding-bottom: 88px;
  padding-top: 88px;
}
.expert_team{
  width: 358px;
  height: 256px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 18px rgba(0,0,0,0.1);
  text-align: center;
}
.expert_team:hover .expert_team_text{
  /*font-weight: bold;*/
  color: #005ba3;
}
.expert_team:hover .expert_team_honour{
  background: #005ba3;
}
.expert_team_text{
  font-size: 16px;
  color: #5e5e5e;
  line-height: 83px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.patent_honour{
  margin: 0 auto;
}
.expert_team_honour{
  width: 106px;
  height: 106px;
  margin: 49px auto 0;
  background: #7fadd1;
  border-radius: 100%;
  text-align: center;
  line-height: 106px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}








/*********/
.stem_cells_total{
  width: 100%;
  overflow: hidden;
}
.stem_cells_mask{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -100%;
  background: rgba(94,151,196,0.73);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.stem_cells_mask_total{
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.stem_cells_mask a{
  display: block;
  width: 100%;
  height: 100%;
}
.stem_cells_mask_text{
  font-size: 16px;
  color: #fff;
}
.stem_cells_mask_intro{
  font-size: 14px;
  margin-top: 20px;
  color: #fff;
}
.stem_cells_mask_more{
  margin-top: 20px;
}
.multicellular .stem_cells_mask_more img{
  width: 30px;
}
.multicellular{
  position: relative;
  width: 25%;
}
.multicellular:hover .stem_cells_mask{
  bottom:0;
}
.multicellular:hover .multicellular_text{
  bottom:-102px;
}
.multicellular img{
  width: 100%;
}
.multicellular_text{
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /*height: 102px;*/
  text-align: center;
  line-height: 102px;
  background: rgba(94,151,196,0.73);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
/******/
.news_total{
  padding-bottom: 70px;
  background:#f5f5f5 url("../images/new_bg.png") no-repeat center center;
}
.news_text{
  font-size: 23px;
  color: #4f4f4f;
  text-align: center;
  font-weight: bold;
  margin-top: 64px;
  position: relative;
  line-height: 82px;
}
.news_text:after{
  position: absolute;
  content: "";
  width: 2px;
  height: 30px;
  background: #7e7e7e;
  top: 68px;
  left: 50%;
  margin-left: -1px;
}
.news_en{
  font-size: 15px;
  color: #848484;
  line-height: 69px;
  text-align: center;
}
.news_img{
  display: block;
  position: relative;
}
.news_img img{
  width: 100%;
  display: none;
  max-width: 558px;
  position: absolute;
  top: 0;
  left: 0;
}
.news_img img.on{
  display: block;
}
.news_text_list{
}
.news_list_total{
  margin-top: 30px;
}
.news_text_list ul li{
  width: 605px;
  position: relative;
}
.news_text_title{
  font-size: 16px;
  color: #292929;
  line-height: 30px;
}
.news_time{
  font-size: 16px;
  color: #292929;
  line-height: 30px;
}
.news_text_list_intro{
  margin-top: 5px;
  font-size: 14px;
  color: #5d5d5d;
  line-height: 26px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_text_list ul li:hover .news_text_title{
  color: #5e97c4;
}
.news_text_list_line{
  position: absolute;
  width: 0;
  height: 4px;
  top: 13px;
  left: -35px;
  border-radius: 2px;
  background: #5e97c4;
  /*display: none;*/
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news_top{
  margin-top: 21px;
}
.news_text_list ul li.on .news_text_list_line{
  width: 35px;
}
.news_more{
  display: block;
  width: 160px;
  height: 38px;
  background: #5e97c4;
  color: #fff;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  margin: 56px auto 0;
}
.footer{
  overflow: hidden;
  background: #eff5f9;
}
.pluripotent{

}
.copyright{
  font-size: 14px;
  color: #6f6f6f;
  opacity: 0.74;
  filter:alpha(opacity=74); /* IE */
  -moz-opacity:0.74; /* 老版Mozilla */
  -khtml-opacity:0.74; /* 老版Safari */
  text-align: center;
  line-height: 114px;
  border-top: 1px solid #dbe8f2;
}
.pluripotent dt{
  font-size: 16px;
  color: #000;
  opacity: 0.86;
  filter:alpha(opacity=86); /* IE */
  -moz-opacity:0.86; /* 老版Mozilla */
  -khtml-opacity:0.86; /* 老版Safari */
  line-height: 26px;
  margin-bottom: 27px;
}
.pluripotent dd a{
  display: block;
  font-size: 14px;
  color: #797979;
  line-height: 28px;
}
.pluripotent dd a:hover{
  color: #7fadd1;
}
.neural{
  margin-left: -30px;
}
.liver_cells{
  margin-left: -54px;
}
.screening{
  margin-left: -95px;
}
.engineering{
  margin-left: -90px;
}
.genetic{
  margin-left: -130px;
}
.code_img_text{
  width: 130px;
  background: #5d97c4;
  text-align: center;
  margin-top: 1px;
  margin-left: -30px;
}
.code_img_text img{
  margin-top: 5px;
}
.public_number{
  font-size: 16px;
  color: #fff;
  line-height: 37px;
}
.overexpression{
  margin-top: 57px;
  padding-bottom: 65px;
}
.established{
  width: 100%;
  height: 15px;
}
/********/
.guide_total{
  background: #f8f8f8;
  line-height: 42px;
}
.guide_home{
  font-size: 12px;
  color: #5c5c5c;
  margin-left: 10px;
}
.guide_total span{
  font-size: 12px;
  color: #5c5c5c;
  padding-left: 8px;
  padding-right: 8px;
}
.guide_title{
  font-size: 12px;
  color: #5c5c5c;
}
.pluripotent_stem{
  font-size: 28px;
  color: #5c5c5c;
  text-align: center;
  line-height: 52px;
  position: relative;
  margin-top: 75px;
}
.pluripotent_stem:after{
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: #7ba6ca;
  left: 50%;
  margin-left: -15px;
  top: 68px;
}
.pluripotent_stem_text{
  width: 669px;
}
.somatic_cell{
  font-size: 20px;
  color: #404040;
  line-height: 60px;
  margin-top: 10px;
  border-bottom: 1px solid #ebebeb;
  padding-left:  45px;
}
.rapid_accurate{
  margin-top: 66px;
  padding-bottom: 65px;
}
.somatic_cell_intro{
  font-size: 14px;
  color: #929292;
  line-height: 28px;
  margin-top: 27px;
  padding-left: 45px;
}
.contact_us{
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: block;
  background: #7ba6ca;
  width: 158px;
  height: 31px;
  line-height: 30px;
  border-radius: 15px;
  margin-left: 47px;
  margin-top: 55px;
}
.contact_us:hover{
  color: #fff;
}
.hippscs_total{
  background: #f5f5f5;
  overflow: hidden;
  padding-bottom: 48px;
}
.hiPpscs_total_title{
  font-size: 28px;
  color: #5c5c5c;
  margin-top: 32px;
  line-height: 94px;
}
.hiPpscs_total_intro{
  font-size: 14px;
  color: #929292;
  line-height: 28px;
  text-align: justify;
}
.pathogenic_mutations{
  padding-bottom: 66px;
}
.pathogenic_mutations_tital{
  font-size: 20px;
  color: #404040;
  line-height: 30px;
}
.rapid_accurate_img{

}
.pathogenic_mutations_intro{
  font-size: 14px;
  color: #929292;
  line-height: 28px;
  margin-top: 38px;
}
.lines_derived{
  width: 560px;
  text-align: justify;
  margin-top: 30px;
  overflow: hidden;
}
.different_tissues{
  margin-top: 48px;
  border-top: 1px solid #eee;
}
.different_tissues a{
  display: block;
}
.different_tissues a:hover .pathogenic_mutations_tital{
  color: #7ba6ca;
}
.normal_people{
  margin-top: 84px;
}
.nerve_cell_tab{
  background: #f8f8f8;
  margin-top: 1px;
}
.nerve_cell_tab ul li{
  font-size: 16px;
  color: #6a6a6a;
  line-height: 55px;
  padding-left: 25px;
  padding-right: 25px;
}
.nerve_cell_tab ul li:hover{
  cursor: pointer;
  background: #efefef;
}
.nerve_cell_tab ul li.on{
  background: #efefef;
}
.neural_stem{
  margin-top: 46px;
}
.nerve_cell{
  margin-top: 22px;
  padding-bottom: 76px;
}
.nerve_cell_top{
  margin-top: 54px;
}
.neurocyte{
  display: none;
}
.neurocyte.on{
  display: block;
}
.sanqi_biology{
  margin-top: 77px;
}
.sanqi_total{
  border-top: 1px solid #eee;
}
.brief_introduction{
  width: 504px;
  margin-left: 30px;
}
.brief_introduction_title{
  font-size: 15px;
  color: #404040;
  line-height: 90px;
  margin-top: 7px;
}
.brief_intro{
  font-size: 10px;
  color: #929292;
  text-align: justify;
  line-height: 30px;
}
.corporate_culture{
  margin-top: 37px;
  padding-bottom: 56px;
}
.laboratory_total{
  overflow: hidden;
  background: #5d97c4;
  margin-top: 1px;
  padding-right: 40px;
  padding-left: 43px;
  padding-bottom: 46px;
}
.laboratory_title{
  font-size: 15px;
  color: #fff;
  margin-top: 38px;
  line-height: 29px;
}
.laboratory_intro{
  font-size: 10px;
  color: #fff;
  line-height: 30px;
  margin-top: 31px;
  text-align: justify;
  letter-spacing: 1px;
}
.corporate_culture_text{
  background: #f2f2f2;
  margin-top: 0;
}
.corporate_culture_title{
  color: #404040;
}
.corporate_culture_intro{
  color: #929292;
}
.corporate_culture_img{
  margin-top: 1px;
}
.control_differ{

}
.sanqi_img img{

}
.certificate_honor{
  width: 380px;
  text-align: center;
  border: 1px solid #d0d0d0;
  background: #f8f8f8;
}
.certificate_honor img{
  margin-top: 10px;
}
.certificate_honor_text{
  font-size: 12px;
  color: #5c5c5c;
  line-height: 60px;
}
.certificate_honor_middle{
  margin: 0 auto;
}
.sanqi_biology_bottom{
  margin-bottom: 26px;
}
.quality_system{
  padding-bottom: 47px;
}
.scientific_research_cooperation{
  overflow: hidden;
  margin-top: 63px;
  padding-bottom: 35px;
}
.scien_rese_img img{

}
.scien_rese_title a{
  font-size: 15px;
  color: #404040;
  line-height: 30px;
  margin-top: 16px;
  margin-left: 24px;
}
.scien_rese_intro{
  font-size: 10px;
  color: #929292;
  margin-left: 24px;
  margin-top: 30px;
  text-align: justify;
  line-height: 30px;
  padding-right: 20px;
  /*letter-spacing: 1px;*/
}
.search_coop{
  margin-bottom: 55px;
}
.expert_team_page{

}
.expert_team_img{
  text-align: center;
  margin-top: 20px;
}
.expert_team_title a{
  font-size: 15px;
  color: #528fc3;
  line-height: 55px;
  margin-top: 19px;
  width: 317px;
  margin: 0 auto;
  display: block;
}
.expert_team_intro{
  font-size: 10px;
  color: #757575;
  line-height: 30px;
  width: 317px;
  text-align: justify;
  margin: 0 auto;
}
.expert_team_page_total{
  width: 360px;
  overflow: hidden;
  background: #efefef;
  padding-bottom: 29px;
  margin-bottom: 50px;
}
.expert_middle{
  margin: 0 auto;
}
.among_between{

}
#allmap{
  width: 650px;
  height: 450px;
}
.contact_us_page{
  margin-top: 50px;
  padding-bottom: 56px;
}
.contact_us_text{
  width: 549px;
  background: #7ca6cb;
  height: 450px;
}
.company_address{
  line-height: 28px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-top: 3px;
}
.company_address_intro{
  font-size: 16px;
  color: #fff;
  line-height: 29px;
}
.company_address_img{
  margin-left: 36px;
}
.company_address_total{
  margin-top: 15px;
}
.tel{
  font-weight: bold;
}
.tel_total{
  margin-top: 12px;
}
.news_centres{
  margin-top: 46px;
}
.news_centres_list{
  padding-bottom: 70px;
  margin-top: 56px;
}
.news_centres_list ul li{
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 13px;
  padding-bottom: 22px;
  padding-top: 22px;
}
.news_centres_list ul li:hover{
  background: #f6f6f6;
}
.news_pic{
  margin-left: 18px;
}
.news_text_total{
  width: 905px;
  margin-left: 34px;
}
.news_title a{
  font-size: 16px;
  color: #292929;
  line-height: 38px;
}
.news_intro{
  font-size: 14px;
  color: #6c6c6c;
  text-align: justify;
  line-height: 26px;
  margin-top: 10px;
}
.news_times{
  font-size: 12px;
  color: #5d5d5d;
  line-height: 15px;
  margin-top: 16px;
}
.address{
  width: 445px;
}


.news_centres_list ul li:hover{
  background: #f6f6f6;
}

.news_centres_list ul li img{
	max-width:205px;
	max-height:137px;
	}

.news_pic{
  margin-left: 18px;
}