.index1 span{
  font-size: 12px;
}
.applicationBox .right1:nth-child(2){
  display: none;
}
.applicationBox {
  border: 0 !important;
}

.applicationBox .right1 {
  line-height: 12px;
  height: 12px;
}

.application {
  padding-bottom: 40px;
}

.application .title {
  border-bottom: 1px solid #0f7fc2;
  padding-bottom: 15px;
  margin-bottom: 40px;
}

.application .title h1 {
  font-size: 18px;
  color: #0f7fc2;
}

.application .applicationFrom {
  width: 381px;
  margin: 0 auto;
}

.application .applicationFrom .inputBox {
  margin-bottom: 42px;
}

.application .applicationFrom .inputBox input[type="text"],.application .applicationFrom .inputBox input[type="password"] {
  width: 100%;
  font-size: 16px;
  color: #393939;
  border: 1px solid #959595;
  box-sizing: border-box;
  height: 50px;
  padding-left: 10px;
}

.application .applicationFrom .inputBox.codeBox {
  display: flex;
  justify-content: space-between;
}

.application .applicationFrom .inputBox.codeBox input[type="text"] {
  width: 259px;
}

.application .applicationFrom .inputBox.codeBox span {
  font-size: 14px;
  color: #0f7fc2;
  border: 1px solid #959595;
  display: inline-block;
  width: 109px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.application .applicationFrom .btn {
  margin-bottom: 55px;
}

.application .applicationFrom .btn a {
  display: block;
  text-align: center;
  line-height: 40px;
  background: #0f7fc2;
  font-size: 16px;
  color: #fafafa;
}

.application .applicationFrom .tips {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.application .applicationFrom .wxts{
  font-size: 14px;
  color: #f00;
  margin-top: 30px;
}

.application .applicationFrom .tips .forgetPass span {
  display: inline-block;
  margin-right: 10px;
}

.application .applicationFrom .tips .forgetPass span input {
  vertical-align: middle;
  margin-right: 10px;
}

.application .applicationFrom .tips .forgetPass a {
  color: #fe0505;
}

.application .applicationFrom .tips .registerBtn {
  font-size: 14px;
  color: #393939;
}

.application .forgetasswordList li {
  position: relative;
  padding-top: 32px;
}

.application .forgetasswordList li::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 30px;
  border-left: 1px solid #9c9696;
  width: 1px;
  height: 108%;
}

.application .forgetasswordList li:last-child::after {
  display: none;
}

.application .forgetasswordList li.on h1 span {
  background: #ff9500;
}

.application .forgetasswordList li h1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  font-size: 16px;
  color: #393939;
}

.application .forgetasswordList li h1 span {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #aaaaaa;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  margin-right: 10px;
}

.application .forgetasswordList li .forms {
  width: 381px;
  margin: 0 auto;
}

.application .forgetasswordList li .forms .inputBox {
  margin-bottom: 42px;
}

.application .forgetasswordList li .forms .inputBox dl {
  display: flex;
  height: 50px;
  align-items: center;
  border: 1px solid #959595;
}

.application .forgetasswordList li .forms .inputBox dl dt {
  font-size: 16px;
  color: #393939;
  width: 20%;
  text-align: center;
}

.application .forgetasswordList li .forms .inputBox dl dd {
  width: 80%;
  height: 100%;
}

.application .forgetasswordList li .forms .inputBox dl dd input[type="text"] ,.application .forgetasswordList li .forms .inputBox dl dd input[type="password"] {
  width: 100%;
  height: 100%;
  border: 0;
  font-size: 16px;
}

.application .forgetasswordList li .forms .inputBox.codeBox {
  display: flex;
  justify-content: space-between;
}

.application .forgetasswordList li .forms .inputBox.codeBox dl {
  width: 250px;
}

.application .forgetasswordList li .forms .inputBox.codeBox dl dt {
  width: 30%;
}

.application .forgetasswordList li .forms .inputBox.codeBox dl dd {
  width: 70%;
}

