* {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    font-family: Arial;
}

.about {
    width: 100%;
    background: #FFF;
}

.about-tab {
    max-width: 14.5rem;
    height: auto;
    display: block;
    padding-bottom: 0.3rem;
    /*align-items: center;*/
    /*justify-content: center;*/
}

.about-tab-left {
        display: flex;
    align-items: center;
    column-gap: 0.15rem;
    margin-left: 0;
        width: 100%;
    justify-content: center;
}

.about-tab-left>button{
    margin-left: 0;
    margin-right: 0;
}

.about-tab-left button {
    /*width: 1.56rem;*/
    padding: 0 .15rem;
    height: 0.53rem;
    background: #fff;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
    border: 0.01rem solid #E0E0E0;
}

.about-tab-left button:hover {
    background: linear-gradient(90deg, #38D9FA 0%, #005E9B 100%);
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
}

.about-tab-left button a {
    text-decoration: none;
    font-family: Dream Han Sans CN, Dream Han Sans CN;
    font-weight: normal;
    font-size: 0.2rem;
    color: #373737;
    line-height: 0.35rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.about-tab-left button:hover a {
    font-family: Dream Han Sans CN, Dream Han Sans CN;
    font-weight: normal;
    font-size: 0.20rem;
    color: #FFFFFF;
    line-height: 0.35rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.about-tab-right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 0.15rem;
    margin-right: 0;
    width: 100%;
    height: 1rem;
}

.about-tab-right>p{
    margin-left: 0;
}

.about-tab-right p a:nth-child(2) {
    width: 1.12rem;
    height: 0.19rem;
    font-family: Dream Han Sans CN, Dream Han Sans CN;
    font-weight: normal;
    font-size: 0.16rem;
    color: #9B9B9B;
    line-height: 0.22rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}

.about-tab-right p a:nth-child(3) {
    width: 1.12rem;
    height: 0.19rem;
    font-family: Dream Han Sans CN, Dream Han Sans CN;
    font-weight: normal;
    font-size: 0.16rem;
    color: #4B4B4B;
    line-height: 0.22rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}

.contact {
    width: 100%;
    background: url(../img/contact/contact.png) no-repeat;
    background-size: 100% 100%;
}

.contacts {
    max-width: 16.54rem;
    display: flex;
    align-items: center;
}

.contact-content-bg {
    width: 16.51rem;
    height: 6.83rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
    border-radius: 0rem 0rem 0rem 0rem;
    margin-top: 0.77rem;
    margin-bottom: 0.55rem;
    display: flex;
}

.contact-content-bgs {
    width: 16.51rem;
    height: 8.85rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
    border-radius: 0rem 0rem 0rem 0rem;
}

.contact-content_1 {
    display: flex;
    flex-direction: column;
    padding-left: 0.54rem;
}

.contact-content_1 ul:nth-child(1) {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.contact-content_1 ul:nth-child(1) li {
    margin-left: 0;
}

.contact-content_1 ul:nth-child(1) li:nth-child(1) {
    width: 4.8rem;
    /*height: 0.48rem;*/
    font-family: Dream Han Sans CN, Dream Han Sans CN;
    font-weight: bold;
    font-size: 0.4rem;
    font-size: 0.3rem;
    color: #006EBA;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-top: 0.57rem;
}

.contact-content_1 ul:nth-child(1) li:nth-child(2) {
    width: 5.02rem;
    height: 0rem;
    border: 0.01rem solid #D1D1D1;
    margin-top: 0.38rem;
    margin-bottom: 0.34rem;
}

.contact-content_1 ul:nth-child(1) li:nth-child(4) {
    margin-top: 0.28rem;
    margin-bottom: 0.28rem;
}

.contact-content_1 ul:nth-child(1) li:nth-child(3) p img,
.contact-content_1 ul:nth-child(1) li:nth-child(4) p img,
.contact-content_1 ul:nth-child(1) li:nth-child(5) p img {
    vertical-align: middle;
}

.contact-content_1 ul:nth-child(1) li:nth-child(3) p span:nth-child(2),
.contact-content_1 ul:nth-child(1) li:nth-child(4) p span:nth-child(2),
.contact-content_1 ul:nth-child(1) li:nth-child(5) p span:nth-child(2) {
    width: 0.60rem;
    height: 0.24rem;
    font-family: Dream Han Sans CN, Dream Han Sans CN;
    font-weight: 600;
    font-size: 0.20rem;
    color: #030303;
    line-height: 0.35rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.contact-content_1 ul:nth-child(1) li:nth-child(3) p span:nth-child(2){
    font-weight: 400;
}

.contact-content_1 ul:nth-child(1) li:nth-child(3){
    width: 100%;
    margin-bottom: 0.28rem;
}

.contact-content_1 ul:nth-child(1) li:nth-child(3)>p{
    display: flex;
}
.contact-content_1 ul:nth-child(1) li:nth-child(3)>p>img,.contact-content_1 ul:nth-child(1) li:nth-child(3)>p>span{
    margin-left: 0;
    margin-right: 0;
}

.contact-content_1 ul:nth-child(1) li:nth-child(3) p span:nth-child(2){
    width:4.8rem;
    margin-left: 0.05rem;
    text-align: left;
}

.contact-content_1 ul:nth-child(1) li:nth-child(3) p span:nth-child(3),
.contact-content_1 ul:nth-child(1) li:nth-child(4) p span:nth-child(3),
.contact-content_1 ul:nth-child(1) li:nth-child(5) p span:nth-child(3) {
    width: 3.50rem;
    height: 0.24rem;
    font-family: Dream Han Sans CN, Dream Han Sans CN;
    font-weight: normal;
    font-size: 0.20rem;
    color: #393939;
    line-height: 0.35rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.contact-content_1 ul:nth-child(2) {
    display: flex;
    margin-left: 0;
    column-gap: 0.45rem;
    padding-top: 0.66rem;
}

.contact-content_1 ul:nth-child(2) li {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 2rem;
    height: 2rem;
}

.contact-content_1 ul:nth-child(2) li img {
    background-size: cover;
    width: 100%;
    height: 100%;
}

.contact-content_2 .GL_map {
    width: 10.11rem;
    height: 6.5rem;
    /* background-color: #005E9B; */
    margin: 0.2rem;
}

.contact-content-bgs {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.95rem;
}

.contact-title {
    width: 1.60rem;
    height: 0.48rem;
    font-family: Dream Han Sans CN, Dream Han Sans CN;
    font-weight: bold;
    font-size: 0.40rem;
    color: #006EBA;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 0.62rem 0 0.52rem 0;
}

.contact-content_3 {
    display: flex;
    flex-wrap: wrap;
    max-width: 15.66rem;
}

.contact-form {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.29rem;
    width: 100%;
}

.contact-form select {
    width: 7.5rem;
    height: 0.51rem;
    background: #FCFCFC;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0.01rem solid #EBEBEB;
    outline: none;
}

.contact-form input {
    width: 7.5rem;
    height: 0.51rem;
    background: #FCFCFC;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0.01rem solid #EBEBEB;
    outline: none;
}

select option {
    line-height: 0.5rem;
}

select option:hover {
    background: #005E9B;
}

.contact-form div {
    position: relative;
}

.contact-form p {
    position: absolute;
    top: 0.14rem;
    bottom: 0.14rem;
    left: 0.19rem;
}


/* .contact-form div.active P{
    display: none;
    z-index: -999;
} */

.contact-form div p span:nth-child(1) {
    color: #F22020;
    font-size: 0.17rem;
}

.contact-form div p span:nth-child(2) {
    width: 0.59rem;
    height: 0.20rem;
    font-family: Dream Han Sans CN, Dream Han Sans CN;
    font-weight: normal;
    font-size: 0.17rem;
    color: #9A9A9A;
    line-height: 0rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.contact-form select {
    text-indent: 1em;
    font-family: Dream Han Sans CN, Dream Han Sans CN;
    font-weight: normal;
    font-size: 0.17rem;
    color: #9A9A9A;
}

.input-big {
    width: 15.61rem;
    height: 4.11rem;
    background: #FCFCFC;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0.01rem solid #EBEBEB;
}

.contact-but {
    margin-top: 0.29rem;
}

.contact-but button {
    width: 3.35rem;
    height: 0.64rem;
    background: #006EBA;
    border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
    border: 0;
}

.contact-but button a {
    width: 0.66rem;
    height: 0.30rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.23rem;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    outline: none;
}

@media only screen and (max-width: 1024px){
	.about-tab{
		max-width: 100%;
		flex-direction:column-reverse;
		align-items:center;
		gap: 0.2rem;
		height: auto;
		padding: 0.2rem 0;
	}
	.about-tab-left{
		justify-content:center;
		margin: 0;
	}
	.about-tab-right{
		column-gap:0;
		margin: 0;
		/* margin-top: 0.5rem; */
	}
    .contact-content-bg{
        flex-direction:column;
        height:auto;
        align-items: center;
        width: 100%;
    }
    .contact-content_1{
        padding:0;
        width: 100%;
    }
	.contact-content_2 .GL_map{
		width:100%;
		margin: 0;
	}
	.contact-content_1 ul:nth-child(1){
		width:90%;
	}
	.contact-content_2{
		width:90%;
	}
	.contact-content-bgs{
		width:100%;
		height: auto;
		padding-bottom: 0.2rem;
	}
	.input-big{
		width:100%;
	}
	.contact-content_3{
		width:90%;
		margin:auto;
	}
	.contact-form select{
		width:100%;
	}
	.contact-form div{
		width:100%;
	}
	.contact-form input{
		width:100%;
	}
}