#banner{
	width: 100%;
}
#banner img {
	width: 100%;
}
#cont{
	width: 100%;
}
.cont_up{
	background-color: #F2F2F2;
	display: flex;
	padding: 0 6%;
	align-items: center;
	justify-content: center;
}
.cont_up_left{
	flex: 1;
	display: flex;
	align-items: center;
}
.cont_up_left ul{
	display: flex;
}
.cont_up_left ul li {
	padding: 0 30px;
	height: 80px;
	display: flex;
	align-items: center;
	position: relative;
}
.cont_line{
	position: absolute;
	z-index: 9;
	right: 0;
	top: 30px;
	width: 1px;
	height: 20px;
	background-color: rgba(0, 0, 0, 0.3);
}
.cont_up_left ul li a{
	font-size: 16px;
	color: #333;
}
.cont_up_left ul  .cont_up_left_on {
	border-bottom: #19994e 4px solid;
}
.cont_up_left ul .cont_up_left_on a{
	color: #19994e;
}

.cont_up_right{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #666666;
}
.cont_up_right a{
	color: #666666;
}
.cont_up_right img{
	margin-right: 4px;
}
.cont_up_leftP{
	display: block;
}
.cont_up_leftS{
	display: none;
}
@media screen and (max-width: 1024px) {
	.cont_up{
		flex-direction: column;
		padding: 0 0;
	}
	.cont_up_left{		
		padding: 0 1rem;
	}
	.cont_up_left ul{
		flex-wrap: wrap;
	}
	.cont_up_left ul li {
		width: 8rem;
		padding: 0 0;
		height: 2rem;
		border-radius: 0.2rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.cont_up_left ul li a{
		font-size: 0.7rem;
	}
	.cont_up_leftP{
		display: none;
	}
	.cont_up_leftS{
		display: block;
	}
	.cont_line{
		display: none;
	}
	.cont_up_right{
		width: 100%;
		box-sizing: border-box;
		padding: 0.5rem 1rem;
		flex:1;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		border-top: rgba(0, 0, 0, 0.3) 1px solid;
	}
}
/* 关于我们 */
.about{
	width: 100%;
}
.jianjie{
	padding: 0 5%;
	margin: 100px 0;
}
.jianjie_title{
	display: flex;
	flex-direction: column;
}
.jianjie_title h2{
	font-size: 36px;
	color: #333;
	margin-bottom: 20px;
}
.jianjie_title h2 span{
	color: #19994e;
}
.jianjie_title_line{
	width: 120px;
	height: 3px;
	background-color: #19994e;
}
.jianjie_con{
	padding-top: 50px;
	font-size: 18px;
	color: #333;
	line-height: 30px;
}
@media screen and (max-width: 1024px) {
	.jianjie{
		padding: 2rem 1rem;
		margin: 0 0;
	}
	.jianjie_title h2{
		font-size: 0.9rem;
		margin-bottom: 0.5rem;
	}
	.jianjie_title_line{
		width: 1.2rem;
		height: 0.1rem;
	}
	.jianjie_con{
		padding-top: 1.2rem;
		font-size: 0.45rem;
		line-height: 0.75rem;
	}
}

/* 产品目录 */
.productslist{
	padding: 0 5%;
	margin: 40px 0;
}
.productslist_title{
	display: flex;
	flex-direction: column;
}
.productslist_title h2{
	font-size: 36px;
	color: #333;
	margin-bottom: 20px;
}
.productslist_title h2 span{
	color: #19994e;
}
.productslist_title_line{
	width: 120px;
	height: 3px;
	background-color: #19994e;
}
.productslist_con{
	padding-top: 20px;
	font-size: 18px;
	color: #333;
	line-height: 30px;
}
@media screen and (max-width: 1024px) {
	.productslist{
		padding: 2rem 1rem;
		margin: 0 0;
	}
	.productslist_title h2{
		font-size: 0.9rem;
		margin-bottom: 0.5rem;
	}
	.productslist_title_line{
		width: 1.2rem;
		height: 0.1rem;
	}
	.productslist_con{
		padding-top: 1.2rem;
		font-size: 0.45rem;
		line-height: 0.75rem;
	}
}

.xuanchuan{
	background: url(../images/about_2.png) left top no-repeat;
	background-size: cover;
}
.xuanchuan ul {
	padding: 30px 0;
	display: flex;
	justify-content: center;
}
.xuanchuan ul li {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #ffffff;
	border-right: rgba(255, 255, 255, 0.3) 1px solid;
}
.xuanchuan ul li:last-child{
	border-right: none;
}
.xuanchuan ul li h2{
	font-size: 50px;
	color: #fffff;
	font-weight: bold;
	margin: 30px 0;
}
.xuanchuan ul li img {
	widh: 90px;
	height: 90px;
}
@media screen and (max-width: 1024px) {
	.xuanchuan ul{
		padding: 0.7rem 0;
		flex-wrap: wrap;
		align-items: center;
	}
	.xuanchuan ul li {
		flex: 1;
		font-size: 0.45rem;
		padding: 1.2rem 0;
		border-right: none;
		border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
	}
	.xuanchuan ul li h2{
		font-size: 1.25rem;
		margin: 0.75rem 0;
	}
	.xuanchuan ul li img {
		width: 2rem;
		height: 2rem;
	}
}
/* 历程 */
.licheng{
	padding: 100px 0;
	background: url(../images/fazhanlicheng_1.png) center top no-repeat;
	background-size: cover;
}
.licheng_title{
	padding-bottom: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}
.licheng_title h2{
	font-size: 36px;
	color: #2C5CC4;
	font-weight: bold;
	margin-bottom: 20px;
}
.licheng_1{
	padding: 0 11%;
	display: flex;
	align-items: center;
}
.licheng_1 img {
	width: 573px;
	height: 264px;
}
.licheng_1_tt{
	flex: 1;
	margin-left: 100px;
}
.licheng_1_tt ul li {
	background: url(../images/fazhanlicheng_11.png) left center no-repeat;
	padding-left: 24px;
	font-size: 24px;
	color: #333333;
	line-height: 48px;
}
.licheng_2{
	padding-top: 146px;
	position: relative;
}
.licheng_22{
	position: absolute;
	left: 10%;
	right: 10%;
	bottom: 0;
	display: flex;
	overflow: hidden;
}
.licheng_22_left{
	width: 45px;
	height: 45px;
	background-color: rgba(44, 92, 196, 1);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #fff;
}
.licheng_22_con{
	flex: 1;
	width: 100%;
	display: flex;
}
@media screen and (max-width: 1024px) {
	.licheng {
		display: none;
	}
}
/* 合作 */
.hezuo{
	width: 100%;
}
.hezuo_title{
	padding: 20px 0 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}
.hezuo_title h2{
	font-size: 36px;
	color: #2C5CC4;
	font-weight: bold;
	margin-bottom: 20px;
}
.hezuo_img{
	background: url(../images/about_8.png) left top no-repeat;
	background-size: cover;
	padding: 104px;
}
.hezuo_img img {
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.hezuo_title{
		padding: 0.5rem 0 1.25rem;
		font-size: 0.6rem;
	}
	.hezuo_title h2{
		font-size: 0.9rem;
		margin-bottom: 0.5rem;
	}
	.hezuo_img{
		padding: 2rem 1rem;
	}
}
/* 企业文化 */
.wenhua{
	width: 100%;
}
.wenhua img {
	width: 100%;
}


/* 设备 */
.shebei{
	padding: 100px 0;
	margin: 0 6%;
}
.shebei_img{
	width: 100%;
	margin-top: 40px;
}
.shebei_img ul {
	display: flex;
	flex-wrap: wrap;
}
.shebei_img ul li{
	width: calc(100% - 20px) / 4;
	min-width: calc(100% - 20px) / 4;
	max-width: calc(100% - 20px) / 4;
	margin-right: 20px;
	margin-bottom: 40px;
}
.shebei_img ul li img {
	width: 100%;
	vertical-align: top;
}
.shebei_img ul li h2 {
	height: 56px;
	background-color: #F0F7FF;
	text-align: center;
	line-height: 56px;
	font-size: 18px;
	color: #333333;
}
.shebei_img ul li:hover h2{
	color: #2C5CC4;
}
@media screen and (max-width: 1024px) {
	.shebei{
		padding: 2rem 0;
		margin: 0 1rem;
	}
	.shebei_img{
		width: 100%;
		margin-top: 1rem;
	}
	.shebei_img ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 1rem;
	}
	.shebei_img ul li h2 {
		height: 2rem;
		line-height:2rem;
		font-size: 0.55rem;
	}
}
/* 行业案例 */
.case{
	padding: 100px 0;
	margin: 0 6%;
}
.case ul li {
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	background-color: #F2F2F2;
}
.case_img{
	width: 600px;
}
.case_img img {
	width: 100%;
	vertical-align: top;
}
.case ul li:nth-child(2n+1) .case_img{
	margin-left: 40px;
}
.case ul li:nth-child(2n+2) .case_img{
	margin-right: 40px;
}
.case_tt{
	padding: 30px 37px;
}
.case_tt h2{
	display: flex;
	flex-direction: column;
	font-size: 36px;
	color: #2C5CC4,
}
.case_tt_line{
	width: 58px;
	height: 3px;
	display: inline;
	background-color: #2C5CC4;
	margin: 20px 0;	
}
.case_tt p{
	font-size: 14px;
	line-height: 30px;
	color: #333;
}
.case_tt p span{
	color: #3D6FEC;
}

