body{
    position: static !important;
    
}
.crumb {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 16px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  color: #fff;
}
.crumb > div {
  display: flex;
  align-items: center;
}
.crumb > div a {
  color: #fff;
  flex: 0 0 auto;
}

.crumb > div a:last-child {
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}.banner {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.banner img {
  width: 100%;
}
.banner .banner_info {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
.banner .banner_info .subtit {
  font-weight: 400;
  text-align: center;
  color: #004ea2;
}
.banner .banner_info .tit {
  font-weight:600;
  text-align: center;
  color: #004ea2;
}
.contactus_tab{
    display: flex;
    align-items: flex-end;
    margin-top:100px;
    height:66px;
}
.contactus_tab > div{
    margin-right:40px;
  
    line-height: 1;
    cursor: pointer;
    position: relative;
    padding-bottom: 10px;
    order: 1;
         transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
}
.contactus_tab > div:after{
     content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background:  #004ea2;
         transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
}
.contactus_tab > .fnt_32{
    color: #333;
}
.contactus_tab > .fnt_56{
      color: #004ea2;
      
}
.contactus_tab > .fnt_56:after{
    width: 100%;
}
.contactus_main {
  display: flex;
  flex-wrap: wrap;
  margin: 70px auto 100px auto;
  
}

.contactus_main > div {
  flex: 1;
  height: auto;
  overflow: hidden;
}
.contactus_main > .con_l {
    flex:0 0 540px;
    color: #fff;
}
.contactus_main > .con_l .main{
    padding:60px 40px;
    background:#004ea2; 
    
    margin-left: 100px;
}
.layui-form-checked[lay-skin=primary] i{
    
     background:#004ea2; 
     border-color:#004ea2; 
}
.contactus_main > .con_l .tit{
    margin-bottom:10px;
}
.layui-form-select dl dd.layui-this{
      background:#004ea2; 
}
.contactus_main > .con_l .main .mes{
    margin-top:20px;
}
.contactus_main > .con_l .main .mes p{
    margin-top:10px;
}
.contactus_main > .con_l .main .mes a{
    color: #fff;
}
.contactus_main .image {
  height: auto;
}
.contactus_main .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s linear;
}
.contactus_main .image img:hover {
  transform: scale(1.05);
}

.contactus_main .con_r .tit {
  text-align: left;
  color: #004ea2;
  font-family: Poppins-bold;
}
.contactus_main .con_r .form {
  width: 100%;

}

.contactus_main .con_r .form > .input_list {
  margin-bottom: 20px;
  transform: translateY(100px);
  transition: all 0.4s linear;
}
.contactus_main .con_r .form > .input_list.hider{
    display: none;
}
.contactus_main.act .con_r .form > .input_list {
    
      transform: translateY(0);
}
.contactus_main.act .con_r .form > .input_list.z_2{
    
    position: relative;
    z-index: 2;
}
.contactus_main .con_r .form > .input_list .layui-input-block{
    
    margin:10px 0 0 0 ;

}
.contactus_main .con_r .form  .layui-input-block{
    margin:0;
}
.contactus_main .con_r .form > .input_list .layui-input-block textarea{
            background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding:10px;
    
}
.contactus_main .con_r .form > .input_list p {
  display: flex;
  line-height: 1;
  align-content: flex-start;
  font-weight: 600;
  text-align: left;
  color: #333;
}
.contactus_main .con_r .form > .input_list p svg {
  margin-right: 6px;
}
.contactus_main .con_r .form > .input_list input {
  margin-top: 10px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.contactus_main .con_r .form > .input_list .yazm input{
    width: 50%;
    min-width:150px;
}
.contactus_main .con_r .form .subtit {
  font-weight: 400;
  text-align: left;
  color: #999999;
}

.contactus_main .con_r .form button {
  width: 194px;
  height: 50px;
  color: #004EA2;
     display: flex;
  align-items: center;
   padding:10px 20px;
    justify-content: center;
    border: 1px solid #004EA2;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    z-index: 2;
  margin-top: 38px;
 background:transparent
 
}

.contactus_main .con_r .form .file_box{
      margin-top: 38px;
 
}
.contactus_main .con_r .form .file_box > div{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
         margin-bottom:10px !important;
}
.contactus_main .con_r .form .file_box .file_name{margin-left:10px;}
.contactus_main .con_r .form .file{
    
    margin: 0;
}
.contactus_main .con_r .form .file{
     border-radius: 5px;
    width: 160px;
  
}
.contactus_main .con_r .form > .input_list .file_tit{
    font-weight:400;
    opacity: 0.8;
    line-height: 1.5;
    
}
.contactus_main .con_r .form button:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-image: linear-gradient(to right, #005db8 , #299bf3);
    transition: all 0.4s linear;
}
.contactus_main .con_r .form button:hover:after{
    width: 100%;
}
.contactus_main .con_r .form button:hover {
 border-color: transparent !important;
    color: #fff !important;
}

.layer_pop{
    
    position: fixed;
    top: 0;
    left: 0;
    z-index:99;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
  display: none;
}

.layer_pop > div{
      width: 100%;
    height: 100%;
      display: flex;
    justify-content: center;
    align-items: center;
}
.layer_pop .mes{
    width: 50vw;
    padding:40px;
    background: #fff;
    border-radius:10px;
        position: relative;
}
.layer_pop .close{
    position:absolute;
    right:20px;
    top:20px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: rgba(0,0,0,.6);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .4s;
}
.layer_pop .close:hover{
    
    transform: rotate(180deg);
}
.layer_pop .close svg{
    width: 50%;
    height: 50%;
}

.layui-form-radio:hover *, .layui-form-radioed, .layui-form-radioed>i{
    color:#004EA2;
    
}

@media only screen and (max-width: 1600px) {
    .contactus_tab{margin-top:5.2vw;}
    .contactus_main > .con_l .main{margin-left:5.2vw}

  .contactus_main .con_r .form button {
    margin-top: 1.9792vw;
  }
  .contactus_main{margin:3.64vw auto 5.2vw auto;}
  .contactus_main > .con_l .main{padding:3.125vw 2vw;}
}
@media only screen and (max-width: 1440px) {
       .contactus_tab{height:46px;}
}
@media only screen and (max-width: 1200px) {
  .contactus_main .con_r .form button {
    width: 160px;
    height: 40px;
    line-height: 40px;
  }
  .contactus_main > .con_l{flex:0 0 300px;}
  .contactus_main .con_r .form > .input_list input {
    height: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 1000px) {
  .banner {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 768px) {
    .contactus_main .con_r .form .file_box .file_name {
    margin-left: 0;
    flex: 0 0 100%;
    margin-top: 20px;
}
    .layui-form-checkbox span{white-space: break-spaces;}
    .contactus_tab{height:32px;}
     .banner {
    margin-top: 13.33vw;
  }
    .banner img {
    height: 240px;
    object-fit: cover;
  }
    .layer_pop .close{width:32px;height:32px;}
    .layer_pop .mes{width:90vw;padding:40px 20px;}
    .contactus_tab > div{margin-right:20px;}
    .contactus_tab{margin-top:40px;}
    .contactus_main{margin:40px 0;}
    .contactus_main > .con_l .main .mes p{margin-top:4px}
    .contactus_main > .con_l .main{padding:20px;margin-left:0}
    .contactus_main > div{flex:0 0 100%}
 .contactus_main > .con_l{flex:0 0 100%;margin:20px 0 0 0;}
  .contactus_main .con_r .form button {
    margin-top: 20px;
  }
}
