@charset "utf-8";
@media screen and (max-width: 1600px) {
	.header {

		height: 63px;
	}
	.header-height-div {
		/* height: 63px; */
	}
	.head_logo {
		width: 10%;
		margin-right: 7%;
	}
	.head_nav{
		width: 50%;
	}
	.head_tel {
		width: 15%;
		font-size: 20px;
	}
	.index_banner {
		height: 100%;
	}
	.head_nav li a {
		line-height: 33px;
		font-size: 15px;
	}
	.menu_son li a {
		padding: 6px;
		font-size: 13px;
	}
	.head_nav>li:after {bottom: 16%;}
}





@media screen and (max-width: 1500px) {
.container_1300 {
    max-width: 85%;
}
	.index_sec1_img{
		max-width: 7rem;
	}
	.news_item2 p {
	}
	.index_banner_con .container_1300 {
		max-width: 70%;
	}
	.news_left_pone {
    width: 49%;
}
.news_left_pone1 {
    width: 49%;
}

.jjfa_right {
    width: 48%;
}
.jjfa_left {
    width: 48%;
}
.jjfa_left_con {margin-top: .3rem;margin-bottom: 0.5rem;}

.bg_gy {
    background: url(../images/gywm1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 1.5rem;
    padding-bottom: 20px;
    /* width: 85%; */
    margin-left: auto;
    margin-top: 0.5rem;
}
.gy_js1 {
    width: 80%;
}

.gy_js {
    width: 100%;
    margin: 0 auto;
}
.gy_js {
    /* width: 6rem; */
    width: 80%;
    margin: 0 auto;
}
.news_li_item h4 {
    font-size: .24rem;
}
.qiyez_list_left {
    width: 48%;
}
.qiyez_list_right {
    width: 48%;
}
.jszx {
    width: 25%;
}
.ba_c {
    margin-top: .6rem;
}
.gy_js p {
    font-size: 16px;
    line-height: .4rem;
}
.fa_title11 a {
    width: 1.5rem;
}
.yycq_items h3 {
    font-size: 25px;
    color: #000000;
}
	
	
	
}


@media screen and (max-width: 1400px) {
	.container_1300 {
		max-width: 85%;
	}
	.index_sec1_img{
		max-width: 7rem;
	}
	.news_item2 p {
		font-size: 16px;
	}
	.index_banner_con .container_1300 {
		max-width: 70%;
	}
	.news_left_pone {
    width: 49%;
}
.news_left_pone1 {
    width: 49%;
}
.yycq_items h3 {
    font-size: 25px;
    color: #000000;
}
	
	
	
}
@media screen and (max-width: 980px) {
	.header{
		box-shadow: 0px 3px 4px rgba(57,121,75 ,0.1);
	}
	.swiper_slide_img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.head_container {
		max-width: 95%;
		justify-content: space-between;
	}
	.head_nav ,.head_search,.head_tel{
		display: none;
	}
	.head_logo {
		margin: 0;
		width: 120px;
		margin-top: 5px;
	}
	.gy_js1 {
    width: 80%;
}
	
	.yycq_items h3 {
    font-size: 16px;
    color: #000000;
}
	.m_nav{
		display: flex;
		margin-top: 10px;
	}
	.m_nav .m_search {
		margin-right: 0.3rem;
	}

	ul.head_nav {
		position: fixed;
		display: block;
		width: 50%;
		height: 100%;
		top: 0;
		left: 0;
		background: #3372fb;
		padding-right: 0;
		left: -100%;
		transition: 0.4s all ease;
		z-index: 9;
	}

	.head_nav:after {
		display: none;
	}

	.head_nav>li:after {
		bottom: 5%;
	}
	.yycq_items {
    width: 46%;
    margin-bottom: 27px;
}

	.head_nav>li.active:after {
		width: 90%;
	}
	.head_nav li a {
		color: #fff;
		display: inline-block;
		padding: 0.25rem;
	}
	.jstd_items {
    width: 45%;
    margin-top: .2rem;
}
	.mhead_overlay {
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 8;
		background: rgba(0,0,0 ,0.5);
		display: none;
	}
	.mhead_overlay.active{
		display: block;
	}
	.head_nav_icon {
		display: block;
		width: .35rem;
		height: .35rem;
		position: absolute;
		right: 3%;
		top: 0.6rem;
	}
	.head_nav_icon::before{
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 48%;
		width: 100%;
		height: 1px;
		opacity: 1;
		background-color: #fff;
		transition: 0.4s all ease;
	}
	.head_nav_icon::after{
		content: "";
		display: block;
		position: absolute;
		left: 48%;
		top: 0;
		height: 100%;
		width: 1px;
		background-color: #fff;
		transition: 0.4s all ease;
	}

	.head_nav_icon.active::before{
		transform: rotateZ(90deg);
		opacity: 0;
	}
	.head_nav_icon.active::after{
		transform: rotateZ(90deg);
	}
	.head_navson {
		position: relative;
		display: none;
		transition: none;
		background: rgba(0,0,0 ,0.22);
	}
	.head_nav>li {
		padding: 0 .2rem;
	}
	.menu_son {
		position: relative;
		width: 100%;
		display: none;
		height: auto;
	}
	.head_nav>li:hover:after, .head_nav>li.active:after{
		display: none;
	}
	.mhead_overlay.active {
		display: block;
	}
	.head_nav.active {
		left: 0;
	}
	.menu_son{
		transition: none;
	}
	.head_nav>li:hover .menu_son{
		height: auto;
	}
	.menu_son li {
		text-align: center;
	}

	.menu_son li a {
		width: 90%;
	}
	.banner_href1 {
		max-width: 3.5rem;
		padding: 0.2rem 0.15rem;
	}

	.index_sec1_p1 {
		max-width: 100%;
	}

	.index_sec1_img {
		display: none;
	}

	.index_sec1_t1 h2 {
		font-size: .5rem;
		text-align: center;
	}

	.index_sec1_t1 h3 {
		text-align: center;
		font-size: .32rem;
	}

	.index_sec1_line {
		transform: none;
	}

	.index_sec1_p1 {
		font-size: .34rem;
	}

	.index_sec1_flex1 {
		display: flex;
		justify-content: center;
	}

	.index_sec1_ft1 h3 {
		font-size: .42rem;
		letter-spacing: 1px;
	}

	.index_sec1_ft1 p {
		font-size: .32rem;
		letter-spacing: -1px;
	}

	.index_sec1_ft {
		padding: 5% 4%;
	}

	.index_sec1_flex2 img {
		max-width: 0.8rem;
	}
	.tab_content_img {
		width: 100%;
		padding: 3%;
	}

	.tab_content_txt {
		width: 100%;
		padding: 3%;
		padding-top: 0;
		padding-bottom: 5%;
	}

	.tab_content_flex {
		flex-wrap: wrap;
	}

	.index_sec2_nav_flex ul {
		flex-wrap: wrap;
		width: 100%;
		background: none;
		border-radius: 0;
		justify-content: space-between;
	}

	.index_sec2_nav_flex ul li {
		width: 49%;
		margin-bottom: .2rem;
	}

	.tab_content_txt h3 {
		font-size: .5rem;
		text-align: center;
	}

	.tab_content_txt1 {
		font-size: .36rem;
		line-height: 2;
		margin-top: 0.2rem;
		margin-bottom: 0.2rem;
	}

	.tab_content_txt1a span {
		font-size: .36rem;
	}

	.tab_content_txt1a img {
		max-width: 0.8rem;
	}

	.tab_content_txt1a {justify-content: center;}
	.index_sec2_nav_flex ul span.active {
		display: none;
	}
	.index_sec2_nav_flex ul li a {
		font-size: 0.34rem;
		border-radius: 50px;
		padding: 0.3rem 0.5rem;
		background: #f0f5f2;
		border-radius: .1rem;
	}

	.index_sec2_nav_flex ul li.active a {
		background: #357848;
	}

	.index_news_nav li {
		font-size: .35rem;
		padding: 7px 25px;
		width: 45%;
		text-align: center;
		margin-bottom: .2rem;
	}

	.index_news_nav ul {
		flex-wrap: wrap;
	}

	.index_pub_tt .tt_cn {
		font-size: .5rem;
	}
	.tab_content_2item1 {
		margin-bottom: .2rem;
		width: 100%;
		padding: 0;
	}

	.tab_content_2_flex {
		flex-wrap: wrap;
	}

	.news_item1_txt h3 {
		font-size: .4rem;
	}

	.news_item1_txt p {
		font-size: .35rem;
	}

	.news_item2 h3 {
		font-size: .4rem;
	}

	.news_item2 p {
		font-size: .35rem;
		line-height: 1.8;
	}

	.news_item2_date1 {
		font-size: .36rem;
	}

	.news_item2_date2 {
		font-size: .36rem;
	}

	.news_item2 {
		padding: 0.3rem;
	}

	.news_item1_txt {
		padding: .3rem;
	}
	.index_pub_tt .tt_desc {
		font-size: .34rem;
	}

	.more_part, .more_part a {
		font-size: .4rem;
	}

	.more_part span {
		width: .25rem;
		height: .25rem;
	}
	.pub_footer1 {
		flex-wrap: wrap;
	}

	.ft_item1 {
		width: 100%;
		justify-content: space-between;
		margin: 0.4rem 0;
	}

	.ft_item1 span {
		font-size: .38rem;
	}

	.pub_footer2 {
		flex-wrap: wrap;
	}

	.pub_footer2_item1 {display: none;}

	.pub_footer2_item2 {
		width: 100%;
	}

	.pub_footer2_item3 {
		width: 100%;
		flex-wrap: wrap;
	}

	.footer2_item3_item {
		width: 23%;
		text-align: center;
	}
	.footer2_item2_nav .m_ftnav {
		display: none;
	}

	.footer2_item2_nav {
		width: 100%;
	}

	.pub_footer2_item2 {
		flex-wrap: wrap;
	}
	.footer2_item2_nav h3 {
		font-size: .4rem;
		padding: 0.2rem;
		position: relative;
	}

	.footer2_item2_nav h3:after {
		content: "+";display: block;position: absolute;right: 5%;top: 0;height: 100%;display: flex;align-items: center;font-size: 0.6rem;
		transition: 0.4s all ease;
	}
	.footer2_item2_nav.active h3:after{
		content: "-";
	}

	.pub_footer2_item2 {
		padding-bottom: .4rem;
	}
	.footer2_item2_nav li {
		padding: .2rem .3rem;
	}
	.pub_footer3_flink {
		width: 100%;
		margin-bottom: .2rem;
	}

	.pub_footer3_flex {
		flex-wrap: wrap;
	}

	.pub_copyright {
		text-align: center;
		width: 100%;
		display: table;
	}
	.index_banner, .pub_banner {
		height: 11rem;
	}
	.logo_banner {
		max-width: 4rem;
	}
	.pub_banner_flex1 a img {
		max-width: 0.55rem;
	}

	.banner_href1 span {
		margin-right: 0.2rem;
	}
	.pro_fw_sec1_item {
		display: block;
	}

	.pro_fw_sec1_item1 {
		width: 100%;
	}

	.pro_fw_sec1_item2 {
		width: 100%;
	}

	.pro_fw_sec1_item2_tz {
		width: 100%;
		position: static;
	}
	.pro_fw_sec1_item2_en{
		display: none;
	}
	.fw_msg_item {
		width: 100%;
	}

	.fw_msg_flex {
		flex-wrap: wrap;
	}

	.fw_msg_txt1 {
		font-size: .38rem;
	}

	.fw_msg_txt2 {
		font-size: .6rem;
		margin-top: 0.2rem;
		margin-bottom: 0.2rem;
	}

	.fw_msg_txt3 {
		font-size: .32rem;
	}

	a.fw_msg_item1_flexa {
		font-size: .34rem;
	}

	a.fw_msg_item1_flexa img {
		max-width: 0.5rem;
	}

	.fw_msg_item1_tel img {
		max-width: 0.8rem;
	}

	.fw_msg_item1_tel3 {
		font-size: .48rem;
	}

	.fw_msg_item.pd_left5 {
		padding-left: 0;
		margin-top: .5rem;
	}

	.fw_msg_ipt1 input {
		height: 1rem;
		padding: 0 0.2rem;
	}

	.fw_msg_form_area {
		height: 2rem;
		padding: 0.2rem;
	}

	.fw_msg_ipt1 {
		margin-bottom: 0.2rem;
	}

	.fw_msg_form_btn {
		height: 1rem;
	}
	span.pro_fw_swiper_txt1 {
		font-size: 0.44rem;
		width: 100%;
		text-align: center;
		margin-bottom: .2rem;
	}

	.pro_fw_swiper_txt {
		padding-top: 0.7rem;
	}

	.pro_fw_swiper_txt_flex {
		flex-wrap: wrap;
	}

	span.pro_fw_swiper_txt1 {
	}

	span.pro_fw_swiper_txt2 {
		text-align: center;
		width: 100%;
	}
	.pro_fw_sec1_item2_tz9 {
		padding: .5rem;
	}
	.pro_menu {
		flex-wrap: wrap;
	}
	.pubv_view_sec1_item {
		width: 50%;
	}

	.pubv_view_sec1_flex {
		flex-wrap: wrap;
	}

	.pubv_view_sec3_item {
		width: 50%;
	}

	.pubv_view_sec3_item2 {
		font-size: .4rem;
	}

	.pubv_view_sec3_item3 {
		font-size: .36rem;
	}

	.pubv_view_sec2_tt2 {
		font-size: .36rem;
		max-width: 100%;
	}

	.pubv_view_sec2_tt {
		font-size: .5rem;
	}

	.pubv_view_sec1_txt1 {
		font-size: .4rem;
	}

	.pubv_view_sec1_txt2 {
		font-size: .32rem;
	}
	.view_case_flex {
		flex-wrap: wrap;
		height: auto;
	}

	.view_case_swiper {
		width: 100%;
	}

	.view_case_flex_list {
		width: 100%;
	}
	.swiper-button-next.view_casel {
		transform: rotateZ(
				-135deg);
		top: 0.8rem;
	}

	.swiper-button-prev.view_casel {
		transform: rotateZ(135deg);
		top: 0.8rem;
	}
	.view_case_flex_list1 {
		height: auto;
		margin-bottom: .2rem;
	}

	.slide_flex_img {
		max-width: 32%;
	}

	.slide_flex_txt {
		width: 66%;
	}
	.pro_menu_son {
		font-size: .38rem;
		width: 40%;
		text-align: center;
	}
	.tab_content_2item2 {
		width: 100%;
	}

	.tab_content_2item2:nth-child(3n) {
		margin-right: 0;
	}
	.tab_content_2item2_img {
		height: 4rem;
	}

	.lists_news_sec2_item_flex {
		flex-wrap: wrap;
	}

	.lists_news_sec2_item_img {
		width: 100%;
		height: 5rem;
	}

	.lists_news_sec2_item_txt {
		width: 100%;
	}

	.lists_news_sec2_item_txt1 {flex-wrap: wrap;}

	.lists_news_sec2_item_t1 {
		width: 100%;
		margin-top: 0.3rem;
		margin-bottom: 0.2rem;
	}

	.lists_news_sec2_item_t2 {
		width: 100%;
		text-align: left;
		margin-top: .2rem;
	}

	.lists_news_sec2_item_txt1:after {
		display: none;
	}

	.lists_news_sec2_item_txt2 {
		max-width: 100%;
		margin-bottom: 0.5rem;
	}
	.view_bread {
		padding: .5rem 0;
	}

	.view_content1_flex {
		flex-wrap: wrap;
	}

	.view_content2 {
		width: 100%;
		padding: 0;
	}

	.view_content3 {
		width: 100%;
	}

	.view_content2_tt {
		margin-bottom: 0.5rem;
		font-size: 22px;
		line-height: 1.5;
	}

	.view_content2_ttx {
		margin-bottom: .6rem;
	}

	.view_content2_bd {
		display: block;
		margin-bottom: 1rem;
	}

	.view_content2_bd li {
		margin-top: .5rem;
	}

	.view_content3_time {
		padding: .3rem;
	}

	.view_content3_wg {
		margin-bottom: .6rem;
	}

	.view_content3_bg {
		margin-bottom: .5rem;
	}

	.join_sec1_re_bg {
		display: none;
	}

	.join_sec1_flex1 {
		width: 100%;
	}

	.join_sec1_flex {
		flex-wrap: wrap;
	}

	.join_sec1_flex2 {
		width: 100%;
		margin-top: 0.3rem;
	}

	.join_sec1_re {
		transform: none;
		padding: .1rem;
	}

	.join_sec1_tt2 {
		font-size: .6rem;
	}

	.join_sec1 {
		padding: .7rem 0;
	}

	.join_sec1_con {
		font-size: 15px;
		padding: 0;
	}

	.join_sec1_tt2_en {
		font-size: 0.7rem;
	}

	.join_sec2_con {
		flex-wrap: wrap;
	}

	.join_sec2_con_item {
		width: 48%;
		padding: .3rem 0;
		margin-bottom: 0.4rem;
	}

	.join_sec2_flex {
		flex-wrap: wrap;
	}

	.join_sec3 .join_sec1_tt1 {
		width: 100%;
	}

	.join_sec1_ss {
		width: 100%;
	}

	.join_sec1_ss1ipt {
		height: 40px;
		font-size: .36rem;
	}

	.join_sec1_ss1btn {
		width: 40px;
		height: 40px;
	}

	.join_sec1_ss1 {
		font-size: .45rem;
	}

	.join_nav {
		width: 30%;
	}

	.join_nav li {
		font-size: 12px;
	}

	.join_con {
		width: 70%;
	}

	.join_ms2 {
		font-size: 12px;
	}

	.zyly_item {
		width: 50%;
	}

	.zyly_flex {
		flex-wrap: wrap;
	}

	.zyly_item_txt1 {
		font-size: .4rem;
	}

	.zyly_item_txt2 {
		font-size: 12px;
	}
	.mask_video .video_con{position:absolute;width:80%!important;}
	.about_tt_en {
		font-size: 1.4rem;
		top: 50%;
		transform: translateY(-50%);
	}
	.about_sec1_flex {
		flex-wrap: wrap;
	}

	.about_sec1_img {
		width: 100%;
	}

	.about_sec1_txt {
		width: 100%;
		padding: 0;
	}

	.about_item_flex {
		padding: .3rem;
	}

	.about_tt h2 {
		font-size: .55rem;
	}

	.about_tt p {
		font-size: .4rem;
	}

	.about_sec2_flex {flex-wrap: wrap;flex-direction: column-reverse;}

	.about_sec2_txt {
		width: 100%;
	}

	.about_sec2_img {
		width: 100%;
	}

	.about_sec2_txt1 {
		margin-bottom: 0.2rem;
	}

	.about_sec3_flex {
		flex-wrap: wrap;
	}

	.about_sec3_item {
		width: 48%;
		margin-bottom: .5rem;
	}

	.about_sec3_txt1 {
		font-size: .5rem;
	}

	.about_sec3_txt2 {
		font-size: .36rem;
	}

	.about_sec5_item {
		width: 100%;
		margin-bottom: .5rem;
		padding: .5rem 0;
	}

	.about_sec5_flex {
		flex-wrap: wrap;
	}

	.about_sec5_item_t1 {
		font-size: .5rem;
	}

	.about_sec5_item_t2 {
		font-size: .5rem;
	}

	.about_sec5_item img {
		max-width: 1rem;
		margin-right: .3rem;
	}

	.tzz_tt {
		text-align: center;
	}

	.tz_sec1_flex {
		flex-wrap: wrap;
	}

	.tz_sec1_30 {
		width: 100%;
	}

	.tz_sec1_en {
		font-size: .5rem;
	}

	.tz_sec1_line {
		margin: .2rem auto;
	}

	.tz_sec1_cn {
		font-size: .55rem;
	}

	.tz_sec1_li {
		display: flex;
		justify-content: space-evenly;
		margin-top: 0.8rem;
	}

	.tz_sec1_70 {
		width: 100%;
	}

	.tz_sec1_aflex1 {
		font-size: .36rem;
	}
	.tz_sec1_aflex2 {
		font-size: 12px;
	}

	.tz_sec1_li li a {
		margin-bottom: 0.7rem;
	}

	.tz_sec1_time {
		width: 100%;
		text-align: center;
		margin-bottom: .5rem;
	}

	.tz_sec1_time1 {
		padding-right: 0.8rem;
	}
	.tz_sec1_time2 li a{
		padding: 0.3rem;
	}
	.tz_sec2_a1 {
		font-size: .34rem;
	}
	.tz_sec3 {
		padding: .7rem 0;
	}

	.tz_sec3_flex {
		flex-wrap: wrap;
	}

	.tz_sec3_w50 {
		width: 100%;
	}

	.tz_sec3_item12 {
		font-size: .34rem;
	}

	.tz_sec3_tm1 {
		font-size: 0.4rem;
	}

	.tz_sec3_tm2 {
		font-size: .34rem;
	}

	.tz_sec3_item1 {
		padding: .4rem 0;
	}
	.tz_sec3_item21 {
		font-size: .4rem;
	}
	.right_nav{
		display: none!important;
	}
	.tz_sec2_swiper .swiper-button-next, .tz_sec2_swiper .swiper-button-prev {
		width: 1rem;
		height: 1rem;
		top: 40%;
	}

	.jjfa_list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.jjfa_left {
		width: 100%;
	}
	.jjfa_right {
		width: 100%;
		margin-top: 10px;
	}
	.jjfa_left_title {
		display: flex;
		align-items: center;
		border-bottom: 1px solid #bfbfbf;
		padding-bottom: 0.2rem;
		margin-bottom: 0.2rem;
		justify-content: center;
		margin-top: .2rem;
	}
	.jjfa_left_con1 {
		display: flex;
		justify-content: space-around;
		text-align: center;
		padding: 0.51rem 0;
		align-items: center;
	}
	.ljx1_jjfa a {
		display: flex;
		align-items: center;
		font-size: .24rem;
		color: #fff;
		max-width: 2.2rem;
		justify-content: center;
		background: #3372fb;
		padding: 0.15rem 0.15rem;
		border-radius: 10px;
		margin: 0 auto;
	}
	.jjfa_bottum .jjfa_left_title {
		display: flex;
		align-items: center;
		border-bottom: 1px solid #bfbfbf;
		padding-bottom: 0.2rem;
		margin-bottom: 0.2rem;
		justify-content: center;
	}
	.jjfa_bottum .jjfa_left_con1 {
		display: flex;
		justify-content: space-around;
		text-align: center;
		padding: 0.51rem 0;
		align-items: center;
	}
	.tab_content_2item1:first-child {
		width: 100%;
	}
	.gy_js p {
		font-size: 14px;
		color: #ffffff;
		line-height: 2;
		font-family: 黑体;
	}
	.bg_gy {
		background: url(../images/gywm1.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		padding-top: 1.5rem;
		padding-bottom: 20px;
		width: 100%;
		margin-left: auto;
		margin-top: 0.5rem;
	}
	.gy_js {
		width: 5rem;
		width: 90%;
		margin: 0 auto;
	}
	.gd_gy a span {
		width: 0.13rem;
		height: 0.13rem;
		position: absolute;
		border-bottom: 2px solid #ffffff;
		border-right: 2px solid#ffffff;
		transform: rotateZ(
				-45deg);
		bottom: 0.245rem;
		right: 0.28rem;
	}
	.gd_gy a {
		color: #ffffff;
		font-size: .18rem;
		padding: 12px 40px 12px 20px;
		border: 1px solid #3372fb;
		border-radius: 0.1rem;
		position: relative;
		background: #3373fb;
	}
	.form_left {
		width: 100%;
	}

	.form_right {
		width: 100%;
	}

	.form_de {
		display: flex;
		flex-wrap: wrap;
	}
	.ljzx_index a {
		font-size: 16px;
		color: #3372fb;
		background: #fff;
		padding: 5px 9px;
		display: flex;
		width: 112px;
		border-radius: 10px;
		margin: 5px auto;
	}
	.ft_item1_h {
		width: 90%;
	}
	.jjfa_left_con p {
		color: #000000;
		font-size: 13px;
		line-height: 2;
	}
	.about_nyj p {
		font-size: .19rem;
		color: #18181a;
		line-height: 2;
	}

	.jstd_item {
		background: white;
		padding: 0.4rem;
		box-shadow: 1px 1px 9px 0px #d1d1d1;
		width: 90%;
		margin: 0.2rem auto;
	}
	.jstd_ny {
		display: flex;
		justify-content: center;
	}
	.jstd_item p {
		font-size: .19rem;
		color: #4d4d4d;
		text-align: center;
	}
	.jstd_item {
		background: white;
		padding: 0.4rem;
		box-shadow: 1px 1px 9px 0px #d1d1d1;
		width: 90%;
		margin: 0.2rem auto;
	}
	.jstd {
		flex-wrap: wrap;
	}
	.jsyx {
		flex-wrap: wrap;
	}

	.js_item {
		width: 40%;
		margin: .2rem auto;
	}
	.qiyez_list {
		flex-wrap: wrap;
	}

	.qiyez_list_left {
		width: 100%;
	}

	.qiyez_list_right {
		width: 100%;
	}

	.qiyez_list_left h3 {
		text-align: center;
	}



	.qiyez_list_left_an {text-align: center;}
	.qiyez_list_left_an a {
		margin: .2rem auto;
	}
	.about_b_top img {
		height: 350px;
		object-fit: cover;
	}
	.sm1 {
		flex-wrap: wrap;
	}

	.sm_item {
		width: 40%;
		margin: 0.2rem 0;
	}

	.bg_qys {
		display: none;
	}
	.wh_qy {
		padding-bottom: 1rem;
	}
	.mbx_1 {
		width: 100%;
	}

	.mbx_nav {
		width: 100%;
	}

	.mbx_nav_lists {
		flex-wrap: wrap;
	}
	.mbx_1 p {
		font-size: .24rem;
		color: #18181a;
		padding-left: 0.2rem;
		padding: 0.3rem;
		font-size: .35rem;
		font-weight: 600;
	}
	.yycq_i {
		flex-wrap: wrap;
	}

	.yycq_left {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	.yycq_right {
		width: 100%;
	}
	.case_items {
		flex-wrap: wrap;
	}

	.case_ite {
		width: 92%;
		margin: .3rem auto;
	}
	.fa_title11 a {
		width: 2.0rem;
	}
	.bdzh {
		flex-wrap: wrap;
	}

	.lxwm_bd_left {
		width: 100%;
	}

	.lxwm_bd_rig {
		width: 100%;
		margin-top: .3rem;
	}
	.jszx {
		width: 45%;
		margin: 0.2rem;
	}

	.lx_lists {
		flex-wrap: wrap;
	}
	.lxwm_nav h3:after {
		content: "";
		width: 0.8rem;
		height: 3px;
		background: #3673fb;
		display: block;
		position: absolute;
		bottom: -20px;
	}
	.cont_news_li {
		flex-wrap: wrap;
	}

	.news_left_pone {
		width: 100%;
	}

	.news_left_pone1 {
		width: 100%;
	}

	.news_li_item {
		margin: .2rem 0;
	}
	.diata_11 {
		display: none;
	}

	.news-ico {
		width: 100%;
	}

	.right_news1 span {
		display: none;
	}
	.right_news1 p {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.view_content2 {

		padding-right: 3%;
		/* background: white; */
		/* box-shadow: 1px 1px 4px 1px #d9d9d9; */
		padding: 0.55rem 0.4rem;
		border-radius: 5%;
	}
	.view_content3 {
		margin-top: .5rem;
	}
	.view_content3_bg {
		width: 73%;
		/* float: right; */
		/* background: #f8f8f8; */
		/* padding: 5%; */
		/* margin-bottom: 0.2rem; */
		padding-left: 3%;
	}
	.view_content3_time {
		padding: 0;
	}
	.view_content3_wg_item {
		position: relative;
		overflow: hidden;
		padding: 0.2rem;
	}
	.mbx_nav li a {
		font-size: 14px;
		color: #818286;
		padding: 0.3rem 0.35rem;
		display: block;
	}
	.case_ite img {
		width: 100%;
	}
	.case_ite a {
		font-size: 15px;
		color: #3372fb;
		margin-top: 0.59rem;
		display: block;
	}
	.case_ite p {
		font-size: 14px;
		color: #7b7b7b;
		margin-top: 18px;
	}
	span.asd11 {
		/* background: red; */
		font-size: 22px;
		background: none;
		color: #0f0f0f;
		font-weight: 600;
		padding: 0;
	}
	.jjfa_left_title img {
		display: none;
	}
	.jjfa_left_title img {
		display: none;
	}
	.pro_fw_swiper_txt p{
		overflow: hidden;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;

		display: -webkit-box;

	}
	.jjfa_bottum .jjfa_left_con p {
		text-align: left;
	}
		.jjfa_bottum .jjfa_list  {
		flex-direction:column;
	}

	.news_li_at {
		width: 95%;
		margin: 0 auto;
	}

	.right_news1 h3 {

		overflow: hidden;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;

		display: -webkit-box;
	}
	.newx-ite p {
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.ljzx_index a img {
    width: 17%;
}





} 