@media screen and (max-width: 1024px) {
	.case{
		padding: 2rem 0;
		margin: 0 1rem;
	}
	.case ul li {
		margin-bottom: 1.5rem;
		flex-direction: column;
	}
	.case ul li:nth-child(2n+1) {
		flex-direction: column-reverse;
	}
	.case_img{
		width: 100%;
		padding-bottom: 1rem;
	}
	.case ul li:nth-child(2n+1) .case_img{
		margin-left: 0;
	}
	.case ul li:nth-child(2n+2) .case_img{
		margin-right: 0;
	}
	.case_tt{
		padding: 0.7rem 0.8rem;
	}
	.case_tt h2{
		font-size: 0.9rem;
	}
	.case_tt_line{
		width: 1.6rem;
		height: 0.02rem;
		margin: 0.5rem 0;	
	}
	.case_tt p{
		font-size: 0.45rem;
		line-height: 0.9rem;
	}
}
/* lianxi */
.contact{
	padding: 100px 0 50px;
	margin: 0 6%;
}
.contact_2{
	padding: 20px 0;
	font-size: 16px;
	color: #333333;
}
.contact_3{
	display: flex;
	justify-content: space-between;
}
.contact_3_item{
	flex: 1;
	margin-right: 30px;
	height: 175px;
	border: #DCDCDC 1px solid;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #333;
}

.contact_3_item img {
	width: 71px;
	height: 71px;
	margin-bottom: 26px;
}
.contact_4{
	padding-top: 50px;
}
.contact_4 img {
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.contact{
		padding: 2rem 0 1rem;
		margin: 0 1rem;
	}
	.contact_2{
		padding: 0.5rem 0;
		font-size: 0.45rem;
	}
	.contact_3{
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		align-items: center;
		width: 100%;
	}
	.contact_3_item{
		width: 100%;
		margin-right: 0;
		height: auto;
		padding: 0.5rem 0;
		font-size: 0.45rem;
		margin-bottom: 1rem;
	}
	
	.contact_3_item img {
		width: 1.75rem;
		height: 1.75rem;
		margin-bottom: 0.55rem;
	}
	.contact_4{
		padding-top: 0.55rem;
	}
	.contact_4 img {
		width: 100%;
	}
}

