
@font-face
{
    font-family: 'Arial';
    font-weight: normal;
    font-style: normal;

	src:url('../fonts/ArialMT.ttf') format('truetype');
}
@font-face {
	  font-family:PingFang SC;
	  
	  src:url('../fonts/PingFangSC-Regular.otf');
	}
@font-face
{
    font-family: 'Source Han Sans CN';
    font-weight: normal;
    font-style: normal;

	src:url('../fonts/SOURCEHANSANSCN-REGULAR.OTF');
}
@font-face {
	  font-family:DIN;
	  
	  src:url('../fonts/DIN-MEDIUM.OTF');
	}
/*banner*/

.banner_box {
	width: 100%;
	/* height: 100%; */
	height: 240px;
	position: relative;
	margin-top: 15px;
	margin-bottom: 30px;
}
.s_banner{
	height: 100%;
}
.banner {
	height: 100%;
	/* -webkit-background-size: cover;
	background-size: cover; */
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	/* animation: suofang 40s linear infinite alternate; */
	position: relative;
}
.s_banner .swiper-slide{
	overflow: hidden;
}

.banner_box .swiper-pagination{
	text-align: center;
	bottom:14px!important;
}
.banner_box .swiper-pagination-bullet{
	opacity: 1;
	width: 8px;
	height: 8px;
	background: #FFFFFF;
	border-radius: 50%;
}
.banner_box .swiper-pagination-bullet-active{
	width: 30px;
	height: 8px;
	background: #FFFFFF;
	border-radius: 4px;
	opacity: 1;
}
.banner_box .swiper-container.s_banner{
	--swiper-theme-color: #fff;
	--swiper-pagination-color: #fff;/* 两种都可以 */
}

@keyframes suofang {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.3)
    }
}
.mySwiper {
	width: 100%;
	height: 100vh;
}

.inews_lbox{
	width: 623px;
	height: 402px;
	margin-right: 17px;
}
.inews_sw{
	height: 100%;
}
.inewsr_tit{
	width: 100%;
	border-bottom: 1px solid #DEDEDE;
}
.inewsr_tit_product{
	width: 100%;
	display: flex;
	flex-direction: column;
	height: 100%; /* 必须设置高度，否则容器会被内容撑开 */
}

.inewsr_tit_product > div:last-child{
	margin-top: auto; /* 将最后一个元素推到底部 */
	background-color: #f0f0f0;
}

.inewsr_tab{
	height: 55px;
	padding: 0 17px;
	border-bottom: 1px solid rgba(0,0,0,0);
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 18px;
	color: #303030;
	cursor: pointer;
}
.inewsr_tab.active{
	color: #CC0001;
	border-bottom: 1px solid #CC0001;
}

.inewsr_list{
	width: 100%;
	margin-top: 25px;
}
.inewsr_li{
	width: 100%;
	line-height: 40px;
}
.inewsr_name{
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #7C7C7C;
	line-height: 40px;
	height: 40px;
}
.inewsr_time{
	margin-left: 30px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #7C7C7C;
}
.inews_sw .swiper-pagination{
	text-align: right;
	bottom:14px!important;
	padding-right: 20px;
}
.inews_sw .swiper-pagination-bullet{
	opacity: 1;
	width: 22px;
	height: 8px;
	background: #FFFFFF;
	border-radius: 0;
}
.inews_sw .swiper-pagination-bullet-active{
	width: 22px;
	height: 8px;
	background: #CC0001;
	border-radius: 0;
	opacity: 1;
}
.inews_sw .swiper-container.s_banner{
	--swiper-theme-color: #fff;
	--swiper-pagination-color: #fff;/* 两种都可以 */
}
.inews_sw_tit{
	width: 100%;
	height: 45px;
	background: rgba(0, 0, 0, .31);
	padding: 0 20px;
	position: absolute;
	bottom: 0;
	z-index: 10;
}
.inews_sw_tit .oh1{
	width: 410px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 40px;
	height: 40px;
}
.ibox2_box{
	padding-bottom: 30px;
}
.ibox2_xtl{
	font-family: Source Han Sans CN;
	font-weight: bold;
	font-size: 22px;
	color: #303030;
}
.ibox2_xtl span{
	font-size: 22px;
	color: #114491;
	margin-right: 8px;
}
.ibox2_xtr{
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 14px;
	color: #7C7C7C;
}
.ibox2_xtit{
	padding-top: 35px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DEDEDE;
	margin-bottom: 20px;
}
.ibox2_xtit a{
	color: #7C7C7C;
}
.ibox2_x2{
	width: 403px;
	margin-left: 20px;
}
.imc_list{
	margin: -10px  -9px;
}
.imc_li{
	width: 50%;
	padding: 9px;
}
.imc_la{
	width: 100%;
	height: 116px;
	background-image: url(../bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 18px;
	position: relative;
}
.imc_img{
	width: 66px;
	height: 66px;
	object-fit: cover;
}
.imc_bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background: rgba(0,0,0,0.3);
	border-radius: 0px 0px 4px 4px;
	padding: 0 10px;
}
.imc_bottom .oh1{
	text-align: center;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 26px;
	height: 26px;
}
.iycyz_box{
	width: 100%;
	height: 383px;
}
.iycyz_box .inews_sw_tit .oh1{
	flex: 1;
}
.iycyz_time{
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 36px;
	margin-left: 10px;
}
.ibox2_x3{
	width: 100%;
}
.igxfw_list{
	margin: -10px;
}
.igxfw_li{
	width: 33.333%;
	padding: 10px;
}
.igxfw_la{
	width: 100%;
	height: 400px;
	display: block;
	position: relative;
	text-align: center;
}