.application .forgetasswordList li .forms .inputBox.codeBox .codeBtn {
  font-size: 14px;
  color: #0f7fc2;
  border: 1px solid #959595;
  display: inline-block;
  width: 114px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.application .forgetasswordList li .forms .btn {
  margin-bottom: 55px;
}

.application .forgetasswordList li .forms .btn a {
  display: block;
  text-align: center;
  line-height: 40px;
  background: #0f7fc2;
  font-size: 16px;
  color: #fafafa;
}

.application .forgetasswordList li .successBox {
  width: 381px;
  border: 1px solid #959595;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 158px;
  margin: 0 auto 39px;
  text-align: center;
}

.application .forgetasswordList li .successBox h2 {
  font-size: 24px;
  color: #393939;
}

.application .forgetasswordList li .successBox p {
  font-size: 16px;
  color: #393939;
}

.application .registerForm {
  width: 381px;
  margin: 0 auto;
}

.application .registerForm .inputBox {
  margin-bottom: 42px;
}

.application .registerForm .inputBox dl {
  display: flex;
  height: 50px;
  align-items: center;
  border: 1px solid #959595;
}

.application .registerForm .inputBox dl dt {
  font-size: 16px;
  color: #393939;
  width: 25%;
  text-align: center;
}

.application .registerForm .inputBox dl dd {
  width: 75%;
  height: 100%;
}

.application .registerForm .inputBox dl dd input[type="text"] ,.application .registerForm .inputBox dl dd input[type="password"]{
  width: 100%;
  height: 100%;
  border: 0;
  font-size: 16px;
}

.application .registerForm .inputBox.codeBox {
  display: flex;
  justify-content: space-between;
}

.application .registerForm .inputBox.codeBox dl {
  width: 250px;
}

.application .registerForm .inputBox.codeBox dl dt {
  width: 40%;
}

.application .registerForm .inputBox.codeBox dl dd {
  width: 60%;
}

.application .registerForm .inputBox.codeBox .codeBtn {
  font-size: 14px;
  color: #0f7fc2;
  border: 1px solid #959595;
  display: inline-block;
  width: 114px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.application .registerForm .agreement {
  margin-bottom: 50px;
  position: relative;
}

.application .registerForm .agreement input[type="checkBox"] {
  vertical-align: middle;
  margin-right: 10px;
}
.application .registerForm .agreement .alert{
  position: absolute;
  background: #fff;
  padding: 40px 20px 20px;
  font-size: 14px;
  color: #000;
  border: 1px solid #000;
  top: -320px;
  display: none;
}
.application .registerForm .agreement .alert .close{
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 33;
}

.application .registerForm .btn {
  margin-bottom: 20px;
}

.application .registerForm .btn a {
  display: block;
  text-align: center;
  line-height: 40px;
  background: #0f7fc2;
  font-size: 16px;
  color: #fafafa;
}

.application .registerForm .wxts{
  font-size: 14px;
  color: #f00;
}

.application .entrance {
  margin-bottom: 80px;
}
.application .entrance li {
  display: flex;
  line-height: 116px;
  margin-bottom: 33px;
}

.application .entrance li:nth-child(1) h1 {
  background: #0f7fc2;
}

.application .entrance li:nth-child(2) h1 {
  background: #53b24a;
}

.application .entrance li:nth-child(3) h1 {
  background: #d7b914;
}

.application .entrance li h1 {
  width: 399px;
  display: block;
  background: #d7b914;
  font-size: 30px;
  color: #ffffff;
  box-sizing: border-box;
  padding-left: 40px;
}

.application .entrance li span {
  display: block;
  width: calc(100% - 399px);
  text-align: center;
  background: #e7ebeb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.application .entrance li span a {
  font-size: 16px;
  color: #393939;
  display: inline-block;
  padding: 0 10px;
  background: #fff;
  line-height: 36px;
  border-radius: 3px;
  margin: 0 10px;
}

.expertTable .title {
  text-align: center;
  margin-bottom: 20px;
}

.expertTable .title h1 {
  font-size: 18px;
  color: #0f7fc2;
}

.expertTable ul {
  width: 837px;
  margin: 0 auto;
}

.expertTable ul li {
  display: flex;
  margin-bottom: 1px;
}

.expertTable ul li.li1 {
  align-items: flex-end;
}

.expertTable ul li.li1 span dl dt {
  width: 30%;
  text-align: center;
}

.expertTable ul li.li1 span dl dd {
  width: 65%;
}

.expertTable ul li.li1 span:nth-child(1) {
  width: 182px;
}

.expertTable ul li.li1 span:nth-child(2) {
  width: 176px;
}

.expertTable ul li.li1 span:nth-child(3) {
  width: 175px;
}

.expertTable ul li.li1 span:nth-child(4) {
  width: 175px;
}

.expertTable ul li.li1 .FileImg {
  margin-left: 13px;
  cursor: pointer;
  background: url(../images/sctp.png) no-repeat;
  background-size: 100% 100%;
}

.expertTable ul li.li1 .FileImg img {
  width: 106px;
  height: 106px;
}

.expertTable ul li.li1 .FileImg input[type="file"] {
  display: none;
}

.expertTable ul li.li2 span.box {
  border: 8px solid #f8f8f8;
}

.expertTable ul li.li2 span:nth-child(1) {
  width: 266px;
}

.expertTable ul li.li2 span:nth-child(1) dl dt {
  width: 38%;
  text-align: center;
}

.expertTable ul li.li2 span:nth-child(1) dl dd {
  width: 62%;
}

.expertTable ul li.li2 span:nth-child(2) {
  width: 218px;
}

.expertTable ul li.li2 span:nth-child(2) dl dt {
  width: 38%;
  text-align: center;
}

.expertTable ul li.li2 span:nth-child(2) dl dd {
  width: 62%;
}

.expertTable ul li.li2 span:nth-child(3) {
  width: 163px;
}

.expertTable ul li.li2 span:nth-child(3) dl dt {
  width: 35%;
  text-align: center;
}

.expertTable ul li.li2 span:nth-child(3) dl dd {
  width: 60%;
}

.expertTable ul li.li2 span:nth-child(4) {
  width: 187px;
}

.expertTable ul li.li2 span:nth-child(4) dl dt {
  width: 40%;
  text-align: center;
}

.expertTable ul li.li2 span:nth-child(4) dl dd {
  width: 60%;
}

.expertTable ul li.li3 span:nth-child(1) {
  width: 385px;
}

.expertTable ul li.li3 span:nth-child(1) dl dt {
  width: 22%;
  text-align: center;
}

.expertTable ul li.li3 span:nth-child(1) dl dd {
  width: 78%;
}

.expertTable ul li.li3 span:nth-child(2) {
  width: 451px;
}

.expertTable ul li.li3 span:nth-child(2) dl dt {
  width: 20%;
  text-align: center;
}

.expertTable ul li.li3 span:nth-child(2) dl dd {
  width: 80%;
  background: #cfe9f1;
}

.expertTable ul li.li3 span:nth-child(2) dl dd input[type="text"] {
  width: 43%;
  background: url(../images/select.png) no-repeat right center #fff;
  background-position-x: 120px;
}
.expertTable ul li.li3 span:nth-child(2) dl dd select{
  padding-left: 10px;
  width: 43% !important;
  background: #fff;
  vertical-align: middle;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/select.png) no-repeat 120px center #fff;
  font-size: 14px;
}
.expertTable ul li.li3 span:nth-child(2) dl dd input[type="text"]:nth-child(2) {
  padding-left: 10px;
  box-sizing: border-box;
}

.expertTable ul li.li4 {
  background: #f8f8f8;
}
.expertTable ul li.li4 span.box{
  height: 70px;
}
.expertTable ul li.li4 span {
  width: 100%;
}

.expertTable ul li.li4 span dl dt {
  width: 10%;
  text-align: center;
}

.expertTable ul li.li4 span dl dd {
  width: 90%;
}

.expertTable ul li.li4 span dl dd input {
  background: #fff;
  box-sizing: border-box;
  padding-left: 10px;
}

.expertTable ul li.li4 span.box {
  border: 8px solid #f8f8f8;
}

.expertTable ul li.links {
  justify-content: flex-end;
  line-height: 44px;
}

.expertTable ul li.links a {
  font-size: 12px;
  color: #393939;
}

.expertTable ul li.li5 span {
  width: 100%;
}

.expertTable ul li.li5 span:nth-child(1) {
  width: 385px;
}

.expertTable ul li.li5 span:nth-child(1) dl dt {
  width: 25%;
  text-align: center;
}

.expertTable ul li.li5 span:nth-child(1) dl dd {
  width: 75%;
}

.expertTable ul li.li5 span:nth-child(1) dl dd input {
  background: #fff;
}

.expertTable ul li.li5 span:nth-child(2) {
  width: 451px;
}

.expertTable ul li.li5 span:nth-child(2) dl dt {
  width: 20%;
  text-align: center;
}

.expertTable ul li.li5 span:nth-child(2) dl dd {
  width: 80%;
}

.expertTable ul li.li5 span:nth-child(2) dl dd input {
  background: #fff;
}

.expertTable ul li.li6 span {
  width: 100%;
}

.expertTable ul li.li6 span:nth-child(1) {
  width: 277px;
}

.expertTable ul li.li6 span:nth-child(1) dl dt {
  width: 35%;
  text-align: center;
}

.expertTable ul li.li6 span:nth-child(1) dl dd {
  width: 65%;
}

.expertTable ul li.li6 span:nth-child(1) dl dd input {
  background: #fff;
}

.expertTable ul li.li6 span:nth-child(2) {
  width: 277px;
}

.expertTable ul li.li6 span:nth-child(2) dl dt {
  width: 35%;
  text-align: center;
}

.expertTable ul li.li6 span:nth-child(2) dl dd {
  width: 65%;
}

.expertTable ul li.li6 span:nth-child(2) dl dd input {
  background: #fff;
}

.expertTable ul li.li6 span:nth-child(3) {
  width: 281px;
}

.expertTable ul li.li6 span:nth-child(3) dl dt {
  width: 20%;
  text-align: center;
}

.expertTable ul li.li6 span:nth-child(3) dl dd {
  width: 80%;
}

.expertTable ul li.li6 span:nth-child(3) dl dd input {
  background: #fff;
}

.expertTable ul li.li6 span.box {
  border: 8px solid #f8f8f8;
}

.expertTable ul li.li7 span {
  width: 100%;
}

.expertTable ul li.li7 span:nth-child(1) {
  width: 385px;
}

.expertTable ul li.li7 span:nth-child(1) dl dt {
  width: 25%;
  text-align: center;
}

.expertTable ul li.li7 span:nth-child(1) dl dd {
  width: 75%;
}

.expertTable ul li.li7 span:nth-child(1) dl dd input {
  background: #fff;
}

.expertTable ul li.li7 span:nth-child(2) {
  width: 451px;
}

.expertTable ul li.li7 span:nth-child(2) dl dt {
  width: 20%;
  text-align: center;
}

.expertTable ul li.li7 span:nth-child(2) dl dd {
  width: 80%;
}

.expertTable ul li.li7 span:nth-child(2) dl dd input {
  background: #fff;
}

.expertTable ul li.li7 span.box {
  border: 8px solid #f8f8f8;
}

.expertTable ul li.li8 {
  background: #cfe9f1;
}

.expertTable ul li.li8 span {
  width: 100%;
}

.expertTable ul li.li8 span dl dt {
  width: 10%;
  text-align: center;
}

.expertTable ul li.li8 span dl dd {
  width: 90%;
}

.expertTable ul li.li8 span dl dd input {
  background: #fff;
  box-sizing: border-box;
  padding-left: 10px;
}

.expertTable ul li.li8 span.box {
  border: 8px solid #cfe9f1;
}



.expertTable ul li.status {
  background: #cfe9f1;
  height: 128px;
  align-items: center;
}

.expertTable ul li.status .tit {
  padding-left: 23px;
  font-size: 14px;
  color: #393939;
  margin-right: 62px;
}

.expertTable ul li.status .riadoBlock p {
  margin-bottom: 10px;
}

.expertTable ul li.status .riadoBlock p:last-child {
  margin-bottom: 0;
}

.expertTable ul li.status .riadoBlock p input[type="radio"] {
  margin-right: 5px;
}

.expertTable ul li.status .riadoBlock p input[type="text"] {
  border: 0;
  background: none;
  width: 120px;
  border-bottom: 1px solid #393939;
}

.expertTable ul li.remarks {
  margin: 50px 0;
}

.expertTable ul li.remarks p {
  font-size: 14px;
  color: #393939;
  line-height: 25px;
}

.expertTable ul li.engineeringPage h1 .btn {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  background: #52b34b;
  width: 99px;
  line-height: 32px;
  text-align: center;
  margin-left: 10px;
  cursor: pointer;
}
.expertTable ul li.engineeringPage table{
  background: #fff;
}
.expertTable ul li.engineeringPage table td{
  height: 50px;
  text-align: center;
}
.expertTable ul li.engineeringPage table td:nth-child(2) span{
  display: block;
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #000;
}
.expertTable ul li.engineeringPage table td:nth-child(2) span:last-child{
  border-bottom: 0;
}
.expertTable ul li.engineeringPage table td:nth-child(3) div{
  display: flex;
  height: 80px;
  line-height: 40px;
  border-bottom: 1px solid #000;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.expertTable ul li.engineeringPage table td:nth-child(3) div span{
  display: inline-block;
  margin: 0 10px;
}
.expertTable ul li.engineeringPage table td:nth-child(3) div:last-child{
  border-bottom: 0;
}
.expertTable ul li.educationExperience {
  background: #cfe9f1;
  box-sizing: border-box;
  padding: 0 25px 33px;
  display: block;
}

.expertTable ul li.educationExperience h1 {
  font-size: 14px;
  color: #393939;
  line-height: 40px;
}

.expertTable ul li.educationExperience .tabs {
  background: #fff;
  box-sizing: border-box;
  padding: 0 13px;
}

.expertTable ul li.educationExperience .tabs table input {
  width: 100%;
  text-align: center;
}

.expertTable ul li.educationExperience .tabs table tr td {
  border-right: 1px solid #e3e3e3;
}

.expertTable ul li.educationExperience .tabs table tr td:last-child {
  border-right: 0;
}

.expertTable ul li.educationExperience .tabs table thead tr td {
  text-align: center;
  font-size: 14px;
  color: #393939;
  height: 61px;
}

.expertTable ul li.educationExperience .tabs table tbody tr td {
  height: 45px;
  border-top: 1px solid #e3e3e3;
}

.expertTable ul li.educationExperience .tabs table tbody tr td input[type="text"] {
  height: 100%;
  border: 0;
}

.expertTable ul li.educationExperience .add {
  text-align: right;
  margin-top: 26px;
}

.expertTable ul li.educationExperience .add a {
  display: inline-block;
  background: #0f7fc2;
  width: 99px;
  line-height: 32px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}

.expertTable ul li.textareaBox {
  background: #cfe9f1;
  box-sizing: border-box;
  padding: 0 25px 17px;
  display: block;
  margin-top: 20px;
}

.expertTable ul li.textareaBox h1 {
  font-size: 14px;
  color: #393939;
  line-height: 40px;
}

.expertTable ul li.textareaBox .textareaBlock {
  position: relative;
}

.expertTable ul li.textareaBox .textareaBlock textarea {
  width: 100%;
  height: 181px;
  border: 0;
  box-sizing: border-box;
  padding: 20px;
  font-size: 14px;
}
.expertTable ul li.textareaBox .textareaBlock p{
  position: absolute;left: 0;top: 10px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px 0 20px;
  font-size: 14px;
  color: rgba(0,0,0,.3);
  display: block;
}

.expertTable ul li.textareaBox .textareaBlock .tips {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.expertTable ul li.cozy {
  font-size: 14px;
  color: #393939;
  line-height: 80px;
  border-bottom: 1px solid #aaaaaa;
  margin-bottom: 49px;
}

.expertTable ul li.enclosure {
  display: block;
}

.expertTable ul li.enclosure h2 {
  font-size: 18px;
  color: #393939;
  margin-bottom: 45px;
}

.expertTable ul li.enclosure h3 {
  font-size: 18px;
  color: #393939;
  margin-bottom: 20px;
}

.expertTable ul li.enclosure .list {
  margin-bottom: 70px;
}

.expertTable ul li.enclosure .list p {
  font-size: 14px;
  color: #393939;
  margin-bottom: 16px;
}
.expertTable ul li.enclosure .list .describe{
  margin-bottom: 20px;
  display: none;
}
.expertTable ul li.enclosure .list .describe span{
  display: inline-block;
  position: relative;
  /* width: 30%; */
}
.expertTable ul li.enclosure .list .describe span img{
  max-width: 100%;
}
.expertTable ul li.enclosure .list .describe i{
  position: absolute;
  right: -30px;
  top: 0;
}
.expertTable ul li.enclosure .list .describe i img{
  width: 30px;
}
.expertTable ul li.enclosure .list .describe span.textClose{
  width: auto;
  background: #c9c9c9;
  padding: 3px 10px;
  border-radius: 5px;  
  font-size: 14px;
  letter-spacing: 1px;
  margin-left:30px;
}
.expertTable ul li.enclosure .list p span {
  display: inline-block;
  margin-right: 30px;
}

.expertTable ul li.enclosure .list p label {
  display: inline-block;
  width: 193px;
  line-height: 30px;
  background: #0e7fc2;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.expertTable ul li.enclosure .list p input[type="file"] {
  display: none;
}

.expertTable ul li.submitBtn {
  text-align: right;
  display: block;
}

.expertTable ul li.submitBtn a {
  display: inline-block;
  width: 124px;
  line-height: 46px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  border-radius: 2px;
}

.expertTable ul li.submitBtn a:nth-child(1) {
  background: #0e7fc2;
}

.expertTable ul li.submitBtn a:nth-child(2) {
  margin-left: 15px;
  background: #52b34b;
}

.expertTable ul li span.box {
  box-sizing: border-box;
  border: 8px solid #cfe9f1;
  margin-right: 1px;
  height: 52px;
}

.expertTable ul li.li8 span.box{
  height: 70px;
}

.expertTable ul li span.box dl {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}

.expertTable ul li span.box dl dt {
  font-size: 14px;
  color: #393939;
}

.expertTable ul li span.box dl dd {
  height: 100%;
  overflow: hidden;
  align-items: center;
}
.expertTable ul li span.box dl dd.parentCls{
  overflow: visible;
}
.expertTable ul li span.box dl dd input[type="text"] {
  width: 100%;
  height: 100%;
  border: 0;
  font-size: 14px;
}
.expertTable ul li span.box dl dd.zytc{
  display: flex;
}
.expertTable ul li span.box dl dd.zytc1{
  background: #fff;
}
.expertTable ul li span.box dl dd.zytc1 > div{
  display: flex;
  width: 50%;
  align-items: center;
}
.expertTable ul li span.box dl dd.zytc1 > div div{
  width: 100%;
  line-height: 20px;
}
.expertTable ul li span.box dl dd.zytc1 > div h1{
  width: 260px;
}
.expertTable ul li span.box dl dd.zytc1 > div span{
  margin-left: 5px;
  font-size: 12px;
  display: block;
}
.expertTable ul li span.box dl dd select {
  height: 100%;
  border: 0;
  vertical-align: middle;
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/select.png) no-repeat right center;
  font-size: 14px;
}

.expertTable ul li span.box:last-child {
  margin-right: 0;
}

.fixedBox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}

