section.container > div.content{
	position:relative;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.8;
	color: #555;
	margin: 40px auto;
}

section.container > div.content *{
	max-width: 100% !important;
}

div#map{
	height: 420px;
}



.cont_title {
    margin-top: 80px;
    position: relative;
    text-align: center;
}
.cont_title h3 {
    font-size: 30px;
    color: #333333;
    font-weight: 300;
}

.about-contact .contact-way {
    margin: 100px 0;
    height: auto;
    overflow: hidden;
}


.about-contact .contact-way li {
    height: auto;
    overflow: hidden;
    width: 24.5%;
    float: left;
    text-align: center;
    position: relative;
    border-right: 1px solid #ebebeb;
}

.about-contact .contact-way li .img-box {
    height: 60px;
    overflow: hidden;
}
.about-contact .contact-way li .img-box img {
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    max-width: 100%;
}

.about-contact .contact-way li p {
    font-size: 22px;
    font-weight: 300;
    color: #333;
    margin-bottom: 6px;
}
.about-contact .contact-way li h3 {
    font-size: 16px;
    font-weight: 300;
    color: #666;
}


.container-fluid {
    margin-right: auto;
    margin-left: auto;
}
.bigTitle {
    font-size: 30px;
    text-align: center;
    color: #333;
    font-weight: 300;
}

/* 公用底部订单 */
.orderC{height: auto;overflow: hidden;border-top: 1px solid #e5e5e5;padding: 55px 0 80px;text-align: center;}
.orderC .msgBox{height: auto;overflow: hidden;margin-top: 36px;}
.orderC .msgBox .row{display: inline-block;background: #f0f0f0;padding: 0 20px;margin: 0 5px;}
.orderC .msgBox .row span{font-size: 18px;line-height: 50px;}
.orderC .msgBox .row input{width: 200px;font-size: 18px;height: 50px;line-height: 38px;background: none;position: relative;top: -2px; border: 0; outline: none; resize: none;}
.orderC .msgBox .row textarea{width: 470px;overflow:hidden; font-size: 18px;height: 28px;line-height: 30px;color:#000;background: none;position: relative;top: 12px; border: 0; outline: none; resize: none;}
.orderC .msgBox .btn{display: block;width: 254px;height: 50px;line-height: 50px;background: #004abb;font-size: 18px;color: #fff;text-align: center;margin: 65px auto 0}

body .layui-m-layer .layui-m-layer-msg {
    width: auto;
    max-width: 90%;
    height: 20px;
    padding-top: 10px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, .7);
    color: #fff
}