
.contact-us-page {
    overflow: hidden;
}

.contact-us-content-title{
    position:relative;
    width:100%;
    height:384px;
    padding:96px 0 24px 0;
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color:#ffffff;
    flex-direction: column;
}
.contact-us-content-title-bg{
    position:absolute;
    top:0;
    left:0;
    right:0;
    width:100%;
    height: 100%;
    object-fit: cover;
  }
  .contact-us-content-title-content{
    position:absolute;
  }
h3.contact-us-content-title-text{
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}
.contact-us-content-title-link{
    position: absolute;
    bottom:40px;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color:rgba(255,255,255,0.7);
}
.contact-us-content-title-link a{
    color:rgba(255,255,255,0.7);
}
/* tab切换 */
.contact-us-content-main{
    position: relative;
    background-color: #FBFBFD;
    box-sizing: border-box;
    z-index: 1;
}
.contact-us-content-main-bg{
    position: absolute;
    right:calc((100% - 1620px)/2);
    top:0;
    z-index: -1;
}
.content-us-tab{
    position:sticky;
    top:96px;
    margin-bottom:86px;
    background-color: #ffffff;
    z-index: 1000;
}
.content-us-tab-bg{
    
    margin:0 auto;
    padding:20px 0;
    box-sizing: border-box;
}
.content-us-tab a.content-us-tab-title{
    display:inline-block;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #303030;
    margin-right:60px;
    position: relative;
}
.content-us-tab a.content-us-tab-title .dot{
    width:6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    right:-10px;
    top:0;
}
.content-us-tab-title-active{
    font-weight: 700 !important;
    color:#1D3390 !important;
}
.content-us-tab-title-active .dot{
    background: #1D3390 !important;
}
/* 联系我们 */
.content-us-tab-item .content-us-tab-item-title{
    font-family: Microsoft YaHei;
    font-size: 32px;
    font-weight: 400;
    line-height: 58px;
    letter-spacing: 0em;
    text-align: left;
    color:#303030;
    margin-bottom:68px;
}
.content-us-tab-item .content-us-tab-item-title span{
    font-weight: 700;
    color:#1D3390;
}
.content-us-tab-item-list{
    flex-wrap: wrap;
}
.content-us-tab-item-list-item{
    width:20%;
    flex-direction: column;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #303030;
    margin-bottom:50px;
}
.content-us-tab-item-list-item-icon{
    width:20px;
    height: auto;
    margin-right:4px;
}
.content-us-tab-item-list-item-text{
    text-align: left;
    font-size: 24px;
    margin-top:10px;
	line-height: 1.2;
}
.content-us-tab-item-list-item:nth-last-child(1){
    width:40%;
    max-width: 485px;
}
.content-us-tab-item-map{
    width:100%;
    height: auto;
}
/* 在线订单 */
.online-orders{
    padding:80px 0;
    box-sizing: border-box;
    background-color: #fbfbfd;
    overflow: hidden;
}
.online-orders-title{
    font-family: Microsoft YaHei;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: center;
    color: #303030;
    margin-bottom:20px;
}
.online-orders-describe{
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    color:#666666;    
    margin-bottom:45px;
}
.line{
    width:128px;
    height: 1px;
    background:#dcdcdc;
    margin:0 auto;
}
/* 表单 */
#myForm{
    width: 100%;
    flex-wrap: wrap;
    margin-top:40px;
}
#myForm .form-item{
    width:45%;
    height:60px;
    margin-bottom:50px;
}
#myForm .form-item label{
    width:95px;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}
