@charset "utf-8";

/*2020.03.09新资讯页*/
.newsBg{background-color: #f2f2f2;padding-top: 20px;}
.swp_banner_box{display: flex;flex-wrap: nowrap;}
.swp_banner_img{width:560px;}
.swp_banner_img img{width:560px;height:360px;object-fit: cover;}
.swp_context{background-color: #fff;padding:20px;border: 1px solid #f0f0f0;width:287px;height:360px;display:flex;flex-wrap:wrap;align-content: space-between;}
.swp_title h2{line-height: 36px;font-size: 24px;font-weight: bold;min-height: 108px;}
.swp_title h2 a{color:#333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.swp_title h2 a:hover{color:#0e79cc;}
.swp_title p{line-height: 21px;color:#666;font-size: 14px; margin-top: 16px;overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;}

.swp_b_foot{display: flex;width:100%;flex-wrap: nowrap;justify-content: space-between;}
.swp_f_lf{font-size: 12px;color:#999;}
.swp_f_lf span{border-right:1px solid #ddd;padding:0 10px;}
.swp_f_lf span:first-child{padding-left: 0;}
.swp_f_lf span:last-child{border:none;}
.new_stayTop{background-color: #0bb8b2;color:#fff;font-size: 12px;padding:2px 8px;border-radius: 3px;display: inline-block;}

.newsTabNav{margin: 15px 0;}
.newsTabNav li a{padding:9px;}

.newsShowTab{width:110px;display: flex;flex-wrap: nowrap;margin-bottom: 5px;}
.nsT_item{width:55px;display: inline-block;font-size:12px;padding:5px 5px;background-color: #ddd;cursor: pointer;}
.nsT_item.active{background-color: #0e79cc;color:#fff;}


.newsInfo{}
.newsPanel{display:inline-block;width:100%;background-color: #fff;display: flex;flex-wrap: nowrap;border:none;border-bottom:1px solid #f0f0f0;}
.newsP_img{padding:15px 15px 15px 15px;}
.newsP_img img{width:140px;height: 90px;object-fit: cover;}
.newsP_text{padding:15px 15px 15px 0;}
.newsP_text h2{line-height: 24px;min-height:auto;font-size: 16px;font-weight: bold;color: #333333;}
.newsP_text h2 a{color:#333;overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;}
.newsP_text h2 a:hover{color:#0e79cc;}
.newsP_text p{line-height: 20px;min-height: 20px;
    font-size: 14px;
    margin-top: 5px;color:#666;overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}
.newsP_foot{display: flex;flex-wrap: nowrap;justify-content: space-between;margin-top: 10px;line-height: 20px;}
.newsP_lf{padding-top: 5px;}
.newsP_lf span{display:inline-block;float:left;border-right:1px solid #ddd;padding:0 5px;font-size: 12px;color:#999;line-height: 14px;}
.newsP_lf span:first-child{padding-left: 0;}
.newsP_lf span:last-child{border:none;}

@media screen and (max-width: 700px){
  .newsP_text h2{line-height: 22px;}
  .newsP_text h2 a{-webkit-line-clamp: 2;}
  .newsP_text p{-webkit-line-clamp: 1;}
}

@media screen and (max-width: 320px){
.newsP_img img{width:100px;height: 90px;object-fit: cover;}
.newsP_text h2{font-size: 14px;}
.newsP_text p{font-size: 12px;margin-top:0;}
}

/*移动端资讯菜单 2020.03.09*/
.swiperMenu{border-bottom:5px solid #ddd;background-color: #fff;}
.swiperMenu a{color:#333;}
.swiperMenu .selected {
  color: #0e79cc;
  border-bottom: 2px solid #0e79cc;
}
.swiperMenu .selected a{
  color:#0e79cc;
}
.swiperMenu .swiper-slide {
  text-align: center;
  font-size: 16px;
  height: 50px;
  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;
  cursor: pointer;
}
.fixDiv{
   position:fixed;
    top:0;
    left:0; 
    width:100%; 
    height:55px;
    z-index:500;
}

@media screen and (max-width: 800px){
  .newsBg{padding-top:0;}
  .xsPd0{padding:0;}
  /*banner*/
  .swp_banner_box{flex-wrap: wrap;}
  .swp_banner_img img{width:100%;height: 180px;}
  .swp_context{width:100%;height:auto;padding:5px 10px;background-color: #000;opacity: 0.9;}
  .swp_title h2{font-size: 14px;font-weight: normal;line-height: 24px;min-height: auto;}
  .swp_title h2 a{-webkit-line-clamp: 1;margin-bottom: 18px;color:#fff;}
  .swp_title p,.swp_b_foot{display: none;}
  .newsP_foot{margin-top: 5px;}
  .swiperMenu .swiper-slide{font-size: 15px;}
}

@media screen and (max-width: 360px){
  .swiperMenu .swiper-slide{font-size: 14px;}
}

@media screen and (max-width: 320px){
  .swiperMenu .swiper-slide{font-size: 12px;}
}

/*2020.03.09 新资讯页面 end*/


/*移动端资讯菜单按钮 下拉式 2020.04.07*/
.slideArrow{
  position: absolute;
  top:10px;
  bottom:0;
  right:0px;
  z-index:10000;
  width: 40px;
  height: 40px;
  background-size: 2.4rem 2.4rem;
  background-color: #fff;
  padding-right: 10px;
  padding-left:0;
}
.turn180{
  transform:rotate(180deg);
  -ms-transform:rotate(180deg); /* Internet Explorer */
  -moz-transform:rotate(180deg); /* Firefox */
  -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
  -o-transform:rotate(180deg); /* Opera */
  padding-right: 0px;
  padding-left:10px;
  top:0;
  bottom:10px;
}
.slidePanel{
  padding:10px 0;
  display: flex;
  flex-wrap: wrap;
  display: none;
}
.slideItem{
  display: inline-block;
  width: 25%;
  line-height: 30px;
  border: solid .1rem #ddd;
  border-radius: 20px;
  font-size: 14px;
  text-align: center;
  margin: .6rem 1.23rem;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
}
.slideItem.active{
  border-color:#0e79cc;
}


/* CSS Document background: url(bg1.jpg) no-repeat center 0;height:100%;width:100%;background-repeat: left;*/
.bg{background-image:url(bg1.jpg);background-repeat: repeat;} 


/*列表页*/
	/*<p>标签介绍文字*/
	.factorypanel_p{line-height: 22px;height:40px;display:none;}

/*供需标签*/
.glabel{left:0;top:0;}
.xlabel{left:0;top:0;}
/*技术栏目项目标签*/


/*详细页*/
	/*介绍框内文字*/
	.infoDesLabel{line-height: 26px;}
	/*整合孵化介绍表文字高度*/
  .toplist-incubation li{color:#666;font-size: 14px;line-height: 28px;}


/*资讯*/
	/*tab菜单栏*/
	.newsTabNav{background-color: #f5f5f5;box-shadow: 2px 2px 5px #d7d7d7;font-size:16px;background:linear-gradient(#fff, #e9e9e9);}
  .newsTabNav li{border-right: 1px solid #e4e4e4;}
  .newsTabNav li a{margin:0;}
	.newsTabNav li.active a,.newsTabNav li.active a:hover,.newsTabNav li.active a:focus{background-color: #0e79cc;color:#fff;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;background:linear-gradient(#0e79cc, #088ef0);}
	/*内容块*/
	.newsframe{box-shadow: 5px 5px 5px #eee;padding:10px;border:1px solid #e4e4e4;}
	.newspanel_p{line-height: 22px;}
	/*热门推荐*/
		/*标题*/
		.hottitle{text-indent: 15px;}
		.newsHotTopic-bg{background-color: rgba(0,0,0,0.75);margin:5px;right:0;padding:0 5px;}
		.newsHotTopic{line-height:24px;color:#fff;text-decoration: none; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
		.newsHotTopic:hover{color:#3c92e7;text-decoration: none;}
		/*图片*/
		.newsHotPic{min-height: 165px;}
	
	/*资讯详细页内容*/
  	.newsDetailswall{background-color:#fff;border:1px solid #e4e4e4;box-shadow:2px 2px 3px #e4e4e4;margin-bottom:20px;border-radius:3px;min-height:500px;padding:0 20px;}
  	.newsDetailswall .newsContent_title{line-height: 36px;margin:20px 0;}
  	.newsContent_title{font-size: 22px;text-align: center;line-height:36px;margin:0 0 10px 0;}
  	.news_description p,.news_description dl{line-height: 28px;font-size: 16px;padding-bottom:16px;}
	.newsDetailswall img{display: block;margin:0 auto;max-width:600px;}
	@media screen and (max-width: 600px){
		.newsDetailswall img{max-width: 100%;}
	}

	/*帮助中心*/
  .helpPanel{margin-top: 15px;}
  .helpPanel .hcImg{display: block;margin:0 auto;max-width:100%;margin-bottom: 40px;}
  .helpPanel .hcText,.helpPanel .hcTips{text-align: left;}
  .news_description .hcText{margin-bottom: 10px;padding-bottom:0;}
  .news_description .hcTips{color:red;font-size: 14px;padding-bottom:0;}

  /*手机自适应菜单*/
  .phoneHelpMenu{margin-bottom:10px;}
  .phoneHelpMenu-ul{border-top:1px solid #e4e4e4;border-left:1px solid #e4e4e4;border-right:1px solid #e4e4e4;}
  .phoneHelpMenu-ul li{line-height:28px;font-size:14px;color:#333;border-bottom:1px solid #e4e4e4;padding:0 10px;}
  .phHelpMenuBtn{font-weight:bold;}
  .phoneHelp-minmenu li a,.phoneHelp-minmenu li a:link,.phoneHelp-minmenu li a:visited,.phoneHelp-minmenu li a:active{color:#0e79cc;padding-left:10px;}
  .phoneHelp-minmenu li:active{background-color:#f2f2f2;}
  /*公告*/
  .noticList li{border-bottom: 1px dashed #e4e4e4;line-height: 36px;}
  .noticList-topic{color:#666;font-size: 14px;}
  .noticList-topic:hover{color:#0e79cc;}
  /*意见反馈*/
  .Suggestionstyle{line-height:36px;font-size:16px;}
  /*帮助中心侧边菜单栏*/
  .helpMenulist-group{border:1px solid #e4e4e4;}
  a.helpMenuCollapse{background-color: #fff;color:#333;border:none;border-bottom: 1px solid #e4e4e4;border-top: 1px solid #e4e4e4;}
  .helpMenuCollapse-li{background-color: #fff;}
  .helpMenuCollapse-li li:hover,.helpMenuCollapse-li li:focus{background-color: #111111;border:none;}
  .helpMenuCollapse-li li a{color:#666;}
  .helpMenuCollapse-li li a:hover{color:#0e79cc;}
  /*常见问题*/
  .normalQuesTitle{border-bottom: none;}
  .normalQuesTitle a{background-color: #fff;color:#333;font-size: 14px;line-height: 20px;}
  .normalQuesTitle a:hover{background-color: #fff;color:#0e79cc;}
  .normal_description{line-height: 24px;font-size: 14px;}
  .normal_description p{margin-bottom: 18px;}
  /*友情链接*/
  .friendlink_a{color:#333;white-space:normal;}
  .friendlink_a:hover{color:#0e79cc}
  /*搜索页*/
  .searchPageTitle{font-size: 16px;line-height: 46px;color:#333;}
  .searchPageTitle:hover,.searchPageTitle:focus{text-decoration: none;color:#0e79cc;}
  .searchPageBox{border-bottom: 1px dashed #d5d5d5;}
  .searchPageLabel{font-size: 14px;color:#777;line-height: 46px;text-align: right;}
  .searchPageG{font-size:16px;font-weight:normal;color:#ff4400;}
  .searchPageX{font-size:16px;font-weight:normal;color:#008000;}
  /*名词解释*/
  .nounExp{color:#999;font-size:14px;line-height:24px;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}


  /*新帮助中心NavTop 20180119*/
  .hcNavTop{height:80px;background-color: #0e79cc;}
  .hcLogo{float: left;}
  .hcLogo img{width:140px;}
  .hcTit{float: left;display: inline-block;font-size: 24px;border-left: 1px solid #fff;color:#fff;padding-left: 20px;line-height: 56px;margin:10px 0 10px 20px;}
  .hcNav{float: right;}
  .hcNav li{text-align: center;display: inline-block;line-height: 80px;height: 80px;font-size: 0;}
  .hcNav li a{color:#fff;padding:0 25px;display: block;font-size: 16px;}
  .hcNav li a:hover,.hcNav .on a{text-decoration: none;background-color: #3c92e7;}

  .hcWapNav{background-color: #fff;font-size: 0;display: none;}
  .hcWapNav ul{margin:0;border-bottom:1px solid #ddd;}
  .hcWapNav ul li{display: inline-block;width:25%;text-align: center;height: 36px;line-height: 36px;}
  .hcWapNav span{font-size: 13px;}
  .hcWapNav a{font-size: 14px;color:#666;}
  .hcwPanel{background-color: #f9f9f9;padding:10px 15px;border-bottom: 1px solid #ddd;}
  .hcwPanel ol{margin:0;font-size: 0;}
  .hcwPanel li{height: 30px;width:100%;text-align: left;line-height: 30px;border-bottom: 1px solid #e9e9e9;}
  .hcwPanel a{color:#666;font-size: 14px;display: block;}
  .hcwBtn.on a{color:#0e79cc;}
  .hcwBtn.on span{color:#0e79cc;}

  @media screen and (max-width: 800px){
    .hcNavTop{display: none;}
    .hcWapNav{display: block;}
  }
  @media screen and (max-width: 320px){
    .hcWapNav a{font-size: 13px;}
  }

  
/*新定制合成列表页*/
.synTopTitle{font-size:22px;font-weight:bold;padding:0 10px;border-left:8px solid #0e79cc;margin:0 0 5px 10px;font-family:微软雅黑;}
.syn_wall{font-size: 0;overflow: hidden;}
.syn_box{width:20%;display:inline-block;position:relative;float:left;}
.syn_inbox{margin:10px;border:1px solid #ddd;}
.syn_inbox:hover{border-color:#0e79cc;box-shadow:0 0 1px 1px #0e79cc;}
.syn_pic{position:relative;width:100%;height:200px;line-height:200px;margin:0 auto;text-align:center;overflow: hidden;}
.syn_state{position:absolute;bottom:-30px;left:0;width:100%;height:30px;line-height: 30px;background-color:rgba(0,0,0,.6);z-index:10;}
.syn_state span{font-size: 14px;color:#fff;text-align: left;}
.syn_inbox:hover .syn_state{
  animation: synstate 1s ease forwards;
  -moz-animation: synstate 1s ease forwards; /* Firefox */
  -webkit-animation: synstate 1s ease forwards;  /* Safari 和 Chrome */
  -o-animation: synstate 1s ease forwards; 
}
.synPay{
  display: inline-block;
  width:auto;
  height: 20px;line-height: 20px;
  font-size: 11px;
  color:#fff;
  padding:0 10px;
  border-radius: 30px;
  background: -webkit-linear-gradient(left top, #15d999 , #1bad1a); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom right,  #15d999 , #1bad1a); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom right,  #15d999 , #1bad1a); /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom right,  #15d999 , #1bad1a); /* 标准的语法 */
  position: absolute;
  bottom:95px;
  left: 15px;

}
@keyframes synstate
{
  from{bottom:-30px;}
  to {bottom:0px;}
}
.syn_state .btn{margin-bottom:10px;width:80px;}

.syn_link{bottom:0;right:0;width:50px;height:50px;padding:0;}
.syn_pic a{vertical-align:middle;display:inline-block;width:100%;}
.syn_pic img{max-width:200px;max-height:200px;transition: all .2s linear 0s;}
.syn_inbox:hover .syn_pic img{transform: scale(1.1,1.1);}
.syn_text{border-top:1px dotted #999;padding:0 5px 10px 5px;background-color:#f5f5f5;height:80px;}
.syn_text h2{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.syn_text h2 a{font-size: 14px;line-height: 30px;color:#333;}
.syn_text p{font-size: 13px;line-height: 20px;color:#666;}
.alreadyFinished{position:absolute;bottom:20px;right:15px;width:46px;height:46px;z-index:10;}

.syn_edit{margin:10px;border:3px dashed #d5d5d5;text-align:center;cursor:pointer;height:282px;vertical-align: top;}
.syn_edit a{display: block;}
.syn_edit:hover{border-color:#0e79cc;}
.syn_edit span{color:#999;line-height:200px;font-size:40px;font-weight: bold;}
.syn_edit p a{font-size: 16px;color:#666;}
.syn_edit .syn-Add{font-size:20px;color:#999;}
.syn_edit:hover span,.syn_edit:hover a{color:#0e79cc;}
@media screen and (max-width: 800px){
  .syn_box{width:25%;}
  .syn_pic{width:100%;height:150px;line-height:150px;}
  .syn_pic img{max-width:150px;max-height:150px;}
  .syn_edit{height:222px;}
  .syn_edit span{line-height: 150px;font-size: 30px;}
  .syn_text{height:70px;}
  .alreadyFinished{bottom:85px;right:15px;width:40px;height:40px;}
}
@media screen and (max-width: 600px){
  .synTopTitle{display:none;}
  .syn_box{width:50%;}
  .syn_text p{font-size: 12px;line-height: 16px;}
  .syn_edit .syn-Add{font-size: 16px;}
  .alreadyFinished{bottom:15px;right:15px;width:40px;height:40px;}
  .synPay{bottom:85px;}
}
@media screen and (max-width: 375px){
  .syn_pic{height:120px;line-height:120px;}
  .syn_pic img{max-width:120px;max-height:120px;}
  .syn_edit{height:192px;}
  .syn_edit span{line-height: 120px;font-size: 30px;}
  .alreadyFinished{bottom:15px;right:15px;width:32px;height:32px;}
}
@media screen and (max-width: 320px){
  .syn_box{width:100%;}
  .syn_inbox,.syn_edit{margin:5px 0px;overflow:hidden;}
  .syn_edit{height:auto;padding:10px;}
  .syn_edit span{line-height: 40px;}
  .alreadyFinished{bottom:10px;right:5px;width:36px;height:36px;}
}





    /*定制合成详细页（描述）*/
    .synBox .title{
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;}
      .synBox .title a{
        color:#333;
        font-size:16px;
        line-height:30px;
      }
      .synBox .title a:hover{
        color:#0e79cc;
      }
      .synBox-More:hover .syn-Add,.synBox-More:hover span{color:#0e79cc;}
      .unDeposit {
        color: #999;
        border: 2px solid #999;
        font-size: 14px;
        padding: 3px 6px;
        margin-left: 10px;
    }
    .xs-price{font-size:28px;}
    @media screen and (max-width: 420px){
      .xs-price{font-size:16px;}
      .unDeposit{color: #fff;border: 0;font-size: 12px;background-color: #999;border-radius: 5px;}
    }
    .desPic{width:180px;height:180px;text-align:center;line-height:180px;margin:0 auto;}
    .desPic a{vertical-align:middle;display:inline-block;width:180px;}
    .desPic a img{max-width:180px;max-height:180px;}
      /*定制合成详细页（热门推荐）*/
      .synDes{vertical-align:top;background-color:white;}
      .synDes-pic{width:100%;height:200px;line-height:200px;text-align:center;}
      .synDes-pic a{vertical-align:middle;display:inline-block;width:100%;}
      .synDes-pic img{max-width:200px;max-height:200px;}
      .synDes-info{padding:5px;}
      .synDes-info p{line-height:24px;color:#666;}
      .synDes .title{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;}
      .synDes .title a{
        color:#333;
        font-size:16px;
        line-height:30px;
      }
      .synDes .title a:hover{
        color:#0e79cc;
      }


      /*入驻智库*/
      .bgTank{background-image:url(bgTank.png);background-repeat: repeat;background-attachment: scroll;background-size: 100% 100%;background-position: center;}

      @media screen and (max-width: 980px){
        .bgTank{height:180px;width:100%;background-image:url(bgTank2.png);margin-bottom:10px;}
      }


      .tankBenefit{font-size: 18px;color:#0e79cc;}
      .tankBenefit_p{font-size: 16px;color:#333;}
      .tankTitle{font-size: 24px;margin-bottom: 50px;color:#0e79cc;}
      .tankStep{margin-bottom: 40px;}
      .tankBtn{color:#fff;background-color: #0e79cc;font-size: 18px;margin-right:10px;}
      .tankBtn:hover,.tankBtn:focus{color:#ffff44;background-color: #3c92e7;font-size: 18px;}
      .bgTank .tankBannerh1,.tankBannerh2{color:#ffff44;font-size: 30px;margin-bottom: 10px;line-height: 50px;}
      .tank_p{font-size: 16px;line-height: 24px;}
      /*步骤图名称*/
      .step-by-step {
        font-size: 28px;
        font-weight: bold;/*步骤加粗*/
        color: #0e79cc;
        padding-left: 11%;
        padding-right: 11%; }
        .step-by-step p {
          font-size: 16px;
          line-height: 1.3em;
          padding-top: 0;
          padding-bottom: 0;
          text-align: inherit; }
          .step-by-step p strong {
            color: #212121; }/*步骤描述名*/
          .step-by-step p.step-content {
            margin: 0;
            display: inline-block;
            vertical-align: middle;
            /*margin-top: 0.6em;*/ }
        .step-by-step .callout-text, .step-by-step .callout-text p {
          font-size: 24px; }
        .step-by-step .btn {
          line-height: 0.6em;
          white-space: normal;
          border: 2px solid #0e79cc;
          background: #0e79cc;
          font-weight: 700;
          border-radius: 5px;
          color: #FFFFFF;
          font-size: 24px;
          transition: background-color 0.3s linear, border 0.3s linear;
          padding: 25px 35px;
          max-width: 325px;
          margin-top: 35px; }
          .step-by-step .btn:hover {
            background: #3c92e7;
            border: 2px solid #3c92e7;
            color: #fff; }
          .step-by-step .btn:last-child {
            margin-right: 0; }
          .step-by-step .btn + button {
            margin-right: 0; }
          @media all and (max-width: 992px) {
            .step-by-step .btn {
              font-size: 16px;
              padding: 20px;
              margin-top: 23px; } }
        .step-by-step .row {
          border-bottom: 1px solid #ccc;
          padding-bottom: 40px; }
          @media (min-width: 992px) {
            .step-by-step .row {
              border-bottom-width: 0;
              padding-bottom: 0; } }
      /*步骤图标号*/
      .count-icon {
        font-size: 56px;
        width: 1.3em;
        margin: 0 auto;
        text-align: center; }
        .count-icon span {
          display: block;
          height: 1.3em;
          width: 1.3em;
          background-color: #fff;
          border: 7px solid #CCC;
          border-radius: 50%;
          line-height: 0.9em;
          font-size: 56px;
          font-weight: 600;
          color: #0e79cc;
          position: relative;
          z-index: 20; }
        @media all and (min-width: 992px) {
          .spacing .count-icon:before {
            height: 113px;
            content: "";
            width: 0;
            border: 4px solid #0e79cc;
            position: relative;
            margin: -110px auto 0;
            display: block;
            z-index: 10; } }
            @media screen and (max-width: 420px){
              .tankBenefit{font-size: 16px;}
              .tankBenefit_p{font-size: 14px;}
              .step-by-step p{font-size: 16px;}
              .tankTitle{font-size: 16px;margin-bottom:30px;font-weight: bold;}
              .tank_p{font-size: 14px;}
              .step-by-step .callout-text p {font-size: 16px; }
              .tankStep{margin-bottom:20px;padding-bottom:0;}
              .step-by-step{padding:0 10px;}
              .step-by-step .row {border-bottom: 1px solid #ccc;padding-bottom: 10px; }
              .count-icon {
                font-size: 24px;
                width: 0.8em;
                margin: 0 auto;
                text-align: center; }
                .count-icon span {
                  height: 1.5em;
                  width: 1.5em;

                  border: 3px solid #CCC;
                  border-radius: 50%;
                  line-height: 1.2em;
                  font-size: 24px;
                    }
              .spacing:nth-child(3) .count-icon span {
                line-height: 0.8em; }





@media screen and (max-width: 980px){
.registerFormright{border-left: none;border-top: 1px solid #f5f5f5;margin-top:20px;} 
.searchPageLabel{text-align: left;}
}


@media screen and (max-width: 420px){
/*详细页*/
/*介绍框内文字*/
  .toplist-incubation li{font-size: 12px;}
	.infoDesLabel{font-size: 12px;}
	/*导读内容*//*max-width: 600px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;*/
	.newspanel_p{display:none;}
/*资讯*/
	/*资讯热门推荐标题*/
	.newsHotTopic{font-size: 12px;}
	/*咨询热门推荐的框架*/
	.news-sidebar{padding:0;margin-top: 20px;}
	/*菜单导航*/
	.newsTabNav{font-size: 12px;}
	.newsTabNav  li a{padding:8px 10px;}
	/*资讯详细页内容*/
  .newsContent_title{font-size: 18px;text-align: center;line-height: 24px;margin:5px 0;}
  .newsDetailswall .newsContent_title{line-height: 24px;margin:15px 0;}
	/*注册页面*/
    .registerForm,.registerFormright{padding:0;} 
    .prefectinfoLabel{font-size: 14px;margin:16px 0;font-weight: normal;}
    /*搜索页*/
      .searchPageTitle{font-size: 12px;line-height: 20px;}
      .searchPageBox{padding:10px 0;}
      .searchPageLabel{font-size: 12px;line-height:20px;}
      .searchPageG,.searchPageX{font-size:12px;}
      .bgTank .tankBannerh1,.tankBannerh2{font-size:24px;}

      .news_description p,.news_description dl,.Suggestionstyle{font-size: 14px;}
      .news_description p{padding-bottom:5px;}
      .news_description dl{margin-bottom:5px;}
      /*入驻智库按钮*/
      .tankBtn{font-size:14px;}

}





