* {
    margin: 0px;
}
body{
    color: #333333;
    background-color: #f5f5f5 !important;
}

a {
    text-decoration: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
}
button{
    outline: none;
}
input{
    outline: none;
}
body::-webkit-scrollbar {/*滚动条整体样式*/
    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
body::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    background-color: #217dc0 ;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}
body::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    /*border-radius: 10px;*/
    background: #EDEDED;
}
/*---------顶部--------*/
.top{
    height: 92px;
    border-bottom: 1px solid #dddddd;
    display: flex;
    justify-content: space-around;
    background-color: #FFFFFF;
}
.top_c{
    width: 1200px;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.top_c_l{
    display: flex;
    align-items: center;
}
.logo_title{
    font-weight: bold;
    margin-left: 1rem;
}
.top_c_r{
    display: flex;
    align-items: center;
}
.sousuo{
    width: 324px;
    height: 44px;
    display: flex;
}
.shuru{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 280px;
    border: solid 1px #e5e5e5;
    height: 100%;
}
.shuru input{
    height: 95%;
    width: 96%;
    border: none;
}
.anniu{
    height: 100%;
    width: 44px;
    background-color: #067cf5;
    text-align: center;
    line-height: 44px;
}
    /*---------导航--------*/
.bar{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-around;
    background-color: #FFFFFF;
}
.bar_c{
    width:1200px ;
}
/*--------轮播-----------*/
.lunbo{
    height: 550px;
}
/*-------------*/
.lunbo .swiper-slide>img{
    width:100%;
    height:auto;
    height:550px;
    transition:1s linear 2s;
    transform:scale(1.1,1.1);
}
.lunbo .swiper-slide-active>img{
    transition:6s linear;
    transform:scale(1,1);
}	
.lunbo .swiper-slide-duplicate-active>img{
    transition:6s linear;
    transform:scale(1,1);
}


/*---------*/
.lun_message{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    top: 0;
    left: 0;
}
.lun_1{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 2rem;
}
.lun_2{
    text-align: center;
    font-size: 20px;
    color: #ffffff;
}
.lunbo .swiper-pagination-bullet-active{
    width: 44px !important;
    height: 4px !important;
    background-color: #ffffff !important;
    border-radius: 0 !important;
}
.lunbo .swiper-pagination-bullet{
    width: 44px !important;
    height: 4px !important;
    background-color: #ffffff !important;
    border-radius: 0 !important;
}
/*-------小导航---------*/
.little_bar{
    display: flex;
    justify-content: space-around;
    height: auto;
}
.little_bar_c{
    width: 1200px;
    height: 100%;
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}
.little_bar_c .xiao_dao:nth-child(5){
    margin-right: 0;
}
.little_bar_c .xiao_dao:nth-child(10){
    margin-right: 0;
}
.xiao_dao{
    width: 225px;
    height: 128px;
    background-color: #ffffff;
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-right: 18.5px;
}
.xiao_dao_c{
    width: 196px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-around;

}
.yuan_part{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.yuan_wai{
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 1rem;
}
.yuan{
    width: 68px;
    height: 68px;
    background-color: rgba(6,124,245,.2);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.yuan_1{
    width: 56px;
    height: 56px;
    background-color: #067cf5;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.yuan_name{
    color: #333333;
    font-size: 16px;
}
.yuan_part:hover .yuan_1{
    background-color: #4597f9;
}
/*--------单位动态、最新公告--------*/
.dw_move{
    display: flex;
    justify-content: space-around;
    height: 467px;
    margin-top: 1.5rem;
}
.dw_move_c{
    width: 1200px;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.dw_move_c_l{
    width: 686px;
    height: 467px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.dw{
    width: 660px;
    height: 437px;
}
.dw_move_c_l .layui-this{
    font-size: 24px;
    color: #444444 !important;
}
.dw_move_c_l .layui-tab-title li{
    padding: 0 !important;
    margin-right: 1.2rem;
    font-size: 18px !important;
    color: #666666;
    line-height: 20px !important;
}
.dw_move_c_l .layui-this:after{
    border-bottom: 2px solid #067cf5 !important;
}
.dw_move_c_l .layui-tab-content{
    padding: 0 !important;
}
.lanmu_title_page1{
    display: block;
    font-size: 14px;
    color: #999999 !important;
    float: right;
}
.list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}
.list:hover .list_name{
    color: #067cf5;
}
.list:hover .fang{
    color: #067cf5;
}
.list_name{
    font-size: 16px;
    color: #333333;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list_date{
    font-size: 14px;
    color: #999999;
    margin-left: 1rem;
}
.zhijian{
    padding-top: 1rem;
}
.xiantiao{
    height: 1px;
    background-color: #e5e5e5;;
}
.news_xiang{
    height: 162px;
    display: flex;
    margin-bottom: 1.5rem;
}
.news_xiang:hover .hvr-grow{
    transform: scale(1.2);
}
.news_xiang:hover .xiang_desc{
    color: #067cf5;
}
.news_xiang img{
    width: 239px;
    height: 162px;
}
.news_xiang_con{
    width: 395px;
    height: 100%;
   margin-left: 1rem;
}
.xiang_title{
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    margin-bottom: 1rem;
}
.xiang_desc{
    font-size: 14px;
    color: #999999;
    line-height: 1.6rem;
    margin-bottom: 2rem;
    overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
}
.xiang_date{
    font-size: 14px;
    color: #666666;
}
/*------最新公告------*/
.dw_move_c_r{
    width: 495px;
    height: 467px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    overflow: hidden;
}
.message{
    width: 469px;
    height: 437px;
}
.lanmu_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}
.lanmu_title_name{
    font-size: 18px;
    color: #444444;
    line-height: 37px;
}
.lanmu_title_page{
    display: block;
    font-size: 14px;
    color: #999999;
}
.short_line{
    width: 100px;
    height: 2px;
    background-color: #067cf5;
}
.short_line_1{
    width: 125px;
    height: 2px;
    background-color: #067cf5;
}
.long_line{
    height: 1px;
    background-color: #dddddd;
}
.list_date_1{
    margin-right: 1rem;
    color: #666666;
}
.list_name_1{
    font-size: 16px;
    color: #333333;
    width: 88%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list_1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.03rem;
}
.list_1:hover .list_name_1{
    color: #067cf5;
}
/*------关于我们、基层党建------*/
.about_us{
    height: 382px;
    display: flex;
    justify-content: space-around;
    margin-top: 1.5rem;
}
.about_us_c{
    width: 1200px;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
/*--------关于我们----------*/
.about_us_l{
    width: 686px;
    height: 382px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.ab_us{
    width: 660px;
    height: 352px;
}
.ab_con{
    height: 281px;
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
}
.ab_con_l{
    width: 338px;
}
.ab_title{
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ab_content{
    font-size: 14px;
    line-height: 1.8rem;
    color: #666666;
    margin-bottom: 15px;
    text-overflow:ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.ab_son{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ab_son_part{
    display: block;
    width: 156px;
    height: 47px;
    background-color: #f5f5f5;
    line-height: 47px;
    text-align: center;
    margin-top: 1rem;
}
.ab_icon{
    margin-right: 1rem;
}
.ab_next{
    margin-left: 2rem;
}
.ab_con_r img{
    width: 313px;
    height: 281px;
}
/*--------基层党建----------*/
.about_us_r{
    width: 495px;
    height: 382px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.jiceng{
    width: 469px;
    height: 352px;
}
.jc_lun{
    margin-top: 1rem;
    width: 467px;
    height: 281px;
    background-color: palegoldenrod;
}
.jc_lun img{
    width: 100%;
    /*height: 100%;*/
}
.thispage_swp2{
    height: 281px;
}
.jc_lun .swiper-pagination-bullets{
    left: 180px !important;
}
.jc_lun .swiper-pagination-bullet-active{
    width: 22px !important;
    height: 22px !important;
    background-color: #ffffff !important;
    border-radius: 0 !important;
    color: #FFFFFF !important;
}
.jc_lun .swiper-pagination-bullet{
    width: 22px !important;
    height: 22px !important;

    background-color:#dddddd ;
    color:#333333 !important;
    border-radius: 0 !important;
    text-align: center;
    line-height: 22px;
}
.dj_title{
    width: 467px;
    height: auto;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    left: 0;
}
.dj_t{
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    margin-left: 1rem;
    margin-top: 1rem;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dj_d{
    font-size: 14px;
    color: #ffffff;
    margin: 0.5rem 1rem 1rem;
}
/*--------实验室环境----------*/
.shiyan{
    display: flex;
    justify-content: space-around;
    height: 346px;
    margin-top: 1.5rem;
}
.shiyan_c{
    width: 1200px;
    height: 100%;
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.huanj{
    width: 1174px;
    height: 316px;
}
.huanj_lun{
    margin-top: 1.5rem;
    height: 252px;
}
.environment img{
    width: 272px;
    height: 215px;
}
.environment_name{
    text-align: center;
    margin-top: 0.8rem;
    padding-right: 1.3rem;
}
/*---------介绍-------*/
.jieshao{
    height: 176px;
    display: flex;
    justify-content: space-around;
    margin-top: 2rem;
    margin-bottom: 3rem;
}
.jieshao_c{
    width: 1200px;
    background-color:#FFFFFF;
    position: relative;
}
.jieshao_c img{
    width: 100%;
    height: 100%;
}
.meng{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
}
.web_title{
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 1.8rem;
    margin-left: 2.5rem;
}
.miaoshu{
    margin-top:1.2rem;
    width: 544px;
    line-height: 30px;
    color: #ffffff;
    margin-left: 2.5rem;
}
.link-list{
    width:1200px;
    margin:0px auto 30px;
    font-size:0px;
}
.link-list a{
    display:inline-block;
    font-size:14px;
    color:#333;
    position:relative;
    margin-right:10px;
    padding-right:10px;
    margin-bottom:10px;
}
.link-list a:first-child,
.link-list a:last-child{
    margin-right:0px;
}
.link-list a::after{
    content:'';
    display:block;
    width:1px;
    height:12px;
    background-color:#333;
    position:absolute;
    top:50%;
    right:0;
    z-index:10;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.link-list a:first-child::after,
.link-list a:last-child::after{
    display:none;
}
/*-----底部-----*/
/*-----底部-----*/
.bottom{
    background-color: #ffffff;
    border_top: solid 1px #dcdcdc;
    display: flex;
    justify-content: space-around;
}
.bottom_c{
    width: 1200px;
    height: 100%;
}
.bottom_top{
    height: 222px;
}
.bottom_top_c{
    margin-top: 25px;
    display: flex;
    justify-content:space-between ;
}
.b_left{
    font-size: 14px;
    display: flex;
}
.lan{
    display: flex;
    width: 240px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.b_lan{
    margin-bottom: 22px;
    margin-right: 52px;
}
.b_lan a:hover{
    color:#067cf5;
}
.web_message{
    margin-left: 1rem;
}
.web_mes{
    margin-left: 0.5rem;
}
.shaoma{
    margin-top: 1.2rem;
}
.bottom_bot{
    height: 86px;
    border-top: 1px solid #dcdcdc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}
.zhichi {
    opacity: .5;
}
/*-------------介绍页-------------*/
.top_banner{
    /*height: 411px;*/
    position: relative;
}
.top_banner img{
    width: 100%;
}
.top_part{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-around;
}
.top_banner_c{
    width: 1200px;
    height: 100%;
}
.page_name{
    width: 226px;
    height: 90px;
}
.page_name{
    color: #ffffff;
    margin-top: 200px;
}
.web_china{
    font-size: 36px;
    font-weight: bold;
}
.web_uk{
    font-size: 20px;
    margin-top: 1.5rem;
}
/*-------小导航-------*/
.son_bar{
    height: 60px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-around;
}
.son_bar_c{
    width: 1200px;
    height: 100%;
    display: flex;
}
.son_name{
    /*width: 138px;*/
    height: 60px;
}
.son_name a{
    display: block;
     /*width: 138px;*/
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.hvr-sweep-to-right:before{
    background: #067cf5 !important;
}
.son_name:hover a{
    color: #FFFFFF;
}
.content{
    display: flex;
    justify-content: space-around;
}
.content_c{
    width: 1200px;
    background-color: #FFFFFF;
    min-height: 300px;
    margin-top:26px;
    margin-bottom: 26px;
    display: flex;
    justify-content: space-around;
}
.intro{
    width: 1142px;
    margin-bottom: 17px;
}
.intro_title{
    height: 54px;
    border-bottom: 1px solid #067cf5;
    line-height: 54px;
    font-size: 24px;
}
.intro_con{
    margin-top:30px;
}
/*-------------领导列表页-------------*/
.intro_2{
    width: 1142px;
}
.leader{
    display: block;
    width: 100%;
    height: 60px;
}
.leader_list{
    height: 60px;
    width: 100%;
    border-bottom: 1px dotted #dcdcdc;
    display: flex;
    align-items: center;
    font-size: 18px;
}
.leader_list:hover .leader_name{
    color:#067cf5 ;
}
.hvr-underline-from-left:before{
    background-color:#067cf5 !important;
}
.hvr-underline-from-left{
    display: flex !important;
}
.yuandian{
    color:#067cf5 ;
}
.leader_name{
    margin-left: 1rem;
}
.l_position{
    margin-left: 124px;
}
/*---------新闻页---------*/
.intro_1{
    width: 1168px;
}
.list_2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 74px;
    border-bottom: 0.5px dotted #bfbfbf;
}
.list_2:hover .list_name_2{
    color: #067cf5;
}
.list_2:hover .fang{
    color: #067cf5;
}
.list_name_2{
    font-size: 20px;
    color: #333333;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 7%;
}
.list_date_2{
    font-size: 20px;
    color: #999999;
    margin-left: 1rem;
}
.fenye{
    height: 60px;
    background-color: #eeeeee;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 2rem;
}
.fenye .curr{
    border: 1px solid #067cf5;
    color:#067cf5 ;
}
/*---------新闻页详情---------*/
.news{
    width: 1142px;
    margin-bottom: 17px;
    margin-top: 17px;
}
.news_title{
    text-align: center;
    margin-bottom: 1rem;
    font-size: 24px;
}
.news_date{
    text-align: center;
    margin-bottom: 21px;
    font-size: 14px;
    color: #999999;
}
.xian{
    height: 1px;
    background-color: #067cf5;
    margin-bottom: 28px;
}
.news_con{
    padding-bottom: 28px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 200px;
}
.news_con img{
	max-width: 100%;
	margin: 10px 0;
}
.caozuo{
    margin-top: 2rem;
    height: 43px;
    display: flex;
    justify-content: space-between;
}
.last{
    margin-bottom: 0.5rem;
}
.caozuo_l a{
    font-size: 14px;
}
.caozuo_r{
    width: 112px;
    height: 36px;
    background-color: #067cf5;
    text-align: center;
    line-height: 36px;
}
.caozuo_r a{
    color: #FFFFFF;
}
.caozuo_r:hover a{
    color: #FFFFFF;
}
/*---------实验室资质---------*/
.zige{
    width: 1200px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top:26px;
    /*margin-bottom: 26px;*/
}
.book{
    width: 33.3%;
    height: 285px;
    display: flex;
    justify-content: space-around;
    margin-bottom: 25px;
}
.book_c{
    width: 366px;
    height: 285px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.book_pic{
    width: 339px;
    height: 205px;
    margin-bottom: 4px;
    position: relative;
    overflow: hidden;
}

.book_pic img{
    width:100%;
}
.book_name{
    width: 339px;
    height: 49px;
    background-color: #f5f5f5;
    text-align: center;
    line-height: 49px;
    font-size: 14px;
}
.book_top{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    position: fixed;
    z-index: 9999;
    top: 0;
    left:0 ;
    display: flex;
    align-items: center;
    justify-content: space-around;
    visibility: hidden;
}
.close_book{
    position: absolute;
    right: 1rem;
    top: 1rem;
}
.close_book img{
    width: 30px;
}
.book_lun{
    width: 900px;
    height: 600px;
}
.book_big{
    width: 100%;
    height: 100%;
}
/*---------主要业务---------*/
.work_title{
    text-align: center;
    height: 54px;
    border-bottom: 1px solid #e8e8e8;
    line-height: 54px;
    font-size: 24px
}
.list_2:hover .list_name_3{
    color: #067cf5;
}
.list_name_3{
    font-size: 20px;
    color: #333333;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 11.5%;
}
/*---------人才招聘---------*/
.content_b{
    width: 1200px;
    min-height: 300px;
    margin-top: 26px;
    margin-bottom: 26px;
}
.job_list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 62px;
    background-color: #FFFFFF;
    margin-bottom: 6px;
}
.job_date{
    color: #999999;
    margin-left: 2%;
}
.job_name {
    font-size: 16px;
    color: #333333;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 9%;
}
.hvr-border-fade{
    display: flex !important;
}
/*---------联系我们---------*/
.ditu{
    height: 532px;
    background-color: #e5e5e5;
    border: solid 1px #dcdcdc;
}
.contact_us {
    width: 1142px;
    margin-bottom: 17px;
    margin-top: 17px;
}
.xiang_address{
    height: 72px;
    background-color: #f5f5f5;
    border: solid 1px #dcdcdc;
    line-height: 72px;
}
.ad{
    margin-left: 2rem;
    font-size: 18px;
}
.web_details{
    margin-top:25px;
}
.web_details td{
    width: 380px;
    height: 60px;
    border: solid 1px #dcdcdc;
    text-align: center;
    align:center;
    font-size: 18px;
}
.ta_title{
    background-color: #067cf5;
    width: 1142px;
    color: #FFFFFF;
}
.active_bar{
    background-color: #067cf5;
}
.active_bar a{
    color: white;
}
.wu{
    text-align: center;
}
.wu img{
    width: 300px;
    height: 300px;
}
.d-pic{
    width: 239px;
    height: 162px;
    overflow: hidden;
}
.ab_con_r{
    width: 313px;
    height: 281px;
    overflow: hidden;
}
.huanj_pic{
    width: 272px;
    height: 215px;
    overflow: hidden;
}
.jieguo{
    width: 1200px;
    margin-top: 3rem;
    font-size: 20px;
}
.jieguo span{
    color: #067cf5;
}
.re{
    padding-right: 1rem;
}
.sou{
    display: flex;
    justify-content: space-around;
}
.BMap_Marker img{
    width: 40px;
    height: 40px;
}
.erwei{
     width: 124px;
}
.row{
    margin: 0 !important;
}