/*联系我们*/
.contact {
    padding:5% 0;
}
.contact-txt {
    width: 50%;
}
.contact-txt h1{
    font-size: 32px;
    color: #58554e;
    font-family: "SangBleuSunrise-Regular",sans;
    margin: 2% 0 4% 0;
}

.contact-txt .box {
    margin: 10px 0;
    padding:20px 0;
    border-bottom: 1px solid #ccc;
}
.contact-txt .box h4 {
    font-size: 18px;
    color: #3a3a3a;
    line-height:1.6;
    font-family: "Futura-Medium";
    padding:3px 0;
}
.contact-txt .box h4.add-tit {
    font-size: 28px;
    color: #414b85;
    font-weight:bold;
    font-family: "font2";
}
.contact-txt .box h4 a {
    color: #58554e;
    letter-spacing: 0;
    font-family: "Futura-Medium";
    margin: 2% 0 4% 0;
}






@media screen and (max-width:1024px) {
.contact {
    padding:5% 0;
}
.contact-txt {
    width: 100%;
}
.contact-txt h1{
    font-size: 20px;
    margin: 2% 0 4% 0;
}

.contact-txt .box {
    margin: 20px 0;
}
.contact-txt .box h4 {
    font-size: 15px;
    padding:3px 0;
}
.contact-txt .box h4 a {
    font-size: 28px;
    margin: 2% 0 4% 0;
}
.contact-txt .box h5 {
     margin: 10% 0 2% 0;
}
.contact-txt .box h5 a {
    width: 100%;
    font-size: 14px;
    color: #fff;
    border: 1px solid #58554e;
    border-radius: 25px;
    background: #58554e;
    overflow: hidden;
}
.contact-txt .weixin {
    width: 100%;
}
.contact-txt .weixin .code {
    width:100%;
    margin:0 2.5%;
    text-align: center;
}
.contact-txt .weixin img {
    width: 100%;
    max-width: 100px;
}
.contact-txt .weixin .p2 {
    font-size: 14px;
    padding:5px 0 0 0;
}

}


/*留言*/
.contact-msg {
     width: 40%;
}
.contact-msg .msg-box {
    width: 100%;
    
}
.contact-msg .msg-box h4 {
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    font-weight: bold;
    overflow: hidden;
}
.contact-msg .msg-box h4 strong {
    font-size: 28px;
    color: #414b85;
    font-weight:bold;
    font-family: "font2";
}
.contact-msg .msg-box h5 {
    font-size: 16px;
    line-height: 1.8;
    overflow: hidden;font-weight: 400;
    /*color: #868686;
    font-family:"times new roman";*/
}
.contact-msg .msg-box .closefix {
    width: 26px;
    height: 26px;
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 15px;
    cursor: pointer;
    background: url(../images/close.png) no-repeat left top/16px;
}
.contact-msg .msg-box .form {
    margin:2% 0;
}
.contact-msg .msg-box .form input,.fixed-msg .msg-box .form select {
    float: left;
    width: 100%;
    border-bottom: 1px solid #dcdddd;
    font-size: 16px;
    color: #2d2926;
    padding: 0 1%;
    margin: 1% auto;
    line-height: 46px;
    font-family: "font2";
    
    height: 46px;
}
.contact-msg .msg-box .form input::-webkit-input-placeholder,
.contact-msg .msg-box .form select::-webkit-input-placeholder {
    color: #666;
}

.contact-msg .msg-box .word {}
.contact-msg .msg-box .word p {
    font-size: 16px;
}

.contact-msg .msg-box .fixSubmit{
    background-image: -webkit-linear-gradient(top,#414b85,#414b85);
    border: 0;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
    width: 190px;
    line-height: 45px;
    margin: 20px 0;
    clear: both;
    cursor: pointer;
}
@media screen and (max-width:1024px){
.contact-msg {
    padding:20% 0;
     width: 100%;
}
.contact-msg .msg-box .form {
    margin: 8% 0;
}
.contact-msg .msg-box h4 {
    text-align: center;
}
.contact-msg .msg-box h5 {
    text-align: center;
}
.contact-msg .msg-box {
    width: 100%;
    margin:0% auto;
    border-radius: 0;
}
.contact-msg .msg-box h5 {
    font-size:14px;
}
.contact-msg .msg-box .form input,.contact-msg .msg-box .form select {
    margin:1%;
    line-height: 46px;
    width: 100%;
    height:46px;
}
.contact-msg .msg-box .fixSubmit{
    margin: 20px auto;
   /* width: 100%;*/
}
}
/*留言 END*/

/*自适应样式 end*/
.contact-map {}
.map {
    width: 100%;
    height: 500px;
}

.store {
    position: relative;
    margin:0% 0;
}
.store .map {
    height: 500px;
}
.store .box {
    margin: 10px 0;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 10px 16px rgb(245 237 237 / 50%);
}
.store .box h4 {
    font-size: 18px;
    color: #3a3a3a;
    line-height:1.6;
    font-family: "Futura-Medium";
    padding:3px 0;
}
.store .box h4.add-tit {
    font-size: 28px;
    color: #58554e;
}
.store .box h4 a {
    color: #58554e;
    letter-spacing: 0;
    font-family: "Futura-Medium";
    margin: 2% 0 4% 0;
}

