/* 联系我们 */
body {
    padding-top: 84px;
}

.banner {
    width: 100%;
    height: 400px;
    margin-bottom: 86px;
}

.banner img {
    width: 100%;
    height: 100%;
}

.view-title {
    width: 100%;
    height: 75px;
    position: relative;
    /*margin-bottom: 20px;*/
    padding-top: 30px;
}

.view-title .en-title {
    width: 100%;
    font-size: 62px;
    font-weight: bold;
    color: #eeeeee;
    position: absolute;
    z-index: -1;
    top: -5px;
    left: 0;
    text-align: center;
	letter-spacing: 3px;
	font-family:Arial, Helvetica, sans-serif;
}
.view-title .zh-title {
    width: 100%;
    font-size: 38px;
    color: #333333;
    text-align: center;

}

.content-us {
    height: 300px;
}

.det-texts {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 60px;
}

.content-us .list-box {
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-top:120px;
}

.content-us .list-box .box-item {
    width: 25%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-right: solid 1px #eeeeee;
}

.content-us .list-box .box-item:last-child {
    border-right: none;
}

.content-us .list-box .box-item img {
    height: 40px;
    margin-bottom: 15px;
}

.content-us .list-box .box-item .det-tes {
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
	margin-top:10px;
}

.content-us .list-box .box-item .de-val {
    font-size: 18px;
    color: #666666;
}


.on-msg {
	background-color:#f8f8f8;
	overflow:hidden;
	padding:90px 0;
}

.on-msg .forms {
    width: 100%;
    height: 374px;
	margin-top:80px;
}

.on-msg .forms .list-input {
    width: 100%;
    height: 60px;
    margin-bottom: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.on-msg .forms .list-input input {
    width: 460px;
    height: 100%;
    border: solid 1px #eeeeee;
    background-color: #ffffff;
    text-indent: 15px;
}
.on-msg .forms .list-input input::placeholder{
    background-size: 15px;
    background-position: 15px center;
    text-indent: 35px;
    background-repeat: no-repeat;
}
.on-msg .forms .list-input input:nth-child(1)::placeholder{
    background-image: url(../img/tuceng140.png);
}
.on-msg .forms .list-input input:nth-child(2)::placeholder{
    background-image: url(../img/tuceng141.png);
}
.on-msg .forms .list-input input:nth-child(3)::placeholder{
    background-image: url(../img/tuceng142.png);
}
.on-msg .forms textarea {
    width: 100%;
    padding: 15px;
    height: 194px;
    border: solid 1px #eeeeee;
    background-color: #ffffff;
    resize: none;
}
.on-msg .forms textarea::placeholder{
    background-size: 15px;
    background-position: 0px center;
    text-indent: 20px;
    background-repeat: no-repeat;
    background-image: url(../img/tuceng142.png);
}
.on-msg .forms .button{
    width: 170px;
    height: 54px;
    background-color: #f97c3e;
    font-size: 14px;
    color: #ffffff;
    border: none;
    display: block;
    margin: 42px auto;
}