.ban a {
	display: block;
	width: 100%;
	margin: 10px 0px;
	overflow: hidden;
}

.ban a img {
	display: block;
	width: 100%;
	transition: all 0.5s;
}

/* .ban a:hover img{
	transform:scale(1.1);
	transition:all 0.5s;
} */

.headline .news .bold {
	font-size: 34px;
	font-weight: bold;
	min-height: 47px;
	line-height: 47px;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 9px;
	/* margin: 0 auto; */
	/* width: 85%; */
}

.headline .news>div{
	width: 92%;
	margin:0px auto;
	/* float: right; */
}
.headline .news .bold a {
	color: #313131;
}

.headline .news .bold:hover a {
	color: #000;
}

.headline .news div {
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	margin-bottom: 30px;
}

.headline .news div a {
	color: #424141;
	/* font-weight: bold; */
	margin: 0px 9px;
}

.headline .news div:hover a {
	color: #424141;
}

.headline .lf {
	position: absolute;
	color: white;
	width: 40px;
	font-size: 18px;
	font-weight: bold;
	height: 100%;
	border-radius: 3px;
	text-align: center;
	box-sizing: border-box;
	line-height: 40px;
}

.w750 {
	width: 750px;
}

.top_news .swiper-container {
	position: relative;
	width: 100%;
	height: 450px;
}

.top_news .swiper-container .swiper-slide,
.top_news .swiper-wrapper {
	position: relative;
	height: 100%;
}

.top_news .swiper-container .swiper-slide img {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	min-width: 100%;
	transition: all 0.5s;
}

.top_news .swiper-container .swiper-slide:hover img {
	transform: scale(1.2);
	transition: all 0.5s;
}

.top_news .swiper-container .swiper-slide .title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='ture', startColorstr=#33000000, endColorstr=#33000000);
	background-color: rgba(0, 0, 0, 0.3);
	color: white;
	text-align: left;
	height: 50px;
	line-height: 50px;
	padding-left: 37px;
	padding-right: 137px;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 18px;
}

.top_news .swiper-container .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	background-color: white;
	text-align: right;

}

.top_news .swiper-container-horizontal>.swiper-pagination-bullets,
.top_news .swiper-pagination-custom,
.top_news .swiper-pagination-fraction {
	text-align: right;
	width: 97%;
}

.top_news .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #ba0100;
}

.top_news .swiper-container .next {
	right: 22px !important;
	left: auto !important;
}

.top_news .swiper-container .prev {
	right: 0px !important;
	left: 22px !important;
}

.top_news .swiper-container .prev,
.top_news .swiper-container .next {
	position: absolute;
	width: 27px !important;
	height: 39px !important;
	top: 50% !important;
	cursor: pointer;
	z-index: 55;
	background-color: transparent;
}

.w614 {
	width: 614px;
	position: relative;
}


.iframe_top_news .title {
	font-size: 24px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 3px;
	padding-right: 46px;
}

.iframe_top_news {
	/* padding-top: 41px; */
}

.iframe_top_news .title a {
	color: #333;
}

.iframe_top_news .title:hover a {
	color: #0c539d;
}

.iframe_top_news .news-list li {
	font-size: 18px;
	height: 25px;
	line-height: 24px;
	padding-bottom: 0px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.iframe_top_news .news-list li:hover a {
	color: #0c539d;
}

.iframe_top_news li {
	padding-top: 12px;
	margin-top: 9px;
}

.iframe_top_news>li:first-child {
	padding-top: 0px;
	margin-top: 0px;
}

.iframe_top_news .news-list li a {
	color: #000;
}

.top_news .right>a {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 18px;
	color: white;
	/* background: #007ec5; */
	/* padding: 5px 20px; */
	text-align: center;
	border-radius: 5px;
z-index:22;
}


.ad_a2 .ad332 {
	float: left;
	margin: 30px 0px 30px 10px;
}

.ad_a2 .ad332:first-child {
	margin-left: 0px;
}

.ad {
	position: relative;
	height: 90px;
	overflow: hidden;
}

.ad332 {
	width: 342px;
}

.ad img {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	min-width: 100%;
	transition: all 0.5s;
}

/* .ad:hover img {
	transform: scale(1.1);
	transition: all 0.5s;
} */

.w438 {
	width: 438px;
}

.title {
	font-size: 24px;
	position: relative;
}

.title span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	border-left: 4px solid #0c539d;
	padding-left: 11px;
}

