.head-page .item:nth-child(7)>a span{
    color: #014099;
}
.w49{
    width: 49%;
}
.w50{
    width: 50%;
}
.w100{
    width: 100%;
}
.texts{
    width: 43.7%;
}
.texts_content1 .page-tit{
    border-bottom: 1px solid #eee;
    padding-bottom: 14px;box-sizing: border-box;
}
.texts_items .item{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 28px 0 30px;
    box-sizing: border-box;
}
.texts_items .item_icon{
    width: 42px;
    height: 42px;
    background: #FFFFFF;
    border: 2px solid #014099;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item_text{
    width: calc(100% - 42px);
    padding-left: 14px;
    box-sizing: border-box;
    padding-right: 15px;
    box-sizing: border-box;
}
.contact .link {
    outline: none;
    height: 52px;
    line-height: 52px;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    color: #999;
}
.contact .link:nth-child(2n) {
    margin-right: 0;
}
.contact textarea {
    width: 100%;
    height: 185px;
    padding: 20px 20px;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: #FFFFFF;
    color: #999;
    border: 1px solid #E5E5E5;
}
.contact .sub-btn {
    width: 220px;
    height: 52px;
    border: 1px solid #0D499E;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0D499E;
    background: none;
    cursor: pointer;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.contact .sub-btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #0D499E;
    transition: all .4s;
    z-index: -1;
}
.contact .sub-btn:hover {
    color: #FFFFFF;
}
.contact .sub-btn:hover::after {
    width: 100%;
}
.contant-map{
    width: 50.62%;
    height: 810px;
    position: absolute;
    right: 0;
}
.contant-map img{
    max-width: inherit;
}
@media only screen and (max-width: 1200px) {
    .texts_items .item{
        padding: 20px 0 22px;
    }
    .contant-map{
        height: 774px;
    }
}
@media only screen and (max-width: 1043px) {
    .texts {
        width: 100%;
    }
    .contant-map {
        height: 394px;
        width: 100%;
        position: initial;
        margin-top: 60px;
    }
    .contact .sub-btn{
        margin: 50px auto 0;
    }
}
@media only screen and (max-width: 768px) {
    .w50 {
        width: 100%;
    }
    .w49 {
        width: 100%;
    }
    .texts_items .item {
        padding: 15px 0;
    }
    .page-tit{
        text-align: center;
    }
    .contact .link{
        height: 44px;
        line-height: 44px;
    }
    .contact .sub-btn {
        margin: 25px auto 0;
        width: 42%;
        height: 44px;
    }
    .contant-map{
        margin-top: 30px;
        height: 246px;
    }
}