body {
    font-size: 16px;
    font-family: 微软雅黑;
    color: #333;
    box-sizing: border-box;
    background: #fff;
}
a:hover, a:focus{
    transition: none;
}
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
a{
    color: #333;
}
.clearfix:before,
.clearfix:after {
    /* content: ""; */
    display: table
}
.clearfix:after {
    clear: both
}
input:focus{
    outline: none;
}
nav {
    width: 100%;
    height: 80px;
    background: #004FDF;
}
.nav {
    width: 1440px;
    margin: 0 auto;
}
.nav ul {
    display: flex;
    justify-content: space-evenly;
}
.nav ul li a {
    display: block;
    width: 100%;
    height: 70px;
    line-height: 80px;
    font-size: 22px;
    text-align: center;
    color: #fff;
}
.nav ul li a.hover {
    border-bottom: 4px solid #49E8FE;
    font-weight: 600;
}
/*轮播大图*/
.lb_big_box{
    width: 100%;
    height: auto;
    position: relative;
}
.lb_big_Swiper{
    width: 100%;
    height: 320px;
    overflow: hidden;
    position: relative;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/**主要内容**/
/*第一部分*/
.kxcontent_top1_box{
    width: 100%;
    padding: 60px 0;
    background: #EFF1F5;
}
.kxcontent_top1{
    width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
/*图片新闻*/
.tpxw_box{
    width: 705px;
    height: 470px;
    margin-right: 30px;
    margin-bottom: 40px;
}
.tpxw_Swiper{
    width: 705px;
    height: 470px;
    overflow: hidden;
    position: relative;
}
.tpxw_Swiper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tpxw_Swiper .swiper-slide span{
    position: absolute;
    width: 705px;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 190px;
    background: rgba(0,0,0,0.5);
    bottom: 0;
    left: 0;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
}
.tpxw_box .swiper-container-horizontal>.swiper-pagination-bullets,
.tpxw_box .swiper-pagination-custom,
.tpxw_box .swiper-pagination-fraction{
    width: 90px;
    right: 20px;
    bottom: 15px;
}
.tpxw_box .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
}
.tpxw_box .swiper-pagination-bullet-active{
    background: #004FDF;
}
/*科协资讯*/
.kxzx_box{
    width: 705px;
    height: 470px;
    background: #fff;
    padding: 0 30px;
}
.kxzx_tit{
    width: 100%;
    height: 63px;
    display: flex;
    justify-content: space-between;
}
.kxzx_tit span{
    font-weight: 600;
    font-size: 28px;
    border-top: 4px solid #004FDF;
    line-height: 80px;
}
.kxzx_tit a{
    line-height: 93px;
    color: #004FDF;
    font-size: 18px;
    padding-right: 38px;
    background: url("../images/more_icon_lan.png") right 37px no-repeat;
}
.kxzx_tit a:hover{
    color: #004FDF;
}
.kxzx_list{
    margin-top: 30px;
    width: 100%;
}
.kxzx_list ul{
    display: flex;
    flex-wrap: wrap;
}
.kxzx_list ul li{
    width: 310px;
    height: 54px;
    margin-bottom: 40px;
    display: flex;
}
.kxzx_list ul li:nth-child(2n){
    margin-left: 25px;
}
.kxzx_list ul li .kxzx_list_day{
    width: 60px;
    height: 54px;
    background: url("../images/day_bg_bai.png") center no-repeat;
}
.kxzx_list ul li .kxzx_list_day span:nth-child(1){
    display: block;
    width: 100%;
    height: 15px;
    text-align: center;
    line-height: 15px;
    font-size: 20px;
    margin-top: 15px;
}
.kxzx_list ul li .kxzx_list_day span:nth-child(2){
    display: inline-block;
    width: 100%;
    height: 15px;
    text-align: center;
    line-height: 15px;
    font-size: 12px;
    color: #999999;
}
.kxzx_list ul li .kxzx_list_title{
    width: 240px;
    height: 54px;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-left: 10px;
    font-size: 18px;
}
.kxzx_list ul li .kxzx_list_title:hover{
    color: #004FDF;
}
/*工作动态*/
.gzdt_box{
    width: 705px;
    height: 414px;
    margin-bottom: 0;
}
.top1_tit{
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: space-between;
    padding-left: 30px;
}
.top1_tit span{
    font-weight: 600;
    font-size: 28px;
    height: 48px;
    line-height: 30px;
    position: relative;
}
.top1_tit span:after{
    content: "";
    position: relative;
    display: block;
    width: 100%;
    height: 4px;
    background: #004FDF;
    bottom: -18px;
    left: 0;
}
.top1_tit a{
    height: 48px;
    line-height: 18px;
    color: #004FDF;
    font-size: 18px;
    padding-right: 38px;
    background: url("../images/more_icon_lan.png") right 0 no-repeat;
}
.top1_tit a:hover{
    color: #004FDF;
}
.gzdt_list{
    width: 100%;
    height: 366px;
    padding: 30px;
    background: #fff;
}
.gzdt_list li{
    height: 65px;
    width: 100%;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
}
.gzdt_list li:last-child{
    border-bottom: none;
}
.gzdt_list li>a{
    width: 80%;
    height: 65px;
    line-height: 65px;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.gzdt_list li>a:hover{
    color: #004FDF;
}
.gzdt_list li>span{
    width: 20%;
    height: 65px;
    line-height: 65px;
    font-size: 16px;
    color: #999;
    text-align: right;
}
.gzdt_list li:first-child{
    width: 100%;
    height: 140px;
    border-bottom: none;
}
.gzdt_list li.gzdt_fitst_list>a{
    width: 210px;
    height: 140px;
}
.gzdt_list li.gzdt_fitst_list>a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gzdt_list li.gzdt_fitst_list div{
    width: 415px;
    height: 140px;
    border-bottom: 1px dashed #eee;
}
.gzdt_list li.gzdt_fitst_list div a{
    display: block;
    width: 100%;
    margin-top: 30px;
    line-height: 24px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.gzdt_list li.gzdt_fitst_list div a:hover{
    color: #004FDF;
}
.gzdt_list li.gzdt_fitst_list div span{
    color: #999;
    padding-left: 24px;
    background: url("../images/time_icon_lan.png") left center no-repeat;
}
/*通知公告*/
.tzgg_box{
    width: 705px;
    height: 414px;
    margin-left: 30px;
    margin-bottom: 0;
}
.tzgg_list{
    width: 100%;
    height: 366px;
    padding: 30px;
    background: #fff;
}
.tzgg_list li{
    width: 100%;
    height: 54px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.tzgg_list li a.tzgg_list_title{
    width: 575px;
    height: 54px;
    line-height: 27px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tzgg_list li a.tzgg_list_title:hover{
    color: #004FDF;
}
.tzgg_list_day{
    width: 60px;
    height: 54px;
    background: url("../images/day_bg_bai.png") center no-repeat;
}
.tzgg_list_day span:nth-child(1){
    display: block;
    width: 100%;
    height: 15px;
    text-align: center;
    line-height: 15px;
    font-size: 20px;
    margin-top: 15px;
}
.tzgg_list_day span:nth-child(2){
    display: inline-block;
    width: 100%;
    height: 15px;
    text-align: center;
    line-height: 15px;
    font-size: 12px;
    color: #999999;
}
.lm_tab{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.lm_tab li{
    width: 200px;
    height: 60px;
    border: 1px solid #188CFE;
    background: transparent;
    margin-right: 30px;
}
.lm_tab li:last-child{
    margin-right: 0;
}
.lm_tab li.hover{
    background: #188CFE;
}
.lm_tab li a{
    display: block;
    width: 100%;
    line-height: 60px;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.tab_list_box{
    width: 100%;
    height: 418px;
    position: relative;
}
.tab_list{
    width: 100%;
    height: 418px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
.tab_list_box>div{
    opacity: 0;
}
.tab_list_box>div.lb_hover{
    opacity: 1;
}
/*切换轮播*/
.tab_list .swiper-container{
    overflow: visible;
}
.tab_list .swiper-slide{
    height: 378px;
    width: 360px;
    padding: 40px 30px;
    display: flex;
    flex-wrap: wrap;
}
.tab_list .swiper-slide img{
    width: 300px;
    height: 200px;
    object-fit: cover;
    margin-bottom: 20px;
}
.tab_list .swiper-slide span:last-child{
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tab_list .swiper-slide span:last-child:hover {
    color: #bed1f4;
}
.tab_list .swiper-container-horizontal>.swiper-pagination-bullets,
.tab_list .swiper-pagination-custom,
.tab_list .swiper-pagination-fraction{
    bottom: -42px;
}
.tab_list .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
}
.tab_list .swiper-pagination-bullet-active{
    background: #004FDF;
}
/*专题专栏*/
.ztzl_box{
    width: 1440px;
    margin: 60px auto;
}
.ztzl_tit{
    width: 100%;
    height: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ztzl_tit i{
    width: 1160px;
    height: 1px;
    background: #BACDFF;
}
.ztzl_tit span{
    width: 172px;
    font-size: 28px;
    padding-right: 60px;
    line-height: 28px;
    font-weight: 600;
}
.ztzl_tit a{
    width: 100px;
    font-size: 18px;
    line-height: 28px;
    color: #004FDF;
    padding: 0 38px 0 26px;
    background: url("../images/more_icon_lan.png") right center no-repeat;
}
.ztzl_tit a:hover{
    color: #004FDF;
}
.ztzl_list{
    margin-top: 30px;
    width: 100%;
}
.ztzl_list ul{
    display: flex;
    justify-content: space-between;
}
.ztzl_list ul li{
    width: 460px;
    height: 180px;
}
.ztzl_list ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*第三部分*/
.kxcontent_top3_box{
    width: 100%;
    height: 568px;
    background: url("../images/top3_bg.jpg") center no-repeat;
    background-size: cover;
    padding: 60px 0;
}
.kxcontent_top3{
    width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.jyjl_box,.xjrw_box{
    width: 690px;
    height: 450px;
}
.top3_tit{
    width: 100%;
    height: 28px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.top3_tit span{
    font-weight: 600;
    font-size: 28px;
    color: #fff;
    line-height: 28px;
}
.top3_tit a{
    font-size: 18px;
    color: #fff;
    padding-right: 38px;
    line-height: 28px;
    background: url("../images/more_icon_bai.png") right center no-repeat;
}
.top3_tit a:hover{
    color: #fff;
}
/*经验交流*/
.jyjl_list li{
    width: 100%;
    height: 110px;
    border-bottom: 1px dashed #ffffff7a;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.jyjl_list li div{
    width: 60px;
    height: 54px;
    background: url("../images/day_bg_lan.png") center no-repeat;
    margin-top: 12px;
}
.jyjl_list li div span:first-child{
    display: block;
    width: 100%;
    height: 20px;
    margin-top: 10px;
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}
.jyjl_list li div span:last-child{
    display: block;
    width: 100%;
    height: 10px;
    line-height: 10px;
    font-size: 12px;
    margin-top: 10px;
    color: #fff;
    text-align: center;
}
.jyjl_list li a{
    width: 610px;
}
.jyjl_list li a span:first-child{
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.jyjl_list li a span:first-child:hover{
    color: #bed1f4;
}
.jyjl_list li a span:last-child{
    width: 100%;
    line-height: 22px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    opacity: 0.85;
}
/*先进人物*/
.xjrw_list li.xjrw_list_gdlsit{
    width: 100%;
    height: 100px;
    border-bottom: 1px dashed #ffffff7a;
    display: flex;
    justify-content: space-between;
}
.xjrw_list li.xjrw_list_gdlsit a{
    width: 80%;
    /*line-height: 100px;*/
    color: #fff;
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
}
.xjrw_list li.xjrw_list_gdlsit a i:first-child{
    font-style: normal;
    color: #bed1f4;
    line-height: 32px;
    height: 32px;
    margin-top: 12px;
    border: 1px solid rgba(255,255,255,0.4);
    font-size: 14px;
    padding: 0 12px;
    border-radius: 4px;
    /* margin-left: 20px; */
    position: relative;
}
.xjrw_list li.xjrw_list_gdlsit a i:first-child:after{
    /*content: "";*/
    width: 21px;
    height: 42px;
    position: absolute;
    left: -22px;
    top: 17px;
    border-top: 1px solid rgba(255,255,255,0.4);
    border-left: 1px solid rgba(255,255,255,0.4);
    border-bottom: 1px solid rgba(255,255,255,0.4);
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.xjrw_list li.xjrw_list_gdlsit a i:last-child{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    font-style: normal;
    /* margin-left: 20px; */
    padding-left: 18px;
    position: relative;
}
.xjrw_list li.xjrw_list_gdlsit a i:last-child:after{
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 50%;
}
.xjrw_list li.xjrw_list_gdlsit a:hover{
    color: #bed1f4;
}
.xjrw_list li.xjrw_list_gdlsit span{
    width: 17%;
    line-height: 142px;
    color: #fff;
    opacity: 0.7;
    padding-left: 24px;
    background: url("../images/time_icon_bai.png") left 64px no-repeat;
    text-align: right;
}
.xjrw_list li.xjrw_list_top1{
    width: 100%;
    height: 180px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 11px;
}
.xjrw_list li.xjrw_list_top1 img{
    width: 270px;
    height: 180px;
    object-fit: cover;
}
.xjrw_list li.xjrw_list_top1 a:last-child{
    width: 400px;
}
.xjrw_list li.xjrw_list_top1 a:last-child span:nth-child(1){
    display: inline-block;
    line-height: 32px;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 4px;
    color: rgba(255, 255, 255, 0.71);
    padding: 0 12px;
    /* margin-left: 20px; */
    position: relative;
    font-size: 14px;
}
.xjrw_list li.xjrw_list_top1 a:last-child span:nth-child(1):after{
    /* content: ""; */
    width: 21px;
    height: 42px;
    position: absolute;
    left: -22px;
    top: 17px;
    border-top: 1px solid rgba(255,255,255,0.4);
    border-left: 1px solid rgba(255,255,255,0.4);
    border-bottom: 1px solid rgba(255,255,255,0.4);
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.xjrw_list li.xjrw_list_top1 a:last-child span:nth-child(2){
    display: block;
    width: 100%;
    line-height: 24px;
    color: #fff;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 18px;
    position: relative;
    /* margin-left: 20px; */
}
.xjrw_list li.xjrw_list_top1 a:last-child span:nth-child(2):after{
    content: ""; 
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 12px;
    border-radius: 50%;
}
.xjrw_list li.xjrw_list_top1 a:last-child span:nth-child(2):hover{
    color: #bed1f4;
}
.xjrw_list li.xjrw_list_top1 a:last-child span:nth-child(3){
    display: block;
    width: 100%;
    line-height: 22px;
    color: #fff;
    opacity: 0.75;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}
.xjrw_list li.xjrw_list_top1 a:last-child span:nth-child(4){
    display: block;
    width: 100%;
    line-height: 20px;
    color: #fff;
    opacity: 0.7;
    font-size: 14px;
    padding-left: 24px;
    background: url("../images/time_icon_bai.png") left center no-repeat;
}
/*第四部分*/
.kxcontent_top4_box{
    width: 100%;
    padding: 60px 0;
}
.kxcontent_top4{
    width: 1440px;
    margin: 0 auto;
}
/*视频图片*/
.sptp_tit{
    width: 100%;
    height: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sptp_tit i{
    width: 1160px;
    height: 1px;
    background: #BACDFF;
}
.sptp_tit span{
    width: 172px;
    font-size: 28px;
    padding-right: 60px;
    line-height: 28px;
    font-weight: 600;
}
.sptp_tit a{
    width: 100px;
    font-size: 18px;
    line-height: 28px;
    color: #004FDF;
    padding: 0 38px 0 26px;
    background: url("../images/more_icon_lan.png") right center no-repeat;
}
.sptp_tit a:hover{
    color: #004FDF;
}
.sptp_list{
    width: 100%;
    margin-top: 35px;
}
.sptp_list ul{
    display: flex;
    justify-content: space-between;
}
.sptp_list ul li{
    width: 338px;
    height: 180px;
    box-shadow: 0 4px 8px 0 #004fdf33;
    border-radius: 8px;
}
.sptp_list ul li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 16px 37px;
}
.sptp_list ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*服务大厅*/
.fwdt_box{
    /*width: 100%;*/
    /*height: 160px;*/
    /*margin-top: 60px;*/
    display: none;
}
/*.fwdt_box img{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/
.yzsfwdt_box{
    width: 100%;
    height: auto;
    position: relative;
    /*left: 0;*/
    /*bottom: 0;*/
    z-index: 99;
    margin-top: -20px;
}
.yzsfwdt_box img{
    width: 100%;
    /*height: 80px;*/
    object-fit: contain;
}