.header {
  width: 100%;
  height: 96px;
  background: #2BB7B3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px 0 40px;
}
.header .right-box {
  height: 100%;
  width: 320px;
}
.header .right-box div:nth-child(1) a:hover {
  opacity: 0.85;
}
.header .right-box div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  font-size: 16px;
  color: #FFFFFF;
}
.header .right-box div:nth-child(2) {
  position: relative;
}
.header .right-box div:nth-child(2) input {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  outline: none;
  border: none;
  color: #ffffff;
  padding: 0 40px 0 15px;
}
.header .right-box div:nth-child(2) img {
  position: absolute;
  top: 5px;
  right: 15px;
}
.banner {
  width: 100%;
  height: 600px;
}
.banner .shouye-slideBox {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
  float: left;
}
.banner .shouye-slideBox .hd {
  height: 32px;
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  z-index: 3;
}
.banner .shouye-slideBox .ul-box {
  display: block;
  height: 16px;
}
.banner .shouye-slideBox .hd ul li {
  float: left;
  margin-right: 16px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  cursor: pointer;
  background: transparent;
  border: 1px solid white;
  border-radius: 10px;
  color: #fff;
}
.banner .shouye-slideBox .hd ul li.on {
  border-radius: 10px;
  background: #ffffff;
}
.banner .shouye-slideBox .bd {
  display: flex;
  justify-content: center;
  position: relative;
  height: 100%;
  z-index: 1;
}
.banner .shouye-slideBox .bd ul {
  width: 100%;
}
.banner .shouye-slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}
.banner .shouye-slideBox .bd li div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}
.banner .shouye-slideBox .bd img {
  width: 100vw;
  min-width: 1366px;
  height: 600px;
  display: block;
}
.banner .mask {
  position: absolute;
  z-index: 200;
  padding: 10px 20px 20px 10px;
  bottom: 130px;
  left: 87px;
  font-size: 30px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.4) 100%);
}
.dialog {
  position: fixed;
  z-index: 500;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
}
.dialog .dialog-content {
  padding: 34px 68px 0 40px;
  position: relative;
  margin-top: 116px;
  width: 600px;
  height: 476px;
  background-image: url(../../xcwz/images/visitBg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.dialog .dialog-content img {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.dialog .dialog-content .title {
  font-family: "Microsoft YaHei";
  font-size: 24px;
  color: #333333;
  text-align: center;
}
.dialog .select-box:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #2AB6B2;
  position: absolute;
  top: 34px;
  left: 8px;
}
.dialog .select-box {
  width: 520px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.dialog .select-box div {
  position: relative;
}
.dialog .select-box div:before {
  content: "";
  background-image: url(../../xcwz/images/icon02.png);
  background-size: inherit;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  bottom: 20px;
}
.dialog .select-box select::-ms-expand {
  display: none;
}
.dialog .select-box select {
  position: relative;
  width: 230px;
  margin-left: 30px;
  border: none;
  border-bottom: 1px solid #d8d8d8;
  background: transparent;
  height: 58px;
  margin-top: 8px;
  font-family: "Microsoft YaHei";
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: #fff;
  outline: 0;
}
.dialog .taxtarea-title {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #999999;
  padding: 14px 0 0 30px;
  position: relative;
}
.dialog textarea {
  outline: none;
  background: #FFFFFF;
  border: 1px solid #B9B9B9;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  letter-spacing: 0;
  text-align: justify;
  line-height: 20px;
  margin-left: 30px;
  width: 490px;
  height: 76px;
  padding: 8px 10px;
  box-sizing: border-box;
}
.dialog textarea::-webkit-input-placeholder {
  color: #666666;
  font-family: "Microsoft YaHei";
}
.dialog button {
  background: #26B2AE;
  border-radius: 8px;
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  outline: none;
  border: none;
  margin: 10px auto 0 auto;
  display: block;
  cursor: pointer;
}
.dialog input::-webkit-input-placeholder {
  color: #333 !important;
}
.dialog input::-moz-input-placeholder {
  color: #333 !important;
}
.dialog input::-ms-input-placeholder {
  color: #333 !important;
}
.dialog input::-moz-placeholder {
  color: #333 !important;
  opacity: 1;
}
.dialog input:-moz-placeholder {
  color: #333 !important;
}
.dialog input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333 !important;
}

