
.contact {
    margin-top: 80px;
    margin-bottom: 265px;
}

.contact > .wrap {
    display: flex;
    justify-content: space-between;
}

.leftTel {
    padding-top: 120px;
    color: #343434;
}

.leftTel .tel {
    font-size: 30px;
}

.leftTel .tel a{ color:#343434}

.leftTel .welcome {
    font-size: 120px;
    font-weight: bold;
}

.leftTel > .tips {
    font-size: 30px;
}

.leftTel > img {
    margin-top: 40px;
}

.rightTable {
    max-height: 765px;
    padding: 80px 70px;
    box-sizing: border-box;
    background-color: #f6f6f6;
}
.rightTable .namePart { line-height:35px;}
.rightTable .namePart .name {
    font-size: 30px;
	font-weight:bold
}

.rightTable .namePart .adr {
    font-size: 20px;
    color: #7f7f7f;
}

.rightTable .otherInfo {
	line-height:25px;
    margin-top: 30px;
    color: #7f7f7f;
    font-size: 16px;
}

.form {
    margin-top: 85px;
}

.form > p {
    font-size: 16px;
    color: #7f7f7f;
}

.form table {
    width: 100%;
    margin-top: 15px;
}

table,
table tr th,
table tr td {
	font-weight:bold;
    border:1px solid #d3d3d3;
}

table {
    border-collapse: collapse;
}

td {
    padding: 0 20px;
    height: 65px;
    font-size: 16px;
    color: #7f7f7f;
}

td textarea{max-height:105px;width:100%;}
td input,
td textarea {
	font-weight:bold;
    border: 0;
    outline: none;
    background-color: transparent;
	    font-family: "PingFang SC", "Source Han Sans SC", "HanHei SC",
      "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", 黑体,
      Arial, sans-serif;
}

td textarea {
   padding: 20px 0;
   font-size: 16px;
   color: #7f7f7f;
}

.form .submit {
	display:block;
    width: 200px;
    height: 55px;
    margin-top: 30px;
    line-height: 55px;
    color: white;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    outline: none;
    border: 0;
    cursor: pointer;
    background-color: var(--themaColor);
}


@media (max-width: 1366px){

}

@media (max-width: 1024px){
.contact > .wrap{ display:block}
.rightTable{ margin-top:5%;}
.leftTel{padding-top:0}
.contact{ margin:7.5% 0 15% 0;}
}

@media (max-width: 768px){
.leftTel .tel{ font-size:24px;}
.leftTel .welcome{ font-size:100px;}
.leftTel > .tips{ font-size:26px;}
.leftTel > img{ margin-top:5%;}
td input{ width:33.33%}
.form{ margin-top:15%;}
}

@media (max-width: 480px){
.rightTable{ padding:10%}
.rightTable .namePart{ line-height:30px;}
.rightTable .namePart .name{ font-size:24px;}
.rightTable .namePart .adr{ font-size:16px;}
.rightTable .otherInfo{ font-size:15px;}
td,td textarea{ font-size:15px;}
.form .submit{ width:160px; height:auto; line-height:45px; font-size:15px;}
td input{ width:100%; display:block; margin-top:10px;}
.leftTel .tel{ font-size:18px;}
.leftTel .welcome{ font-size:65px;}
.leftTel > .tips{ font-size:20px;}
}







