section {
  width: 100%;
  height: auto;
  color: #333333;
  background-color: #f2f2f2;
  padding-bottom: 30px; }
li{
  float: left;
  display: inline;
}
h1{
  font-size: 30px;
  font-weight: 400;
}

h3{
  font-size: 24px;
  font-weight: 400;
  line-height: 50px;
  color: #808080;
}

/*右侧悬浮菜单*/
.slide{
  width: 50px;
  height: 250px;
  position: fixed;
  top: 50%;
  margin-top: -126px;
  background: #018D75;
  right: 0;
  border-radius: 5px 0 0 5px;
  z-index: 999;
}
.slide ul{
  list-style: none;
}
.slide .icon li{
  width: 49px;
  height: 50px;
  background: url("/Index/Insurance/image/icon.png") no-repeat;
  color: #FFFFFF;
  font-weight: 600;
  padding: auto;
  padding-left: 8px;
}
.slide .icon .up{
  background-position:-330px -120px ;
}
.slide .icon li.qq{
  background: #018D75;
}
.slide .icon li.tel{
  background: #018D75;
}
.slide .icon li.wx{
  background: #018D75;
}
.slide .icon li.down{
  background-position:-330px -160px ;
}
.slide .info{
  top: 50%;
  height: 147px;
  position: absolute;
  right: 100%;
  background: #018D75;
  width: 0px;
  overflow: hidden;
  margin-top: -73.5px;
  transition:0.5s;
  border-radius:4px 0 0 4px ;
}
.slide .info.hover{
  width: 145px;
  
}
.slide .info li{
  width: 145px;
  color: #CCCCCC;
  text-align: center;
}
.slide .info li p{
  font-size: 1.1em;
  line-height: 2em;
  padding: 15px;
  text-align: left;
}
.slide .info li.qq p a{
  display: block;
  margin-top: 12px;
  width: 100px;
  height: 32px;
  line-height: 32px;
  color: #00DFB9;
  font-size: 16px;   
  text-align: center;
  text-decoration: none;
  border: 1px solid #00DFB9;
  border-radius: 5px;
}
.slide .info li.qq p a:hover{
  color: #FFFFFF;
  border: none;
  background: #00E0DB;
}
.slide .info li div.img{
  height: 100%;
  background: #DEFFF9;
  margin: 15px;
}
.slide .info li div.img img{
  width: 100%;
  height: 100%;
}
/*控制菜单的按钮*/
.index_cy{
  width: 30px;
  height: 30px;
  background: url("/Index/Insurance/image/index_cy.png");
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: 140px;
  background-position: 62px 0;
  cursor: pointer;
}
.index_cy2{
  width: 30px;
  height: 30px;
  background: url("/Index/Insurance/image/index_cy.png");
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: 140px;
  background-position: 30px 0;
  cursor: pointer;
}

/*自适应 当屏小于1050时隐藏*/
@media screen and (max-width: 1050px) {
  .slide{
    display: none;
  }
  #btn{
    display: none;
  }
  
}

