html,body{height:auto}
/* 头部 */
.all {
	height: 100vh;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.logo {
	height: .44rem;
	display: block;
}

.navBar {
	height: .76rem;
	display: flex;
	justify-content: center;
	width: 12rem;
	margin: 0 auto;
	/* position: fixed; */
	z-index: 100;
	background: #fff;
}

.navList {
	display: flex;
}

.navList:nth-child(2) {
	flex: 1;
	justify-content: space-evenly;
}

.navList:nth-child(1) {
	align-items: center;
	justify-content: end;
	padding-right: 1.13rem;
}

.navList_a {
	height: 100%;
	line-height: .0rem;
	box-sizing: border-box;
	border-top: .04rem solid #fff;
}
.navList_a a{
	color: rgba(36, 35, 35, 1);
	font-size: .16rem;
	font-weight: 500;
}
.navList_a a:hover {
	color: #FF5312;
}

.nav_content_list3 a.navList_active {
    color: rgba(255, 83, 18, 1) !important;
    font-weight: bold !important;
}

.navList_a .navList_active {
	border-bottom: .04rem solid #FF5312;
	padding-bottom: .1rem;
	color: rgba(255, 83, 18, 1);
	border-bottom-left-radius: 0.01rem;
}

.navTel{
	display: flex;
	align-items: center;
}
.telPhoneImg{
	width: 0.19rem;
	height: 0.18rem;
}
.telPhone{
	font-size: 0.21rem;
	font-weight: 900;
	margin-left: 0.05rem;
	color: rgba(255, 83, 18, 1);
}

.login {
	font-size: .14rem;
	font-weight: 500;
	margin-right: .4rem;
	cursor: pointer;
}

.register {
	height: .33rem;
	line-height: .33rem;
	font-size: .14rem;
	font-weight: 500;
	color: #fff;
	cursor: pointer;
	background: #FF5312;
	border-radius: .02rem;
	padding: 0 .3rem;
	box-sizing: border-box;
}

/* 中间内容 */
.content {
	width: 100%;
	/* position: absolute;
	top: .8rem; */
	background: #F7F8F9;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	flex: 1;
	overflow-y: auto;
}
.bannerBox img{
	width: 100%;
}
.nav_content_1{
	background: radial-gradient(58.91% 49.92% at 50% 50.08025682182986%, rgba(252, 254, 255, 1) 0%, rgba(247, 250, 255, 1) 100%);
}
.nav_content{
	width: 12rem;
	padding: .6rem;
	margin: 0 auto;
}
.nav_content_text1{
	text-align: center;
	font-size: .32rem;
	font-weight: 700;
	color: rgba(36, 35, 35, 1);
	margin-bottom: .1rem;
}
.nav_content_text2{
	text-align: center;
	font-size: 0.14rem;
	font-weight: 400;
	color: rgba(168, 165, 165, 1);
	margin-bottom: .17rem;
}
.nav_contentBox{
	display: flex;
	border-radius: .16rem;
	height: 4.24rem;
}
.nav_contentBox_bg{
	height: 100%;
}
.nav_contentBox_right{
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	border-radius: .16rem;
}
.nav_contentBox_right_icon{
	display: flex;
	align-items: center;
	width: 20%;
	height: auto;
	padding-left: .3rem;
	box-sizing: border-box;
	border-right: 1px solid rgba(237, 241, 247, 1);
	border-bottom: 1px solid rgba(237, 241, 247, 1);
}
.nav_contentBox_right_icon:nth-child(5n){
	border-right: none;
}
.nav_contentBox_right_icon:nth-last-child(1),.nav_contentBox_right_icon:nth-last-child(2),.nav_contentBox_right_icon:nth-last-child(3),.nav_contentBox_right_icon:nth-last-child(4),.nav_contentBox_right_icon:nth-last-child(5){
	border-bottom: none;
}
.nav_contentBox_right_icon img{
	width: .21rem;
	height: auto;
	margin-right: .1rem;
}
.nav_contentBox_right_icon div{
	font-size: .16rem;
	font-weight: 400;
	color: rgba(36, 35, 35, 1);
}
.nav_contentBg{
	background: #fff;
}
.nav_contentBanner .nav_contentBanner_img{
	width: 100%;
}
.nav_contentBannerBg{
	width: 100%;
	background:url(../newImg/banner3.png);
}
.nav_content_title{
	display: flex;
	align-items: center;
	margin-bottom: .2rem;
}
.nav_content_title span{
	width: .06rem;
	height: .2rem;
	background: rgba(255, 83, 18, 1);
	margin-right: .1rem;
}
.nav_content_title div{
	font-size: .16rem;
	font-weight: 700;
	color: rgba(36, 35, 35, 1);
}
.nav_content_title2{
	font-size: .16rem;
	font-weight: 500;
	color: rgba(36, 35, 35, 1);
	margin-bottom: .12rem;
}
.nav_content_table{
	display: flex;
	background-color: #fff;
	margin-bottom: .3rem;
}
.nav_content_table_tr:nth-child(1) div{
	padding-left: .6rem;
}
.nav_content_table_tr:nth-last-child(1) div{
	padding-right: .6rem;
}
.nav_content_table_tr:nth-child(2){
	flex: 1;
}
.nav_content_table_th{
	height: .6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255, 246, 242, 1);
	font-size: .16rem;
	font-weight: 700;
	color: rgba(36, 35, 35, 1);
}
.nav_content_table_td{
	height: .83rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .16rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	border-bottom: 1px solid rgba(229, 229, 229, 1);
}
.nav_content_listAll{
	display: flex;
	justify-content: space-around;
}
.nav_content_list{
	border-radius: .16rem;
	background: rgba(255, 255, 255, 1);
	width: 3.92rem;
	height: 2.8rem;
}
.nav_content_list_text1{
	width: 2.1rem;
	height: .4rem;
	border-radius: 0px 0px .32rem .32rem;
	background: rgba(255, 83, 18, 1);
	font-size: .16rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-bottom: .3rem;
}
.nav_content_list_text2{
	margin: 0 .3rem;
	display: flex;
	margin-bottom: .22rem;
	align-items: baseline;
}
.nav_content_list_text2_1{
	width: .38rem;
	height: .2rem;
	border-radius: .04rem;
	background: rgba(255, 83, 18, 1);
	font-size: .14rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: .16rem;
	flex-shrink: 0;
}
.nav_content_list_text2_2{
	font-size: .16rem;
	font-weight: 700;
	color: rgba(36, 35, 35, 1);
	margin-bottom: .08rem;
}
.nav_content_list_text2_3{
	font-size: .16rem;
	font-weight: 400;
	color: rgba(36, 35, 35, 1);
	line-height: .24rem;
}
.nav_contentBanner2{
	border-radius: .12rem .12rem 0px 0px;
	border: .01rem solid rgba(229, 229, 229, 1);
}
.nav_contentBannerBg2{
	width: 100%;
	height: 1.2rem;
	border-radius: .12rem .12rem 0px 0px;
	background: url(../newImg/banner4.png) no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: .4rem;
}
.nav_contentBannerBg2 div{
	font-size: .2rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 1);
}
.nav_contentBannerBg2 span{
	margin-top: .12rem;
	width: .4rem;
	height: .02rem;
	background: rgba(255, 255, 255, 1);
	display: block;
}
.nav_content_qs{
	margin: 0 .4rem;
}
.nav_content_qs_bg{
	width: 8.91rem;
	height: .6rem;
	border-radius: .12rem;
	background: rgba(255, 246, 242, 1);
	padding: .04rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	margin-bottom: .08rem;
}
.nav_content_qs_text1{
	width: 1.19rem;
	height: .52rem;
	border-radius: .12rem;
	background: rgba(255, 83, 18, 1);
	margin-right: .2rem;
	font-size: .18rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 1);
	display: flex;
	justify-content: center;
	align-items: center;
}
.nav_content_qs_text2{
	font-size: .18rem;
	font-weight: 700;
	color: rgba(36, 35, 35, 1);
}
.nav_content_qs_bg2{
	height: .52rem;
	border-radius: .12rem;
	background: rgba(250, 250, 250, 1);
	display: flex;
	align-items: center;
	padding-left: .3rem;
	margin-bottom: .4rem;
}
.nav_content_qs_text3{
	font-size: .16rem;
	font-weight: 700;
	color: rgba(0, 0, 0, 1);
}
.nav_content_qs_text4{
	font-size: .16rem;
	font-weight: 400;
}
.nav_contentBannerBg3{
	background: url(../newImg/banner5.png) no-repeat;
	background-size: cover;
}
.nav_content_listAll2{
	display: flex;
	justify-content: space-around;
	margin-top: .4rem;
}
.nav_content_list2{
	width: 2.88rem;
	height: 3rem;
	border-radius: .16rem;
	background: rgba(255, 255, 255, 1);
	padding: 0 .2rem;
	box-sizing: border-box;
}
.nav_content_list2_img{
	width: .8rem;
	height: .8rem;
	margin: .3rem auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nav_content_list2 img{
	width: 100%;
}
.nav_content_list2_text1{
	font-size: .18rem;
	font-weight: 700;
	color: rgba(36, 35, 35, 1);
	margin-bottom: .18rem;
	text-align: center;
}
.nav_content_list2_text2{
	font-size: .16rem;
	font-weight: 400;
	line-height: .32rem;
	color: rgba(0, 0, 0, 1);
	text-align: center;
}
.nav_contentBannerBg4{
	width: 100%;
	height: 3.99rem;
	background: url(../newImg/banner6.png) no-repeat;
	background-size: contain;
	padding-top: .8rem;
	padding-left: .5rem;
	box-sizing: border-box;
	position: relative;
}
.nav_contentBg_text1{
	font-size: .28rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 1);
	margin-bottom: .2rem;
}
.nav_contentBg_text2{
	font-size: .16rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	margin-bottom: .68rem;
}
.nav_contentBg_text3{
	font-size: .16rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 1);
	margin-bottom: .1rem;
}
.nav_contentBg_text4{
	font-size: .16rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	display: flex;
	align-items: center;
}
.nav_contentBg_text4 span{
	width: .08rem;
	height: .08rem;
	display: block;
	background: rgba(255, 255, 255, 1);
	border-radius: 50%;
	margin-right: .1rem;
}
.nav_contentBg_text5{
	position: absolute;
	right: 0;
	top: .5rem;
	width: 7.8rem;
	height: 3rem;
	border-radius: .16rem;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0px .08rem .2rem -.04rem rgba(0, 0, 0, 0.08);
	padding: .4rem .3rem;
	box-sizing: border-box;
}
.nav_contentBg_text5_1{
	font-size: .16rem;
	font-weight: 400;
	line-height: .32rem;
	color: rgba(0, 0, 0, 1);
}
.nav_contentBg_text5_2{
	margin-top: .2rem;
	width: 2.98rem;
	height: .4rem;
	border-radius: 1rem;
	border: .01rem solid rgba(255, 87, 51, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.nav_contentBg_text5_2 div{
	font-size: .16rem;
	font-weight: 400;
	color: rgba(255, 83, 18, 1);
	margin-right: .1rem;
}
.nav_contentBg_text5_2 img{
	width: .08rem;
}
.nav_contentBg2{
	background: rgba(243, 245, 249, 1);
}
.nav_content_listAll3{
	display: flex;
	justify-content: center;
	align-items: center;
}
.nav_content_list3{
	cursor: pointer;
	line-height: 0;
}
.nav_content_list3 a{
	font-size: .16rem;
	font-weight: 500;
	color: rgba(36, 35, 35, 1);
	border-right: 1px solid rgba(213, 216, 222, 1);
	padding-right: .3rem;
	padding-left: .3rem;
}
.nav_content_list3:nth-last-child(1) a{
	padding-right: 0;
	border-right: none;
}
.nav_content_list3:nth-child(1) a{
	padding-left: 0;
}
.beian{
	margin-top: .6rem;
	font-size: .12rem;
	font-weight: 400;
	color: rgba(102, 100, 100, 1);
	text-align: center;
}
.nav_contentOther{
	padding-bottom: .5rem;
}

/* 底部 */
/* .footerBox {
	width: 100%;
	background: #1B1B1B;
	align-items: flex-end;
}

.footerOther {
	width: 12rem;
	margin: 0 auto;
	display: flex;
	padding: .4rem 0;
}

.footerOtherList {
	flex: 1;
}

.logo2 {
	height: .44rem;
}

.logo2 img {
	height: 100%;
	display: block;
}

.footerNav {
	display: flex;
	flex: 2;
	justify-content: space-around;
	margin-right: 0.5rem;
}

.footerNav a {
	font-size: .16rem;
	font-weight: 500;
	color: #fff;
	height: max-content;
	cursor: pointer;
}

.aboutMe {
	flex: 2;
}

.aboutMeText {
	font-size: .16rem;
	font-weight: 500;
	color: #fff;
	margin-bottom: .2rem;
}

.aboutMeText2 {
	font-size: .14rem;
	font-weight: 400;
	color: #fff;
	opacity: .6;
	margin-bottom: .1rem;
}

.codeAll {
	display: flex;
	justify-content: space-between;
}

.codeImg {
	background: #fff;
	width: .8rem;
	height: .8rem;
	display: block;
}

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

.beian {
	height: .59rem;
	border-top: .01rem solid rgba(255, 255, 255, .2);
	opacity: .6;
	display: flex;
	justify-content: center;
	align-items: center;
}
.beian p{
	cursor: pointer;
	font-size: .14rem;
	text-align: center;
	font-weight: 400;
	color: #fff;
} */