.fixedBox .main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.FileImgBox .main {
  width: 331px;
  height: 397px;
  background: #ffffff;
  box-sizing: border-box;
  padding: 0 28px;
}

.FileImgBox .main h1 {
  text-align: center;
  font-size: 18px;
  color: #393939;
  line-height: 66px;
}

.FileImgBox .main .tit {
  border: 1px solid #aaaaaa;
  margin-bottom: 21px;
}

.FileImgBox .main .tit label {
  display: block;
  line-height: 33px;
  padding-left: 14px;
  background: url(../images/wjj.png) no-repeat 240px center;
}

.FileImgBox .main .tit input[type="file"] {
  display: none;
}

.FileImgBox .main .img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 34px;
  background: url(../images/sctpyl.jpg) no-repeat left top;
  background-size: 140px 171px;
}

.FileImgBox .main .img img {
  width: 140px;
  height: 171px;
  margin-right: 25px;
}

.FileImgBox .main .img p {
  width: 100px;
  font-size: 14px;
  color: #393939;
  line-height: 30px;
}

.FileImgBox .main .btn {
  text-align: right;
}

.FileImgBox .main .btn a {
  display: inline-block;
  width: 83px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #0067a6;
}

.FileImgBox .main .btn a:last-child {
  margin-left: 22px;
}

