.w1050 {
  width: 1050px;
  margin: 0 auto;
}

.nav {
  white-space: nowrap;
}

.c-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.consultation-1 {
  width: 1905px;
  display: flex;
  align-items: center;
  padding-top: 97px;
  padding-bottom: 100px;
}
.consultation-1 * {
  box-sizing: border-box;
}
.consultation-1 input,
.consultation-1 textarea {
  outline: none;
}
.consultation-1 .img {
  width: 800px;
}
.consultation-1 .img img {
  width: 100%;
}
.consultation-1 .form {
  width: 516px;
  margin-left: 170px;
}
.consultation-1 .top {
  background-image: linear-gradient(180deg, #3787e6 0%, #6db0fe 100%), linear-gradient(#ffffff, #ffffff);
  line-height: 75px;
  color: #fff;
  font-size: 28px;
  text-align: center;
}
.consultation-1 .bot {
  padding: 60px;
  border: solid 4px #bbd9ff;
}
.consultation-1 .fi {
  display: flex;
  margin-bottom: 30px;
}
.consultation-1 .tip {
  width: 110px;
  line-height: 40px;
  color: #222222;
  padding-right: 20px;
  text-align: right;
  font-size: 18px;
  white-space: nowrap;
}
.consultation-1 .tip span {
  color: #175aa5;
}
.consultation-1 .inp {
  width: 280px;
  display: flex;
  justify-content: space-between;
}
.consultation-1 .ip {
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #d1d1d1;
  padding: 0 20px;
}
.consultation-1 .ta {
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #d1d1d1;
  padding: 12px 20px;
  resize: none;
  box-sizing: border-box;
}
.consultation-1 .ip2 {
  width: 131px;
}
.consultation-1 .code {
  width: 129px;
  height: 40px;
}
.consultation-1 .btns {
  text-align: center;
}
.consultation-1 .submit {
  width: 240px;
  height: 44px;
  background-color: #175aa5;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  border: none;
  cursor: pointer;
}
.consultation-1 select {
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #d1d1d1;
  padding: 0 16px;
  outline: none !important;
}

.com-tt {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 30px;
}
.com-tt .ct-logo {
  text-align: right;
  font-size: 0;
}
.com-tt .ct-logo img {
  height: 66px;
}
.com-tt .ct1 {
  position: relative;
  padding-left: 18px;
  font-size: 24px;
  line-height: 30px;
  color: #666;
}
.com-tt .ct1::before {
  content: "";
  width: 5px;
  height: 30px;
  background-color: #175aa5;
  position: absolute;
  left: 0;
  top: 0;
}

.identify-page {
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
}
.identify-page * {
  box-sizing: border-box;
}
.identify-page input,
.identify-page textarea {
  outline: none;
}

.ide-le {
  width: 180px;
}

.ide-ri {
  width: 800px;
}

.ide-nav .li {
  margin-bottom: 20px;
}
.ide-nav .aa {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  background-color: #97b2cb;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.ide-nav .aa.on {
  background-color: #175aa5;
}

.message-11 .fbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.message-11 .form {
  padding-top: 38px;
}
.message-11 .fi {
  width: 240px;
  margin-bottom: 40px;
}
.message-11 .w100 {
  width: 100%;
}
.message-11 .ft {
  color: #666666;
  margin-bottom: 16px;
  font-size: 16px;
}
.message-11 .ft span {
  color: #175aa5;
}
.message-11 .ip {
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  border: solid 1px #d1d1d1;
  padding: 0 14px;
  font-size: 16px;
}
.message-11 .ta {
  width: 100%;
  height: 150px;
  background-color: #ffffff;
  border: solid 1px #d1d1d1;
  padding: 10px 14px;
  font-size: 14px;
  font-family: unset;
  resize: none;
}
.message-11 .ta::-moz-placeholder {
  color: #c1c1c1;
}
.message-11 .ta::placeholder {
  color: #c1c1c1;
}
.message-11 .inp {
  display: flex;
}
.message-11 .icode {
  width: 180px;
}
.message-11 .code {
  width: 129px;
  height: 40px;
  margin-left: 20px;
}
.message-11 .btns {
  margin-top: 30px;
}
.message-11 .submit {
  width: 140px;
  height: 42px;
  background-color: #175aa5;
  color: #fff;
  text-align: center;
  border: none;
  font-size: 18px;
  letter-spacing: 1px;
  cursor: pointer;
}

.contact-11 {
  font-size: 0;
}
.contact-11 .com-tt {
  border-bottom: none;
}
.contact-11 .box {
  display: flex;
  background-color: #fcfcfc;
}
.contact-11 .imgs {
  width: 50%;
}
.contact-11 .img {
  position: relative;
  padding-top: 70%;
  height: 100%;
}
.contact-11 .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-11 .text {
  width: 50%;
  padding-left: 30px;
}
.contact-11 .tli {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 0;
}
.contact-11 .tli:last-child {
  border-bottom: none;
}
.contact-11 .icon {
  width: 32px;
  margin-right: 20px;
}
.contact-11 .icon .ic {
  width: 100%;
}
.contact-11 .t1 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.contact-11 .t2 {
  font-size: 14px;
  line-height: 16px;
  color: #636363;
  margin-top: 8px;
}

.identify-11 {
  font-size: 0;
}
.identify-11 .com-tt {
  border-bottom: none;
}
.identify-11 .text p {
  font-size: 20px;
  line-height: 36px;
  color: #666;
}
.identify-11 .img {
  text-align: center;
  margin-top: 52px;
}
.identify-11 .img img {
  width: 609px;
}

.commission-11 .w100 {
  width: 100% !important;
}
.commission-11 .form {
  padding-top: 40px;
}
.commission-11 .fbox1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.commission-11 .lhei40 {
  line-height: 40px;
}
.commission-11 .ftip {
  font-size: 16px;
}
.commission-11 .ftip span {
  color: #175aa5;
}
.commission-11 .fitem1 {
  width: 390px;
  display: flex;
  margin-bottom: 40px;
}
.commission-11 .fitem1 .ftip {
  min-width: 110px;
  flex-shrink: 0;
  padding-right: 5px;
}
.commission-11 .fitem1 .inp1 {
  flex-grow: 1;
}
.commission-11 .fitem1 .ip1 {
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  border: solid 1px #d1d1d1;
  padding: 0 16px;
  font-family: unset;
}
.commission-11 .fitem1 .ip1::-moz-placeholder {
  color: #999;
}
.commission-11 .fitem1 .ip1::placeholder {
  color: #999;
}
.commission-11 .fitem2 {
  display: flex;
  margin-bottom: 40px;
}
.commission-11 .fitem2 .ftip {
  width: 110px;
  flex-shrink: 0;
}
.commission-11 .fitem2 .fri2 {
  flex-grow: 1;
}
.commission-11 .fr_bd {
  display: none;
}
.commission-11 .fr_bd.show {
  display: block;
}
.commission-11 .fr_bd .ip {
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  border: solid 1px #d1d1d1;
  padding: 0 16px;
  font-family: unset;
}
.commission-11 .fr_bd .ip::-moz-placeholder {
  color: #999;
}
.commission-11 .fr_bd .ip::placeholder {
  color: #999;
}
.commission-11 .layui-upload-drag {
  width: 100px;
  height: 100px;
  border: solid 1px #d1d1d1;
}
.commission-11 .layui-upload-drag .i-add {
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(../images/cm-add.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.commission-11 .lab-list {
  display: flex;
}
.commission-11 .lab {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #000;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-right: 28px;
  margin-bottom: 24px;
  cursor: pointer;
}
.commission-11 .lab:last-child {
  margin-right: 0;
}
.commission-11 .lab.selected .ic {
  box-shadow: 0 0 0 1px inset #175aa5;
}
.commission-11 .lab.selected .ic::before {
  opacity: 1;
}
.commission-11 .lab input {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.commission-11 .lab .ic {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 0 1px inset #666;
  margin-right: 10px;
  flex-shrink: 0;
}
.commission-11 .lab .ic::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #175aa5;
  border-radius: 50%;
  position: absolute;
  left: 0%;
  top: 0%;
  transform: scale(43.75%);
  opacity: 0;
}
.commission-11 .notes {
  margin-top: 52px;
}
.commission-11 .fcode .fb {
  display: flex;
  margin-top: 24px;
}
.commission-11 .fcode .icode {
  width: 180px;
  height: 40px;
  background-color: #ffffff;
  border: solid 1px #d1d1d1;
  padding: 0 20px;
}
.commission-11 .fcode .code {
  width: 129px;
  height: 40px;
  margin-left: 20px;
}
.commission-11 .btns {
  margin-top: 80px;
}
.commission-11 .submit {
  width: 140px;
  height: 42px;
  background-color: #175aa5;
  color: #fff;
  text-align: center;
  border: none;
  font-size: 18px;
  letter-spacing: 1px;
  cursor: pointer;
}
.commission-11 .picture-file {
  width: 100%;
}
.commission-11 .picture-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.commission-11 .picture-buttom {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
  margin-right: 0.2rem;
  margin-bottom: 0.14rem;
  width: 100px;
  height: 100px;
  border: solid 1px #d1d1d1;
}
.commission-11 .picture-buttom.hide {
  display: none;
}
.commission-11 .picture-icon {
  width: 100%;
  text-align: center;
}
.commission-11 .picture-icon img {
  height: 24px;
}
.commission-11 .picture-text {
  width: 100%;
  margin-top: 0.12rem;
  text-align: center;
  color: #999;
}
.commission-11 .picture-input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 18;
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.commission-11 .picture-preview {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 14px;
  margin-right: 20px;
  width: 100px;
  border: solid 1px #eeeeee;
}
.commission-11 .picture-img {
  display: block;
  width: 100%;
}
.commission-11 .picture-img img {
  opacity: 1;
  width: 100%;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.commission-11 .picture-delete {
  position: absolute;
  top: -10px;
  right: -10px;
  display: block;
  cursor: pointer;
  width: 30px;
  height: 30px;
  min-width: 16px;
  min-height: 16px;
  border-radius: 50%;
  background-color: #175aa5;
  background-image: url(../images/m_off.png);
  background-size: 40% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.pro-11 {
  padding-top: 95px;
  padding-bottom: 50px;
}
.pro-11 .h1 {
  text-align: center;
  color: #000000;
  font-size: 40px;
  font-weight: bold;
}
.pro-11 .img {
  width: 640px;
  background-color: #ffffff;
  border: solid 1px #ebebeb;
  margin: 56px auto 0;
}
.pro-11 .img img {
  width: 100%;
}

.pro-tt {
  position: relative;
  padding-left: 18px;
  font-size: 28px;
  color: #222222;
  font-weight: bold;
}
.pro-tt::before {
  content: "";
  width: 5px;
  height: 30px;
  background-color: #175aa5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pro12-1 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pro12-1 .list {
  border: solid 1px #f3f3f3;
  margin-top: 30px;
}
.pro12-1 .li {
  line-height: 1.5;
  color: #444;
  padding: 16px;
  border-bottom: solid 1px #f3f3f3;
}
.pro12-1 .li:nth-child(2n) {
  background-color: #fcfcfc;
}

.pro12-2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pro12-3 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pro12-3 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.pro12-3 .li {
  width: 48.1818181818%;
  margin-bottom: 50px;
}
.pro12-3 .img {
  position: relative;
  padding-top: 60.3773584906%;
}
.pro12-3 .text {
  font-weight: bold;
  margin-top: 36px;
  font-size: 24px;
  color: #222222;
}

.pro12-4 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pro12-4 .list {
  margin-top: 30px;
}
.pro12-4 .li {
  position: relative;
  font-size: 18px;
  line-height: 1.3333333333;
  padding-left: 30px;
  margin-bottom: 18px;
}
.pro12-4 .li::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 3px;
}

.pro12-6 {
  padding-top: 50px;
  padding-bottom: 100px;
}
.pro12-6 .co {
  width: 173px;
  margin-top: 80px;
}
.pro12-6 .co img {
  width: 100%;
}

.pro-tab {
  margin-top: 36px;
}
.pro-tab table {
  border-collapse: collapse;
  width: 100%;
  margin: 20px 0;
  text-align: center;
  font-size: 16px;
}
.pro-tab thead {
  background-color: #f1f4fb;
}
.pro-tab thead th {
  border: none;
}
.pro-tab th,
.pro-tab td {
  border: 1px solid #f2f2f2;
  padding: 10px;
  color: #333;
}
.pro-tab th {
  font-weight: 400;
  padding: 20px 0;
}
.pro-tab td {
  font-size: 14px;
}
.pro-tab .color-dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  vertical-align: middle;
}

.pro-tab2 {
  margin-top: 36px;
}
.pro-tab2 table {
  border-collapse: collapse;
  width: 100%;
  margin: 20px 0;
  text-align: center;
  font-size: 16px;
}
.pro-tab2 thead {
  background-color: #f1f4fb;
}
.pro-tab2 thead th {
  border: none;
}
.pro-tab2 tr:nth-child(1) {
  background-color: #f1f4fb;
}
.pro-tab2 tr:nth-child(1) td {
  border: none;
}
.pro-tab2 th,
.pro-tab2 td {
  border: 1px solid #f2f2f2 !important;
  padding: 10px !important;
  color: #333;
}
.pro-tab2 th {
  font-weight: 400;
  padding: 20px 0;
}
.pro-tab2 td {
  font-size: 14px;
}
.pro-tab2 .color-dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  vertical-align: middle;
}