.title span::after {
	content: "";
	display: block;
	position: absolute;
	right: 0px;
	width: 71%;
	height: 1px;
	background: #dbdbdb;
	top: 16px;
}

.title a {
	color: #0c539d;
}

.iframe_normal_news ul {
	margin-top: 12px;
}

.model_ul li {
	line-height: 42px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 18px;
	color: #333;
}

.model_ul li a {
	color: #333;
}

.model_ul li font {
	font-weight: bold;
}

.model_ul li:hover a {
	color: #0c539d;
}

.model_ul li.bold {
	font-weight: bold;
}

.model_ul li.bold:hover a {
	color: #0c539d;
}

.news_list .left {
	margin-left: 40px;
}

.news_list .left:first-child {
	margin-left: 0px;
}

.w1160 {
	width: 1356px;
	margin-right: 0px;
	position: relative;
	/* top: 13px; */
}

.w113 {
	width: 41px;
	position: relative;
	/* left: 50px; */
}

.w113 img {
	display: block;
	width: 100%;
}

.recommendation .swiper-container {
	position: relative;
	width: 100%;
	height: 120px;
	/* top: 13px; */
}

.recommendation .swiper-container .swiper-slide .img {
	height: 120px;
	display: block;
	margin: 0px 1px 0px 15px;
	overflow: hidden;
}

.recommendation .swiper-container .swiper-slide .img img {
	width: 100%;
	display: block;
	min-height: 100%;
	transition: all 0.5s;
}

/* .recommendation .swiper-container .swiper-slide .img:hover img {
	transform: scale(1.15);
	transition: all 0.5s;
} */

.recommendation>div {
	/* background: #f5f5f5; */
	/* padding: 23px 0px; */
}

.recommendation {
	margin: 37px auto;
}

.recommendation .right .prev {
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -18.5px;
	background: none;
	width: 25px;
	cursor: pointer;
	z-index: 111;
}

.recommendation .right .next {
	position: absolute;
	right: 1px;
	top: 50%;
	margin-top: -18.5px;
	background: none;
	width: 25px;
	cursor: pointer;
	z-index: 11;
}

.ul_box {
	padding-left: 148px;
	position: relative;
	/* padding: 18px 18px 18px 100px; */
	/* background: #f5f5f5; */
	/* text-align: right; */
	/* border-bottom: 2px solid #eee; */
	background: #f7f7f7;
	padding-right: 5px;
}

.ul_box ul {
	float: right;
}

.ul_box span {
	color: white;
	font-size: 24px;
	/* border-bottom: 3px solid #0c539d; */
	position: absolute;
	left: 0px;
	line-height: 41px;
	/* text-align: center; */
	width: 86px;
	background: rebeccapurple;
	background:url(../images/bg-szkb.png) no-repeat center center;
	background-size: 100% 100%;
}

.ul_box span a {
	color: white;
	position: relative;
	left: 16px;
}

.ul_box li {
	float: left;
	font-size: 18px;
	color: #000000;
	/* margin: 5px 10px; */
	line-height: 28px;
}
.news_superm .ul_box li{
		float: none;
		text-align: right;
}
.ul_box li a {
	color: #666;
	display: inline-block;
	margin: 6px 10px;
}

.ul_box li a:hover {
	color: #0c539d;
}

.convergence_media .left .img {
	position: relative;
	width: 100%;
	height: 245px;
	margin-top: 20px;
	overflow: hidden;
	background-color: #c8c8c8;
}

.convergence_media .left .img img {
	min-height: 100%;
	display: block;
	width: 100%;
	transition: all 0.5s;
}

.convergence_media .left .img:hover img {
	transform: scale(1.1);
	transition: all 0.5s;
}


.convergence_media .left .img .title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='ture', startColorstr=#33000000, endColorstr=#33000000);
	background-color: rgba(0, 0, 0, 0.3);
	color: white;
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	box-sizing: border-box;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.w540 {
	width: 540px;
}

