.index .banner img {
	width: 100%;
	display: block;
}

.index .develop {
	width: 100%;
	height: 4.833333rem;
	background-color: #ffffff;
	box-shadow: 0px 0.293333rem 0.48rem 0px rgba(1, 5, 80, 0.1);
	display: flex;
	align-items: center;
}

.index .develop i {
	width: 1px;
	height: 2.4rem;
	background-color: #f5f5f5;
}

.index .develop>div {
	width: 33.333333%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 0.693333rem;
	color: rgb(51, 51, 51);
}

.index .develop>div img {
	width: 2rem;
	margin-bottom: 0.6rem;
}

h1 {
	font-size: 1.28rem;
	color: rgb(43, 46, 51);
	font-weight: 500;
	text-align: center;
	padding: 2.5rem 0 1.5rem 0;
}

.index .programme {
	width: 100%;
	margin: 0 auto;
	background-color: rgb(245, 245, 245)
}

.index .programme>div {
	width: calc(100% - 1.6rem);
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index .programme>div>a {
	width: 8.746667rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #ffffff;
	box-shadow: 0px 0px 24px 0px rgba(0, 6, 80, 0.17);
	border-radius: 0.533333rem;
	margin-bottom: 0.88rem;
	padding: 1rem 0;
}

.index .programme>div>a img {
	width: 2.6rem;
	margin-bottom: 0.5rem;
}

.index .programme>div>a span {
	font-size: 0.8rem;
	color: rgb(51, 51, 51);
	margin-bottom: 0.5rem;
}

.index .programme>div>a p {
	font-size: 0.393333rem;
	color: rgb(170, 170, 170);
	margin: 0 15%;
	text-align: center;
}

.index .case>div {
	width: calc(100% - 1.7rem);
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.693333rem;
	color: rgb(51, 51, 51);
}

.index .case>div div {
	width: 4.426667rem;
	margin-left: 1.253333rem;
	text-align: center;
	margin-bottom: 0.48rem;
}

.index .case>div img {
	width: 4.426667rem;
	margin-bottom: 0.4rem;
	box-shadow: 0px 0px 10px 0px    rgba(0, 5, 75, 0.13);
	border-radius: 10px;
}

.index .btn a {
	width: 6.4rem;
	height: 1.866667rem;
	margin: 0 auto;
	background-color: rgb(30, 148, 255);
	border-radius: 0.933333rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgb(255, 255, 255);
	font-size: 0.8rem;
	margin-top: 0.8rem;
}

.index .consult {
	margin-bottom: 3.2rem;
}

.index .consult .tab {
	width: calc(100% - 1.6rem);
	height: 2.4rem;
	margin: 0 auto;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	font-size: 0.8rem;
	color: rgb(51, 51, 51);
	line-height: 2.4rem;
}

.index .consult .tab .cur {
	font-size: 0.96rem;
	color: rgb(32, 151, 219);
}

.index .consult .tab>div:nth-last-child(1) {
	color: rgb(170, 170, 170);
}

.index .consult .img-text {
	width: calc(100% - 1.6rem);
	margin: 0 auto;
}

.index .consult .img-text img {
	width: 100%;
	height: 9.6rem;
	border-radius: 2px;
	padding: 0.853333rem 0;
}

.index .consult .img-text span {
	font-size: 0.8rem;
	color: rgb(51, 51, 51);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin: 0 0.5rem;
	padding-bottom: 0.693333rem;
}

.index .consult .img-text p {
	font-size: 0.693333rem;
	color: rgb(102, 102, 102);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0 0.5rem;
	line-height: 1.28rem;
	margin-bottom: 0.8rem;
}

.index .consult .text {
	width: calc(100% - 1.6rem);
	margin: 0 auto;
	font-size: 0.8rem;
	color: rgb(51, 51, 51);
}

.index .consult .text a {
	height: 2.4rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgb(243, 243, 243);
}

.index .consult .text a:nth-last-child(1) {
	border-bottom: 0;
}

.index .consult .text p {
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.index .consult span {
	color: rgb(153, 153, 153);
}

.serve .banner,
.serve-details .banner,
.scheme .banner,
.consult .banner,
.consult-details .banner {
	width: 100%;
	height: 8.8rem;
	background: url(../img/1@2x.png) 0 0 no-repeat;
	background-size: 100% 8.8rem;
	display: flex;
	align-items: center;
}

.serve .banner span,
.serve-details .banner span,
.scheme .banner span,
.consult .banner span,
.consult-details .banner span {
	margin-left: 0.88rem;
	color: white;
	font-size: 0.96rem
}

.serve {
	background-color: rgb(245, 245, 245);
}

    .serve .develop > a {
        width: calc(100% - 1.6rem);
        height: 14.453333rem;
        margin: 0 auto;
        background-color: #ffffff;
        box-shadow: 0px 0px 21px 0px rgba(0, 9, 74, 0.18);
        border-radius: 20px;
        text-align: center;
        font-size: 0.8rem;
        color: rgb(153, 153, 153);
        margin-bottom: 0.933333rem;
        display: block;
    }

.serve .develop>a img {
	width: 4.586667rem;
	display: inline-block;
	margin-top: 1rem;
}

.serve .develop>a span {
	font-size: 0.96rem;
	color: rgb(51, 51, 51);
	margin: 1rem 0 1rem 0;
	display: block;
}

.serve .develop>a p {
	margin: 0 10%;
}

.serve .flow>div {
	width: calc(100% - 1.6rem);
	margin: 0 auto;
	text-align: center;
}

.serve .flow>div img {
	width: 3.44rem;
	display: inline-block;
	margin-bottom: 1.466667rem;
	margin-top: 0.2rem;
}

.serve .flow>div p {
	font-size: 0.96rem;
	color: rgb(51, 51, 51);
	margin-bottom: 0.8rem;
}

.serve .flow>div>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 15%;
}

.serve .flow>div>div span {
	width: 5.866667rem;
	height: 1.6rem;
	display: block;
	background-color: #ffffff;
	border-radius: 0.8rem;
	border: solid 1px #d5d5d5;
	font-size: 0.8rem;
	color: rgb(102, 102, 102);
	line-height: 1.6rem;
	margin-bottom: 0.693333rem;
}

.serve .flow>img {
	width: 0.56rem;
	margin: 1rem auto;
}

.serve .type>div {
	width: calc(100% - 1.6rem);
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.serve .type>div>a {
	width: 8.746667rem;
	height: 4.8rem;
	background-color: #ffffff;
	box-shadow: 0px 0px 24px 0px rgba(0, 6, 80, 0.17);
	border-radius: 20px;
	text-align: center;
	font-size: 0.8rem;
	color: rgb(17, 17, 17);
	margin-bottom: 0.48rem;
}

.serve .type>div>a img {
	width: 2rem;
	display: inline-block;
	margin-top: 0.5rem;
	margin-bottom: 0.3rem;
}

.serve .reason>div {
	width: calc(100% - 3.2rem);
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.serve .reason>div>div {
	width: 6.533333rem;
	text-align: center;
	margin-bottom: 2rem;
}

.serve .reason>div>div img {
	width: 1.546667rem;
	display: inline-block;
}

.serve .reason>div>div span {
	font-size: 0.8rem;
	color: rgb(51, 51, 51);
	margin: 0.3rem 0;
	display: block;
}

.serve .reason>div>div p {
	font-size: 0.64rem;
	line-height: 0.96rem;
	caption-side: rgb(102, 102, 102);
	text-align: justify;
	text-justify: inter-ideograph;
}

.serve-details {
	background-color: rgb(245, 245, 245);
}

.serve-details .main {
	width: calc(100% - 1.6rem);
	margin: 0 auto;
	font-size: 0.8rem;
	color: rgb(51, 51, 51);
	margin-bottom: 1rem;
}

.serve-details .main img {
	display: inline-block;
	max-width: 100%;
}

.scheme {
	width: 100%;
	overflow: hidden;
}

.scheme nav {
	width: 100%;
	padding-left: 0.8rem;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.613333rem;
	box-shadow: 0px 0.2933333rem 0.48rem 0px rgba(1, 5, 80, 0.1);
	margin-bottom: 1rem;
}

.scheme nav .cur {
	background-color: rgb(30, 148, 255);
	border: 1px solid rgb(30, 148, 255);
	color: white;
}

.scheme nav a {
	width: 5.066667rem;
	height: 1.333333rem;
	background-color: white;
	border: solid 1px #cccccc;
	border-radius: 0.666667rem;
	font-size: 0.746667rem;
	color: rgb(102, 102, 102);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 1.4rem;
	margin-bottom: 0.613333rem;
}

.scheme .item {
	width: calc(100% - 0.8rem);
	margin-left: 0.8rem;
}

.scheme .item>img {
	width: 15.2rem;
	margin-left: 1.6rem;
	margin-bottom: 0.5rem;
	margin-top: 0.2rem;
}

.scheme .item h4 {
	color: rgb(51, 51, 51);
	font-weight: 500;
	font-size: 0.8rem;
	line-height: 1.28rem;
	margin-top: 1.2rem;
	margin-bottom: 0.1rem;
}

.scheme .item>div:nth-child(2) p {
	font-size: 0.62rem;
	color: rgb(102, 102, 102);
	line-height: 0.92rem;
}

.scheme .item>div:nth-child(3)>div {
	display: flex;
	flex-wrap: wrap;
}

.scheme .item>div:nth-child(3)>div>div {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 0.586667rem;
	color: rgb(102, 102, 102);
	margin-bottom: 0.5rem;
	margin-right: 1.15rem;
}

.scheme .item>div:nth-child(3)>div>div img {
	width: 1.3333rem;
	margin: 0.48rem 0;
}

.scheme .item>div:nth-child(4)>div {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.scheme .item>div:nth-child(4)>div img {
	width: 2.8rem;
	margin-right: 0.3rem;
	margin-top: 0.48rem;
}

.scheme .item a {
	width: 6.4rem;
	height: 1.866667rem;
	background-color: #1e94ff;
	border-radius: 0.933333rem;
	border: solid 1px #dfdfdf;
	margin: 1.6rem auto;
	font-size: 0.8rem;
	color: rgb(255, 255, 255);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 4rem;
}

.scheme .contact {
	width: 100%;
	height: 21rem;
	background-color: rgb(52, 64, 80);
}

.scheme .contact h5 {
	color: white;
	font-size: 0.96rem;
	font-weight: 500;
	padding: 1.2rem 0 1.28rem 0.8rem;
}

.scheme .contact div {
	width: calc(100% - 1.6rem);
	height: 1.6rem;
	margin-left: 0.8rem;
	background-color: rgba(246, 247, 250, .09);
	border-radius: 2px;
	margin-bottom: 0.8rem;
}

.scheme .contact label {
	color: rgb(255, 255, 255);
	font-size: 0.8rem;
	padding-left: 0.56rem;
}

.scheme .contact input {
	border: 0;
	background-color: rgba(0, 0, 0, 0);
	font-size: 0.64rem;
	color: white;
}

.scheme .contact label i {
	width: 0.4em;
	display: inline-block;
}

.scheme .contact>div:nth-last-child(2) {
	height: 5.28rem;
	display: flex;
	padding: 0.3rem 0;
}

.scheme .contact textarea {
	border: 0;
	background-color: rgba(0, 0, 0, 0);
	font-size: 0.64rem;
	color: white;
	flex-grow: 1;
	margin-right: 0.5rem;
	padding-top: 0.2rem;
}

.scheme .contact>div:nth-last-child(1) {
	width: calc(100% - 1.6rem);
	height: 1.6rem;
	background-color: #1e94ff;
	border-radius: 0.8rem;
	font-size: 0.746667rem;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1.3rem;
}

.consult nav {
	width: auto;
	height: 2.613333rem;
	margin-left: 0.2rem;
	overflow-x: scroll;
	white-space: nowrap;
	font-size: 0.746667rem;
	color: rgb(102, 102, 102);
	font-weight: 500;
	text-align: center;
	line-height: 2.613333rem;
	box-shadow: 0px 11px 18px 0px rgba(1, 5, 80, 0.1);
	background-color: white;
}
.consult nav a{
	width: 3.6rem;
    display: inline-block;
}
.consult nav div {
	width: 22%;
	height: 100%;
	display: inline-block;
}

.consult nav .cur {
	font-size: 0.92rem;
	color: rgb(30, 148, 255);
}

.consult .list {
	width: calc(100% - 1.6rem);
	margin: 0 auto;
	margin-top: 1.66rem;
}

.consult .list img {
	width: 6.4rem;
	height: 4rem;
	margin-right: 0.746667rem;
}

.consult .list .item {
	width: 100%;
	height: 4rem;
	display: flex;
	margin-bottom: 1.6rem;
}

.consult .list .item h5 {
	color: rgb(51, 51, 51);
	font-size: 0.8rem;
	font-weight: 600;
	line-height: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.consult .list .item span {
	color: rgb(153, 153, 153);
	font-size: 0.586667rem;
}

.consult .list .item p {
	color: rgb(153, 153, 153);
	font-size: 0.693333rem;
}

.consult-details .title {
	width: calc(100% - 1.6rem);
	margin: 0 auto;
	font-size: 0.693333rem;
	color: rgb(170, 170, 170);
	margin-top: 0.5rem;
}

.consult-details .title h5 {
	font-size: 1.28rem;
	color: rgb(43, 46, 51);
	line-height: 2.666667rem;
	font-weight: 600;
}

.consult-details .main {
	width: calc(100% - 1.6rem);
	margin: 0 auto;
	margin-top: 2rem;
	margin-bottom: 1.6rem;
}

.consult-details .main img {
	/*display: inline-block;*/
	max-width: 100%;
}

.consult-details .page {
	width: calc(100% - 1.6rem);
	margin: 0 auto;
	margin-bottom: 1.2rem;
}

.consult-details .page a {
	font-size: 0.693333rem;
	color: rgb(153, 153, 153);
	display: block;
	margin-bottom: 0.8rem;
}

.consult-details .page span {
	color: rgb(51, 51, 51);
}

.case .list {
	width: calc(100% - 1.6rem);
	margin: 0 auto;
	margin-top: 1.6rem;
}

.case .list .item {
	width: 100%!important;
	margin-left: 0!important;
	box-shadow: 0px 0px 7px 0px rgba(0, 9, 74, 0.1);
	border: solid 1px #f3f3f3;
	margin-bottom: 1.5rem;
	display:block;
}

.case .list .item>img {
	width: 100%!important;
	height: 11.6rem;
	margin-left: 0!important;
	margin-top: 0;
	margin-bottom: 0;
}

.case .list .item>div:nth-child(2) {
	width: calc(100% - 1.28rem);
	margin: 0 auto;
}

.case .list .item>div:nth-child(2) h5 {
	color: rgb(51, 51, 51);
	font-size: 0.8rem;
	line-height: 2.133333rem;
}

.case .list .item>div:nth-child(2)>div {
	display: flex;
}

.case .list .item>div:nth-child(2)>div>div {
	display: flex;
	align-items: center;
	margin-bottom: 0.6rem;
}

.case .list .item>div:nth-child(2)>div p {
	flex-grow: 1;
	margin-right: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: rgb(153, 153, 153);
	font-size: 0.693333rem;
	height: 0.8rem;
}

.case .list .item>div:nth-child(2)>div>div>img:nth-child(1) {
	margin-right: 0.6rem;
}

.case .list .item>div:nth-child(2)>div>div>img {
	width: 0.8rem;
}


.wpage .web_page {
    width: 100%;
    margin: 0 auto;
	padding-top: 1.2rem;
    padding-bottom: 2.3rem;
	display: flex; 
	justify-content: center;
	min-width: 100%;
}

    .wpage .web_page a {
        width: 1.44rem;
        height: 1.44rem;
        display: inline-block;
        border: 1px solid rgb(204, 204, 204);
        font-size: 0.64rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 0.4rem;
        float:left;
    }
    .wpage .web_page img {
        font-size: 0.693333rem;
      
    }
    .wpage .web_page .page span {
        color: rgb(51, 51, 51);
    }
    .wpage .web_page .cur {
        background-color: #1186f4;
        border: 1px solid #1186f4;
        color: white;
    }


.about h1 {
	padding-top: 3rem;
}
.about .introduce {
	margin-bottom: 2rem;
}

.about .introduce>div:nth-child(1) {
	width: calc(100% - 1.6rem);
	margin: 0 auto;
	font-size: 0.693333rem;
	color: rgb(102, 102, 102);
}

.about .introduce>div:nth-child(1) h5 {
	font-size: 0.8rem;
	padding-top: 0.6rem;
	padding-bottom: 1rem;
	text-align: center;
	color: rgb(51, 51, 51);
}

.about .introduce>div:nth-child(1) p {
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.2rem;
}

.about .introduce>div:nth-child(2)>div {
	width: 8.5rem;
	height: 4.773333rem;
	margin: 0 auto;
	margin-top: 1.6rem;
}

.about .introduce>div:nth-child(2)>div img {
	margin-right: 0.6rem;
}

.about .introduce>div:nth-child(2)>div {
	padding-top: 1.6rem;
}

.about .introduce>div:nth-child(2)>div:nth-child(1) {
	background: url(../img/51@2x.png) center center no-repeat;
	background-size: 4.906667rem 4.773333rem;
	color: rgb(50, 143, 254);
}

.about .introduce>div:nth-child(2)>div:nth-child(2) {
	background: url(../img/52@2x.png) center center no-repeat;
	background-size: 4.506667rem 4.933333rem;
	color: rgb(150, 88, 189);
}

.about .introduce>div:nth-child(2)>div:nth-child(3) {
	background: url(../img/53@2x.png) center center no-repeat;
	background-size: 4.293333rem 5.013333rem;
	color: rgb(248, 106, 95);
}

.about .introduce>div:nth-child(2)>div:nth-child(4) {
	background: url(../img/54@2x.png) center center no-repeat;
	background-size: 4.506667rem 4.933333rem;
	color: rgb(68, 189, 127);
}

.about .introduce>div:nth-child(2)>div>div:nth-child(1) {
	display: flex;
	align-items: baseline;
}

.about .introduce>div:nth-child(2)>div>div p {
	font-size: 2.133333rem;
}

.about .introduce>div:nth-child(2)>div>div span {
	font-size: 0.8rem
}

.about .introduce>div:nth-child(2)>div>div img {
	width: 1.2rem;
}

.about .introduce>div:nth-child(2)>div>div:nth-child(2) {
	font-size: 0.693333rem;
	color: rgb(51, 51, 51);
	text-align: center;
}

.about .programme {
	width: calc(100% - 1.2rem);
	margin: 0 auto;
}

.about .programme h5 {
	font-size: 0.8rem;
	color: rgb(51, 51, 51);
	margin-bottom: 0.5rem;
	text-align: center;
}

.about .programme>p {
	font-size: 0.693333rem;
	color: rgb(102, 102, 102);
	text-align: center;
}

.about .programme>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 1.6rem;
}

.about .programme>div>div {
	width: 5.813333rem;
	height: 4.4rem;
	border-style: solid;
	border-width: 1px;
	border-image-source: linear-gradient(119deg, rgba(64, 166, 225, 0.93) 0%, rgba(185, 225, 187, 0.93) 100%);
	border-image-slice: 1;
	color: rgb(54, 162, 223);
	font-size: 0.8rem;
	text-align: center;
	margin-bottom: 0.4rem;
}

.about .programme>div>div img {
	width: 1.8rem;
	display: inline-block;
	margin-top: 0.7rem;
	margin-bottom: 0.1rem;
}

.about .vision>div {
	width: calc(100% - 1.6rem);
	margin: 0 auto;
	margin-bottom: 1.8rem;
}

.about .vision>div>div {
	display: flex;
	align-items: center;
	color: rgb(51, 51, 51);
	font-size: 0.8rem;
	font-weight: 600;
	margin-bottom: 0.4rem;
}

.about .vision>div:nth-last-child(1) {
	margin-bottom: 0;
}

.about .vision>div img {
	width: 1.306667rem;
	margin-right: 0.3rem;
}

.about .vision>div p {
	font-size: 0.693333rem;
	color: rgb(153, 153, 153);
	line-height: 0.96rem;
	text-align: justify;
	text-justify: inter-ideograph;
}

.about .worth h1 {
	padding-bottom: 0.6rem;
}

.about .worth>p {
	width: calc(100% - 1.6rem);
	margin: 0 auto;
	font-size: 0.693333rem;
	color: rgb(102, 102, 102);
}

.about .worth>div {
	width: calc(100% - 1.6rem);
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}

.about .worth>div>div>div {
	width: 7.466667rem;
	height: 7.466667rem;
	background-blend-mode: normal, normal;
	border-radius: 100%;
	text-align: center;
	color: white;
	font-size: 0.8rem;
	margin-top: 1.6rem;
}

.about .worth>div>div>div span {
	padding-top: 2.3rem;
	padding-bottom: 0.4rem;
	display: block;
}

.about .worth>div>div>div p {
	font-size: 0.693333rem;
}

.about .worth>div>div:nth-child(1)>div:nth-child(1) {
	background-image: linear-gradient(158deg, #c5ff3b 0%, #56ce24 100%), linear-gradient( #2362bc, #2362bc);
}

.about .worth>div>div:nth-child(1)>div:nth-child(2) {
	background-image: linear-gradient(158deg, #ffa066 0%, #ff4b5c 100%), linear-gradient( #2362bc, #2362bc);
}

.about .worth>div>div:nth-child(1)>div:nth-child(3) {
	background-image: linear-gradient(158deg, #59dfff 0%, #1094f6 100%), linear-gradient( #2362bc, #2362bc);
}

.about .worth>div>div:nth-child(2)>div:nth-child(1) {
	background-image: linear-gradient(158deg, #1ecdff 0%, #7c4bec 100%), linear-gradient( #2362bc, #2362bc);
}

.about .worth>div>div:nth-child(2)>div:nth-child(2) {
	background-image: linear-gradient(158deg, #ffe612 0%, #ff9b18 100%), linear-gradient( #2362bc, #2362bc);
}

.about .worth>div>div:nth-child(2)>div:nth-child(3) {
	background-image: linear-gradient(158deg, #ff84d5 0%, #bb44f2 100%), linear-gradient( #2362bc, #2362bc);
}

.about .worth>div>div:nth-child(2) {
	margin-top: 4.346667rem;
}

.about .aptitude>p {
	width: calc(100% - 1.6rem);
	margin: 0 auto;
	font-size: 0.8rem;
	color: rgb(153, 153, 153);
	text-align: center;
}

.about .aptitude>img {
	width: calc(100% - 1.6rem);
	margin: 0 auto;
	margin-top: 0.6rem;
}

.about .banner {
	margin-bottom: 0.8rem;
}

.about .banner img {
	width: 12rem;
	margin: 0 auto;
}

.about .environment>h1 {
	padding-bottom: 0.6rem;
}

.about .environment>p {
	width: calc(100% - 1.6rem);
	font-size: 0.8rem;
	color: rgb(153, 153, 153);
	text-align: center;
	margin: 0 auto;
	margin-bottom: 1rem;
}

.about .environment>img {
	width: calc(100% - 1.6rem);
	margin: 0 auto;
	margin-bottom: 0.693333rem;
}

.about .environment>div {
	width: calc(100% - 1.6rem);
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.about .environment>div>img {
	width: 8.8rem;
}

.cooperation>div {
	width: calc(100% - 1rem);
	margin-left: 0.8rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.cooperation>div img {
	width: 6.053333rem;
	margin-right: 0.186667rem;
	margin-bottom: 0.186667rem;
}

.about .we>img {
	width: calc(100% - 1.6rem);
	margin: 0 auto;
}

.about .we .name {
	width: calc(100% - 1.6rem);
	margin: 0 auto;
	display: flex;
	margin-top: 0.9rem;
	font-size: 0.853333rem;
	color: rgb(30, 148, 255);
	border-bottom: 1px solid rgb(245, 245, 245);
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

.about .we .name img {
	width: 2rem;
	margin-right: 0.7rem;
}

.about .we .name p {
	color: rgb(170, 170, 170);
	padding-top: 0.1rem;
	padding-bottom: 0.2rem;
}

.about .we .item {
	width: calc(100% - 1.6rem);
	margin: 0 auto;
	display: flex;
	font-size: 0.693333rem;
	margin-bottom: 0.6rem;
}

.about .we .item img {
	width: 0.8rem;
	margin-right: 0.5rem;
}

.about .we .item>div:nth-child(1) {
	color: rgb(51, 51, 51);
	display: flex;
	flex-grow: 1;
	align-items: center;
}

.about .we .item>div:nth-child(2) {
	width: 12rem;
	color: rgb(153, 153, 153);
	line-height: 1.2rem;
}

.about .we .item>div:nth-child(2)>div {
	display: flex;
	align-items: center;
}

.about .branch {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}

.about .branch>div {
	width: calc(100% - 1.6rem);
	margin: 0 auto;
}

.about .branch>div>img {
	width: 100%;
}

.about .branch>div>div {
	margin-bottom: 0.8rem;
	border: solid 1px #f3f3f3;
}

.about .branch>div>div>div {
	display: flex;
	align-items: center;
	margin-top: 0.6rem;
	font-size: 0.8rem;
	color: rgb(153, 153, 153);
}

.about .branch>div>div>div img {
	width: 0.8rem;
	margin-right: 0.4rem;
	margin-left: 0.6rem;
}

.about .branch>div>div>div:nth-child(2) {
	font-size: 0.693333rem;
	padding-bottom: 1rem;
}

.index .right {
	width: 16rem;
	height: 2.666667rem;
	position: fixed;
	right: -13rem;
	bottom: 1rem;
	background-image: linear-gradient(90deg, #3d88e7 0%, #439fe7 50%, #48b5e6 100%), linear-gradient( #1d1d1d, #1d1d1d);
	background-blend-mode: normal, normal;
	/* box-shadow: 0px 0px 0.213333rem 0px rgba(59, 144, 226, 0.57); */
	box-shadow: 0px 0.4rem 0.4rem 0px rgba(69, 163, 255, 0.25);
	border-radius: 1.333333rem;
	display: flex;
	align-items: center;
	z-index: 9999;
}

.index .up {
	right: -1rem;
	transition: right 1s;
	-moz-transition: right 1s;
	-webkit-transition: right 1s;
	-o-transition: right 1s;
}

.index .up-l {
	right: -13rem;
	transition: right 1s;
	-moz-transition: right 1s;
	-webkit-transition: right 1s;
	-o-transition: right 1s;
}

.index .right>img {
	width: 2.2rem;
	margin-left: 0.6rem;
	margin-right: 0.6rem;
}

.index .right>div {
	width: 5rem;
	height: 1.6rem;
	display: flex;
	align-items: center;
	font-size: 0.693333rem;
	color: rgb(41, 121, 209);
	background-color: #ffffff;
	border-radius: 29px;
}

.index .right>div img {
	width: 1rem;
	margin-right: 0.3rem;
	margin-left: 0.3rem;
}

.index .right>div:nth-child(4) {
	border: solid 1px #ffffff;
	border-radius: 0.8rem;
	background-color: rgba(0, 0, 0, 0);
	color: white;
	margin-left: 0.6rem;
}