#myForm .form-item input{
    flex:1;
    height:100%;
    background-color: #ffffff;
    border-radius: 8px;
    padding-left:24px;
    box-sizing: border-box;
    outline:none;
}
#myForm .form-item-textarea{
    width: 100% !important;
    height: 278px !important;
}
.form-item-textarea label{
    padding-top:20px !important;
    box-sizing: border-box;
}
textarea{
    flex:1;
    /* width: 100%; */
    height: 278px;
    outline: none;
    padding:10px;
}
.form-item-captcha{
    width: 100% !important;
}
#captcha{
    max-width:360px !important;
}
#captchaImage{
    height:60px;
    width:auto;
    margin-left:20px;
    margin-bottom:60px;
}
.form-button{
    width:100%;
}
.form-button button{
    width:192px;
    height:58px;
    border-radius: 30px;
    border:1px solid #DCDCDC;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    color:#999999;
    margin:0 10px;
    background-color: #ffffff;
}
.form-button button.submit{
    background: #1D3390 !important;
    color:#ffffff !important;
}
input::-webkit-input-placeholder{   /* 使用webkit内核的浏览器 */
	color: #DCDCDC;
}
input:-moz-placeholder{    /* Firefox版本4-18 */
	color: #DCDCDC;
}              
input::-moz-placeholder{    /* Firefox版本19+ */
	color: #DCDCDC;
}              
input:-ms-input-placeholder{   /* IE浏览器 */
	color: #DCDCDC;
}  
.captcha-empty{
    display: none;
}      
@media all and (max-width: 1620px){
    .contact-us-content-main-bg {
        right: 20px;
    }
    .content-us-tab-item-list-item-text{
        font-size: 20px;
    }
    .content-us-tab-item-list-item:nth-last-child(1){
        width:40%;
    }
}
@media all and (max-width: 1440px){
    .content-us-tab-item-list-item:nth-last-child(1){
        width:50%;
    }
}
@media all and (max-width: 1280px){

}
@media all and (max-width: 1080px){
    .content-us-tab-item-list-item {
        width: 33.33%;
        margin-bottom: 30px;
    }
}
@media all and (max-width: 820px){
    .contact-us-content-title{
        height: 260px;
        padding:40px 0;
      }
      h3.contact-us-content-title-text{
        font-size: 36px;
        line-height: 40px;
      }
      .content-us-tab-item-list-item{
          width:33%;
      }
      .content-us-tab-item-list-item:nth-last-child(1){
        width:60%;
    }
    .content-us-tab-item-list-item-text{
        font-size: 20px;
    }
}
@media all and (max-width: 767px){
    .contact-us-content-main {
        padding-top: 40px;
    }
    h3.contact-us-content-title-text{
        font-size: 20px;
        line-height: 36px;
        margin-bottom:10px;
    }
    .contact-us-content-title{
        height: 200px;
        padding:24px 0;
      }
      .contact-us-content-main-bg{
          display: none;
      }
      .content-us-tab{
          display: none;
      }
      .content-us-tab-item .content-us-tab-item-title{
          font-size: 22px;
          line-height: 40px;
          margin-bottom: 30px;
      }
      .content-us-tab-item-list-item{
          width:48%;
      }
      .content-us-tab-item-list-item:nth-last-child(1){
          width:100%;
      }
      .content-us-tab-item-list-item{
        font-size: 14px;
      }
      .content-us-tab-item-list-item-icon{
          width:17px;
      }
      .content-us-tab-item-list-item-text{
          font-size: 14px;
      }
      #myForm .form-item{
          width:100%;
          height: 45px;
          margin-bottom: 20px;
      }
      .captcha-item{
          width:100%;
          flex-direction: column;
      }
      textarea{
          width: 75%;
          height: 260px;
      }
      #captchaImage{
          width:75%;
          height: auto;
      }
      .form-button{
          margin-top: 50px;
      }
      .online-orders-title{
          font-size: 24px;
      }
      .online-orders-describe{
          font-size: 14px;
      }
      #myForm .form-item label{
          font-size: 14px;
      }
      .form-button button{
          width:180px;
          height: 45px;
      }
      .captcha-empty{
          display: block;
      }
      .captcha-item{
          align-items: flex-end;
      }
      #captcha{
          max-width: 100% !important;
      }
      #captchaImage{
          flex:1;
          width:100%;
          margin-left:0;
          height: 44px;
          max-width: 130px;
          margin-bottom: 0;
      }
}