.ibox2_x4{
	width: 49%;
}
.inews2_list{
	width: 100%;
}
.inews2_li{
	width: 100%;
	padding: 6px 0;
}
.inews2_img{
	display: none;
	width: 241px;
	height: 163px;
	margin-right: 18px;
}
.inews2_name{
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #7C7C7C;
	line-height: 24px;
	height: 24px;
}
.inews2_jj{
	display: none;
}
.inews2_time{
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #7C7C7C;
	line-height: 24px;
	flex: none;
}
.inews2_time span{
	display: none;
	margin-right: 8px;
}
.inews2_msg{
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.x_icon{
	width: 11px;
	height: 14px;
	margin-right: 7px;
}
.inews2_li:first-child .x_icon{
	display: none;
}
.inews2_li:first-child .inews2_img{
	display: block;
}
.inews2_li:first-child .inews2_name{
	font-weight: 500;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	height: 48px;
	-webkit-line-clamp: 2;
}
.inews2_li:first-child .inews2_jj{
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.inews2_li:first-child .inews2_jj .oh2{
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #7C7C7C;
	line-height: 24px;
	height: 48px;
}
.inews2_li:first-child .inews2_time span{
	display: block;
}
.inews2_li:first-child .inews2_msg{
	flex-direction: column;
	align-items: flex-start;
}

.ibox3_box{
	width: 100%;
}
.ibox3_nbox{
	width: 100%;
	padding: 45px 0;
}
.ibox3_ntit{
	font-family: Source Han Sans CN;
	font-weight: bold;
	font-size: 18px;
	color: #114491;
	line-height: 36px;
	margin-bottom: 20px;
	border-bottom: 1px solid #EEEEEE;
}
.ibox3_ntit span{
	margin-right: 10px;
	font-size: 28px;
	font-weight: 400;
	color: #114491;
}
.ifri_list{
	color: #ECF4FF;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
}
.ifri_list a{
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 35px;
	box-sizing: border-box;
	background: #F2F2F2;
	margin-right: 40px;
	padding: 2px 10px;
	color: #303030;
	height: 35px;
}
.ifri_li{

}
.news_box{
	width: 100%;
	background: #F9F9F9;
	padding: 15px 0;
}
.mbx_box{
	width: 1280px;
	min-height: 45px;
	background: #FFFFFF;
	padding: 10px 20px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #7C7C7C;
	line-height: 26px;
}
.mbx_box a{
	margin-right: 5px;
}
.mbx_box span{
	margin-right: 5px;
}
.mbx_box .icon-shouye{
	font-size: 20px;
}
.mian_box{
	width: 100%;
	padding-bottom: 30px;
}

.ifw_box{
	width: 100%;
	min-height: 100vh;
	
}
.ifw_box>div{
	/* padding-top: 100px; */
}

.pro_nl{
	width: 300px;
	margin-right: 20px;
}
.filter_type{
	display: none;
}
.pro_nl_tit{
	width: 100%;
	height: 60px;
	background: #114491;
	position: relative;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 24px;
	color: #FFFFFF;
}

.pro_nl_tit img{
	width: 26px;
	height: 26px;
	margin-right: 10px;
}
.pro_nl_tit span{
	font-size: 26px;
	margin-right: 10px;
	font-weight: normal;
}
.pro_nltit_e{
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
}
.pronl_li_tit{
	width: 100%;
	height: 50px;
	background: #FFFFFF;
	text-align: center;
	/* border-bottom: 1px solid #EEEEEE; */
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	padding: 0 20px;
	cursor: pointer;
	position: relative;
}
.pronl_li{
	position: relative;
}
.pronl_li+.pronl_li .pronl_li_tit:before{
	content: '';
	position: absolute;
	top: 0;
	left: 20px;
	right: 20px;
	height: 1px;
	background: #E9E9E9;
}
.off_type{
	width: 10px;
	height: 14px;
}
.pronl_li_tit.active{
	color: #114491;
	background: #F1F8FF;
}
.pronl_li_tit.active .off_type{
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.pro_nr{
	background: #FFFFFF;
	min-height: 300px;
	padding: 0 30px;
}
.pronr_tit{
	width: 100%;
	border-bottom: 1px solid #E3E3E3;
	height: 80px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	font-size: 24px;
	color: #114491;
	line-height: 36px;
	padding-left: 12px;
	position: relative;
}
.pronr_tit:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 3px;
	height: 20px;
	background: #114491;
	margin-top: -10px;
}
.news_list{
	width: 100%;
	margin-top: 20px;
}
.news_li{
	width: 100%;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
	padding: 5px 0;
}
.news_li .oh1{
	height: 32px;
}
.news_time{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	flex: none;
	margin-left: 10px;
}
.news_i{
	width: 8px;
	height: 8px;
	margin-right: 10px;
	background-image: url(../news_i.png);
	background-size: contain;
	flex: none;
}
.news_li:hover .news_i{
		background-image: url(../news_i1.png);
}
.pro_nr1{
	width: 100%;
}
.newsxq_tit{
	font-family: Source Han Sans CN;
	font-weight: bold;
	font-size: 30px;
	color: #202020;
	line-height: 36px;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 40px;
}
.newsxq_time{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	border-bottom: 1px solid #E3E3E3;
	padding-bottom: 9px;
	text-align: center;
}
.newsxq_time span{
	margin: 0 10px;
}
.newsxq_box{
	padding-top: 50px;
}
.newxq_url {
	margin-top: 50px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
		padding-bottom: 50px;
}
.newxq_url>div{
	height: 36px;
}
.newxq_url a{
	color: #666;
}
.newxq_url a:hover{
	color:#114491;
	/* text-decoration: underline; */
}
.iframe_box{
	width: 862px;
	height: 800px;
	max-width: 100%;
	margin: 0 auto;
}

.pronr_tit1{
	padding-left: 0;
}
.pronr_tit1:before{
	display: none;
}
.pronr_tit1 span{
	font-size: 24px;
	margin-right: 10px;
}
.ycyz_li{
	width: 100%;
	padding: 29px 0;
}
.ycyz_img{
	width: 352px;
	height: 239px;
	margin-right: 25px;
}
.ycyz_name{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 24px;
	color: #222222;
	line-height: 40px;
	margin-bottom: 10px;
}
.ycyz_li:hover .ycyz_name{
	color: #114491;
}
.ycyz_time{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
}
.ycyz_time span{
	font-size: 20px;
	margin-right: 8px;
}
.ycyz_jj{
	margin-top: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	height: 90px;
}
.gxfw_list{
	margin: -15px;
	margin-top: 20px;
}
.gxfw_li{
	width: 25%;
	padding: 15px;
}
.gxfw_la{
	width: 100%;
}
.gxfw_img{
	width: 100%;
	padding-top: 63.61%;
	position: relative;
}
.gxfw_img div{
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 8px 8px 0px 0px;
}
.gxfw_msg{
	width: 100%;
	background: #FFFFFF;
	border-radius: 0px 0px 8px 8px;
	border: 1px solid #EFEFEF;
	padding: 20px;
}
.gxfw_name{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	height: 24px;
}
.gxfw_name_min{
	font-family: Source Han Sans CN;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	height: 24px;
	margin-top: 7px;
}
.gxfw_time_red{
	font-family: Source Han Sans CN;
	font-size: 20px;
	color:red;
	line-height: 24px;
	height: 24px;
	margin-top: 20px;
}
.gxfw_la:hover .gxfw_name{
	color: #114491;
}
.gxfw_time{
	margin-top: 10px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.newxq_url1 a{
	color:#114491;
}
.pronl_list+.pro_nl_tit{
	margin-top: 20px;
}
.newsxq_box1{
	padding-top: 35px;
	padding-bottom: 50px;
}
.lxwm_map{
	width: 100%;
	height: 589px;
	margin-top: 20px;
}
@media screen and (min-width: 1441px){
	
	
}

@media screen and (max-width: 1440px) {
	.ycyz_img {
	    width: 300px;
	    height: 200px;
	    margin-right: 20px;
	}
}

@media screen and (max-width: 1440px) and (min-width: 1150px){
	
	
}
@media screen and (max-width: 1300px) {
	
}

@media screen and (max-width: 1250px){    /*主要*/
	.ifri_li{
		
		margin-right: 50px;
	}
}

@media screen and (max-width: 1200px) and (min-width: 1151px) {
	
}
@media screen and (max-width: 1200px) and (min-width: 993px) {

}
@media screen and (max-width: 1150px){
	
	
	
	.w1200{
		padding: 0 10px;
	}
	
	.top_box .w1200{
		padding: 0 0px;
	}
	
	
	.pro_nl {
		width: 300px;
		left: -310px;
		transition: left .5s;
		box-shadow: 6px 0 20px 0 rgba(0, 0, 0, .15);
		z-index: 200;
		position: fixed;
		top: 110px;
		bottom: 0;
		background: #fff;
	}
	.filter_type {
		display: block;
		position: absolute;
		width: 36px;
		height: 36px;
		text-align: center;
		right: -36px;
		top: 100px;
		background: #fff;
		border-radius: 0 30px 30px 0;
		cursor: pointer;
		z-index: 200;
		box-shadow: 6px 0 20px 0 rgba(0, 0, 0, .15);
		padding: 3px 3px 3px 0;
	}
	.filter_type i {
			font-size: 24px;
			line-height: 30px;
			transition: all .5s;
			color: #005AAA;
	}
	.pro_nl.active{
		left: 0;
	}
	
	
	
	.ifri_li{
		
		margin-right: 30px;
	}
	.inews_lbox{
		width: 560px;
	}
	.mbx_box{
		margin-bottom: 10px;
	}
	.pro_nr{
		padding: 0 10px;
	}
	.pronr_tit{
		height: 60px;
	}
	.gxfw_list{
		margin: -5px;
		margin-top: 20px;
	}
	.gxfw_li{
		padding: 5px;
	}
	.gxfw_msg{
		padding: 10px;
	}
}
@media screen and (min-width: 992px){
	
}
/* @media screen and (max-width: 900px) and (min-width: 770px) */
@media screen and (max-width: 992px){
	
}
/* 超小设备 (手机, 600px 以下屏幕设备) */
/* @media only screen and (max-width: 600px) {
  
} */

/* 小设备 (平板电脑和大型手机，600 像素及以上) */
/* @media only screen and (min-width: 600px) {
    
} */

/* 中型设备（平板电脑，768 像素及以上） */
/* @media only screen and (min-width: 768px) {
   
} */

/* 大型设备（笔记本电脑/台式机，992 像素及以上） */
/* @media only screen and (min-width: 992px) {
    
} */

/* 超大型设备（大型笔记本电脑和台式机，1200 像素及以上） */
/* @media only screen and (min-width: 1200px) {
   
} */
/**
 * 
 * @author wenxin <1171390035@qq.com>
 * 
 * @createTime: 2021-3-19 14:21:05
 * ┌───┐   ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┬───┐ ┌───┬───┬───┐
 * │Esc│   │ F1│ F2│ F3│ F4│ │ F5│ F6│ F7│ F8│ │ F9│F10│F11│F12│ │P/S│S L│P/B│  ┌┐    ┌┐    ┌┐
 * └───┘   └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┴───┘ └───┴───┴───┘  └┘    └┘    └┘
 * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┐ ┌───┬───┬───┐ ┌───┬───┬───┬───┐
 * │~ `│! 1│@ 2│# 3│$ 4│% 5│^ 6│& 7│* 8│( 9│) 0│_ -│+ =│ BacSp │ │Ins│Hom│PUp│ │N L│ / │ * │ - │
 * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┤ ├───┼───┼───┤ ├───┼───┼───┼───┤
 * │ Tab │ Q │ W │ E │ R │ T │ Y │ U │ I │ O │ P │{ [│} ]│ │ | │ │Del│End│PDn│ │ 7 │ 8 │ 9 │   │
 * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┤ └───┴───┴───┘ ├───┼───┼───┤ + │
 * │ Caps │ A │ S │ D │ F │ G │ H │ J │ K │ L │: ;│  '│ Enter  │               │ 4 │ 5 │ 6 │   │
 * ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────────┤     ┌───┐     ├───┼───┼───┼───┤
 * │ Shift  │ Z │ X │ C │ V │ B │ N │ M │< ,│> .│? /│  Shift   │     │ ↑ │     │ 1 │ 2 │ 3 │   │
 * ├─────┬──┴─┬─┴──┬┴───┴───┴───┴───┴───┴──┬┴───┼───┴┬────┬────┤ ┌───┼───┼───┐ ├───┴───┼───┤ E││
 * │ Ctrl│    │Alt │         Space         │ Alt│    │    │Ctrl│ │ ← │ ↓ │ → │ │   0   │ . │←─┘│
 * └─────┴────┴────┴───────────────────────┴────┴────┴────┴────┘ └───┴───┴───┘ └───────┴───┴───┘
  */
@media screen and (max-width: 768px) {
	
	.top_user_box{
		/* height: auto; */
		height: 44px;
		padding-right: 40px;
	}
	
	

	
	.banner,
	.banner_box{
		/* height: 155px; */
		height: 125px;
		width: 100%;
		margin-bottom: 0;
		/* border-radius: 8px; */
		overflow: hidden;
	}
	
	.banner_name{
		
		font-size: 12px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #FFFFFF;
		padding:10px 16px 26px;
		
	}
	.info_banner,
	.info_banner_box {
		height: 182px;
		width: 100%;
	}

	/* 首页 */
	
	.swiper-button-prev1,
	.swiper-button-next1{
		width: 30px;
		height: 30px;
	}
	.swiper-button-prev1{
		left: 0px;
	}
	.swiper-button-next1{
		right: 0px;
	}
	
	
	
	.team_page{
		margin-top: 20px;
	}
	.ifri_li{
		
		margin-right: 10px;
	}
	.inews {
		margin-top: 10px;
		flex-direction: column;
	}
	.inews_lbox{
		width: 100%;
	}
	.inews_rbox {
		width: 100%;
	}
	.inews_lbox .banner{
		height: 100%;
	}
	.igxfw_list{
		margin-left: -5px;
	}
	.igxfw_li{
		padding: 5px;
	}
	.igxfw_li_product{

		height: 100px;
	}
	.ibox2_x2{
		width: 100%;
		margin-left: 0;
	}
	.igxfw_la{
		height: 100%;
	}
	.iycyz_box .banner {
		height: 100%;
	}
	.ibox2_x4{
		width: 100%;
	}
	.ibox2_xtit{
		padding-top: 20px;
		padding-bottom: 8px;
		margin-bottom: 10px;
		
	}
	.newsxq_tit{
		padding-top: 20px;
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	.newsxq_box{
		padding-top: 20px;
	}
	.gxfw_li{
		width: 50%;
	}
	.lxwm_map{
		height: 300px;
	}
}

@media screen and (max-width: 600px){
	.inews_lbox{
		height: 250px;
	}
	.inews_sw_tit .oh1{
		width: 200px;
	}

	.inews_sw_tit .oh2{
		width: 100px;
	}
	.iycyz_box{
		height: 250px;
	}
	.igxfw_list{
		width: 100%;
		margin: 0;
	}
	.igxfw_li{
		width: 100%;
		padding: 5px 0;
	}
	.inews2_img{
		width: 150px;
		height: 120px;
		margin-right: 10px;
	}
	.inews2_li:first-child .inews2_name{
		height: 24px;
		-webkit-line-clamp: 1;
	}
	.inews2_li:first-child .inews2_jj{
		margin-top: 6px;
		margin-bottom: 6px;
	}
	.ibox3_nbox{
		padding: 30px 0;
	}
	.ycyz_li {
		flex-direction: column;
		padding: 5px 0;
	}
	.ycyz_img {
	    width: 100%;
	    height: 239px;
	    margin-right: 0;
			margin-bottom: 10px;
	}
	.ycyz_name{
		margin-bottom: 5px;
		font-size: 20px;
	}
	.ycyz_jj{
		margin-top: 5px;
	}
	.gxfw_li{
		width: 100%;
	}
}