@keyframes motion {
  0% {transform: translateY(0);}
  100% {transform: translateY(20px);}
}

.company_wrap{width: 100%; margin: 0 auto;}

.company_wrap .top .main_wrap{ background-image: url("../img/enterprise/company_main2.png");  height: 1000px; text-align: center; width: 100%; background-size: cover;}
.company_wrap .top .main_wrap .main_banner{ width: 100%;background-size: 100%;  background-repeat: no-repeat; display: flex;  flex-direction: column;}
.company_wrap .top .main_wrap .main_banner li{width: 100%;}
.company_wrap .top .main_wrap .main_banner .text_box {margin-top: 80px;width: 100%;}
.company_wrap .top .main_wrap .main_banner .text_box .tit{font-size: 45px;line-height: 65px;font-family: 'Neo_Bold';color: #fff;}
.company_wrap .top .main_wrap .main_banner .text_box .tit span{font-size: 35px;font-family: 'Neo_Bold';}
.company_wrap .top .main_wrap .main_banner .text_box .txt{font-size: 20px;line-height: 27px;padding-top: 20px;letter-spacing: 1px;color: #fff;}
.company_wrap .top .main_wrap .main_banner .text_box .txt_mo{display: none;}
.company_wrap .top .main_wrap .main_banner .application{margin-top: 50px;text-align: center;  width: 100%;  font-size: 15px;  cursor: pointer;}
.company_wrap .top .main_wrap .main_banner .application span{ color: #fff; border:1px solid #fff; padding: 12px 35px; letter-spacing: 1px;}
.company_wrap .top .search_wrap{width: 100%;  padding: 12px;}
.company_wrap .top .search_box{display: inline-block;margin: 0 auto;width: 50%;/* position: relative; */margin-top: 50px;}
.company_wrap .top .search_box .search_input{width: 40%;display: inline-block;}
.company_wrap .top .search_box input{display: flex;width: 100%;padding: 15px;border-radius: 5px;border: none;margin: 0 auto;box-shadow: #568ae521 1.95px 1.95px 2.6px;}
.company_wrap .top .search_box input::placeholder{letter-spacing: 1px; color: #777; font-size: 14px;}
.company_wrap .top .search_box .search_btn{display: inline-block; cursor: pointer;}
.company_wrap .top .search_box .search_mo{display: none;}
.company_wrap .top .search_box .search_btn span{
    padding: 15px 25px;
    background-color: #3B82F4;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
}

.company_wrap .middle .info_wrap{margin-bottom: 6%;}
.company_wrap .middle .info_wrap .tit_box{display: inline-block;width: 100%;margin-top: 80px;}
.company_wrap .middle .info_wrap .tit_box .b_tit{
  display: block;
  margin: 0 auto;
  width: 35%;
  text-align: center;
  font-size: 35px;
  font-family: 'Neo_Bold';
  margin-top: 7%;
  line-height: 55px;
  color: #333;
  position: relative;
  letter-spacing: 3px;
}

.company_wrap .middle .info_wrap .tit_box .b_tit::before{
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #4071E1;
  position: absolute;
  top: -15px;
  left: 0;
  animation: motion 2s linear 0s infinite alternate;
}
.company_wrap .middle .info_wrap .tit_box .b_tit::after{
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #88C3D3;
  position: absolute;
  bottom: -15px;
  right: 0;
  animation: motion 1s linear 0s infinite alternate;
}

.company_wrap .middle .info_wrap .tit_box .box_line{border: 1px solid #f0f0f0; width: 0.1px; height: 80px;  margin: 0 auto; margin-top: 30px;}

.company_wrap .middle .info_wrap .info_box1{display: flex;align-items: center;justify-content: space-evenly;margin: 0 auto;width: 1340px; animation: fadein 2s alternate;}
.company_wrap .middle .info_wrap .content_img{width: 40%; display: inline-block;}
.company_wrap .middle .info_wrap .content_img .round{border-radius: 50%;width: 480px;height: 480px;display: flex;justify-content: center;align-items: center;}
.company_wrap .middle .info_wrap .content_img img{width: 80%;display: inline-block;margin: 0 auto;}
.company_wrap .middle .info_wrap .content_txt{width: 40%; display: inline-block;}
.company_wrap .middle .info_wrap .content_txt .num{font-size: 16px;color: #568AE5;display: inline-block;margin-bottom: 20px;}
.company_wrap .middle .info_wrap .content_txt .tit{font-size: 30px;font-family: 'Neo_Bold';line-height: 50px;margin-bottom: 30px;letter-spacing: 1px;}
.company_wrap .middle .info_wrap .content_txt .tit span{font-family: 'Neo_Bold'; color:#568AE5;}
.company_wrap .middle .info_wrap .content_txt .txt{font-size: 15px;line-height: 25px;color: #3D3D3D;}
.company_wrap .middle .info_wrap .info_box2{display: flex;align-items: center;width: 1340px;justify-content: space-evenly;margin: 0 auto;margin-top: 5%;     animation: fadein 2.5s alternate;}

.company_wrap .middle .register_wrap{background-color: #568AE5;width: 100%;display: inline-block;margin-bottom: 2%;}
.company_wrap .middle .tit_wrap{ width: 1320px;display: block; margin: 0 auto;}
.company_wrap .middle .s_tit{color: #fff;font-size: 16px;display: inline-block;width: 100%;margin-top: 70px;margin-bottom: 20px;}
.company_wrap .middle .b_tit{font-size: 35px;color: #fff;font-family: 'Neo_Bold';}
.company_wrap .middle .register_wrap .register_box{width: 1320px; margin: 0 auto; margin-top: 80px;}
.company_wrap .middle .register_wrap .register_box ul{justify-content: space-evenly; width: 100%; display: flex;}
.company_wrap .middle .register_wrap .register_box li{display: flex; flex-direction: column; width: 33.3%;}

.company_wrap .middle .register_wrap .register_box .box_top{width: 100%;display: flex;align-items: center;}
.company_wrap .middle .register_wrap .register_box .box_top img{width: 10%;float: left;}
.company_wrap .middle .register_wrap .register_box .box_top .border{width: 300px;border: 0.1px solid #ffffff6b;margin-left: 40px;}
.company_wrap .middle .register_wrap .register_box .box_bottom{margin-bottom: 70px;}
.company_wrap .middle .register_wrap .register_box .box_bottom span{
  color: #fff;
  font-size: 20px;
  font-family: 'Neo_Semibold';
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 51px;
}
.company_wrap .middle .register_wrap .register_box .box_bottom p{color: #fff;font-size: 15px;line-height: 25px;letter-spacing: 1px;}

.company_wrap .middle .company_wrap{ margin-bottom: 6%;}
.company_wrap .middle .company_wrap .s_tit{color: #568AE5;}
.company_wrap .middle .company_wrap .b_tit{color: #333;}
.company_wrap .middle .company_wrap .logo_wrap{width: 1450px; margin: 0 auto; display: block;}
.company_wrap .middle .company_wrap .logo_wrap ul{width: 100%;margin: 0 auto;margin-top: 50px;display: inline-block;}
.company_wrap .middle .company_wrap .logo_wrap li{
  width: 20%;
  float: left;
  box-shadow: 2px 4px 12px rgb(127 127 127 / 8%);
  text-align: center;
  border-radius: 10px;
  margin: 0 36px;
  margin-bottom: 30px;
  display: inline-block;
  padding: 10px;
}
.company_wrap .middle .company_wrap .logo_wrap li:last-child{
  box-shadow: none;
  font-size: 16px;
  margin: 0 auto;
  height: 70.66px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29%;
  height: 87.8px;
  letter-spacing: 0.5px;
}
.company_wrap .middle .company_wrap .logo_wrap img{ display: inline-block; margin: 0 auto; width: 45%;}

.company_wrap .bottom{background-color: #F0F5F8;}
.company_wrap .bottom .contact_wrap{width: 1320px;display: block; margin: 40px auto;}
.company_wrap .bottom .contact_wrap .tit_wrap{width: 25%;  display: inline-block;}
.company_wrap .bottom .contact_wrap .s_tit{color: #568AE5;font-size: 16px;display: inline-block;width: 100%;margin-top: 60px;margin-bottom: 20px;}
.company_wrap .bottom .contact_wrap .b_tit{font-size: 35px;color: #333;font-family: 'Neo_Bold';}
.company_wrap .bottom .contact_wrap .contact_box{
  width: 75%;
  display: flex;
  float: right;
  margin-top: 100px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.company_wrap .bottom .contact_wrap .contact_box p{font-size: 14px;color: #929292;font-family: 'Neo_R';border-bottom: 1px solid #ccc;width: 100%;text-align: left;padding-bottom: 15px;letter-spacing: 0.5px;}
.company_wrap .bottom .contact_wrap .contact_box .list01{ width: 45%; display: inline-block; float: left;   margin-top: 20px;}
.company_wrap .bottom .contact_wrap .contact_box .list01 li{margin-bottom: 30px;}
.company_wrap .bottom .contact_wrap .contact_box .list01 .list_tit{font-size: 15px;margin: 20px 0;}
.company_wrap .bottom .contact_wrap .contact_box .list_tit span{color: #f55555;}
.company_wrap .bottom .contact_wrap .contact_box .list01 input{width: 80%;padding: 13px 15px;font-size: 13px;border-radius: 5px;border: none;background-color: #fff;}
.company_wrap .bottom .contact_wrap .contact_box .list01 input::placeholder{color: #a2a2a2; letter-spacing: 1px;}

.company_wrap .bottom .contact_wrap .contact_box .list02{width: 45%; display: inline-block;  margin-top: 20px;}
.company_wrap .bottom .contact_wrap .contact_box .list02 li{}
.company_wrap .bottom .contact_wrap .contact_box .list02 .list_tit{font-size: 15px;  margin-top: 20px; margin-bottom: 10px;}
.company_wrap .bottom .contact_wrap .contact_box .list02 textarea{padding:10px;width: 100%; height: 15.4em; resize: none; border-radius: 5px;  border: none; background-color: #fff;}
.company_wrap .bottom .contact_wrap .contact_box .list02 textarea::placeholder{color: #a2a2a2; font-size: 13px; padding: 10px 15px; letter-spacing: 1px;}

.company_wrap .bottom .contact_wrap .contact_box .register_btn{ display: inline-block;width: 90%;text-align: right; border-top: 1px solid #eaeaea;}
.company_wrap .bottom .contact_wrap .contact_box .register_btn span{background-color: #568AE5;color: #fff;padding: 15px 25px;margin: 20px 0;display: inline-block;border-radius: 5px;font-size: 16px;}

.middle .middle_main .main_02{
  width: 100%;
  display: flex;
  margin: 0 auto;
  align-items: center;
  margin-top: 1%;
}

.middle .middle_main .main_02_txt{
  /* margin-top: 9%; */
  width: 50%;
  padding-left: 21%;
}

.middle .middle_main .main_02_txt span{
  box-shadow: inset 0 -10px 0 hsl(222.5deg 18.75% 74.9%)
}
.middle .middle_main .main_02_img{
  float: right;
  /* margin-top: 2%; */
  width: 50%;
}

.middle .middle_main .main_02_img img{
  float: right;
}

.middle .middle_bottom{
  background-color: #fff;
  margin: 7% auto;
  width: 100%;
  display: inline-block;
  padding: 20px 0;
  padding-bottom: 30px;
}

.middle .middle_bottom img{
  display: block;
  margin: 3px auto;
}
.middle .middle_bottom p{
  text-align: center;
  font-size: 15px;
  line-height: 25px;
  }
.middle .middle_bottom span{
  font-size: 18px;
  font-family: 'Neo_Semibold';
}
.bottom{
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}
.bottom p{
  text-align: center;
  font-size: 22px;
  font-family: 'Neo_Semibold';
}
.bottom .bottom_ex{
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgb(0 0 0 / 13%) 1.95px 1.95px 2.6px;
}
.bottom .bottom_ex .ex_wrap{
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.bottom .bottom_ex .ex_wrap .ex_txt{
  text-align: center;
  display: flex;
  width: 95%;
  margin-bottom: 30px;
  line-height: 19px;
  font-size: 15px;
  justify-content: center;
}

.bottom .bottom_ex .ex_wrap .ex_txt li:nth-child(1),
.bottom .bottom_ex .ex_wrap .ex_txt li:nth-child(3),
.bottom .bottom_ex .ex_wrap .ex_txt li:nth-child(5){
  display: flex;
  width: 25%;
  flex-direction: column;
  align-items: center;
  float: left;
  font-size: 14px;
}
.bottom .bottom_ex .ex_wrap .ex_txt li:nth-child(2),
.bottom .bottom_ex .ex_wrap .ex_txt li:nth-child(4){
  display: flex;
  width: 5%;
  float: left;
  justify-content: center;
  flex-direction: column;
}

 .bottom .bottom_counsel{
  width: 100%;
  display: inline-block;
  margin: 5% 0;
}
.bottom .bottom_counsel .counsel_tit{
  text-align: center;
  display: block;
  width: 100%;
  font-size: 22px;
  font-family: 'Neo_Semibold';
  margin-bottom: 0;
}
.bottom .bottom_counsel p{
  font-size: 14px;
  display: block;
  font-family: 'Neo_R';
  margin-top: 10px;
  margin-bottom: 30px;
}
.bottom .bottom_counsel ul{}
.bottom .bottom_counsel ul li{
  width: 50%;
  float: left;
  padding: 15px;
}
.bottom .bottom_counsel ul li:nth-child(6){
  width: 100%;
}
.bottom .bottom_counsel .counsel_input{
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgb(0 0 0 / 13%) 1.95px 1.95px;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
.bottom .bottom_counsel .counsel_input .info{
  padding-bottom: 10px;
  font-size: 17px;
  font-family: 'Neo_bold';
}
.bottom .bottom_counsel .counsel_input span{
  color: #ff1010;
}
.bottom .bottom_counsel .counsel_input textarea{
  border-radius: 5px;
  width: 96%;
  height: 130px;
  border: 1px solid #dddddd;
  padding: 10px;
  resize: none;
  color: #707070;
}
.bottom .bottom_counsel .counsel_input .phone_num span{
  color: #343434;
}
.bottom .bottom_counsel .counsel_input li:nth-child(3) input[type="text"]{
  width: 43.8%;
}
.bottom .bottom_counsel .counsel_input li:nth-child(3) .at{
  color: #727272;
}
.bottom .bottom_counsel .counsel_input li:nth-child(3) select{
  height: 35px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 8px;
  width: 28%;
}
.bottom .bottom_counsel .counsel_input li:nth-child(5){
  width: 100%;
}
.bottom .bottom_counsel .counsel_input li:nth-child(5) .selbox2{
  border-radius: 5px;
  width: 45%;
  height: 35px;
  border: 1px solid #dddddd;
  padding: 0 10px;
}
.bottom .bottom_counsel .counsel_input li:nth-child(7) .info{
  width: 78%;
  float: left;
}

.bottom .bottom_counsel .counsel_input li:nth-child(7) .file-label{
  background-color: #7b7b7b;
  font-size: 14px;
  padding: 5px 10px;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}

.bottom .bottom_counsel .counsel_input li:nth-child(7) .file{display: none;}
.bottom_counsel ul.counsel_input li input[type="text"]{
  border-radius: 5px;
  width: 92%;
  height: 35px;
  border: 1px solid #dddddd;
  padding: 0 10px;
}

.bottom_counsel ul.counsel_input li .phone_num input{
    width: 28.8%;
  }
.bottom_counsel ul.counsel_input li .phone_num .num_op{
  border-radius: 5px;
  width: 30%;
  height: 35px;
  border: 1px solid #dddddd;
  padding: 0 10px;
}

.bottom .bottom_counsel .counsel_footer{
  width: 1200px;
  display: block;
  margin: 0 auto;
}
.bottom .bottom_counsel .counsel_footer a{
  float: right;
  background-image: url(/img/enterprise/receipt_img2.png);
  height: 50px;
  width: 170px;
  margin-top: 12px;
  background-size: cover;
}

.bottom .bottom_counsel .counsel_footer p{
  font-size: 21px;
  font-family: 'Neo_Heavy';
  display: inline-block;
  margin-left: 25px;
  margin-top: 10px;
}

.bottom .company_page .search{
    width: 100%;
    display: inline-block;
    margin-top: 2%;
    margin-bottom: 10px;
}
.bottom .company_page .search p{
    margin-bottom: 30px;
}

.bottom .company_page .search span{

}
.bottom .company_page .search .search_wrap{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
}
.bottom .company_page .search .search_wrap .search_box{
    width: 45%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.bottom .company_page .search .search_wrap .search_box input{
    width: 80%;
    padding: 13px;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #333;
    font-size: 15px;
}
.bottom .company_page .search .search_wrap .search_box .button{
    width: 15%;
    display: flex;
}
.bottom .company_page .search .search_wrap .search_box .button .black{
    padding: 18px;
    margin-left: 15px;
    font-size: 15px;
    border-radius: 10px;
}
.bottom .company_page .search .search_wrap .search_box span{
    width: 97%;
    margin-top: 15px;
    color: #999;
    font-size: 13px;
}

.bottom .company_page .com_wrap{
  width: 1200px;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
}

.search_box .list_box {
  display: flex;
  flex-direction:column;
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  margin-top: 15px;
  transition: all 0.2s;
  background-color: #fff;
  font-size: 13px;
  z-index: 2;
}
.search_box .not_admin{width: 60%;margin: 20px auto;}
.search_box .done_admin{width: 60%;margin: 20px auto;}
.search_box .not_anw{width: 100%; padding: 10px;}
.search_box .done_anw li:last-child{border: none;}
.search_box .done_anw{width: 100%; padding: 10px; border-bottom: 1px solid #999}
.search_box .com_input li{display: flex;padding: 15px 9px;border-bottom: 1px solid #ededed;align-items: center;}
.search_box .answer{padding:10px;}
/* .search_box .answer li:first-child{border-top: 1px solid #999} */
.search_box .com_input li .tit{color: #999;width: 90px;text-align: left;width: 100px}
.search_box .com_input li .val{width: calc(100% - 100px);text-align: left;line-height: 17px;}
.search_box .l_m_title{font-size: 20px;text-align: left;display: flex;font-family: 'Neo_Semibold';justify-content: space-between;}
.search_box .l_m_title i{padding: 0px 10px; cursor: pointer;}
.search_box .progress{text-align: right;padding: 0px 10px}
.search_box .progress .st_del{color: #ed5ea1;display: inline-block;padding: 10px;font-size: 12px;  border-radius: 5px;background-color: #ff00780f;cursor: pointer;}
.search_box .progress .st_done{color: #1C77FF;display: inline-block;font-size: 12px;  border-radius: 5px;cursor: pointer;}
.search_box .com_input li .ans{font-family: 'Neo_Semibold'}

.bottom_guide{
  margin-top: 7%;
}

.bottom_guide p{
  text-align: center;
  font-size: 22px;
  font-family: 'Neo_Semibold';
  margin-bottom: 30px;
}

.bottom_guide ul{
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  padding: 20px;
  margin-bottom: 5%;
}

.bottom_guide ul li{
  padding: 8px;
  font-size: 15px;
}

footer {
  margin-top: 0;
}
