﻿body{
    padding: 0;
    margin: 0;
}
.banner {
    width: 100%;
    height: 31.25rem;
    position: relative;
}
a{
    text-decoration: none;
}
.banner  img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.banner .tit{
    font-size: 2.875rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.25rem;
    padding: 11.0625rem 0 1.5rem 9.625rem;
}
.banner .desc{
    font-size: 1.25rem;
    color: #fff;
    line-height: 1.5;
    padding:  0 9.625rem;
}
.banner  .go{
    position: absolute;
    left: 9.625rem;
    bottom: 2.3125rem;
    font-size: 1rem;
    color: #fff;
}
.banner  .go a{
    color: #fff;
}
.part1{
    width: 100%;
    background: #FFFFFF;
    padding: 8.125rem 9.6875rem 6.25rem;
    box-sizing: border-box;
}
.part1 .tit{
    font-size: 1.875rem;
    color: #0E062D;
    line-height: 2.625rem;
    font-weight: 600;
}
.part1 .desc{
    margin: 0.625rem 0 2.875rem;
    font-size: 1.125rem;
    color: #555555;
    line-height: 1.5625rem;
}
.part1 .bot{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.part1 .bot form{
    width: 40.625rem;
    margin-right: 2.5rem;
}
.part1 .bot form .partn{
    width: 100%;
    height: 4.625rem;
    background: #FFFFFF;
    border-radius: 0.5rem;
    border: 0.0625rem solid #CBCBCB;
    margin-bottom: 1.5625rem;
    box-sizing: border-box;
    padding:1.25rem 1.875rem;
}
.part1 .bot form .partn1{
    width: 100%;
    height: 10.0625rem;
    background: #FFFFFF;
    border-radius: 0.5rem;
    border: 0.0625rem solid #CBCBCB;
}
.part1 .bot form .partn input{
    border: none;
    outline: none;
    width: 100%;
    height:  100%;
    font-weight: 400;
    font-size: 1.125rem;
    color: #999999;
}
.part1 .bot form .partn textarea{
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    font-weight: 400;
    font-size: 1.125rem;
    color: #999999;
}
.part1 .bot form .wy{
    display: flex;
    margin-top: 2.25rem;

}
.part1 .bot form .cancel{
    width: 9.375rem;
    height: 3.125rem;
    border-radius: 1.5625rem;
    border: 0.125rem solid #0363CF;
    color: #0363CF;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1.25rem;
}
.part1 .bot form .submit{
    width: 9.375rem;
    height: 3.125rem;
    background: #0363CF;
    color: #fff;
    border-radius: 1.5625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}
.part1 .bot .right{
    width: 57.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.part1 .bot .right .bot1{
    width: 28rem;
    height: 13.5rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.0625rem 1.125rem 0rem rgba(0,0,0,0.1);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 1.5625rem;
}
.part1 .bot .right .bot1 .tit1{
    font-weight: 600;
    margin: 1.25rem auto 0.75rem;
    font-size: 1.375rem;
    color: #0E062D;
    text-align: center;
}
.part1 .bot .right .bot1 .tit2{
    font-weight: 400;
    font-size: 1.125rem;
    color: #555555;
    line-height: 1.5rem;
    text-align:center
}
.map{
    height: 32.25rem;
}

.part1 .bot .right .bot1 img{
    width: 2.875rem;
    height: 2.875rem;
}
@media (max-width: 600px) {
    .banner .tit {
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0;
        padding: 100px 5% 30px;
    }
    
.banner .desc {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 auto;
    padding: 0;
    width: 90%;
}
.banner {
    width: 100%;
    height: 300px;
    position: relative;
}
.banner img {
    object-fit: cover;
}
.banner .go {
    position: absolute;
    left: 5%;
    bottom: 20px;
    font-size: 14px;
    color: #fff;
}
.part1 {
    width: 100%;
    background: #FFFFFF;
    padding: 30px 5%;
    box-sizing: border-box;
}
.part1 .tit {
    font-size: 20px;
    color: #0E062D;
    line-height: 1.5;
    font-weight: 600;
}
.part1 .desc {
    margin: 20px 0;
    font-size: 14px;
    color: #555555;
    line-height: 1.5;
}
.part1 .bot {
    flex-wrap: wrap;
}
.part1 .bot form {
    width: 100%;
    margin-right: 0;
}
.part1 .bot form .partn {
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 5px 20px;
}
.part1 .bot form .partn input {

    font-size: 14px;
    color: #999999;
}
.part1 .bot form .partn textarea {

    font-weight: 400;
    font-size: 14px;
    color: #999999;
}
.part1 .bot form .partn1 {
    width: 100%;
    height: 100px;
    background: #FFFFFF;
    border-radius: 10px;
}
.part1 .bot .right {
    width: 100%;
    margin-top: 40px;
    flex-wrap: wrap;
}
.part1 .bot .right .bot1 {
    width: 49%;
    width: 100%;
    height: 180px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 0 10px;
}
.part1 .bot .right .bot1 img {
    width: 30px;
    height: 30px;
}
.part1 .bot .right .bot1 .tit1 {
    font-weight: 600;
    margin: 20px auto;
    font-size: 16px;
    color: #0E062D;
    text-align: center;
}
.part1 .bot .right .bot1 .tit2 {
    font-weight: 400;
    font-size: 14px;
    color: #555555;
    line-height: 1.5;
    text-align: center;
    word-break: break-all;
}
#container1 {
    width: 100%;
    height: 400px!important;
    margin: 0 auto;
}
.part1 .bot form .cancel {
    width: 100px;
    height: 30px;
    border-radius: 20px;
    font-size: 16px;
    margin-right: 20px;
}

.part1 .bot form .submit {
    width: 100px;
    height: 30px;
    background: #0363CF;
    color: #fff;
    border-radius: 20px;
}
.BMap_bubble_title .title{
    /* overflow: hidden;
    height: auto; */
    line-height: 1.2;
    white-space: normal;
    /* text-overflow: ellipsis; */
    font-size: 14px!important;
}






}