.engineeringFix {
  display: none;
}

.engineeringFix .main {
  width: 684px;
  height: 559px;
  background: #fff;
  overflow-y: scroll;
  box-sizing: border-box;
  padding: 0 40px 60px;
}

.engineeringFix .main .title {
  font-size: 18px;
  color: #393939;
  text-align: center;
  line-height: 67px;
}

.engineeringFix .main .list ul {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: space-between;
  position: relative;
}

.engineeringFix .main .list ul li {
  width: 290px;
  margin-bottom: 20px;
}

.engineeringFix .main .list ul li:last-child {
  position: absolute;
  right: 0;
  top: 140px;
}

.engineeringFix .main .list ul li .tit {
  border: 1px solid #aaaaaa;
  margin-bottom: 17px;
}

.engineeringFix .main .list ul li .tit span {
  display: inline-block;
  line-height: 33px;
}

.engineeringFix .main .list ul li .tit span:first-child {
  width: 34px;
  position: relative;
  height: 100%;
  text-align: center;
}
.engineeringFix .main .list ul li .tit span:first-child i{
  display: none;
}
.engineeringFix .main .list ul li.on .tit span:first-child i{
    display: block;
}

.engineeringFix .main .list ul li .tit span:last-child {
  border-left: 1px solid #aaaaaa;
  padding-left: 10px;
}

