@media (min-width: 769px) {
  .pic_warp {
    width: 100%;
  }
  .pic_warp > img {
    width: 100%;
    display: block;
  }
  .wz_warp {
    width: 100%;
    background: #1375ce;
    overflow: hidden;
  }
  .wz_warp .wz {
    height: 52px;
  }
  .wz_warp .wz .wz_left {
    width: 800px;
    height: 52px;
    float: left;
    font-size: 15px;
    color: #fff;
    line-height: 52px;
    position: relative;
  }
  .wz_warp .wz .wz_left > img {
    position: absolute;
    top: 16px;
    left: 0;
  }
  .wz_warp .wz .wz_left > span {
    padding-left: 40px;
    font-size: 15.5px;
    font-weight: bold;
  }
  .wz_warp .wz .wz_left > ul{
    position: absolute;
    top: 0;
    left: 130px;
  }
  .wz_warp .wz .wz_right {
    height: 52px;
    float: right;
    position: relative;
  }
  .wz_warp .wz .wz_right > a {
    font-size: 15px;
    color: #fff;
    line-height: 52px;
  }
  .wz_warp .wz .wz_right > img {
    position: absolute;
    top: 18px;
    left: -25px;
  }
  .content_warp {
    width: 100%;
    margin-bottom: 50px;
  }
  .content_warp .content .c_left {
    width: 285px;
    height: 678px;
    float: left;
  }
  .content_warp .content .c_left > ul > li {
    width: 285px;
    height: 55px;
    border-bottom: 1px solid #393939;
    position: relative;
  }
  .content_warp .content .c_left > ul > li > a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 15px;
    color: #393939;
    line-height: 55px;
    text-indent: 20px;
    transition: all .2s;
  }
  .content_warp .content .c_left > ul > li > img {
    position: absolute;
    top: 20px;
    right: 10px;
    opacity: 0;
    transition: all .2s;
  }
  .content_warp .content .c_left > ul > li.now2 > a {
    background: #1375ce;
    color: #fff;
  }
  .content_warp .content .c_left > ul > li.now2 > img {
    opacity: 1;
  }
  .content_warp .content .c_left > ul > li:hover > a {
    background: #1375ce;
    color: #fff;
    transition: all .2s;
  }
  .content_warp .content .c_left > ul > li:hover > img {
    opacity: 1;
    transition: all .2s;
  }
  .content_warp .content .c_right {
    width: 783px;
    float: right;
    overflow: hidden;
  }
  .content_warp .content .c_right a{
    color: #333!important;
  }
  .content_warp .content .c_right .right_box {
    margin-top: 55px;
    width: 100%;
  }
  .content_warp .content .c_right .right_box .pic {
    width: 266px;
    height: 475px;
    float: left;
  }
  .content_warp .content .c_right .right_box .right_logo {
    float: left;
    margin-left: 42px;
  }
  .content_warp .content .c_right .right_box > p {
    /*width: 475px;*/
    font-size: 13px;
    color: #323232;
    line-height: 26px;
    /*float: right;
    margin-top: 50px;*/
    text-indent: 30px;
  }
  .content_warp .content .c_right > ul {
    width: 100%;
    margin-top: 110px;
  }
  .content_warp .content .c_right > ul > li {
    float: left;
    margin-left: 50px;
  }
  .content_warp .content .c_right > ul > li > img {
    width: 134px;
    height: 154px;
  }
  .content_warp .content .c_right > ul > li > p {
    font-size: 25px;
    color: #414141;
    text-align: center;
    margin-top: 25px;
  }
  .content_warp .content .c_right > img {
    margin: 20px auto;
  }
}
@media (max-width: 768px) {
  .pic_warp {
    width: 100%;
  }
  .pic_warp > img {
    width: 100%;
    display: block;
  }
  .wz_warp {
    display: none;
  }
  .content_warp {
    width: 100%;
    margin-bottom: 2rem;
  }
  .content_warp .content .c_left {
    display: none;
  }
  .content_warp .content .c_right {
    width: 100%;
    overflow: hidden;
    text-align: center;
  }
  .content_warp .content .c_right a{
    color: #333!important;
  }
  .content_warp .content .c_right table {
    width: 100%;
  }
  .content_warp .content .c_right .right_box {
    margin-top: 2rem;
    width: 100%;
  }
  .content_warp .content .c_right .right_box .pic {
    display: block;
    width: 100%;
    margin: 2rem auto;
  }
  .content_warp .content .c_right .right_box .right_logo {
    margin: 0 auto;
  }
  .content_warp .content .c_right .right_box > p {
    width: 100%;
    font-size: 0.8rem;
    color: #323232;
    line-height: 1.6rem;
    margin-top: 1.5rem;
    text-align: left;
    text-indent: 1.5rem;
  }
  .content_warp .content .c_right > ul {
    width: 100%;
    margin-top: 5rem;
  }
  .content_warp .content .c_right > ul > li {
    margin: 1rem auto;
    width: 50%;
    float: left;
  }
  .content_warp .content .c_right > ul > li > img {
    width: 50%;
  }
  .content_warp .content .c_right > ul > li > p {
    font-size: 1.5rem;
    color: #414141;
    text-align: center;
    margin-top: 1.5rem;
  }
  .content_warp .content .c_right > img {
    margin: 1rem auto;
  }
}