.news_xw .title span::after {
	width: 85%;
}

.news_xw>div>.left>.left {
	margin-right: 35px;
}

.w250 {
	width: 250px;
}

.news_xw>div>.right .title span::after {
	width: 48%;
}

.img_f>a {
	display: block;
	width: 100%;
	height: 350px;
	margin-top: 26px;
	overflow: hidden;
	position: relative;
}

.img_f>a img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

/* .img_f>a:hover img {
	transform: scale(1.2);
	transition: all 0.5s;
} */
.fw .img_f>a:hover img {
	transform: scale(1.2);
	transition: all 0.5s;
}
.img_f p {
	font-size: 20px;
	color: #000;
	margin-top: 16px;
	bottom: 0px;
	z-index: 1111;
	padding: 10px 0px;
	display: block;
}

.news_xw .img_f p {
	position: absolute;
	width: 85%;
	padding: 10px 3%;
	color: white;
	padding-left: 12%;
}

.img_f p a {
	color: #000;
	;
}

.news_xw .img_f p a {
	color: #cfd1d3;
}

.news_xw .img_f:hover p a {
	color: white;
}

.news_xw .img_f>span {
	position: absolute;
	bottom: 2px;
	left: 10px;
}

.news_xw .right>span {
	display: block;
	width: 100%;
	height: 349px;
	position: relative;
	overflow: hidden;
	top: 26px;
}

.news_xw .right>span>img {
	display: block;
	width: 100%;
	transition: all 0.5s;
}

/* .news_xw .right>span:hover>img {
	transform: scale(1.1);
	transition: all 0.5s;

} */

.news_xw {
	margin: 32px 0px;
}

.video .title span::after {
	width: 92%;
}

.p-4 .img-box2 {
	width: 350px;
	margin-right: 6px;
}

.dh_modular_news {
	margin-bottom: 6px;
	position: relative;
}

.p-4 div a:first-child {
	margin-top: 0;
}

.p-4 div a {
	display: block;
}

.p-4 p {
	width: 100%;
	height: 30px;
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	background: rgba(0, 0, 0, 0.5);
}

.p-4 p a {
	color: #fff;
}

.w350 {
	width: 350px;
}

.dh_modular_news {
	height: 198px;
	position: relative;
	overflow: hidden;
}

.dh_modular_news img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.dh_modular_news:hover img {
	transform: scale(1.1);
	transition: all 0.5s;
}

.img-box3 {
	width: 672px;
	height: 402px;
}

.mod2-video {
	margin: 26px 0px 30px 0px;
}

.in-video-img {
	position: relative;
	height: 120px;
	overflow: hidden;
	border-radius: 4px;
}