.engineeringFix .main .list ul li p {
  padding-left: 20px;
  margin-bottom: 5px;
}

.engineeringFix .main .notes {
  background: #eeeeee;
  padding: 5px 26px;
  margin-bottom: 51px;
}

.engineeringFix .main .notes p {
  font-size: 12px;
  color: #393939;
  line-height: 24px;
}

.engineeringFix .main .btn {
  text-align: right;
}

.engineeringFix .main .btn a {
  display: inline-block;
  width: 83px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #0067a6;
}

.engineeringFix .main .btn a:last-child {
  margin-left: 22px;
}

.educationFix {
  display: none;
}

.educationFix .main {
  width: 640px;
  height: 309px;
  background: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 0 20px;
}

.educationFix .main .title h1 {
  text-align: center;
  line-height: 66px;
  font-size: 18px;
  color: #393939;
}

.educationFix .main .inputBox {
  display: flex;
  flex-wrap: wrap;
}

.educationFix .main .inputBox dl {
  display: flex;
  border: 1px solid #aaaaaa;
  margin-bottom: 22px;
  align-items: center;
  height: 33px;
  margin-right: 4px;
}

.educationFix .main .inputBox dl:nth-child(2n) {
  margin-right: 0;
}

.educationFix .main .inputBox dl:nth-child(1), .educationFix .main .inputBox dl:nth-child(3) {
  width: 194px;
}