.liuyan{
	background-color: #F5F5F5;
	padding: 100px 0 50px;
}
.productslist{
	padding: 100px 0 50px;
}
.liuyan1{
	margin: 0 6%;
}
.liuyan_3{
	width: 100%;
}
.liuyan_3 ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}
.liuyan_3 ul li {
	width: 49%;
	background-color: #FDFDFD;
	padding: 0 20px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
.liuyan_3 ul li input {
	flex: 1;
	height: 55px;
	border: none;
	outline: none;
	font-size: 16px;
	color: #333;
}
.liuyan_32 {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	height: 120px;
	border: none;
	outline: none;
	font-size: 16px;
	color: #333;
}
.liuyan_4{
	padding-top: 30px;
	text-align: center;
}
@media screen and (max-width: 1024px) {
	.liuyan{
		padding: 2rem 0 1rem;
	}
	.liuyan1{
		margin: 0 1rem;
	}
	.liuyan_3 ul{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-bottom: 0;
	}
	.liuyan_3 ul li {
		width: 100%;
		padding: 0 0.5rem;
		margin-bottom: 0.5rem;
		box-sizing: border-box;
	}
	.liuyan_3 ul li input {
		height: 1.3rem;
		font-size: 0.5rem;
	}
	.liuyan_32 {
		padding: 0 0.5rem;
		height: 3rem;
		font-size: 0.5rem;
	}
	.liuyan_4{
		padding-top: 0.5rem;
	}
	.liuyan_4 img {
		width: 7rem;
	}
	
}
/* 新闻 */
.news{
	padding: 100px 0;
	margin: 0 6%;
	display: flex;
	justify-content: space-between;
}
.news_right{
	width: 430px;
	margin-left: 40px;
}
.news_right_up{
	border: #D2D2D2 1px solid;
	padding: 20px;
}
.news_right_up h2{
	font-size: 20px;
	color: #393939;
	padding-bottom: 20px;
	border-bottom: #D2D2D2 1px solid;
}
.news_right_up ul li {
	padding: 10px 0;
	border-bottom: #D2D2D2 1px solid;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	color: #333;
}
.news_right_up ul li a{
	font-size: 14px;
	color: #333333;
	margin-bottom: 5px;
}
.news_right_down{
	margin-top: 20px;
	border: #D2D2D2 1px solid;
	padding: 20px;
}
.news_right_down h2 {
	font-size: 20px;
	color: #393939;
	padding-bottom: 20px;
}
.news_right_down ul {
	display: flex;
}
.news_right_down ul li img {
	width: 40px;
	height: 40px;
	margin-right: 6px;
}
.news_right_down a img{
	width: 390px;
	margin-top: 15px;
}
.news_left{
	flex: 1;
}
.news_1{
	padding: 10px;
	border: #EFEFEE 10px solid;
}
.news_1 a{
	width: 100%;
	display: flex;
	align-items: center;
}
.news_1 a img{
	width: 560px;
}
.news_1_tt{
	flex: 1;
	margin-left: 40px;
}
.news_1_tt_01{
	padding-bottom: 20px;
	font-size: 30px;
	color: #333333;
	line-height: 50px;
}
.news_1_tt_02{
	font-size: 18px;
	color: #333333;
	line-height: 30px;
}
.news_1_tt_03{
	font-size: 18px;
	color: #3D6FEC;
	padding: 70px 0 20px;
}
.news_1_tt_04{
	font-size: 21px;
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.news_1_tt_04 span{
	color: #3D6FEC;
}

.news_2{
	width: 100%;
	margin-top: 20px;
}
.news_2 ul li{
	padding: 40px 30px;
}
.news_2 ul li:hover{
	background-color: #E9F3FB;
}
.news_2 ul li a{
	display: flex;
	align-items: center;
}
.news_2_time{
	display: flex;
	flex-direction: column;
	font-size: 18px;
	color: #333333;
}
.news_2_time h2{
	font-size: 24px;
	color: #2C5CC4;
}
.news_2_time i{
	width: 26px;
	height: 2px;
	background-color: #999999;
	margin: 20px 0 10px;
}
.news_2_con{
	flex: 1;
	margin-left: 40px;
	display: flex;
	flex-direction: column;
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}
.news_2_con h2{
	font-size: 24px;
	color: #111111;
	margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
	.news{
		padding: 2rem 0;
		margin: 0 1rem;
		flex-direction: column;
	}
	.news_right{
		width: 100%;
		margin-left: 0;
	}
	.news_right_up{
		padding: 0.5rem;
	}
	.news_right_up h2{
		font-size: 0.5rem;
		padding-bottom: 0.5rem;
	}
	.news_right_up ul li {
		padding: 0.25rem 0;
		font-size: 0.35rem;
	}
	.news_right_up ul li a{
		font-size: 0.35rem;
		margin-bottom: 5px;
	}
	.news_right_down{
		margin-top: 0.5rem;
		padding: 0.5rem;
	}
	.news_right_down h2 {
		font-size: 0.5rem;
		padding-bottom: 0.5rem;
	}
	.news_right_down ul li img {
		width: 1rem;
		height: 1rem;
		margin-right: 1rem;
	}
	.news_right_down a img{
		width: 9.6rem;
		margin-top: 0.5rem;
	}
	.news_left{
		flex: 1;
	}
	.news_1{
		padding: 0.25rem;
		border: #EFEFEE 0.25rem solid;
	}
	.news_1 a{
		width: 100%;
		flex-direction: column;
	}
	.news_1 a img{
		width: 100%;
	}
	.news_1_tt{
		flex: 1;
		margin-left: 0;
	}
	.news_1_tt_01{
		padding-bottom: 0.5rem;
		font-size: 0.75rem;
		line-height: 1.4rem;
	}
	.news_1_tt_02{
		font-size: 0.45rem;
		line-height: 0.75rem;
	}
	.news_1_tt_03{
		font-size: 0.45rem;
		padding: 1.75rem 0 0.5rem;
	}
	.news_1_tt_04{
		font-size: 0.5rem;
	}
	
	.news_2{
		width: 100%;
		margin-top: 0.5rem;
	}
	.news_2 ul li{
		padding: 0.8rem 0.75rem;
	}
	.news_2 ul li a{
		display: flex;
		align-items: center;
	}
	.news_2_time{
		font-size: 0.45rem;
	}
	.news_2_time h2{
		font-size: 0.6rem;
	}
	.news_2_time i{
		width: 0.45rem;
		height: 0.02rem;
		margin: 0.5rem 0 0.25rem;
	}
	.news_2_con{
		flex: 1;
		margin-left: 0.8rem;
		font-size: 0.4rem;
		line-height: 0.55rem;
	}
	.news_2_con h2{
		font-size: 0.6rem;
		margin-bottom: 0.4rem;
	}
}
/* 新闻详情 */
.news_show{
	width: 100%;
}
.news_show_1{
	padding-bottom: 20px;
	border-bottom: #CCCCCC 1px solid;
	text-align: center;
	font-size: 30px;
	color: #111111;
}
.news_show_2{
	padding: 20px 0;
	text-align: center;
	font-size: 14px;
	color: #393939;
}
.news_show_3{
	padding: 20px;
	background-color: #F5F5F5;
	font-size: 14px;
	color: #393939;
}
.news_show_4{
	padding: 30px 0 100px;
	font-size: 16px;
	color: #393939;
	line-height: 32px;
}
.news_show_5{
	margin-bottom: 40px;
	border-top:  #F5F5F5 1px dashed;
	border-bottom: #F5F5F5 1px dashed;
	padding: 12px 0;
	font-size: 14px;
	color: #333;
}
.news_show_6{
	border-top: #F5F5F5 5px solid;
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
}
.news_show_6 a{
	font-size: 14px;
	color: #333;
}
@media screen and (max-width: 1024px) {
	.news_show_1{
		padding-bottom: 0.5rem;
		font-size: 0.75rem;
	}
	.news_show_2{
		padding: 0.5rem 0;
		font-size: 0.45rem;
	}
	.news_show_3{
		padding: 0.5rem;
		font-size: 0.35rem;
	}
	.news_show_4{
		padding: 0.75rem 0 2rem;
		font-size: 0.4rem;
		line-height: 0.8rem;
	}
	.news_show_5{
		margin-bottom: 0.8rem;
		padding: 0.3rem 0;
		font-size: 0.34rem;
	}
	.news_show_6{
		border-top: #F5F5F5 0.12rem solid;
		padding-top: 0.4rem;
	}
	.news_show_6 a{
		font-size: 0.35rem;
	}
}
/* 专家 */
.zhuanjia{
	padding: 100px 0;
	margin: 0 6%;
}
.zhuanjia ul {
	display: flex;
	flex-wrap: wrap;
}
.zhuanjia ul li {
	width: 49%;
	padding: 50px 0;
	border-bottom: #999999 1px solid;
	display: flex;
	padding-right: 2%;
	box-sizing: border-box;
}
.zhuanjia ul li:nth-child(2n+n) {
	padding-right: 0;
}
.zhuanjia ul li img {
	width: 262px;
}
.zhuanjia_tt{
	flex: 1;
	margin-left: 40px;
}
.zhuanjia_tt_1{
	padding: 20px 0;
	display: flex;
	align-items: center;
}
.zhuanjia_tt_1_01{
	display: flex;
	align-items: center;
	flex-direction: column;
	font-size: 14px;
	color: #666666;
}
.zhuanjia_tt_1_01 h2{
	font-size: 40px;
	color: #2C5CC4;
	margin-bottom: 20px;
}
.zhuanjia_tt_1_02{
	width: 2px;
	height: 40px;
	background-color: #999999;
	margin: 0 20px;
}
.zhuanjia_tt_1_03{
	font-size: 14px;
	color: #666666;
	line-height: 24px;	
}
.zhuanjia_tt_1_03 span{
	font-size: 12px;
}
.zhuanjia_tt_2{
	background-color: #F3F4F8;
	height: 90px;
	display: flex;
	align-items: center;
}
.zhuanjia_tt_2_item{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	color: #999999;
}
.zhuanjia_tt_2_item h2{
	font-size: 24px;
	color: #FDCC30;
	margin-bottom: 10px;
}
.zhuanjia_tt_2_line{
	width: 2px;
	height: 40px;
	background-color: #999999;
}
.zhuanjia_tt_3{
	padding-top: 34px;
	font-size: 12px;
	color: #666666;
	line-height: 26px;
}

@media screen and (max-width: 1024px) {
	.zhuanjia{
		padding: 2rem 0;
		margin: 0 1rem;
	}
	.zhuanjia ul {
		flex-wrap: wrap;
		flex-direction: column;
	}
	.zhuanjia ul li {
		width: 100%;
		padding: 1rem 0;
		padding-right: 0;
		flex-direction: column;
	}
	.zhuanjia ul li:nth-child(2n+n) {
		padding-right: 0;
	}
	.zhuanjia ul li img {
		width: 100%;
		margin-bottom: 1rem;
	}
	.zhuanjia_tt{
		margin-left:0;
	}
	.zhuanjia_tt_1{
		padding: 0.5rem 0;
	}
	.zhuanjia_tt_1_01{
		font-size: 0.35rem;
	}
	.zhuanjia_tt_1_01 h2{
		font-size: 1rem;
		margin-bottom: 0.5rem;
	}
	.zhuanjia_tt_1_02{
		width: 2px;
		height: 1rem;
		margin: 0 0.5rem;
	}
	.zhuanjia_tt_1_03{
		font-size: 0.35rem;
		line-height: 0.6rem;	
	}
	.zhuanjia_tt_1_03 span{
		font-size: 0.3rem;
	}
	.zhuanjia_tt_2{
		height: 2.25rem;
	}
	.zhuanjia_tt_2_item{
		font-size: 0.3rem;
	}
	.zhuanjia_tt_2_item h2{
		font-size: 0.6rem;
		margin-bottom: 0.25rem;
	}
	.zhuanjia_tt_2_line{
		width: 2px;
		height: 1rem;
	}
	.zhuanjia_tt_3{
		padding-top: 0.8rem;
		font-size: 0.3rem;
		line-height: 0.6rem;
	}
}
/* 产品分类 */

.productC{
	width: 100%;
}
.productC ul  li  {
	padding: 60px 0;
}
.productC ul  li:nth-child(2n+2) {
	background-color: #EFF3F8;
}
.productC_item{
	margin: 0 10%;
	display: flex;
	align-items: center;
}
.productC_item_img{
	width: 705px;
}
.productC_item_img img {
	width: 100%;
}
.productC_item_tt{
	flex: 1;
	margin-right: 70px;
	display: flex;
	flex-direction: column;
}
.productC_item_tt a{
	font-size: 36px;
	color: #2C5CC4;
}
.productC_item_tt_01{
	margin-top: 40px;
	font-size: 18px;
	color: #666666;
	line-height: 30px;
}
.productC_item_tt img {
	margin-top: 40px;
}
@media screen and (max-width: 1024px) {
	.productC ul  li  {
		padding: 1.5rem 0;
	}
	.productC_item{
		margin: 0 10%;
		flex-direction: column-reverse;
	}
	.productC_item_img{
		width: 100%;
	}
	.productC_item_tt{
		margin-right: 0;
	}
	.productC_item_tt a{
		font-size: 0.9rem;
	}
	.productC_item_tt_01{
		margin-top: 1rem;
		font-size: 0.45rem;
		line-height: 0.75rem;
	}
	.productC_item_tt img {
		margin-top: 1rem;
	}
}

/* productList */
.productList{
	padding: 100px 0;
	margin: 0 6%;
}
.productList_3{
	padding: 20px 0;
	font-size: 16px;
	color: #333333;
}
@media screen and (max-width: 1024px) {
	.productList{
		padding: 2rem 0;
		margin: 0 1rem;
	}
	.productList_3{
		padding: 0.5rem 0;
		font-size: 0.4rem;
	}
}
.productList_4{
	width: 100%;
}

.biaodan {
	border: rgba(211, 211, 211, 1) 5px solid;
	background-color: #FFFFFF;
	padding: 10px;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 1024px) {
	.biaodan {
		display: none;
	}
}

.biaodan_left {
	flex: 1;
	margin-right: 20px;
}

.biaodan_left_up {
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.biaodan_left_up_left {
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #333;
}

.biaodan_left_up_left span {
	margin-left: 30px;
}

.biaodan_inputText {
	width: 215px;
	min-width: 160px;
	height: 40px;
	border: #D3D3D3 1px solid;
	border-radius: 2px;
	outline: none;
	margin: 0 5px;
	box-sizing: border-box;
	padding: 0 10px;
}

.biaodan_left_up_right {
	display: flex;
	align-items: center;
}

.biaodan_left_up_right span {
	margin-left: 30px;
	padding: 19px 40px;
	background-color: #3161CF;
	font-size: 18px;
	color: #fff;
}

.biaodan_left_up_right a {
	padding-left: 5px;
	font-size: 18px;
	color: #3161CF;
}

.biaodan_left_down {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.biaodan_left_down_item {
	width: 33.33%;
	display: flex;
	align-items: center;
}

.biaodan_left_item_title {
	width: 55px;
	height: 95px;
	border: #D3D3D3 1px solid;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
}

.biaodan_left_item_selcets {
	width: calc(100% - 67px);
	height: 97px;
	display: flex;
	flex-wrap: wrap;		
}

.biaodan_left_item_selcets span {
	flex: 1;
	width: calc((100% - 40px) / 2);
	min-width: calc((100% - 40px) / 2);
	max-width: calc((100% - 40px) / 2);
	height: 40px;
	border: #D3D3D3 1px solid;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #333333;
	margin-left: 16px;
	margin-bottom: 14px;
}
.biaodan_right {
	border-left: #efefef 1px solid;
	padding-left: 20px;
	display: flex;
	align-items: center;
}
.biaodan_right_item {
	display: flex;
	flex-direction: column;
	margin: 0 15px;
}

.biaodan_right_item h2 {
	font-size: 24px;
	color: #333333;
	margin-bottom: 10px;
}

.biaodan_right_item a {
	margin-top: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 215px;
	height: 45px;
	min-width: 100px;
	border: #2C5CC4 1px solid;
	font-size: 18px;
	color: #3161CF;
	border-radius: 8px;
}

@media screen and (max-width: 1024px) {
	.productList_4{
		display: none;
	}
}
.productList_5{
	margin-top: 20px;
	display: flex;
}
.pLeft{
	width: 310px;
}
.pLeft_1{
	border: #E5ECF3 1px solid;
}
.pLeft_1_title{
	height: 65px;
	background-color: #19994e;
	padding-left: 20px;
	line-height: 65px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.pLeft_1_con{
	width: 100%;
}
.pLeft_1_con ul li {
	width: 100%;
}
.pLeft_1_con ul li a{
	display: flex;
	height: 52px;
	align-items: center;
	font-size: 16px;
	color: #111111;
	padding-left: 20px;
	border-bottom: #E5ECF3 1px solid;
}
.pLeft_1_con ul li a span{
	font-size: 16px;
	color: #2C5CC4;
	margin-right: 20px;
}
.pLeft_1_con ul li ul {
	display: none;
}
.pLeft_1_con ul li:hover ul {
	display: block;
}
.pLeft_1_con ul .pLeft_1_con_on ul {
	display: block;
}
.pLeft_1_con ul li ul li a{
	display: flex;
	height: 52px;
	align-items: center;
	font-size: 14px;
	color: #666666;
	padding-left: 40px;
	border-bottom: #E5ECF3 1px solid;
}
.pLeft_2{
	border: #E5ECF3 1px solid;
	margin-top: 40px;
}
.pLeft_2_con{
	padding: 20px;
	font-size: 14px;
	color: #111111;
	line-height: 28px;
}
.pLeft_2_con a{
	font-size: 14px;
}
.pRight{
	flex: 1;
}
.pRight ul {
	display: flex;
	flex-wrap: wrap;
}
.pRight ul li {
	width: calc(100% - 20px) / 4;
	min-width: calc(100% - 20px) / 4;
	max-width: calc(100% - 20px) / 4;
	margin-left: 20px;
	margin-bottom: 20px;
}
.pRight ul li a{
	display: flex;
	flex-direction: column;
	border: #DDDDDD 2px solid;
	padding: 2px;
}
.pRight ul li a:hover{
	background-color: #19994e;
	border-color: #19994e;
}
.pRight ul li h2{
	width: 100%;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 16px;
	color: #333333;
}
.pRight ul li a:hover h2{
	color: #fff;
}
.pRight ul li img{
	width: 100%;
}

@media screen and (max-width: 1024px) {
	.productList_5{
		margin-top: 0.5rem;
		display: flex;
		flex-direction: column;
	}
	.pLeft{
		width: 100%;
	}
	.pLeft_1_title{
		height: 1.3rem;
		padding-left: 0.5rem;
		line-height: 1.3rem;
		font-size: 0.45rem;
	}
	.pLeft_1_con ul li a{
		height: 1.3rem;
		font-size: 0.4rem;
		padding-left: 0.5rem;
	}
	.pLeft_1_con ul li a span{
		font-size: 0.4rem;
		margin-right: 0.5rem;
	}
	.pLeft_1_con ul li ul li a{
		height: 1.3rem;
		font-size: 0.35rem;
		padding-left: 1rem;
	}
	.pLeft_2{
		margin-top: 1rem;
	}
	.pLeft_2_con{
		padding: 0.5rem;
		font-size: 0.35rem;
		line-height: 0.7rem;
	}
	.pLeft_2_con a{
		font-size: 0.35rem;
	}
	.pRight{
		flex: 1;
	}
	.pRight ul {
		display: flex;
		flex-wrap: wrap;
	}
	.pRight ul li {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-bottom: 0.6rem;
	}
	.pRight ul li h2{
		height: 1.8rem;
		line-height: 1.8rem;
		font-size: 0.6rem;
	}
	.pRight ul li  img {
		width: 90%;
		margin: 0 auto;
	}
}
/* 产品详情 */
.proShow{
	flex: 1;
	margin-left: 50px;
}
.proShow_1{
	display: flex;
	margin-bottom: 60px;
}
.proShow_1_left{
	width: 557px;
	margin-right: 50px;
}
.pro_bigImg{
	text-align: center;
}
.pro_smallImg{
	width: 100%;
}
.pro_smallImg img {
	width: 59px;
	height: 64px;
	opacity: 0.5;
}
.swiper-slide-thumb-active img {
	opacity: 1;
}
.proShow_1_right{
	flex: 1;
}
.proShow_1_right_01{
	padding-bottom: 20px;
	border-bottom: #111111 1px solid;
	font-size: 24px;
	color: #111;
	font-weight: bold;
}
.proShow_1_right_02{
	padding: 20px 0;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}
.proShow_1_right_03{
	padding-bottom: 20px;
	border-bottom: #999999 1px solid;
	font-size: 14px;
	color: #666;
}
.proShow_1_right_03 span {
	color: #2F60CB;
}
.proShow_1_right_04{
	padding: 20px 0;
	border-bottom: #999999 1px solid;
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.proShow_1_right_04 span{
	font-size: 18px;
	color: #19994e;
}
.proShow_1_right_04 img {
	margin-right: 20px;
}
.proShow_1_right_05{
	padding-top: 20px;
}
.proShow_1_right_05 img {
	margin-right: 20px;
}

.proShow_2{
	padding-bottom: 30px;
}
.proShow_2_up{
	height: 50px;
	border-bottom: #999 1px solid;
}
.proShow_2_up span{
	width: 200px;
	height: 50px;
	background-color: #19994e;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.proShow_2_down{
	padding: 40px;
	font-size: 14px;
	color: #111111;
}
.proShow_3{
	padding-bottom: 50px;
}
.proShow_3_down{
	width: 100%;
	padding-top: 40px;
}
.mySwiper{	
	display: flex;
}
.swiper-slide{
	width: auto;
}
.mySwipersj_itme{
	width: 100%;
	border: #E5ECF3 1px solid;
	text-align: center;
}
.mySwipersj_itme img{
	width: 60%;
}
.proShow_4_2{
	font-size: 16px;
	color: #333333;
	padding: 15px 0;
}
.proShow_4_3{
	display: flex;
	justify-content: space-between;
}
.proShow_4_3_item{	
	display: flex;
	width: 49%;
	border: #E5ECF3 1px solid;
	padding: 0 15px;
	height: 45px;
	align-items: center;
	font-size: 14px;
	color: #333333;
	margin-right: 2%;
}
.proShow_4_3_item:nth-child(2n+2) {
	margin-right: 0;
}
.proShow_4_3_item input{
	width: auto;
	height: 45px;
	border: none;
	outline: none;
}
.proShow_4_4{
	margin-top: 20px;
	border: #E5ECF3 1px solid;
	flex: 1;
	padding: 15px;
	font-size: 14px;
	color: #333333;
	height: 90px;
}
.proShow_4_4 input {
	border: none;
	outline: none;
	font-size: 14px;
	color: #333333;
}
.proShow_4_5{
	margin-top: 20px;
	text-align: center;
}
.proShow_4_5 img {
	width: 200px;
}
@media screen and (max-width: 1024px) {
	.proShow{
		margin-left: 0;
		margin-top: 2rem;
	}
	.proShow_1{
		margin-bottom: 1.4rem;
		flex-direction: column;
	}
	.proShow_1_left{
		width: 100%;
		margin-right: 0;
	}
	.pro_smallImg img {
		width: 1.5rem;
		height: 1.6rem;
	}
	.proShow_1_right{
		flex: 1;
	}
	.proShow_1_right_01{
		padding-bottom: 0.5rem;
		font-size: 0.6rem;
	}
	.proShow_1_right_02{
		padding: 0.5rem 0;
		font-size: 0.35rem;
		line-height: 0.6rem;
	}
	.proShow_1_right_03{
		padding-bottom: 0.5rem;
		font-size: 0.35rem;
	}
	.proShow_1_right_04{
		padding: 0.5rem 0;
		font-size: 0.45rem;
	}
	.proShow_1_right_04 span{
		font-size: 0.75rem;
	}
	.proShow_1_right_04 img {
		margin-right: 0.5rem;
		width: 0.6rem;
		height: 0.6rem;
	}
	.proShow_1_right_05{
		padding-top: 0.5rem;
	}
	.proShow_1_right_05 img {
		margin-right: 0.5rem;
		width: 4rem;
	}
	
	.proShow_2{
		padding-bottom: 0.7rem;
	}
	.proShow_2_up{
		height: 1.25rem;
	}
	.proShow_2_up span{
		width: 5rem;
		height: 1.25rem;
		font-size: 0.45rem;
	}
	.proShow_2_down{
		padding: 1rem;
		font-size: 0.35rem;
	}
	.proShow_3{
		padding-bottom: 1.25rem;
	}
	.proShow_3_down{
		padding-top: 1.25rem;
	}
	.mySwipersj_itme{
		width: 100%;
		border: #E5ECF3 1px solid;
		text-align: center;
	}
	.mySwipersj_itme img{
		width: 60%;
	}
	.proShow_4_2{
		font-size: 0.4rem;
		padding: 0.4rem 0;
	}
	.proShow_4_3{
		flex-direction: column;
	}
	.proShow_4_3_item{	
		display: flex;
		width: 100%;
		padding: 0 0.4rem;
		height: 1.05rem;
		font-size: 0.35rem;
		margin-right: 0;
		margin-bottom: 0.5rem;
	}
	.proShow_4_3_item:nth-child(2n+2) {
		margin-right: 0;
	}
	.proShow_4_3_item input{
		width: auto;
		height: 1.05rem;
		border: none;
		outline: none;
	}
	.proShow_4_4{
		margin-top: 0;
		padding: 0.4rem;
		font-size: 0.35rem;
		height: 2.3rem;
	}
	.proShow_4_4 input {
		border: none;
		outline: none;
		font-size: 0.35rem;
		color: #333333;
	}
	.proShow_4_5{
		margin-top: 0.8rem;
	}
	.proShow_4_5 img {
		width: 5rem;
	}
}

/* 技术选型 */
.download{
	padding: 100px 0;
	margin: 0 6%;
}
.download_1{
	margin-top: 60px;
	border: #E5E9EF 10px solid;
	padding: 50px 70px;
}
.download_1_title{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 48px;
	color: #3D6FEC;
	font-weight: bold;	
	padding-bottom: 90px;
}
.download_1 img {
	margin-right: 10px;
}
.download_1_02{
	padding-bottom: 50px;
	display: flex;
	justify-content: space-between;
}
.download_1_02_item{	
	width: 33%;
	display: flex;
	align-items: center;
	font-size: 24px;
	color: #333333;
}
.download_1_02_item input {	
	width: 200px;
	margin-right: 5px;
	height: 60px;
	border: #B5B5B5 1px solid;
	padding: 0 10px;
	font-size: 24px;
	color: #333333;
	outline: none;
}
.download_1_03{
	padding: 30px 0 60px;
	border-bottom: #DDDDDD 1px solid;
	display: flex;
	justify-content: center;
	align-items: center;
}
.download_1_03 a{
	margin: 0 20px;
	width: 300px;
	height: 70px;
	background-color: #3D6FEC;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
}

.download_1_04{
	padding: 60px 0;
	font-size: 20px;
	color: #666666;
	line-height: 36px;
}
.download_1_04 h2{
	font-size: 20px;
	color: #666666;
	font-weight: bold;
	padding-bottom: 20px;
}

@media screen and (max-width: 1024px) {
	.download{
		padding: 2rem 0;
		margin: 0 1rem;
	}
	.download_1{
		margin-top: 1.5rem;
		border: #E5E9EF 0.25rem solid;
		padding: 1.25rem 0.75rem;
	}
	.download_1_title{
		font-size: 0.9rem;
		padding-bottom: 1rem;
	}
	.download_1 img {
		margin-right: 0.25rem;
		width: 1.5rem;
		height: 1.5rem;
	}
	.download_1_02{
		padding-bottom: 0;
		flex-direction: column;
	}
	.download_1_02_item{	
		width: 100%;
		font-size: 0.6rem;
		padding-bottom: 0.5rem;
	}
	.download_1_02_item input {	
		width: 8.5rem;
		margin-right: 0.12rem;
		height: 1.5rem;
		padding: 0 0.25rem;
		font-size: 0.6rem;
	}
	.download_1_03{
		padding: 0.7rem 0 1rem;
	}
	.download_1_03 a{
		margin: 0 0.5rem;
		width: 7rem;
		height: 1.7rem;
		font-size: 0.75rem;
	}
	
	.download_1_04{
		padding: 1.5rem 0;
		font-size: 0.5rem;
		line-height: 0.9rem;
	}
	.download_1_04 h2{
		font-size: 0.5rem;
		padding-bottom: 0.5rem;
	}
}
.download_2{
	margin-top: 50px;
}
.download_2_02{
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	width: 100%;
}
.download_2_02_item{
	width: 32%;
	margin-right: 2%;
	font-size: 24px;
	color: #333333;
	display: flex;
	align-items: center;
}
.download_2_02_item span{
	white-space: nowrap;
}
.download_2_02_item:nth-child(3n+3) {
	margin-right: 0;
}
.download_2_02_item select{
	flex: 1;
	max-width: 220px;
	margin: 0 5px;
	height: 60px;
	border: #B5B5B5 1px solid;
	padding: 0 10px;
	font-size: 24px;
	color: #333333;
	outline: none;
}
.download_2_02_item input{
	max-width: 220px;
	margin: 0 5px;
	height: 60px;
	border: #B5B5B5 1px solid;
	padding: 0 10px;
	font-size: 24px;
	color: #333333;
	outline: none;
} 
@media screen and (max-width: 1024px) {
	.download_2{
		margin-top: 1rem;
	}
	.download_2_02{
		margin-bottom: 0;
		display: flex;
		align-items: center;
		flex-direction: column;
		width: 100%;
	}
	.download_2_02_item{
		width: 100%;
		margin-right: 0;
		font-size: 0.6rem;
		margin-bottom: 0.5rem;
	}
	.download_2_02_item:nth-child(3n+3) {
		margin-right: 0;
	}
	.download_2_02_item select{
		flex: 1;
		margin: 0 0.1rem;
		padding: 0 0.25rem;
		height: 1.5rem;
		font-size: 0.6rem;
	}
	.download_2_02_item input{
		flex: 1;
		margin: 0 0.1rem;
		padding: 0 0.25rem;
		height: 1.5rem;
		font-size: 0.6rem;
	} 
}


/* 申请表 */
.shenqingbiao{
	padding: 100px 0;
	margin: 0 6%;
}
.shenqingbiao_1{
	border: rgba(229, 233, 239, 1) 10px solid;
	margin-top: 60px;
	padding: 58px 0;	
}
.shenqingbiao_1_title{
	font-size: 48px;
	color: #3D6FEC;
	font-weight: bold;
	text-align: center;
	margin-bottom: 90px;
}
.shenqingbiaocc{
	margin: 0 3%;
	border-top: rgba(181, 181, 181, 1) 1px solid;
	border-left: rgba(181, 181, 181, 1) 1px solid;
	box-sizing: border-box;
}
.shenqingbiao_11 ul{
	display: flex;
	flex-wrap: wrap;
}
.shenqingbiao_11 ul li {
	height: 100px;
	border-bottom: rgba(181, 181, 181, 1) 1px solid;
	border-right: rgba(181, 181, 181, 1) 1px solid;
	display: flex;
	align-items: center;
	padding-left: 4%;
	box-sizing: border-box;
	font-size: 24px;
	color: #333333;
}
.shenqingbiao_11 ul li:nth-child(2n+1){
	width: 20%;
}
.shenqingbiao_11 ul li:nth-child(2n+2){
	width: 30%;
}
.shenqingbiao_11_input{
	width: auto;
	padding: 10px 10px;
	border: none;
	outline: none;
	font-size: 24px;
}
.shenqingbiao_22 ul{
	display: flex;
	flex-wrap: wrap;
}
.shenqingbiao_22 ul li {
	height: 100px;
	border-bottom: rgba(181, 181, 181, 1) 1px solid;
	border-right: rgba(181, 181, 181, 1) 1px solid;
	display: flex;
	align-items: center;
	padding-left: 4%;
	box-sizing: border-box;
	font-size: 24px;
	color: #333333;
	overflow: hidden;
}
.shenqingbiao_22 ul li:nth-child(2n+1){
	width: 20%;
}
.shenqingbiao_22 ul li:nth-child(2n+2){
	width: 30%;
}
.shenqingbiao_22 ul li:last-child{
	width: 80%;
}
.shenqingbiao_33{
	border-top: none;
	border-left: none;
}
.shenqingbiao_33 ul{	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.shenqingbiao_33 ul li {
	height: 100px;
	width: 33%;
	display: flex;
	align-items: center;
	font-size: 24px;
	color: #333;
	line-height: 33px;
}

.shenqingbiao_33 ul li input{
	margin-right: 17px;
}
.shenqingbiao_44 ul li{
	border-bottom: rgba(181, 181, 181, 1) 1px solid;
	border-right: rgba(181, 181, 181, 1) 1px solid;
	padding: 37px 45px;
	font-size: 24px;
	color: #333;
	line-height: 33px;
}
.shenqingbiao_5{
	padding-top: 100px;
	display: flex;
	justify-content: center;
}
.shenqingbiao_5 a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 70px;
	background-color: #3D6FEC;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
}
@media screen and (max-width: 1024px) {
	.shenqingbiao{
		padding: 2rem 0;
		margin: 0 1rem;
	}
	.shenqingbiao_1{
		border: rgba(229, 233, 239, 1) 0.25rem solid;
		margin-top: 1.5rem;
		padding: 1.5rem 0;	
	}
	.shenqingbiao_1_title{
		font-size: 1.2rem;
		margin-bottom: 2rem;
	}
	.shenqingbiaocc{
		margin: 0 3%;
	}
	.shenqingbiao_11 ul{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}
	.shenqingbiao_11 ul li {
		height: 2rem;
		padding-left: 1rem;
		font-size: 0.6rem;
	}
	.shenqingbiao_11 ul li:nth-child(2n+1){
		width: 100%;
	}
	.shenqingbiao_11 ul li:nth-child(2n+2){
		width: 100%;
	}
	.shenqingbiao_11_input{
		padding: 0.25rem;
		font-size: 0.6rem;
	}
	.shenqingbiao_22 ul{
		display: flex;
		flex-wrap: wrap;
	}
	.shenqingbiao_22 ul li {
		height: 2rem;
		padding-left: 4%;
		font-size: 0.6rem;
	}
	.shenqingbiao_22 ul li:nth-child(2n+1){
		width: 100%;
	}
	.shenqingbiao_22 ul li:nth-child(2n+2){
		width: 100%;
	}
	.shenqingbiao_33{
		border-top: none;
		border-left: none;
	}
	.shenqingbiao_33 ul{	
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		flex-direction: column;
	}
	.shenqingbiao_33 ul li {
		height: 2rem;
		width: 100%;
		font-size: 0.6rem;
		line-height: 0.8rem;
	}
	
	.shenqingbiao_33 ul li input{
		margin-right: 0.4rem;
	}
	.shenqingbiao_44 ul li{
		padding: 0.9rem 1.1rem;
		font-size: 0.6rem;
		line-height: 0.8rem;
	}
	.shenqingbiao_5{
		padding-top: 2rem;
	}
	.shenqingbiao_5 a{
		width: 7.5rem;
		height: 1.75rem;
		font-size: 0.75rem;
	}
	.shenqingbiao_22_pc{
		opacity: 0;
		visibility: hidden;
	}
}

.btn {
    background-color: #007BFF; /* 蓝色背景 */
    color: white; /* 白色文字 */
    border: none; /* 无边框 */
    padding: 10px 20px; /* 内边距 */
    font-size: 16px; /* 字体大小 */
    cursor: pointer; /* 鼠标悬停时显示指针 */
    border-radius: 5px; /* 圆角边框 */
    transition: background-color 0.3s ease; /* 平滑过渡效果 */
}

















