@charset "UTF-8";
.zyy-contact1 {
    height: 426px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.zyy-contact1-1 {
    display: flex;
}

.zyy-contact1-1>div {
    font-family: SourceHanSansCN-Bold;
    font-size: 40px;
    letter-spacing: 0px;
    color: #333333;
    font-weight: 600;
}

.zyy-contact1-1>div:last-child {
    color: #003f82;
}

.zyy-contact1-2 {
    margin-top: 32px;
    margin-bottom: 40px;
}

.zyy-contact1-2 p {
    text-align: center;
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #666666;
}

.zyy-contact1-3 {
    display: flex;
    width: 700px;
    justify-content: space-between;
}

.zyy-contact1-3>div {
    width: 220px;
    height: 60px;
    /* background-color: #003f82; */
    border-radius: 4px;
    font-size: 16px;
    color: #003f82;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #003f82;
    cursor: pointer;
}

.zyy-contact1-3>div:hover {
    background-color: #003f82;
    color: #fff;
}

.zyy-contact2 {
    width: 100%;
    background-color: #f5f8fb;
    padding-top: 10px;
    padding-bottom: 80px;
}

.zyy-contact2>div {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.zyy-contact2>div>div>div:last-child {
    width: 350px;
    height: 320px;
    background-color: #fff;
    box-shadow: 2px 4px 9px 0px rgba(200,189,189,0.75);
}

.zyy-banyuan {
    width: 136px;
    height: 126px;
    border-top-right-radius: 63px;
    border-top-left-radius: 63px;
    margin: 0 auto;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 63px;
}

.zyy-contact2 h1 {
    padding-top: 85px;
    text-align: center;
    font-family: SourceHanSansCN-Medium;
    font-size: 20px;
    color: #333333;
    font-weight: 600;
}

.zyy-contact2Hr {
    width: 30px;
    height: 2px;
    background-color: #dddddd;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.zyy-contact2 h3 {
    font-family: SourceHanSansCN-Medium;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-align: center;
    font-weight: 600;
}

.zyy-contact3 {
    width: 100%;
    background-color: #131126;
    padding-top: 80px;
    padding-bottom: 70px;
}

.zyy-contact3>div {
    width: 1200px;
    margin: 0 auto;
}

.zyy-contact3>div h1 {
    font-family: SourceHanSansCN-Bold;
    font-size: 40px;
    color: #ffffff;
}

.zyy-contact3>div h2 {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #999999;
}

.zyy-city {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    align-content: start;
}

.zyy-city>div {
    width: 100px;
    height: 40px;
    background-color: #2c2c4f;
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 9px;
    margin-bottom: 10px;
}

.zyy-city>div:last-child {
    margin-right: auto;
}

.zyy-city>div:hover {
    background-color: #003f82;
}

.zyy-contact3 h2 {
    padding-top: 14px;
    padding-bottom: 40px;
}
.zyy-banner img{
    width: 100%;
}
.zyy-banner img:last-child{
    display: none;
}
.zyy-contact2M{
    display: none;
    width: 100%;
    background-color: #f5f8fb;
    padding-top: 10px;
    padding-bottom: 10px;
}
.zyy-contact2M>div{
    width: 95%;
    margin: 0 auto;
    display: flex;
    height: 90px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 8px;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 0px 3px 5px 0px rgba(200,189,189,0.6);
}
.zyy-contact2M>div img{
    width: 70px;
    height: 70px;
}
.zyy-mHr{
    width: 30px;
    height: 2px;
    background-color: #dddddd;
    margin-top: 8px;
    margin-bottom: 8px;
}
.zyy-contact2M h1{
    font-family: SourceHanSansCN-Medium;
	font-size: 14px;
    color: #333333;
    font-weight: 600;
}
.zyy-contact2M h2{
    font-family: MicrosoftYaHeiLight;
    font-size: 12px;
	color: #666666;
}
.zyy-contact2MR{
    width: 260px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.zyy-contact1-2>div:last-child{
    display: none;
}

@media (max-width:1920px) {}

@media (max-width:1599px) {}

@media (max-width:1477px) {}

@media (max-width:1365px) {}

@media (max-width:1200px) {
    .zyy-contact2>div {
        width: 95%;
    }
    .zyy-contact2>div>div>div:last-child {
        width: 300px;
        height: 290px;
    }
    .zyy-contact2 h1 {
        padding-top: 70px;
        font-size: 18px;
    }
    .zyy-contact2Hr {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .zyy-contact2 h3 {
        font-size: 14px;
    }
    .zyy-contact3>div {
        width: 90%;
        margin: 0 auto;
    }
}

@media (max-width:990px) {
    .zyy-contact2>div>div>div:last-child {
        width: 240px;
        height: 230px;
    }
    .zyy-contact2 h1 {
        padding-top: 60px;
        font-size: 15px;
    }
    .zyy-contact2Hr {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .zyy-banyuan {
        width: 100px;
        height: 100px;
    }
    .zyy-banyuan img {
        width: 70px;
        height: 70px;
    }
    .zyy-contact2 h3 {
        font-size: 13px;
        line-height: 25px;
    }
    .zyy-contact1-1>div{
        font-size: 30px;
    }
    .zyy-contact1-3{
        width: 600px;
    }
    .zyy-contact1-3>div{
        width: 180px;
        height: 45px;
    }
    .zyy-contact1{
        height: 385px;
    }
    .zyy-contact2{
        padding-top: 0;
    }
}

@media (max-width:767px) {
    .zyy-contact1-2>div:nth-child(1){
        display: none;
    }
    .zyy-contact1-2>div:last-child{
        display: block;
    }
    .zyy-contact1-1{
        flex-direction: column;
        text-align: center;
        line-height: 26px;
    }
    .zyy-contact2>div {
        flex-wrap: wrap;
    }
    .zyy-contact2>div>div>div:last-child {
        width: 350px;
        height: 320px;
        background-color: #fff;
    }
    .zyy-contact2>div>div {
        margin: 0 auto;
    }
    .zyy-banyuan {
        width: 136px;
        height: 126px;
        border-top-right-radius: 63px;
        border-top-left-radius: 63px;
        margin: 0 auto;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        top: 63px;
    }
    .zyy-contact2 h1 {
        padding-top: 85px;
        text-align: center;
        font-family: SourceHanSansCN-Medium;
        font-size: 20px;
        color: #333333;
        font-weight: 600;
    }
    .zyy-contact2Hr {
        width: 30px;
        height: 2px;
        background-color: #dddddd;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .zyy-contact2 h3 {
        font-family: SourceHanSansCN-Medium;
        font-size: 16px;
        line-height: 30px;
        color: #666666;
        text-align: center;
        font-weight: 600;
    }
    .zyy-contact3>div h1 {
        font-size: 18px;
    }
    .zyy-contact3>div {
        width: 90%;
    }
    .zyy-city {
        display: flex;
        justify-content: space-between;
    }
    .zyy-city>div:last-child {
        margin-right: 9px;
    }
    .zyy-contact3 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .zyy-contact1-1>div{
        font-size: 18px;
    }
    .zyy-contact1-2 p{
        font-size: 14px;
        line-height: 25px;
    }
    .zyy-contact1-3>div{
        width: 28%;
        height: 35px;
        font-size: 14px;
    }
    .zyy-contact1-3{
        width: 90%;
    }
    .zyy-contact1{
        height: unset;
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .zyy-contact1-2 {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .zyy-contact2{
        padding-top: 0px;
        padding-bottom: 30px;
    }
    .zyy-city>div{
        margin-left: 6px;
        margin-right: 6px;
        margin-bottom: 6px;
        width: 68px;
        height: 35px;
        font-size: 14px;
    }
    .zyy-city{
        justify-content: start;
    }
    .zyy-contact3 h2{
        padding-bottom: 28px;
    }
    .zyy-banner img:last-child{
        display: block;
    }
    .zyy-banner img:nth-child(1){
        display: none;
    }
    .zyy-contact2M{
        display: block;
    }
    .zyy-contact2{
        display: none;
    }
}