/* 内容区 */

@media screen and (min-width: 1000px) {
  .tip {
    font-size: 12px;
    margin-top: -12px;
    margin-bottom: 12px;
  }
  .conBox {
    background-color: #fff;
    overflow: hidden;
    min-height: 790px;
    padding: 50px 0;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }

  .comTitle {
    font-size: 27px;
  }

  .introBox {
    margin: 20px 0;
    align-items: flex-start;
  }

  .introBox img {
    width: 410px;
  }

  .introBox .con {
    width: 735px;
  }

  .tTitle {
    width: 100%;
    font-size: 28px;
    padding-bottom: 8px;
    color: #be8f1e;
    margin-bottom: 10px;
    font-weight: 600;
    border-bottom: 2px solid #be8f1e;
  }

  .msg {
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .introBox .button {
    background-color: #be8f1e;
    color: #fff;
    font-size: 28px;
    display: inline-block;
    padding: 5px 15px;
    cursor: pointer;
    margin: 15px 0;
    transition: all .5s;
    font-weight: bold;
  }
  .introBox .button:hover {
    color: #be8f1e!important;
    background-color: #fff;
  }

  .introBox .title {
    font-size: 28px;
    color: #be8f1e;
    margin-bottom: 5px;
    font-weight: 600;
  }

  .introBox hr {
    border: 1px dashed #be8f1e;
    margin: 15px 0;
    /* border-color:; */
  }

  .tjjl {
    width: 100%;
    align-items: flex-start;
  }

  .tjjl .itemBox01 {
    width: 530px;
  }
  .tjjl .itemBox02 {
    width: 630px;
  }

  .tjjl ul {
    padding: 0;
    margin: 0;
    padding-left: 30px;
    font-size: 16px;
    line-height: 30px;
  }
  .tjjl ul li {
    margin-bottom: 10px;
  }

  .tjjl .ts {
    font-size: 16px;
    color: #be8f1e;
    line-height: 30px;
  }

  .tjjl .bt {
    width: 80px;
    font-size: 16px;
    font-weight: 600;
    padding-top: 5px;
  }
  .tjjl .bt-line {
    font-size: 16px;
    font-weight: 600;
    padding-top: 5px;
  }

  .tjjl .jlItem {
    align-items: flex-start;
  }

  .tjjl .jlItem .msg {
    width: calc(100% - 90px);
  }

  .pxfx .btnBox {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .pxfx .btnBox a {
    width: 110px;
    height: 110px;
    display: block;
    margin-right: 26px;
    margin-bottom: 20px;
  }

  .pxfx .btnBox a:nth-of-type(9n) {
    margin-right: 0;
  }

  .pxfx .btnBox a img {
    width: 100%;
    height: 100%;
    transition: all .5s;
  }
.pxfx .btnBox a:hover img {
  transform: scale(1.1);
}

  .bold {
    font-weight: 600;
  }

  .midBox {
    align-items: flex-start;
  }

  .midBox .logoBox {
    width: 530px;
  }

  .midBox .logoBox img {
    width: 260px;
  }

  .midBox .midItem {
    width: 290px;
  }

  .bigTitle {
    width: 220px;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    margin: 20px auto;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    background-color: #be8f1e;
  }
  .bigTitle-en {
    width: 420px;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    margin: 20px auto;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    background-color: #be8f1e;
  }

  .ztyw {
    width: 100%;
    margin: 25px 0;
    justify-content: space-around;
  }

  .ztyw img {
    width: 360px;
    height: 240px;
  }

  .ztyw .msgBox {
    width: 740px;
  }

  .ztyw .name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
  }
  .breakall {
    word-break: break-all;
  }
  .breakall span {
    text-decoration: underline;
  }
}





@media screen and (max-width: 1000px) {
  
  .tip {
    font-size: 0.32rem;
  }
  .conBox {
    background-color: #fff;
    overflow: hidden;
    padding: 0.4rem 0;
  }

  .comTitle {
    font-size: 0.4rem;
  }

  .introBox {
    margin: 0.4rem 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .introBox img {
    width: 100%;
  }

  .introBox .con {
    width: 100%;
  }

  .tTitle {
    width: 100%;
    font-size: 0.6rem;
    padding-bottom: 0.1rem;
    color: #be8f1e;
    margin-bottom: 0.1rem;
    font-weight: 600;
    border-bottom: 2px solid #be8f1e;
  }

  .msg {
    font-size: .4rem;
    text-align: justify;
    line-height: .6rem;
    margin-bottom: 0.2rem;
  }

  .introBox .button {
    background-color: #be8f1e;
    color: #fff;
    font-size: 0.4rem;
    display: inline-block;
    padding: 0.2rem 0.4rem;
    cursor: pointer;
    margin: 0.2rem 0;
    font-weight: bold;
  }
  .introBox .button:hover {
    color: #fff!important;
  }

  .introBox .title {
    font-size: 0.6rem;
    color: #be8f1e;
    margin-bottom: 0.1rem;
    font-weight: 600;
  }

  .introBox hr {
    border: 1px dashed #be8f1e;
    margin: 0.2rem 0;
  }

  .tjjl {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
  }

  .tjjl .itemBox01 {
    width: 100%;
  }
  .tjjl .itemBox02 {
    width: 100%;
  }

  .tjjl ul {
    padding: 0;
    margin: 0;
    padding-left: 0.4rem;
    font-size: 0.4rem;
    line-height: 0.6rem;
  }
  .tjjl ul li {
    margin-bottom: 0.2rem;
  }

  .tjjl .ts {
    font-size: 0.4rem;
    color: #be8f1e;
    line-height: 0.6rem;
  }

  .tjjl .bt {
    width: 100%;
    font-size: 0.4rem;
    font-weight: 600;
    padding-top: 0.2rem;
  }

  .tjjl .jlItem {
    align-items: flex-start;
    flex-direction: column;
  }

  .tjjl .jlItem .msg {
    width: 100%;
  }

  .pxfx .btnBox {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .pxfx .btnBox a {
    width: 2.6rem;
    height: 2.6rem;
    display: block;
    margin-bottom: 0.2rem;
  }


  .pxfx .btnBox a img {
    width: 100%;
    height: 100%;
  }

  .bold {
    font-weight: 600;
  }

  .midBox {
    flex-direction: column;
  }

  .midBox .logoBox {
    width: 100%;
  }

  .midBox .logoBox img {
    width: 95%;
    display: block;
    margin-bottom: 0.4rem;
  }
  .midBox .logoBox .flexBox {
    flex-direction: column;
  }

  .midBox .midItem {
    width: 100%;
  }

  .bigTitle {
    width: 6rem;
    text-align: center;
    line-height: 1rem;
    margin: 0.4rem auto 0.2rem;
    font-size: 0.6rem;
    font-weight: 600;
    color: #fff;
    background-color: #be8f1e;
  }
  .bigTitle-en {
    width: 6rem;
    text-align: center;
    line-height: 1rem;
    margin: 0.4rem auto 0.2rem;
    font-size: 0.6rem;
    font-weight: 600;
    color: #fff;
    background-color: #be8f1e;
  }

  .ztyw {
    width: 100%;
    margin: 0.2rem 0;
    flex-direction: column;
  }

  .ztyw img {
    width: 100%;
  }

  .ztyw .msgBox {
    width: 100%;
  }

  .ztyw .name {
    font-size: 0.4rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
  }
  
  .breakall {
    word-break: break-all;
  }
  .breakall span {
    text-decoration: underline;
  }
}