.educationFix .main .inputBox dl:nth-child(1) dt, .educationFix .main .inputBox dl:nth-child(3) dt {
  width: 40%;
  box-sizing: border-box;
  padding-left: 10px;
}

.educationFix .main .inputBox dl:nth-child(1) dd, .educationFix .main .inputBox dl:nth-child(3) dd {
  width: 60%;
}

.educationFix .main .inputBox dl:nth-child(3) select {
  height: 100%;
  border: 0;
  vertical-align: middle;
  width: 90%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/select.png) no-repeat right center;
  font-size: 14px;
}

.educationFix .main .inputBox dl:nth-child(2), .educationFix .main .inputBox dl:nth-child(4) {
  width: 398px;
}

.educationFix .main .inputBox dl:nth-child(2) dt, .educationFix .main .inputBox dl:nth-child(4) dt {
  width: 20%;
  text-align: center;
}

.educationFix .main .inputBox dl:nth-child(2) dd, .educationFix .main .inputBox dl:nth-child(4) dd {
  width: 80%;
}

.educationFix .main .inputBox dl:nth-child(5) {
  width: 408px;
  justify-content: space-between;
}

.educationFix .main .inputBox dl:nth-child(5) input[type="file"] {
  display: none;
}

.educationFix .main .inputBox dl:nth-child(5) dt {
  padding-left: 10px;
}

