/* pc端 */
@media screen and (min-width: 576px) {
  * {
    box-sizing: border-box;
  }
  body {
    background: #f7f8fc;
  }
  .banner {
    width: 100%;
    margin-bottom: 52px;
    position: relative;
  }
  .banner img {
    width: 100%;
  }
  .banner .ban-txt {
    width: 400px;
    height: 44px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -22px;
    font-size: 60px;
    color: #fff;
    font-style: italic;
  }
  .main {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 190px;
    display: flex;
    justify-content: space-between;
  }
  .box {
    width: 100%;
  }
  .box .public-subMenu-icon {
    display: none;
  }
  .box .list {
    width: 100%;
  }
  .box .list li {
    width: 100%;
    height: 80px;
    line-height: 80px;
    color: #333333;
    font-size: 20px;
    background: #f6f8fd;
    cursor: pointer;
    border-bottom: 1px solid #fff;
  }
  .box .list li a {
    display: inline-block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    color: #333333;
  }
  .box .list li:last-child {
    border-bottom: none;
  }
  .box .list li.active a, .box .list li:hover a{
    background: #d4eed0;
    border-bottom: 1px solid #d4eed0;
  }
  .left {
    width:300px;
  }
  .right {
    width: 850px;
  }
  .item .txt-box {
    margin-top: 70px;
    width: 100%;
    margin-bottom: 35px;
  }
  .item h3 {
    width: 100%;
    font-size: 28px;
    color: #333;
    margin-bottom: 22px;
    position: relative;
  }
  .item h4 {
    font-size: 20px;
    color: #999;
    margin-bottom: 20px;
  }
  .hen {
    width: 50px;
    height: 2px;
    background: #5abd4a;
    margin: 0 auto;
  }
  .txt {
    width: 100%;
    padding:0 20px;
    margin-top: 30px;
  }
  .txt p {
    font-size: 20px;
    color: #666;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 20px;
  }
  .footer {
    text-align: right;
    margin-top: 37px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 0;
  }
  .footer .label {
    color: #333333;
    font-size: 22px;
  }
  .footer .demo {
    color: #5abd4a;
    font-size: 20px;
    background: #ebf7e9;
    border-radius: 24px;
    padding: 2px 10px;
  }
  .item {
    margin-right: 50px;
  }
  .content {
    width: 100%;
    box-shadow: 5px 5px 20px rgba(0,0,0,.1);
    padding-bottom: 60px;
  }
  .img-box {
    width: 100%;
    position: relative;
    /* margin-bottom: 60px; */
  }
  .icon {
    width: 86px;
    height: 86px;
    position: absolute;
    left: 50%;
    bottom: -43px;
    margin-left: -43px;
  }
  .txt-list {
    width: 100%;
  }
  .txt-list li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #666;
  }
  .txt-list li .circle::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #5abd4a;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
  }
  .txt-list li .circle {
    position: relative;
    margin-right: 16px;
    z-index: 0;
  }
  .txt-list li .circle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #caeac5;
  }
}
/* mobile端 */
@media screen and (max-width: 575.98px) {
  .banner {
    width: 100%;
    font-size: 0;
    padding-top: 50px;
  }
  .banner img {
    width: 100%;
  }
  .main {
    padding-top: 0.3rem;
    background: #F7F8FC;
  }
  .main .right {
    width: 9.4rem;
    margin: 0 auto;
    background: #fff;
  }
  .main .left .band {
    display: none;
  }
  .main .left .public-subMenu-icon {
    position: fixed;
    z-index: 10;
    top: 50%;
    left: 0.3rem;
    transform: translateY(-50%);
  }
  .main .left .public-subMenu-icon #toggleSlideBar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
  }
  .main .left .public-subMenu-icon embed {
    width: 1rem;
    height: 1rem;
  }
  .main .left .box .list {
    background: #fff;
    font-size: 0.4rem;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #eee;
    position: fixed;
    z-index: 10;
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
  }
  .main .left .box .list li {
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
  }
  .main .left .box .list li a {
    color: #333;
    display: block;
  }
  .main .right {
    padding: 10px;
    box-sizing: border-box;
  }
  .main .right .item {
    margin-bottom: 0.4rem;
  }
  .main .right .txt-box {
    padding-top: 0.4rem;
    padding-bottom: 0.6rem;
    text-align: center;
  }
  .main .right .txt-box h3 {
    color: #333333;
    font-size: 0.6rem;
    margin-bottom: 0.2rem;
  }
  .main .right .txt-box h4 {
    color: #999999;
    font-size: 0.4rem;
    position: relative;
    text-transform: uppercase;
  }
  .main .right .txt-box h4::after {
    content: '';
    width: 1rem;
    height: 2px;
    background: #5ABD4A;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    bottom: -0.3rem;
    transform: translateX(-50%);
  }
  .main .right .img-box {
    position: relative;
    font-size: 0;
  }
  .main .right .img-box .thumb {
    width: 100%;
  }
  .main .right .img-box .icon {
    width: 1.4rem;
    height: 1.4rem;
    position: absolute;
    bottom: -0.7rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .main .right .txt {
    color: #666;
    font-size: 0.4rem;
    line-height: 1.8;
    word-break: break-all;
    padding-top: 0.4rem;
  }
  .main .right .footer {
    text-align: right;
    font-size: 0;
    margin-top: 0.2rem;
  }
  .main .right .footer .label {
    color: #333333;
    font-size: 0.3rem;
  }
  .main .right .footer .demo {
    color: #5abd4a;
    font-size: 0.3rem;
    background: #ebf7e9;
    border-radius: 0.4rem;
    padding: 2px 10px;
  }
  .main .right .txt .txt-list li {
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
  }
  .txt-list li .circle::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #5abd4a;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
  }
  .txt-list li .circle {
    position: absolute;
    top: 50%;
    left: 0.2rem;
    transform: translateY(-50%);
    margin-right: 14px;
    z-index: 0;
  }
  .txt-list li .circle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #caeac5;
  }
}