.container {
    width: 100%;
    height: calc(100vh - 66px);
    background: url(https://img.swmob.com/swtech/Map_bg.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.containerTit {
    padding-top: 227px;
    text-align: center;
    font-size: 32px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #03579D;
}

.input {
    width: 808px;
    height: 80px;
    background: #FFFFFF;
    box-shadow: 0px 2px 14px 1px rgba(0, 44, 149, 0.42);
    border-radius: 45px 45px 45px 45px;
    margin: 0 auto;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 34px;
    box-sizing: border-box;
    padding-left: 46px;
}

#map_search {
    width: 45px;
    height: 47.4px;
    cursor: pointer;
}

.input #keywords1 {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    outline: none;
    border: none;
    width: 70%;
    height: 100%;
}

.input_msg {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input_msg a {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #545454;
    margin: 0 16px;
    cursor: pointer;
}

.input_msg a:hover{
    color: #03579D;
}

.input_msg>div {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #545454;
    margin: 0 16px;
    cursor: pointer;
}

.input_msg>div:hover {
    color: #03579D;
}

.More {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #545454;
    margin-top: 267px;
}

.moreIcon {
    display: flex;
    height: 60px;
    justify-content: center;
}

.moreIcon img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.moreIcon:hover .more_msg {
    display: block;
}
.moreIcon2:hover .more_msg2{
    display: flex;
}

.more_msg {
    margin-left: 9px;
    animation: w100 1s;
}
.moreIcon {
    display: flex;
    align-items: center;
    width: 180px;
}
.more_msg2 {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #03579D;
    width: 80px;
    height: 24px;
    background: #FFFFFF;
    border-radius: 40px 40px 40px 40px;
    border: 1px solid #03579D;
    margin-left: 9px;
    animation: w100 1s;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.mr3 {
}
.mr1{
    margin-left: 180px;
}

.mlr{
    margin-left: 20px;
}

@keyframes w100 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media (max-width:900px) {
	.en_email_box_msg2 a{
		color: #FF7206;
	}
    .containerTit {
        padding-top: 30px;
    }
    .more_msg2{
        margin-right: 9px;
    }
    .input_msg{
        width: 90%;
        margin: 0 auto;
        justify-content: space-between;
    }
    .input_msg a{
        margin: 0;
    }
    .mr1{
        margin-left: 0;
    }

    .input {
        width: 95%;
        height: 60px;
        padding-left: 30px;
    }

    #map_search {
        width: 30px;
        height: 30px;
    }

    .input #ipt {
        width: 90%;
    }

    .input_msg {
        margin-top: 65px;
    }

    .input_msg>div {
        margin: 0 auto;
    }
    .moreIcon{
        width: auto;
    }
    .mlr{
        margin-right: 10px;
        margin-left: 10px;
    }
    .More {
        margin-top: 60%;
    }

    .container {
        padding-top: 50px;
        height: 100vh;
        background: url(https://img.swmob.com/swtech/Map_bg2.png) no-repeat;
        background-size: cover;
    }

}