.educationFix .main .inputBox dl:nth-child(5) dd {
  height: auto;
  padding-right: 20px;
}

.educationFix .main .inputBox dl dt {
  font-size: 14px;
  color: #393939;
}

.educationFix .main .inputBox dl dd {
  height: 100%;
}

.educationFix .main .inputBox dl dd input {
  border: 0;
  width: 100%;
  height: 100%;
}

.educationFix .main .btn {
  text-align: right;
}

.educationFix .main .btn a {
  display: inline-block;
  width: 83px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #0067a6;
}

.educationFix .main .btn a:last-child {
  margin-left: 22px;
}

.expertInformation {
  padding-top: 30px;
}

.expertInformation .bor {
  width: 873px;
  margin: 0 auto;
}

.expertInformation .tops {
  display: flex;
  justify-content: space-between;
}
.expertInformation .tops .topsBtn{
  display: flex;
  align-items: center;
}
.expertInformation .tops .topsBtn .ckyy{
  margin-left: 10px;
}
.expertInformation .tops h1 {
  font-size: 18px;
  color: #0f7fc2;
}

.expertInformation .tops span {
  display: inline-block;
  width: 124px;
  text-align: center;
  line-height: 46px;
  background: #ff0000;
  border-radius: 2px;
  font-size: 18px;
  color: #ffffff;
}
.expertInformation .tops span.green{
  background:green;
}
.expertInformation .information {
  display: flex;
  margin-bottom: 70px;
}
.expertInformation .textTips{
  margin-bottom: 70px;
}
.expertInformation .information .img {
  margin-right: 60px;
}