section .trait h3{
  font-size: 20px;
  padding-bottom: 16px;
}
  section .banner {
    width: 100%;
    height: 480px;
    background: url("/Index/Insurance/image/details_b.jpg") no-repeat;
    position: relative; }
    section .banner .information {
      width: 530px;
      height: 480px;
      background-color: #FBE5D6;
      opacity:0.8;
      position: absolute;
      left: 150px;
      /* top: 80px; } */
      }
      section .information .info{
        margin: 20px 40px;
        padding-top: 60px;
      }
      section .banner .information .title {
        width: 530px;
        height: 34px;
        color: #F7982F;
      }
        section .banner .information .title span {
          float: left;
          font-size: 17px;
          color: #000;
        }
        section .banner .information .title .span {
          float: left;
          font-size: 20px;
          font-weight: 600;
          color: #F7982F;
        }
        section .banner .information .title .span1 {
          width: 436px;
          /* color: #666666; */
          color: #000;
          font-size: 15px;
          overflow: hidden;
          float: left;
          margin-left: 20px;
          margin-top: 1px; }
      section .banner .information .button_div {
        float: left;
        width: 150px;
        height: 32px;
        margin-top: 30px; }
        section .banner .information .button_div .button1 {
          width: 100px;
          height: 30px;
          float: left;
          border: 1px solid #F7982F;
          background-color: #ffffff;
          border-radius: 4px;
          margin-right: 20px;
          cursor: pointer;
          line-height: 30px;
          text-align: center;
          font-weight: 600;
          color: #200fdd; }
        section .banner .information .button_div .button1:hover {
          width: 100px;
          height: 30px;
          float: left;
          background: #F7982F;
          border-radius: 4px;
          cursor: pointer;
          line-height: 30px;
          text-align: center;
          font-weight: 600;
          color: #200fdd; }
          section .banner .information .button_div .button2 {
            width: 100px;
            height: 30px;
            float: left;
            border: 1px solid #F7982F;
            background-color: #ffffff;
            border-radius: 4px;
            margin-right: 20px;
            cursor: pointer;
            line-height: 30px;
            text-align: center;
            font-weight: 600;
            color: #200fdd; }
          section .code{
            display: none;
          }
          section .banner .information .button_div .button2:hover section .code{
            display: block;
          }
          section #kf:hover > .code{
            display: block;
          }
          section .banner .information .button_div .button2:hover {
            width: 100px;
            height: 30px;
            float: left;
            background: #F7982F;
            border-radius: 4px;
            cursor: pointer;
            line-height: 30px;
            text-align: center;
            font-weight: 600;
            color: #200fdd; }
  section .main {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: 60px;
    background-color: white;
    padding-bottom: 60px; }
    section .main .insurance_info {
      width: 1100px;
      overflow: hidden;
      height: auto;
      margin: 0 auto;
      padding-top: 30px; }
      section .main .main-top{
        width: 100%;
      }

      section .main_top .fl{
        width: 366px;
      }

      section .main_top .overflow .fl img{
        margin-bottom: 30px; ;
        width: 360px;
      }

      section .main_top .main_title{
          font-family: "黑体";
          font-size: 30px;
          line-height: 37px;
          padding-left: 50px;
          padding-bottom: 30px;
      }

      section .main_top .content p{
        padding-left: 50px;
        font-size: 20px;
        line-height: 27px;
      }

      section .tb{
        width: 180px;
        height: 56px;
        background-color: #1EA2EE;
        text-align: center;
        margin: 100px auto;
        margin-left: 130px;
      }

      section .tb a{
        color: #ffffff;
        font-size: 30px;
        line-height: 50px;
      }

      section .main .insurance_info .title{
        text-align: center;
      }
      section .main .fa{
        margin: auto;
      }
      section .main h3{
        font-size: 18px;
        font-weight: 600;
        color: black;
      }
      section .main .fa img{
        width: 100%;
      }
      section .main .pfbl img{
        width: 100%;
      }
      section .main p{
        padding-left: 40px;
        font-size: 20px;
        position: relative;
        font-family: "楷体";
      }
      section .main span{
        font-size: 20px;
        font-weight: 500;
        position: absolute;
        top: 0;
        left: 0;
      }
    section .main .button_div {
      width: 160px;
      height: 32px;
      margin: 0 auto;
      margin-top: 30px; }
      section .main .button_div .button1 {
        width: 160px;
        height: 30px;
        float: left;
        border: 1px solid #0F6FDD;
        background-color: #ffffff;
        border-radius: 4px;
        cursor: pointer;
        line-height: 30px;
        text-align: center;
        color: #0F6FDD; }
      section .main .button_div .button1:hover {
        width: 160px;
        height: 30px;
        float: left;
        background: #0F6FDD;
        border-radius: 4px;
        cursor: pointer;
        line-height: 30px;
        text-align: center;
        color: #ffffff; }
  section .trait {
    width: 100%;
    height: auto;
    margin: 50px auto;
    background-color: white;
    padding-bottom: 60px; }
    section .trait .trait_main{
      width: 1200px;
      height: auto;
      margin: 0 auto;
    }
    section .trait .trait_main .overflow{
      width: 1200px;
      height: 400px;
      margin: auto;
    }
    section .trait .trait_main .fl{
      width: 400px;
      height: auto;
      margin: auto;
      padding: 80px 0;
      text-align: center;
    }
    section .trait img{
      width: 200px;
      height: 200px;
      margin: 0 auto;
    }
    section .trait p{
      font-size: 16px;
      font-family: 400;
      color: #808080;
      line-height: 25px;
    }
  section .flow {
    width: 100%;
    height: auto;
    margin: 60px auto;
    background-color: white;
    padding-bottom: 60px;
  }

  section .flow .flow_main{
    width: 1200px;
    margin: auto;
    padding: 60px 0;
  }
  section .flow .overflow{
    width: 1200px;
    height: 300px;
    margin: auto;
  }
  section .flow .fl{
    width: 300px;
    height: auto;
    margin: auto;
    text-align: center;
  }
  section .flow img{
    width: 280px;
    height: 188px;
    margin-top: 50px;
  }
  section h2{
    font-size: 20px;
    font-weight: 800;
    margin-top: 36px;
    padding-bottom: 22px;
  }
  section .flow .title{
    text-align: center;
  }
  section .problem{
    width: 100%;
    height: 2100px;
    margin: 60px auto;
    background-color: #f2f2f2;
    padding-bottom: 60px;
  }

  section .problem_main{
    width: 1200px;
    height: auto;
    margin: auto;
  }
  section .problem .title{
    text-align: center;
  }
  section .problem ul{
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 60px;
  }
  section .problem ul li{
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 1px solid #000;
  }
  section .problem .ask{
    padding-left: 40px;
    font-size: 18px;
    position: relative;
    line-height: 50px;
    /* font-family: "楷体"; */
  }
  section .problem span{
    font-size: 20px;
    color: #1ea2ee;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
  }
  section .problem .answer{
    margin-top: 6px;
    padding-left: 40px;
    padding-bottom: 10px;
    line-height: 20px;
    font-size: 18px;
    position: relative;
    font-family: "楷体";
  }

  .mask {
    display: none; }
    .mask .mask_shade {
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      top: 0;
      left: 0;
      z-index: 600000000; }
      .mask .mask_shade .insurance_policy {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 600000000;
        background: #fff;
        width: 800px;
        height: auto;
        max-height: 90%;
        padding-bottom: 50px;
        overflow: scroll;
        padding-left: 30px;
        padding-right: 30px; }
        .mask .mask_shade .insurance_policy .policy_content {
          margin-top: 50px;
          text-align: center;
        vertical-align: middle;
        }
          .mask .mask_shade .insurance_policy .policy_content .p1 {
            text-align: center;
            font-size: 24px;
            margin-top: -20px;
            margin-bottom: 20px; }
          .mask .mask_shade .insurance_policy .policy_content p {
            margin: 10px 0; }
          .mask .mask_shade .insurance_policy .policy_content .agree_btn {
            width: 240px;
            height: 36px;
            margin-top: 30px;
            /* margin-left: 280px; */
            border: none;
            background-color: #0F6FDD;
            color: white;
            text-align: center;
            line-height: 36px;
            border-radius: 4px;
            cursor: pointer; }
    .mask .close {
      position: absolute;
      top: 20px;
      right: 30px;
      width: 25px;
      height: 25px;
      background: url("/Index/Insurance/image/cancel.png");
      background-size: cover;
      cursor: pointer; }
      .zx {
        /* margin: 20px 100px; */
        
        margin: 20px 0px;
        width: 500px;
        height: 40px;
      }
  
/*# sourceMappingURL=details.css.map */
