.none{
  display: none !important;
}
.topBgBar{
  width: 100%;
  height: 4.46rem;
  background: url('../imgs/back3.png');
  background-size: 100% 100%;
}
.main{
  width: 100%;
  height: auto;
  min-height: 10rem;
  font-size: 0.16rem;
  background: url('../imgs/back1.png');
  background-size: 100% ;
  background-position:  center bottom;
  background-repeat: no-repeat;
  padding-bottom:3rem;
  
}

.main .navBox{
  padding:0.16rem 0.4rem ;
  box-sizing: border-box;
  margin-top: -0.7rem;
  width: 100%;
  height: 1.4rem;
  background: #FFFFFF;
  box-shadow: 0px 0.8rem 0.4rem 0px rgba(64,64,64,0.1);
  border-radius: 0.1rem;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 50% 50%;
}

.main .navBox .top{
  border-bottom: 0.01rem solid #D9D9D9;
}
.main .navBox .top i {
  margin-right: 0.1rem;
}

.main .navBox .top .navItem{
  margin:0 0.1rem;
  cursor: pointer;
}

.navBox .bottom{
  font-size: 0.2rem;
  color: #333333;
  font-weight: bold;
}
.navBox .leftBar{
  margin-right: 0.1rem;
  width: 0.06rem;
  height: 0.2rem;
  background: linear-gradient(-90deg, #3B71CB, #12C5BD, #1898BB);
}

.conBox{
padding: 0 0.5rem 0rem;
}



.conBox .title{
  padding: 0.24rem;
  font-weight: bold;
  font-size: 0.24rem;
  color: #333333;
  border-bottom: 0.01rem solid #D9D9D9;
  text-align: center;
}

.conBox  .content{
  padding: 0.35rem;
  box-sizing: border-box;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.3rem;
  text-indent: 2em;
  display: grid;
  grid-template-columns: 60% 35%;
  column-gap: 5%;
}

.conBox .content .left{
  
}

.conBox .content video{
  margin: auto;
  width: 100%;
  height: 4rem;
  
}

.conBox .con{
  padding: 0.35rem;
  box-sizing: border-box;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.3rem;
  text-indent: 2em;
  
}

.listsBox{
margin-top: 0.46rem;
}

.listsBox ul{
    min-height: 8rem;
}

.listsBox .lists{
  display: grid;
  grid-template-columns: 32% 32% 32%;
  grid-template-rows: 48% 48%;
  column-gap: 2%;
  row-gap: 4%;
  height: 7.4rem;
}

.listsBox .lists .listItem{
  box-shadow: 0px 0.08rem 0.04rem 0px rgba(64,64,64,0.1);
  border-radius: 0.1rem;
}

.listsBox .lists .listItem .topimg{
  width: 100%;
  height: 2.8rem;
  border-radius: 0.1rem 0.1rem 0 0;
  overflow: hidden;
}

.listsBox .lists .listItem .bottomInfo{
padding:0.1rem 0.2rem;
box-sizing: border-box;
background: #ffffff;
}

.listsBox .lists .listItem .bottomInfo .tit{
  margin-bottom: 0.1rem;
  font-size: 0.2rem;
color: #000000;
}

.listsBox .lists .listItem .bottomInfo .remark{
  font-size: 0.15rem;
color: #999999;
}


.newslistsBox{
  margin-top: 0.46rem;
}
.newslistsBox{
  padding: 0.32rem 2rem;
  box-sizing: border-box;
  cursor: pointer;
}
.newslistsBox .newslistItem{
  
  margin-bottom: 0.3rem;
  display: grid;
  grid-template-columns: 84% 16%;
  grid-template-rows: 100%;
}

.newslistsBox .newslistItem .leftbox{
  display: grid;
  grid-template-columns: 20% 80% ;
  grid-template-rows: 100%;
border-bottom: 1px solid #D8D8D8;
}


.newslistsBox .newslistItem .leftbox .datebox{
  color: #808080;
}
.newslistsBox .newslistItem .leftbox .datebox .day{
  font-size: 0.45rem;
  
}
.newslistsBox .newslistItem .leftbox .datebox .mouth{
  padding-left: 0.2rem;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 0.21rem;
  
}

.newslistsBox .newslistItem .leftbox .infobox{
padding:0 0.4rem;
box-sizing: border-box;
}

.newslistsBox .newslistItem .leftbox .infobox .tit{
  margin-bottom: 0.1rem;
  font-weight: bold;
  font-size: 0.18rem;
  color: #808080;
  transition: all .3s;
}

.newslistsBox .newslistItem:hover .leftbox .infobox .tit{
  font-weight: bold;
  background: linear-gradient(-90deg, #3B71CB 1.36%, #12C5BD 50%, #1898BB 100%);
  -webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.newslistsBox .newslistItem:hover .datebox{
  background: linear-gradient(-90deg, #3B71CB 1.36%, #12C5BD 50%, #1898BB 100%);
  -webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.newslistsBox  .leftbox .infobox .content{
line-height: 0.25rem;
}


.newslistsBox .rightimg{
  width: 100%;
  height: 1.2rem;
  border-radius: 0.1rem;
  overflow: hidden;
}


.invitebox{
  margin-top: 0.46rem;
}

.zhaopin-btn {
	width: 40%;
	margin: auto;
}

.zhaopin-btn .zhaopinitem{
	display: block;
	width: 1.27rem;
	height: 0.46rem;
	border: 1px solid #2254BA;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 0.18rem;
	color: #000000;
	text-align: center;
	line-height: 0.46rem;
}
.invitebox .zhaopin-btn-active{
  background: linear-gradient(-90deg, #3B71CB, #12C5BD, #1898BB);
  color: #FFFFFF;
  border: none;
}
.invitebox .zhaopin-btn-active a{

  color: #FFFFFF!important;
  
}
.zhaopin-list{
  padding:0.43rem 1.7rem;
  box-sizing: border-box;
}
.zhaopin-list li{
  margin-top: 0.3rem;
	width: 100%;
	box-shadow: 0.03rem 0.03rem 0.1rem #ccc,-0.03rem -0.03rem 0.1rem #ccc;
	border-radius: 0.1rem;
  border-top: 0.04rem solid;
  border-image: linear-gradient(to right, #3B71CB, #12C5BD, #1898BB) 1;
  
}
.zhaopin-list li .zhaopin-item{
 
	padding: 0.2rem;
}
.zhaopin-list li .zhaopin-item h1{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 0.26rem;
	color: #333333;
	line-height: 0.28rem;
	margin-bottom: 0.2rem;
}
.zhaopin-list li .zhaopin-item h2{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 0.22rem;
	color: #808080;
	
}
.zhaopin-list li .zhaopin-item .zhize{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 0.16rem;
	color: #808080;
	margin: 0.1rem 0px;
	
	
}

.otherproductbox{
  padding: 0.74rem;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 20% 80%;
  grid-template-rows: 100%;
}
.otherproductbox .left{
  padding:0 0.32rem;
  box-sizing: border-box;
}

.otherproductbox .left .productNav {
  display: block;
  line-height: 0.5rem;
 
  
}
.otherproductbox .left  .productNav .proNavAct {
  background: linear-gradient(-90deg, #3B71CB, #12C5BD, #1898BB);
  color: #FFFFFF;
  border: none;

}


.otherproductbox .left .productNav .navItem {
    margin-bottom: 0.25rem;
    text-align: center;
    padding: 0.1rem 0.2rem;
    box-sizing: border-box;
    font-size: 0.2rem;
    color: #000000;
    border: 0.01rem solid #2254BA;
    cursor: pointer;
  }

  .otherproductbox .left .productNav .navItem:hover{
    background: linear-gradient(-90deg, #3B71CB, #12C5BD, #1898BB);
    color: #FFFFFF;
    border: none;
    transition: all 0.3s;
  }


/**/



.otherproductbox .left .productNav2 .navItem {
    margin-bottom: 0.25rem;
    text-align: center;
    padding: 0.1rem 0.2rem;
    box-sizing: border-box;
    font-size: 0.2rem;
    color: #000000;
    border: 0.01rem solid #2254BA;
    cursor: pointer;
  }

  .otherproductbox .left .productNav2 .navItem:hover{
    background: linear-gradient(-90deg, #3B71CB, #12C5BD, #1898BB);
    color: #FFFFFF;
    border: none;
    transition: all 0.3s;
  }

.otherproductbox .left  .productNav2 .proNavAct {
  background: linear-gradient(-90deg, #3B71CB, #12C5BD, #1898BB);
  color: #FFFFFF;
  border: none;

}

  .otherproductbox .proInfo2{
   
    padding: 0.2rem 0.45rem;
    box-sizing: border-box;
  }

  .remark{
    font-size: 0.18rem;
    color: #999999;
    line-height: 0.3rem;
    text-indent: 2em;
  }

  .otherproductbox .proInfo2 ul{
    margin-top: 0.6rem;
    padding: 0 0.3rem;
    box-sizing: border-box;
    width: 100%;
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    grid-template-rows: 49% 49%;
    column-gap: 1.25%;
    row-gap: 2%;
    height: 4rem;
    min-height: 4rem;
   
  }
  
  .otherproductbox .proInfo2 ul li{
    position: relative;
    
    
   
  }
  
  .otherproductbox .proInfo2 ul img{
    object-fit: cover;
  }
  .otherproductbox  .proInfo2 ul .name{
    padding: 0.05rem 0.1rem;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #333333;
    color: #ffffff;
    display: grid;
    grid-template-columns: 90% 8%;
    column-gap: 2%;
    align-items: center;
   
  }
  
  .otherproductbox .proInfo2 ul  .add{
    font-size: 0.22rem;
  }

.activity{

}

.activity ul{
  padding: 0 1rem;
  box-sizing: border-box;
  min-height: 6rem;
  display: grid;
  grid-template-columns: 22% 22% 22% 22%;
  grid-template-rows: 48% 48%;
  column-gap: 4%;
 row-gap: 4%;
}

.activity ul li a{
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 60% 40%;
  

}

.activity ul li:hover .info .box{
  background: linear-gradient(-90deg, #3B71CB, #12C5BD, #1898BB);
  
}

.activity ul li:hover .info .box .remark{
  
  color: #ffffff;

}
.activity ul li:hover .info .box .bottom .date{
  
  color: #ffffff;
  
}

.activity ul li:hover .info .box .bottom .date .iconfont{
 
  color: #ffffff;
}

.activity ul li:hover .info .box .bottom .read{
  
  color: #ffffff;
  
}
.activity ul li:hover .info .box .bottom .read .iconfont{
 
  color: #ffffff;
}
.activity ul li .cover{
  border-radius: 0.1rem 0.1rem 0 0;
  overflow: hidden;
  
}
.activity ul li .info{
  position: absolute;
  top: -0.2rem;
  left: 0;
  right: 0;
  position: relative;
  padding: 0.08rem;
  box-sizing: border-box;
  
  
}

.activity ul li .info .box{
 
  margin:0 auto;
  padding: 0.1rem;
  width: 90%;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 0.08rem 0.24rem 0px rgba(64,64,64,0.1);
  border-radius: 0.1rem;
  z-index: 99;
 
}

.activity ul li .info .box .remark{
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.3rem;
  text-indent: 2em;
 
}
.activity ul li .info .box .bottom{
  margin-top: 0.1rem;
  
}
.activity ul li .info .box .bottom .date,.read{
  font-size: 0.14rem;
  color: #999999;
  .iconfont{
    margin-right: 0.1rem;
    font-size: 0.16rem;
    color: #999999;
  }
}


.activity ul li .info .box .bottom .read{
  font-size: 0.14rem;
  color: #999999;
 
}

.activity ul li .info .box .bottom .iconfont{
  margin-right: 0.1rem;
  font-size: 0.16rem;
  color: #999999;
}

.son_content{
  margin-top: 0.46rem;
  padding: 0 0.5rem;
}

.lianxi{
    height: 3.25rem;
    display: grid;
    grid-template-columns: 48% 48%;
    grid-template-rows: 100%;
    column-gap: 4%;
    /*align-items: center;*/
}

.lianxi_miaoshu{
	font-family: PingFang SC;
	font-weight: 400;
	font-size: 0.2rem;
	color: #666666;
	text-align: center;
	margin-top: 0.15rem;
	margin-bottom: 0.5rem;
}

.lianxi-left{
    padding: 0.35rem;
    box-sizing: border-box;
}

.lianxi-left .lianxi-item{
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 0.2rem;
	color: #333333;
	height: 0.5rem;
}
.lianxi-left .lianxi-item i{
	width: 0.27rem;
	height: 0.27rem;
	object-fit: contain;
	margin-right: 0.1rem;
}
.lianxi-right{
	width: 100%;
	height: 100%;
}
.lianxi-right #meMap{
	width: 100%;
	height: 100%;
	
}


.pages .pagination{
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
  .listsBox .lists{
    display: block;
    
    height: 7.4rem;
  }
  .listsBox .lists .listItem{
    margin-top: 0.32rem;
  }
  .lianxi{
   display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 48% 48%;
    column-gap: 0;
    row-gap: 4%;
  }
  .lianxi-right img{
    margin-top: 0.46rem;
  }
  .conBox  .content{
   display: block;
  }

  .otherproductbox{
    display: block;
  }

  .otherproductbox .left .productNav2{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .otherproductbox .left .productNav .navItem {
    display: inline-block;
    margin-right: 0.2rem;
  }

  .otherproductbox .proInfo2 ul{
    display: block;
  }
  .otherproductbox .proInfo2 ul li{
   margin-bottom: 0.3rem;
  }

  .activity ul{
    display: block;
    height: auto;
  }
  .activity ul li{
    margin-bottom: 0.3rem;
    /* height: 16rem; */
  }
  .activity ul li .info .box .remark{
    font-size: 0.2rem;
  }
}
.chan_btn_box{
                display: flex;
                justify-content: flex-start;
                align-items: center;
                height: 0.6rem;
                margin-bottom: 0.2rem;
            
            }
            .chan_btn_box h1{
                font-size: 0.3rem;
                margin-right: 0.2rem;
                font-weight: 400;
                cursor: pointer;
            }
            .chan_btn_active{
                font-weight: bold;
                position: relative;
            }
            .chan_btn_active{
                font-weight: bold!important;
                
            }
            .chan_btn_active::after{
                position: absolute;
                left: 0;
                bottom: -0.1rem;
                content:'';
                display: block;
                width: 1.2rem;
                border-radius: 0.5rem;
                height: 3px;
                background: linear-gradient(-90deg, #3B71CB 1.3671875%, #12C5BD 50%, #1898BB 100%);
                
                
            }