*{
  margin:0;
  padding: 0;
}
body{
  background-color: rgb(247,247,247);
}
a{
  text-decoration: none;
}
li{
  list-style: none;
}
.jianjie{
  margin-top: 40px;
  height: 500px;
    width: 100%;
    position: relative;
}
.jianjie_r {
    width: 56%;
    max-width: 668px;
    height: 100%;
    position: absolute;
    z-index: 1;
    top:0;
    right: 0;
}
.jianjie_l{
  width: 62.5%;
  max-width: 750px;
  max-height: 400px;
  height: 83%;
  /* padding: 30px; */
  font-size: 14px;
  color: #666;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  position: absolute;
  /* right: 45%; */
  left: 0;
  top: 50px;
  background: #fff;
  z-index: 99;
}
.jianjie_l p{
  font-size: 18px;
  text-align: center;
  margin-top: 6.5%;
  margin-bottom: 3%;
  color: #000;
  font-weight: bold;
}
.jianjie_l  .jianjie_l_text{
  width: 92%;
  max-width: 686px;
  max-height: 60px;
  line-height: 30px;
  margin:0 auto;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;  /*ÃƒÂ©Ã¢â€žÂ¢Ã‚ÂÃƒÂ¥Ã‹â€ Ã‚Â¶ÃƒÂ¥Ã…â€œÃ‚Â¨ÃƒÂ¤Ã‚Â¸Ã¢â€šÂ¬ÃƒÂ¤Ã‚Â¸Ã‚ÂªÃƒÂ¥Ã‚ÂÃ¢â‚¬â€ÃƒÂ¥Ã¢â‚¬Â¦Ã†â€™ÃƒÂ§Ã‚Â´Ã‚Â ÃƒÂ¦Ã‹Å“Ã‚Â¾ÃƒÂ§Ã‚Â¤Ã‚ÂºÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ¦Ã¢â‚¬â€œÃ¢â‚¬Â¡ÃƒÂ¦Ã…â€œÃ‚Â¬ÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ¨Ã‚Â¡Ã…â€™ÃƒÂ¦Ã¢â‚¬Â¢Ã‚Â°*/
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.jianjie_l_icon{
  width: 92%;
  height: 28%;
  /* max-width: 686px; */
  max-height: 109px;
  margin:0 auto;
  margin-top: 6%;
  border-top: 4px solid #CF1515;
  text-align: center;
  padding-top: 5%;
}
.jianjie_l_icon img{
  /* height: 100%; */
}
.menus ul li{
  max-width: 224px!important;
  margin-left: 2.5%!important;
  width: 18%!important;
}
.jianjie_jm_icon{
    width: 92%;
    height: 31%;
    /* max-width: 686px; */
    max-height: 122px;
    margin: 0 auto;
    text-align: center;
    padding-top: 2%;
}
.jianjie_area_text{
    width: 92%;
    max-width: 686px;
    max-height: 30px;
    line-height: 30px;
    margin: 0 auto;
    padding-top: 5%;
}

.container {
    margin: 40px 0px;
}
.main1 {
    width: 1000px;
    margin: 0 auto;
}
.main1 h3 {
    border-bottom: 1px solid;
    padding: 10px;
    font-size: 18px;
    margin-bottom: 40px;
}
.validation-form-container {
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    font-family: helvetica neue,helvetica,Arial;
    color: rgba(0,0,0,.7);
    font-size: 16px;
    padding: 16px;
    width: 100%;
    max-width: 500px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1) inset;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1) inset;
    line-height: 16px;
}
.form-group {
    clear: both;
    margin: 0 0 1em;
}
.form-group label {
    margin: 0 0 .3em;
    display: block;
    color: #555;
    font-size: .875em;
    position: relative;
}
.form-group input {
    width: 90%;
    font-size: 1em;
    display: inline-block;
    position: relative;
    padding: .65em 1em;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    outline: none;
    color: rgba(0,0,0,.7);
    border-radius: .3125em;
    transition: background-color .3s ease-out,box-shadow .2s ease,border-color .2s ease;
    box-shadow: 0 0 0 0 rgba(0,0,0,.3) inset;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}
.form-group select{
    width: 97%;
    font-size: 1em;
    display: inline-block;
    position: relative;
    padding: .65em 1em;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    outline: none;
    color: rgba(0,0,0,.7);
    border-radius: .3125em;
    transition: background-color .3s ease-out,box-shadow .2s ease,border-color .2s ease;
    box-shadow: 0 0 0 0 rgba(0,0,0,.3) inset;
    /*-webkit-appearance: none;*/
    -webkit-tap-highlight-color: transparent;
}
.form-group textarea {
    width: 90%;
    font-size: 1em;
    color: rgba(0,0,0,.7);
    font-size: 1em;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    outline: none;
    transition: background-color .3s ease-out,box-shadow .2s ease,border-color .2s ease;
    box-shadow: 0 0 0 0 rgba(0,0,0,.3) inset;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    padding: .65em 1em;
    height: 5rem;
    border-radius: .3125em;
}
.form-group button {
    width: 30%;
    font-size: 1em;
    padding: .65em 1em;
    height: 3rem;
    text-align: center;
    line-height: 1rem;
    border-radius: .3125em;
    border: 1px solid rgba(0,0,0,.15);
    outline: none;
    transition: background-color .3s ease-out,box-shadow .2s ease,border-color .2s ease;
    box-shadow: 0 0 0 0 rgba(0,0,0,.3) inset;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    background-color: #1ab8f3;
    color: #fff;
}

.case_name {
    padding-top: 20px;
    background: #fff;
    overflow: hidden;
}
.case_name dt {
    float: left;
    padding: 0 10px;
    height: 40px;
}
.case_name dd {
    float: left;
    padding: 0 10px;
    height: 40px;
}
.case_name dd .ar {
    background: #eb3616;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
}
.case_name dd a {
    padding: 10px 20px;
}