.expertInformation .information .img img {
  width: 135px;
  height: 177px;
}

.expertInformation .information .text {
  width: 643px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.expertInformation .information .text p {
  width: 50%;
}

.expertInformation .information .text p:first-child {
  width: 100%;
}

.expertInformation .tables {
  margin-bottom: 70px;
}

.expertInformation .tables table thead tr td {
  background: #cfe9f1;
  font-size: 14px;
  color: #393939;
}

.expertInformation .tables table tbody tr td {
  border-top: 1px solid #fff;
  background: #f1f8fb;
}

.expertInformation .tables table tr td {
  text-align: center;
  height: 52px;
  border-right: 1px solid #fff;
}

.expertInformation .tables table tr td:last-child {
  border-right: 0;
}

.expertInformation .btn {
  text-align: right;
}

.expertInformation .btn a {
  display: inline-block;
  width: 124px;
  line-height: 46px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  border-radius: 2px;
  margin-left: 15px;
}

.expertInformation .btn a:nth-child(1) {
  background: #52b34b;
}

.expertInformation .btn a:nth-child(2) {
  background: #d5ba13;
}

.expertInformation .btn a:nth-child(3) {
  background: #0e7fc2;
}
.expertInformation .btn a:nth-child(4) {
  background: orange;
}
.engineeringFix1{
  display: none;
}
.engineeringFix1 .main{
  width: 840px;
  height: 600px;
  background: #fff;
  margin-left: 0;
  overflow-y: scroll;
}
.engineeringFix1 .title{
  text-align: center;
  line-height: 107px;
}
.engineeringFix1 .title h1{
  font-size: 24px;
  color: #393939;
}
.engineeringFix1 .list{
  padding: 0 9px;
}
.engineeringFix1 .list table{
  border-collapse: collapse;
  border-color: #aaaaaa;
}
.engineeringFix1 .list table td{
  font-size: 14px;
}
.engineeringFix1 .list table td input[type="checkbox"]{
  margin-right: 5px;
  vertical-align: middle;
}
.engineeringFix1 .list table tbody td{
  height: 60px;
  padding: 0 10px;
  box-sizing: border-box;
}
.engineeringFix1 .list table tbody td:last-child{
  padding: 0 30px;
}
.engineeringFix1 .list table tbody td:last-child label{
  display: inline-block;
  margin: 0 5px 10px;
}
.engineeringFix1 .list h2{
  font-size: 18px;
  margin: 50px 0 7px;
}
.engineeringFix1 .main .btn {
  text-align: right;
  padding-right: 16px;
  margin: 56px 0;
}

.engineeringFix1 .main .btn a {
  display: inline-block;
  width: 83px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #0067a6;
  margin-left: 22px;
}
.tipsAlert{
  width: 400px;
  height: 400px;
  box-sizing: border-box;
  padding: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  display: none;
}
.tipsAlert .close{
  position: absolute;top: 10px;
  right: 20px;
  z-index: 11;
}