@charset "UTF-8";
/*caseNav start*/
.caseNav {
  width: 90%;
  padding-left: 10%;
  border-bottom: 1px solid #0095DA;
}
.caseNav li {
  list-style: none;
  float: left;
  margin-left: 2px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.caseNav li a:hover {
  color: #ffffff;
  font-weight: bold;
  background-color: #0095DA;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.caseNav li a {
  display: block;
  font-size: 16px;
  text-align: center;
  color: #232323;
  text-decoration: none;
  padding: 15px 30px;
}
.caseNav li.checked {
  font-weight: bold;
  background-color: #0095DA;
}
.caseNav li.checked a {
  color: #ffffff;
}
/*caseNav end*/
/*caseOne start*/
.caseOne {
  margin-top: 50px;
  padding-bottom: 80px;
}
.caseOne ul li {
  float: left;
  width: 30%;
  margin-left: 2.5%;
  list-style: none;
  text-align: center;
}
.caseOne ul li div {
  height: 190px;
  overflow: hidden;
  background-color: #333333;
}
.caseOne ul li div img {
  vertical-align: middle;
}
.caseOne ul li a {
  display: block;
  line-height: 80px;
  font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #232323;
}
/*caseOne end*/
/*zixunD start*/
.zixunD {
  position: relative;
  padding-top: 20px;
  padding-bottom: 40px;
}
.zixunD h3 {
  font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
  font-size: 30px;
  font-weight: bold;
  line-height: 4em;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}
.zixunD h5 {
  font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
  font-size: 16px;
  font-weight: normal;
  line-height: 4em;
  text-align: center;
  color: #6A6A6A;
}
.zixunD p {
  margin-top: 3em;
  font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
  font-size: 16px;
  line-height: 2em;
}
.zixunD img {
  display: block;
  margin: 20px auto 0 auto;
  max-width: 80%;
}
/*zixunD table start*/
.zixunD table {
  width: 900px;
  margin: 0 auto;
}
.zixunD table td {
  font-size: 16px;
  font-weight: normal;
  line-height: 2em;
}
.zixunD table td img {
  display: block;
  margin: 20px auto 0 auto;
}
.zixunD table.tab1 td {
  width: 800px;
}
.zixunD .tab1 td img {
  max-width: 600px;
}
.zixunD .tab2 td {
  width: 450px;
}
.zixunD .tab2 td img {
  max-width: 300px;
}
.zixunD .tab3 td {
  width: 300px;
}
.zixunD .tab3 td img {
  max-width: 200px;
}
/*zixunD table end*/
/*zixunD end*/
/*zixunDNav start*/
.zixunDNav {
  border-top: 1px solid #f0f0f0;
  padding-top: 10px;
  padding-bottom: 80px;
  font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
  font-size: 16px;
}
.zixunDNav a:hover {
  color: #0095DA;
  text-decoration: underline;
}
.zixunDNav a {
  color: #232323;
  text-decoration: none;
}
.zixunDNav dt {
  float: left;
}
.zixunDNav dd {
  float: right;
}
/*zixunDNav end*/
@media only screen and (min-width:768px) and (max-width:1024px) {
  /*-----------------------第二媒体开始------------------*/
  /*caseNav start*/
  .caseNav {
    width: 90%;
    padding-left: 10%;
    border-bottom: 1px solid #0095DA;
  }
  .caseNav li {
    list-style: none;
    float: left;
    margin-left: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .caseNav li a:hover {
    color: #ffffff;
    font-weight: bold;
    background-color: #0095DA;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .caseNav li a {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #232323;
    text-decoration: none;
    padding: 12px 24px;
  }
  .caseNav li.checked {
    font-weight: bold;
    background-color: #0095DA;
  }
  .caseNav li.checked a {
    color: #ffffff;
  }
  /*caseNav end*/
  /*-----------------------第二媒体结束------------------*/
}
@media only screen and (max-width:767px) {
  /*-----------------------第三媒体开始------------------*/
  /*caseNav start*/
  .caseNav {
    width: 90%;
    padding-left: 10%;
    border-bottom: 1px solid #0095DA;
  }
  .caseNav li {
    list-style: none;
    float: left;
    margin-left: 2px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .caseNav li a:hover {
    color: #ffffff;
    font-weight: bold;
    background-color: #0095DA;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .caseNav li a {
    display: block;
    font-size: 0.4rem;
    text-align: center;
    color: #232323;
    text-decoration: none;
    padding: 0.4rem 0.5rem;
  }
  .caseNav li.checked {
    font-weight: bold;
    background-color: #0095DA;
  }
  .caseNav li.checked a {
    color: #ffffff;
  }
  /*caseNav end*/
  /*caseOne start*/
  .caseOne {
    padding-bottom: 1.5rem;
  }
  .caseOne ul li {
    float: left;
    width: 45%;
    margin-left: 3%;
    list-style: none;
    text-align: center;
  }
  .caseOne ul li div {
    height: 4rem;
    overflow: hidden;
    background-color: #333333;
  }
  .caseOne ul li div img {
    vertical-align: middle;
  }
  .caseOne ul li a {
    display: block;
    line-height: 2rem;
    font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
    font-size: 0.4rem;
    font-weight: bold;
    text-decoration: none;
    color: #232323;
  }
  /*caseOne end*/
  /*zixunD start*/
  .zixunD {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
  }
  .zixunD h3 {
    font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
    font-size: 0.5rem;
    font-weight: bold;
    line-height: 4em;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
  }
  .zixunD h5 {
    font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
    font-size: 0.35rem;
    font-weight: normal;
    line-height: 4em;
    text-align: center;
    color: #6A6A6A;
  }
  .zixunD p {
    margin-top: 3em;
    font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
    font-size: 0.35rem;
    line-height: 2em;
  }
  .zixunD img {
    display: block;
    margin: 0.5rem auto 0 auto;
    max-width: 80%;
  }
  /*zixunD table start*/
  .zixunD table {
    width: 15rem;
    margin: 0 auto;
  }
  .zixunD table td {
    font-size: 0.35rem;
    font-weight: normal;
    line-height: 2em;
  }
  .zixunD table td img {
    display: block;
    margin: 0.5rem auto 0 auto;
  }
  .zixunD table.tab1 td {
    width: 15rem;
  }
  .zixunD table.tab1 td img {
    max-width: 12rem;
  }
  .zixunD table.tab2 td {
    width: 7.5rem;
  }
  .zixunD table.tab2 td img {
    max-width: 5rem;
  }
  .zixunD table.tab3 td {
    width: 5rem;
  }
  .zixunD table.tab3 td img {
    max-width: 3rem< !---->;
  }
  /*zixunD table end*/
  /*zixunD end*/
  /*zixunDNav start*/
  .zixunDNav {
    border-top: 1px solid #f0f0f0;
    padding-top: 0.25rem;
    padding-bottom: 1.5rem;
    font-family: "Microsoft YaHei", "宋体", "Arial", "Times New Roman", "sans-serif";
    font-size: 0.35rem;
  }
  .zixunDNav a:hover {
    color: #0095DA;
    text-decoration: underline;
  }
  .zixunDNav a {
    color: #232323;
    text-decoration: none;
  }
  .zixunDNav dt {
    float: left;
    padding-right: 0.25rem;
  }
  .zixunDNav dd {
    float: left;
  }
  /*zixunDNav end*/
  /*-----------------------第三媒体结束------------------*/
}