.KJBG2022_top {
	width: 100%;
	height: 120px;
}

.top_box,
.nav_box,
.KJBG2022_banner,
.KJBG2022_person,
.KJBG2022_news,
.footer_box {
	width: 1400px;
	margin: 0 auto;
}

.top_box,
.nav_box {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.top_right {
	width: 180px;
	height: 30px;
	overflow: hidden;
}

.top_right a {
	width: 60px;
	height: 30px;
	line-height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #fe5927;
	border-radius: 2px;
	background: #fe5927;
	color: #fff;
	box-sizing: border-box;
	display: inline-block;
	margin-left: 15px;
	cursor: pointer;
	transition: 0.5s;
	font-size: 16px;
}

.top_right a.top_zc,
.top_right a.top_dl:hover {
	background: #fff;
	color: #fe5927;
}

.top_right a.top_zc:hover {
	background: #fe5927;
	color: #fff;
}

.top_right .top_text {
	width: 96px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	vertical-align: middle;
}

.KJBG2022_nav {
	background: #f5f5f5;
	width: 100%;
	height: 64px;
	overflow: hidden;
	box-sizing: border-box;
}

.nav_box a {
	font-size: 20px;
	padding: 19px 30px;
}

.nav_box a.active,.nav_box a:hover{
	background: #094c92;
	color: #fff;
	font-weight: bold;
}
.KJBG2022_banner {
	background: url(banner.jpg) no-repeat top center;
	height: 400px;
}

.banner_box {
	width: 870px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.pop_box{
	position:absolute;
	left:0px;
	top: 150px;
	padding:20px 20px 0px;
	min-height: 180px;
	width: 100%;
	box-sizing: border-box;
	background: rgba(103,143,209,.8);
	display: none;
	overflow: hidden;
}
.switch{
	height: 13px;
	width: 23px;
	margin:20px auto 10px;
	background: url(sq.png) no-repeat;
	text-align: center;
	display: block;
	cursor: pointer;
}
.pop_inner{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:20px 20px 0px;
	box-sizing: border-box;
}
.btn_add,.btn_reduce{
	width: 20px;
	height: 20px;
	background: #fff;
	text-align: center;
	border: none;
	color: #000;
	margin-right: 10px;
	border-radius: 2px;
	margin-top: 5px;
	font-size: 16px;
	line-height: 20px;
}

.pop_right{
	width: 770px;	
}
.pop_list{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.pop_right .selectbox1,.pop_right .selectbox2,.pop_right .ipt_2{
	width: 200px;
	height: 30px;
	line-height: 30px;
	border:none;
	color: #666;
	font-size: 15px;
	box-sizing: border-box;
	border-radius: 4px;

}
.pop_right .ipt_2{
	width: 490px;
	padding-left: 15px;
}
.pop_right .selectbox2{
	width: 60px;
}
.btn_3{
	margin:0 auto;
	display: inline-block;
	width: 80px;
	height: 34px;
	line-height: 34px;
	border-radius: 4px;
	font-size: 16px;
	color: #094c92;
	background: #cbe3fb;
	border: none;
	cursor: pointer;
	margin-top: 30px;
}
.btn_3:hover{
	background: #094c92;
	color: #fff;
}
.banner_top {
	width: 100%;
	height: 60px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 90px;
}

.banner_top_left {
	width: 820px;
	height: 100%;
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

.banner_top_left .ipt_1 {
	width: 710px;
	height: 100%;
	padding-left: 20px;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 16px;
}

.banner_top_left .btn_1 {
	width: 110px;
	height: 100%;
	background: rgba(254,89,39,1);
	border: none;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 2px;
	cursor: pointer;
	transition: .5s;
}
.banner_top_left .btn_1:hover{
	background: rgba(254,89,39,.7);
}
.banner_top .btn_2 {
	color: #c3e4ff;
	line-height: 30px;
	font-size: 18px;
	border: none;
	background: none;
	cursor: pointer;
}
.banner_top .btn_2:hover{
	color: #fe5927;
}
.banner_bottom {
	line-height: 30px;
	color: #fff;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.ykt {
	background: url(xx.png) no-repeat right center;
	font-size: 16px;
	font-weight: bold;
	width: 106px;
	margin-right: 10px;

}

.ykt_list {
	height: 30px;
	line-height: 30px;
}

.ykt_list li {
	float: left;
}

.ykt_list li a {
	color: #fff;
	padding-left: 15px;
	font-size: 16px;
}
.KJBG2022_person {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.person_item {
	width: 440px;
	padding:10px 10px;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.person_item:hover{
	box-shadow: -5px 20px 30px 0  rgb(227,234,243,.6);
}
.person_item:hover .person_title{
	color: #094c92;
	text-decoration: underline;
}
.person_item .person_img {
	width: 120px;
	height: 120px;
	border-radius: 60px;
}

.person_item:nth-child(1) .person_img {
	background: #deeeff;
}

.person_item:nth-child(2) .person_img {
	background: #fff1e9;
}

.person_item:nth-child(3) .person_img {
	background: #deeeff;
}

.person_item .person_title {
	font-size: 18px;
	color: #333;
}

.person_title {
	height: 30px;
	line-height: 30px;
	padding-top: 20px;
}

.person_text {
	font-size: 16px;
	color: #333;
	padding: 20px 0px;
}

.person_word {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	/*height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;*/
}

.KJBG2022_news {
	margin-top: 45px;
}

.news_title {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	height: 30px;

}

.news_title::before {
	content: ' ';
	width: 4px;
	height: 20px;
	border-radius: 2px;
	background: #1f4e83;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.title_more {
	color: #1f4e83;
	font-size: 15px;
	float: right;
}

.news_box {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	height: 376px;
	overflow: hidden;
}

.news_list {
	/*width: 710px;*/
}

.news_item {
	line-height: 24px;
	padding: 13px 0px;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}

.news_item:first-child {
	padding-top: 0px;
}

.news_item:last-child {
	padding-bottom: 0px;
}
.news_item:hover .news_time{
	color: #1f4e83;
}

.news_text {
	font-size: 16px;
	color: #333;
	width: 550px;
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_text:link{
	color: #333;
}
.news_text:visited{
	color: #9d5039;
}
.news_text:hover{
	color: #FF0000;
	font-weight: bold;
}
.news_text:active{
	color: #1f4e83;
}
.news_item .news_icon {
	width: 56px;
	padding-left: 6px;
	color: #fff;
	font-size: 15px;
	margin-right: 5px;
}

.news_item .zc {
	background: url(zc_icon.png) no-repeat left center;
}

.news_item .px {
	background: url(px.png) no-repeat left center;
}

.news_item .gf {
	background: url(gf.png) no-repeat left center;
}
.news_item .gz {
	background: url(gz.png) no-repeat left center;
}
.news_time {
	font-size: 15px;
	color: #999;
}

.news_imgbox{
	width: 670px;
	height: 376px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.img_box {
	width: 670px;
	height: 376px;
	display: block;
	
}
.news_box .img_box  img{
	width: 100%;
	height: 100%;
}
.img_title {
	width: 100%;
	height: 38px;
	line-height: 38px;
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	left: 0px;
	bottom: 0px;
	color: #333;
	font-size: 16px;
	padding-left: 15px;
	box-sizing: border-box;
}
.swiper-container-horizontal>.circle{
	left: 290px;
}
.swiper-pagination-bullet-active{
	background: #dc4010;
}
.KJBG2022_footer {
	width: 100%;
	background-color: #f5f5f5;
	margin-top: 80px;
	overflow: hidden;
	padding-bottom: 20px;
}

.footer_left {
	width: 185px;
}
.footer_left a:first-child{
	margin-right: 10px;
}
.footer_top {
	width: 100%;
	height: 64px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin:30px 0px 10px;
	box-sizing: border-box;
}

.footer_center {
	height: 54px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 560px;
	line-height: 26px;
}

.footer_link {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: 25px;
}
.footer_link a{
	margin-left: 30px;
	color: #1f4e83;
	cursor: pointer;
	font-size: 16px;
}
.footer_link a:hover{
	color: #fe5927;
}
.footer_link a:first-child,.footer_link a:nth-child(4){
	margin-left: 0px;
}
.footer_right {
	width: 435px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	height: 54px;
	line-height: 26px;
}

.footer_right span {
	color: #777777;
	font-size: 15px;
	display: block;
}
.footer_right div:first-child{
	margin-right: 25px;
}
/* .footer_right span:nth-child(1),.footer_right span:nth-child(3){
	padding-right: 15px;
} */
.footer_bottom{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 36px;
	font-size: 15px;
	color: #777777;
}
#demo2{
	width: 710px;
	height: 300px;
	overflow: hidden;
}

 .scroll-container {
            position: relative;
            width:86%!important;
            overflow: hidden;
        }
        
        .scroll-wrapper {
            display: flex;
            width: max-content;
        }
        .ykt_list {
            display: flex;
            list-style: none;
            animation: scroll 70s linear infinite;
        }
        @keyframes scroll {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-50%);
            }
        }

		.pop_box{z-index: 999;}


 @media (max-width: 767px){
    .top_box, .nav_box, .KJBG2022_banner, .KJBG2022_person, .KJBG2022_news{width:100%}
    
    .KJBG2022_person,.news_box,.top_box, .nav_box,.banner_top,.footer_top,.footer_bottom,.footer_right,.footer_center,.footer_link{display:block;}
    
    .top_box .top_left img{width:97%;margin: 5% 0 0 3%;}
    .top_right{display:none;}
    .KJBG2022_top{height:12.5rem;}
    .nav_box a {
    display: inline-block;
    padding: 0;
    width: 32%;
    text-align: center;
    line-height: 5rem;
    }
    .KJBG2022_nav{height:16rem;}
    .KJBG2022_banner{height:22rem;}
    .banner_box{width:94%;}
    .banner_top{padding-top:5rem;}
    .banner_top_left{width:100%;}
    .banner_top .btn_2{display:none;}
    .ykt{background:none;}
    
    .person_item{width:94%;padding: 10px 3% 5%;}
    .KJBG2022_news{width:94%;margin:0 auto;}
    .news_box{height:auto;width:100%;}
    .news_imgbox,.pure-js-slider{height:300px!important;width:100%;}
    .pure-js-pagination{left:87%!important;text-align: right!important;width:auto!important;bottom:5%!important;}
    .img_title span{display: inline-block;
    white-space: nowrap;
    width:80%;
    overflow: hidden;
    text-overflow: ellipsis;}
    .list_lh{width:100%!important;}
    .news_item .news_icon{display:none;}
    .news_text{width:76%;display:inline-block;}
    .news-scroll-container{margin-top:30px;}
    .footer_box{width:94%;margin-left:3%;}
    .KJBG2022_footer{margin-top:30px;}
    .footer_top{height:auto;}
    .footer_link{float:left;margin-left:0;margin-top:1.25rem;}
    .footer_center{width:100%;}
    .footer_right{width:100%!important;height:auto;}
    .footer_bottom{height:auto;}
}