/*地图*/
.contact-address{
    border-bottom:1px solid #EEEEF0;
}
.contact-address li{
    width: auto;
}
.contact-address > li > a{
    border: none !important;
    color: #373942;
    padding: 0 30px;
}
.contact-address > li > a > span{
    padding: 10px 0;
    border-bottom: 1px solid #EEEEF0;
    display: inline-block;
    position: relative;
    bottom: -1px;
}
.contact-address > .active > a,
.contact-address > .active > a:hover,
.contact-address > .active > a:focus{
    color: #2849B9;
}
.ncontact-address > .active span{
    border-color: #2849B9;
}
.contact-address > li > a:hover,
.contact-address > li > a:focus{
    background: none;
    color: #2849B9;
}
.contact-address{
    margin-bottom: 36px;
}
/*地址切换*/
.contact-address>li .contact-content{
    display: none;
    left: 0;
    right: 0;
    line-height: 24px;
}
.contact-address>li.active .contact-content{
    display: block;
}
/*联系地址*/
.contact-info{
    color: #373942;
    border: 1px solid #E4E4E7;
    margin-bottom: 60px;
    margin-top: 40px;
}
.contact-info>div{
    padding: 30px 34px;
}
.contact-info .contact-city{
    margin-top: 20px;
    margin-bottom: 2px;
    font-weight: 400;
}
.contact-info .contact-detail{
    margin-top: 20px;
    color: #66686F;
    font-weight: 300;
}
.contact-info img{
    margin-right: 10px;
}
.contact-item{
    width: 100%;
}
.contact-item .contact-bg{
    left: 0;
    top: 0;
    z-index: 1;
}
.address-box{
    display: inline-block;
    padding: 70px 47px 120px 47px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 13px 0px rgba(67, 72, 94, 0.1);
    border-radius: 10px;
    line-height: 24px;
    position: relative;
    z-index: 2;
}
.address-box hr{
    background: #43485E;
    margin: 45px 0;
}


/*国际版*/
.touch-us{
    background: #F7F7F7;
    width: 697px;
    height: 100%;
    padding: 70px 55px 50px;
    margin-left: 113px;
}
.touch-us .form-control{
    width: 588px;
    height: 54px;
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    border-radius: 4px;
    box-shadow: none;
}
/*输入框颜色*/
.form-control:focus {
    border-color: #2849B9 !important;
    box-shadow: none;
}
.form-control::-webkit-input-placeholder{
    color: #C4C5C5 !important;
}

.el-upload-dragger{
    width: 588px;
    height: 129px;
    background: #FFFFFF;
    border: 1px dashed #DBDBDB;
    border-radius: 4px;
}
.el-upload__input{
    display: none !important;
}
.el-upload-dragger:hover{
    color: #2040BB !important;
    border-color: #2849B9 !important;
    box-shadow: none;
}
.el-upload--picture-card:hover, .el-upload:focus{
    color: #2040BB !important;
    border-color: #2849B9 !important;
    box-shadow: none;
}
.el-upload:focus .el-upload-dragger{
    border-color: #2849B9 !important;
}
