  .marker {
        color: #ff6600;
        padding: 4px 10px;
        border: 1px solid #fff;
        white-space: nowrap;
        font-size: 12px;
        font-family: "";
        background-color: #0066ff;
    }
    .map {
	    width: 50%;
	    position: relative;
	    height: 310px;
	    float: left;
	}
	.white {
	    background-color: white;
	    padding: 20px 2% 60px 2%;
	}
	.condz {
	    width: 46%;
	    float: left;
	    padding: 20px 2%;
	    height: 270px;
	    overflow: auto;
	}
	span.imgWords {
	    display: block;
	    color: #f7f9fa;
	    font-size: 40px;line-height: 1;
	}
	.white {
	    background-color: white;
	}
	.dztitle,.dtitle {
	    line-height: 24px;
	    padding: 18px 0;
	    font-size: 20px;
	    font-weight: bold;
	    text-align: left;
	    border-bottom: 1px solid #dbdbdb
	}
	.dztitle{
		color: #bf3222;
	}
	.dtitle {
		color: #33393d;
	}
	hr.redLine,.blackLine{
	    width: 78px;
	    height: 2px;
	    margin-bottom: 10px
	}
	.blackLine{
		 background-color: #7a6f67;
	}
	hr.redLine{
	    background-color: #bf3222;

	}
	.formtable label {
	    display: block;
	}
	.formtable input {
	    background: #e1e4e6;
	}
	.formtable label>span {
		    color: red;
	}
	.formlists {
	    margin-bottom: 10px;
	}
	textarea.message {
	    height: 70px;
	    width: 100%;
	    display: block; background: #e1e4e6;
	    max-width: 100%;
	    min-width: 100%;
	    min-height: 70px;
	    max-height: 200px;
	}
	#submit {
	    background-color: #bf3222;
	    float: right;
	    font-family: '微软雅黑';
	    width: 108px;
	    height: 38px;
	    color: white;
	    text-align: center;
	    line-height: 38px;
	}
	@media (min-width: 960px){
		.formtable input {
		    width: 352px;
		    height: 36px;
		}
		.mainArticle {
		    background-color: white;
		    padding: 30px;
		}
		
		.formlists:nth-child(2n-1) {
		    margin-right: 30px;
		}
		.formlists {
		    float: left;
		    margin-bottom: 28px
		}
		
		
		.formlists:nth-child(5) {
			width: 100%;
		}
		
		.teleTitle {
		    font-size: 20px;
		}
		.teles {
		    margin-top: 30px;
		    padding-top: 25px;
		    color: #33393d;
		    border-top:1px solid #dbdbdb;
		}
		.teles>span {
		    margin-right: 2%;
		}
		@media (min-width: 960px) and (max-width: 1180px){
			.dztitle, .dtitle {
			    font-size: 16px;
			    line-height: 2
			}
			span.imgWords{
				font-size: 25px
			}
		}
	}
	@media (max-width: 960px){
		.map {
		    width: 100%;
		}
		.condz {
		    width: 100%;
		    padding: 0;
		    height: auto;
		    padding-bottom: 10px;
		}
		span.imgWords{
			display: none;
		}
		.dztitle, .dtitle {
			font-size: 14px
		}
		.formtable input {
		    width: 100%;
		    height: 30px;
		}
	}

/*===============================
*******modify 2020-09-25
=====================================*/
@media (min-width: 961px){
	.bodyEn .map {
		height: 330px;
	}
	.bodyEn .condz {
		height: 290px;
	}
	.bodySpain .map {
		height: 366px;
	}
	.bodySpain .condz {
		height: 326px;
	}
}