.banner{
    width: 100%;
    height: 420px;
    background: url(../images/contact_banner.jpg) no-repeat center;
    margin-top: 100px;
}
.content{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    box-sizing: border-box;
    background: url(../images/contact.png) no-repeat center top;
}
.content .top{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.top .w-1400{
    display: flex;
    justify-content: space-between;
}

.top .w-1200{
    display: flex;
    justify-content: space-between;
}

.top .top-le{
    width: 530px;
    height: auto;
    overflow: hidden;
}
.top .top-head{
    width: 100%;
    height: 24px;
    border-left: 2px solid #b47437;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    color: #b47437;
    margin-top: 35px;
}
.top-head span{
    font-size: 16px;
    color: #999999;
    font-weight: 400;
}
.top-le .top-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 44px;
}
.table{
    width: 100%;
    height: auto;
    display: block;
}


.table td,.table th{border:1px solid #ffffff;border-collapse:collapse;text-align: center;}
.table tr{
    width: 100%;
    height: 50px;
    border: none;
    /*display: block;/*/
}
.table tr th{
    width: 190px;
    min-width: 70px;
    font-size: 16px;
    font-weight: 400;
    height: 73px;
    background: #b47437;
    color: #ffffff;
    text-align: center;
}
.table tr td{
    background: #fbfbfb;
}

.top .top-ri{
    width: 630px;
    height: auto;
    /*overflow: hidden;*/
    margin-right: 10px;
}
.top-ri .top-on{
    width: 100%;
    height: auto;
    overflow: hidden;
    box-shadow: 0px 0px 10px #eeeeee;
    margin-top: 44px;
    background: #ffffff;
}
.top-on .top-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 30px 25px 0;
    box-sizing: border-box;
}
.top-ul .top-li{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin-top: 30px;
}

.top-li .top-name{
    width: 75px;
    height: 40px;
    font-size: 14px;
    color: #333333;
    line-height: 40px;
}
.top-li .top-input{
    width: 578px;
    height: 40px;
    background: #f8f8f8;
    padding: 0 10px;
    box-sizing: border-box;
}
.top-input input{
    display: block;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    font-size: 14px;
}
.top-li:last-child{
    height: 115px;
}
.top-li:last-child .top-input{
    height: 115px;
    padding: 10px;
}
.top-input textarea{
    display: block;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    font-size: 14px;
    resize:none;
}
.top-on .top-btn{
    width: 200px;
    height: 40px;
    background: #b47437;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    float: right;
    margin-right: 25px;
    margin-top: 40px;
    margin-bottom: 50px;
    cursor: pointer;
}


.last{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.last .last-top{
    width: 100%;
    height: auto;
    overflow: hidden;
	margin-bottom:30px;
}
.last-top .last-head{
    width: 100%;
    height: 24px;
    border-left: 2px solid #b47437;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    color: #b47437;
    margin-top: 44px;
}
.last-head span{
    font-size: 16px;
    color: #999999;
    font-weight: 400;
}
.last .last-box{
    width: 100%;
    height: 490px;
    overflow: hidden;
    position: relative;
	padding-top: 20px;
	box-sizing:border-box;
}
.last-box #allmap{
    width: 100%;
    height: 470px;
}
.last-box .last-o{
	width: 100%;
    height: 470px;
	background:rgba(0,0,0,0.6);
	position:absolute;
	top:20px;
	left:0;
}
.last-box .w-1400{
    position: relative;
    top: 0;
    left: 0;
}

.last-box .w-1200{
    position: relative;
    top: 0;
    left: 0;
}

.last-box .last-on{
    width: 320px;
    height: 470px;
    background: #ffffff;
	padding:0 15px;
	box-sizing:border-box;
	box-shadow: 0px 0px 10px #eeeeee;
	margin-top: -18px;
}
.last-on .on-head{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
    font-size: 20px;
    color: #333333;
    line-height: 60px;
}
.last-on .on-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.on-ul .on-li{
    width: 100%;
    height: auto;
    display: flex;
	margin-top:20px;
}
.on-li .on-icon{
    width: 22px;
    height: 22px;
    margin-top: 4px;
}
.on-icon img{
    display: block;
    width: 14px;
    height: 22px;
    margin: 0 auto;
}
.on-li:nth-of-type(2) .on-icon img{
    width: 19px;
    height: 14px;
    margin: 4px auto 0;
}
.on-li:nth-of-type(3) .on-icon img{
    width: 21px;
    height: 16px;
    margin: 3px auto 0;
}
.on-li:nth-of-type(4) .on-icon img{
    width: 18px;
    height: 21px;
    margin: 0 auto 0;
}
.on-li .on-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    margin-left: 10px;
}
.last-on .on-box{
    width: 100%;
    height: 187px;
    border-top: 1px solid #eeeeee;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.on-box .on-le{
    width: 170px;
    height: 110px;
    margin-top: 40px;
    overflow: hidden;
    position: relative;
}
.on-le .on-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    margin-top: 6px;
}
.on-le .on-btn{
    width: 150px;
    height: 30px;
    background: #b47437;
    border-radius: 50px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.on-box .on-ri{
    width: 110px;
    height: 110px;
    margin-top: 40px;
}

