/* banner start */

.banner {
  background-image: url("../imgs/ISP_banner.png");
}

.banner .layout form .layui-form-label {
  padding: 9px 0px 9px 20px;
  width: 90px;
}

.banner .layout .advisory {
  bottom: 45px;
  left: -200px;
  /* color: #fff;
  background-color: #ff801b; */
}

.banner .layout .advisory:hover {
  /* color: #fff;
  background-color: #ff801b; */
}

/* banner end */

/* mod-1 start */

.mod-1 {
  background-color: #f9fafe;
  padding-top: 40px;
  box-sizing: border-box;
}

.mod-1 .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 0 20px;
}

.mod-1 .row .item {
  width: 370px;
  padding: 10px;
  background: rgba(255, 255, 255, 1);
  border-radius: 4px;
  border: 1px solid rgba(238, 238, 238, 1);
  text-align: center;
  margin-bottom: 40px;
  box-sizing: border-box;
}

.mod-1 .row .item p {
  color: #262626;
  font-size: 18px;
  line-height: 50px;
  font-weight: bold;
}

.mod-1 .row .item img {
  width: 100%;
  height: 242px;
}

.mod-1 .row .item a {
  background-color: #2f9ed3;
  color: #fff;
  width: 120px;
  height: 32px;
  line-height: 32px;
  border-radius: 26px;
  display: inline-block;
  margin: 5px 0;
}

/* mod-1 end */

/* mod-2 start */

.mod-2 {
  background-color: #fff;
  padding: 70px 0;
}

.mod-2 .layout {
  margin-top: 60px;
}

.mod-2 .ctrl {
  width: 260px;
}

.mod-2 .ctrl .item {
  background-color: #f1f1f1;
  color: #666;
  width: 230px;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  font-size: 14px;
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
}

.mod-2 .ctrl .item.active,
.mod-2 .ctrl .item:hover {
  background-color: #ff801b;
  color: #fff;
}

.mod-2 .ctrl.fl .item::before {
  content: ">";
  position: absolute;
  right: 15px;
  line-height: 50px;
  font-size: 16px;
}

.mod-2 .center {
  float: right;
  width: 896px;
  height: 567px;
  padding: 20px 0;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 20px 0px rgba(191, 191, 191, 0.5);
}

.mod-2 .center .info {
  height: 445px;
}

.mod-2 .center .left,
.mod-2 .center .right {
  float: left;
  width: 50%;
  height: 445px;
  box-sizing: border-box;
  padding: 0 20px;
  color: #595959;
  font-size: 14px;
  line-height: 26px;
}

.mod-2 .center .right {
  border-left: 1px solid #979797;
  line-height: 30px;
}

.mod-2 .center .info img {
  width: 408px;
  height: 283px;
  margin-bottom: 15px;
}

.mod-2 .center .info h6 {
  color: #292929;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
}

.mod-2 .center .btn {
  width: 422px;
  height: 87px;
  margin: 0 auto;
  background-image: url("../imgs/other_mod_3.png");
  background-size: 100%;
  margin-top: 5px;
  position: relative;
}

.mod-2 .center .btn a {
  color: #fff;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  width: 386px;
  border-radius: 26px;
  line-height: 52px;
  position: absolute;
  top: 18px;
  left: 18px;
}

/* mod-2 end */

/* mod-3 start */

.mod-3 {
  background-image: url("../imgs/other_mod_4_bg.png");
  padding: 70px 0;
}

/* mod-3 end */

/* mod-4 start */

.mod-4 {
  background-color: #fbf8fb;
  height: 440px;
  padding-top: 40px;
  box-sizing: border-box;
}

.mod-4 .item {
  width: 200px;
  text-align: center;
  margin-top: 40px;
  position: relative;
}

.mod-4 .item::after {
  content: "";
  position: absolute;
  border-top: 1px dashed #ff6e05;
  top: 62px;
  right: -153px;
  width: 175px;
}

.mod-4 .item:last-child::after {
  border-top: none;
}

.mod-4 .item img {
  width: 100px;
  height: 100px;
  padding: 10px;
  border: 1px solid #fc7657;
  border-radius: 50%;
}

.mod-4 .item p {
  color: #666;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  margin-top: 30px;
}

.mod-4 a {
  background-color: #fc7657;
  color: #fff;
  width: 160px;
  height: 32px;
  line-height: 32px;
  border-radius: 26px;
  display: inline-block;
}

/* mod-4 end */