.in-video-img img {
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

/* .in-video-img:hover>img:first-child {
	transform: scale(1.1);
	transition: all 0.5s;
} */

.in-video-img .video-icon {
	position: absolute;
	z-index: 3;
	width: 40px;
	height: 40px;
	bottom: 4px;
	left: 4px;
}

.swiper-in-video .swiper-slide>a {
	display: block;
}

.swiper-in-video .swiper-slide h4 {
	font-size: 16px;
	line-height: 130%;
	text-align: center;
	overflow: hidden;
	margin-top: 8px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 54px;
	color: #333;
}

.swiper-in-video .swiper-slide:hover h4 {
	color: #0c539d;
}

.swiper-in-video .swiper-button-prev {
	top: 50%;
	left: 0px;
	width: 25px;
	height: 40px;
	background: url(../images/swiper-prev.png) no-repeat;
	margin-top: -50px;
}

.swiper-in-video .swiper-button-next {
	top: 50%;
	right: 0px;
	width: 25px;
	height: 40px;
	background: url(../images/swiper-next.png) no-repeat;
	margin-top: -50px;
}

.w420 {
	width: 420px;
}

.fw {
	margin: 30px 0px;
}

.fw .title {
	margin-bottom: 15px;
}

.fw .left .title span::after {
	width: 84.5%;
}

.fw .img_f>a {
	height: 276px;
	margin-top: 0px;
}

.fw .img_f p {
	font-size: 18px;
	margin-top: 8px;
	background: #f7f7f7;
	padding: 5px 10px;
	text-align: center;
}

.fw .img_f p:hover a {
	color: #0c539d;
}

.w493 {
	width: 493px;
}

.fw .model_ul li:first-child {
	line-height: 24px;
	margin-bottom: 10px;
}

.fw .right .title span::after {
	width: 73.5%;
}

.fw_img a {
	display: inline-block;
	margin-left: 30px;
}

.fw_img a:first-child {
	margin-left: 0px;
}

.title2 {
	text-align: center;
	margin: 45px 0px;
}

.title2 img {
	display: block;
	width: 100%;
}

.news_xw .img_f {
	position: relative;
}

.list_m ul {
	height: 200px;
	margin-top: 22px;
	display: flex;
}

.list_m ul li {
	display: flex;
	height: 100%;
}

.list_m ul li {
	position: relative;
	flex: 1;
	height: 100%;
	background-image: linear-gradient(to right, #dadada, white, white, white, white, #dadada);
	margin: 0px 2px;
}

.list_m ul li .logo {
	position: absolute;
	width: 43%;
	height: 57px;
	top: 38px;
	left: 11px;
}

.list_m ul li .name {
	/* position: absolute; */
	text-align: center;
	left: 0;
	width: 50%;
	top: 64px;
	position: relative;
	width: 100%;
	font-size: 20px;
}

.list_m ul li .code {
	position: absolute;
	width: 127px;
	height: 127px;
	top: 33px;
	right: 16px;
}

.list_m ul li .logo img {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	min-width: 100%;
	object-fit: contain;
	background-color: transparent;
}


.list_m ul li .code img {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	min-width: 100%;
}

.yqlj {
	margin: 60px auto;
	/* height: 123px; */
	clear: both;
	margin-bottom: 20px;
}

.yqlj>p {
	color: #000000;
	font-size: 18px;
	border-left: 4px solid #0c539d;
}

.yqlj>p span {
	display: inline-block;
	margin: 0px 20px;
	cursor: pointer;
}



.yqlj>p span.on {
	font-size: 24px;
	color: #0c539d;
	font-weight: bold;
}


.yqlj .tab {
    font-size: 14px;
    line-height: 38px;
    padding: 20px 56px 20px 14px;
    height: 106px;
    max-height: 106px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    display: none;
    color: #333;
    padding-top: 16px;
    border-top: 1px solid #eee;
    margin-top: 24px;
}

.yqlj .tab.active {
	display: block;
}

.yqlj .tab a {
	display: inline-block;
	margin: 0 0.5em;
	color: #333;
}

.yqlj .tab a:hover {
	color: #0c539d;
}

.l_title {
	width: 30px;
	height: 110px;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	padding: 0px 7px;
	position: absolute;
	left: 0px;
	padding-top: 12px;
	background: #0c539d;
}

.fw .model_ul li:nth-child(1) a {
	font-weight: bold;
}

.banner_two ul {
	overflow: hidden;
	margin-bottom: 20px;
}

.banner_two ul li {
	width: 695px;
	margin-bottom: 10px;
}

.banner_two ul li:nth-child(odd) {
	float: left;
}

.banner_two ul li:nth-child(even) {
	float: right;
}

.banner_two ul li img {
	width: 100%;
}

.banner_one {
	margin-top: 20px;
	margin-bottom: 20px;
}

.banner_one img {
	width: 100%;
}

.headline .news div:first-child+div a:before{
	content:"";
	display:inline-block;
	width:6px;
	height:6px;
	/* background: #424141; */
	border-radius:6px;
	position:relative;
	top:-2px;
	margin-right:10px
}

#widget13448>span{
	border: 1px solid #1262ab !important;
}
#widget13448>span img{
	height: 345px !important;
}


.headline {
    margin-top: 36px !important;
    
}

.ban {
    margin-top: 20px;
}

.headline .news div+div a{
    /* width: 375px; */
    /* display: inline-block; */
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
}
.l_title::after{
	content:"";
	width:15px;
	position: absolute;
	top:0px;
	bottom:0px;
	left: 44px;
	background: white;
	z-index: 11111;
}