
.contactMain{

padding-bottom: calc(141/1920*100vw);
}
.contactMain .section1{
    
}
.contactMain .section1 .list *{
    position: relative;
    z-index: 4;
}
.contactMain .section1 .list{
    
padding-bottom: 4%;
}
.contactMain .section1 .list li:after{

}
.contactMain .section1 .list li{
    position: relative;
    background: #F2F2F2;
    margin-bottom: 2%;
    padding-left: 3.3%;
    padding-right: 3.3%;
    padding-top: 35px;
    cursor: pointer;
    padding-bottom: 18px;
}
.contactMain .section1 .list .title{
    
font-size: 26px;
    
font-family: Microsoft YaHei;
    
font-weight: bold;
    
padding-bottom: 15px;
    
color: #0068B6;
    
border-bottom: 1px solid #0068B6;
}
.contactMain .section1 .list .dec{
    
font-size: 16px;
    
font-family: Microsoft YaHei;
    
font-weight: 400;
    
color: #4C4948;
    
padding-top: 15px;
}
.contactMain .section1 .list .dec p{
    
line-height: 26px;
    
margin-bottom: 14px;
    
padding-left: 35px;
}
.contactMain .section1 .list .dec p.con1{
    
background: url(../images/loca.png) no-repeat 2px center;
}
.contactMain .section1 .list .dec p.con2{
    
background: url(../images/telimg.png) no-repeat 2px center;
}
.contactMain .section1 .list li:hover .dec p.con1{
background: url(../images/locahover.png) no-repeat 2px center;
}
.contactMain .section1 .list li:hover .dec p.con2{
background: url(../images/telimghover.png) no-repeat 2px center;
}
.contactMain .section2{
    
}
.contactMain .section2 .formTable .titlemodel{
    margin-bottom:2.4%;
    font-size: 26px;
}
.contactMain .section2 .formTable{
    background: #F2F2F2;
    padding: 4.3% 4%;
}
.contactMain .section2 .formTable form{
    
}
.contactMain .section2 .formTable .model{
    
position: relative;
}
.contactMain .section2 .formTable .model textarea{
    
height: 74px;
    
background: #FFFFFF;
    
margin-bottom: 16px;
    
width: 100%;
    
display: block;
    
resize: none;
    
border: none;
    
padding: 12px;
    
font-size: 12px;
    
font-family: Microsoft YaHei;
    
font-weight: 400;
    
font-size: 16px;
}
.contactMain .section2 .formTable .items:after{
    display:table;
    clear:both;
    content:"";
}
.contactMain .section2 .formTable .items{
    
/* zoom: 1; */
    
/* overflow: hidden; */
}
.contactMain .section2 .formTable  label.error{
    position:absolute;
    right: 0;
    top: 0px;
    line-height: 35px;
    right: 10px;
    color: red;
}
.contactMain .section2 .formTable .item{
    
float: left;
    
width: calc((100% - 16px)/2);
    
margin-bottom: 16px;
    
position: relative;
}
.contactMain .section2 .formTable .item:nth-child(2n){
    float: right;
}
.contactMain .section2 .formTable .words{
    
width: 100%;
    
display: block;
    
border: none;
    
height: 38px;
    
background: #FFFFFF;
    
padding: 0px 13px;
    
font-size: 16px;
}
.contactMain .section2 .formTable .send{
    
height: 35px;
    
background: #0068B6;
    
width: 100%;
    
border: none;
    
font-size: 13px;
    
font-family: Microsoft YaHei;
    
font-weight: 400;
    
color: #FEFEFE;
    
cursor: pointer;
}

.contactMain .section2 .formTable .words.yzm{
    
width: calc(100% - 120px);
    
float: left;
}
.contactMain .section2 .formTable .code *{
    width:100%;
    height:100%;
    border:none;
    cursor:pointer;
    color:#fff;
    background:#0068B7
}
.contactMain .section2 .formTable .code{
    
float: right;
    
width: 106px;
    
height: 38px;
    
background: #fff;
}
.contactMain .section2 .formTable .code img{
    
cursor: pointer;
    
width: 100%;
    
height: 100%;
}
.contactMain .section2 .formTable .words.yzm + .error{
    right: 120px;
}