@media screen and (min-width: 769px) {
  .box-details .container {
    width: 1200px;
    margin: 0 auto;
  }
  .box-details .Top {
    min-width: 1400px;
  }
  .box-details .Top .logo {
    width: 1200px;
    height: 51px;
    margin: 0 auto;
    padding-top: 3px;
  }
  .box-details .Top .logo img {
    width: 237px;
  }
  .box-details .Top .navigation {
    width: 100%;
    height: 279px;
  }
  .box-details .Top .navigation .Topic {
    width: 100%;
    height: 219px;
    background: url(../img/nav/Bgc2.png) center no-repeat;
    background-size: cover;
    padding-top: 47px;
  }
  .box-details .Top .navigation .Topic .title {
    width: 440px;
    height: 114px;
    background-color: rgba(255, 255, 255, 0.75);
    margin: 0 auto;
    position: relative;
  }
  .box-details .Top .navigation .Topic .title .polygon {
    position: absolute;
    width: 10px;
    height: 91px;
    background-color: #087915;
    left: 27px;
    top: 50%;
    transform: translateY(-50%);
  }
  .box-details .Top .navigation .Topic .title .polygon img {
    position: absolute;
    width: 25px;
    height: 25px;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .box-details .Top .navigation .Topic .title h2 {
    width: 412px;
    height: 100%;
    font-family: 'FZZZHONGJW--GB1-0', sans-serif;
    font-size: 46px;
    line-height: 46px;
    letter-spacing: 2px;
    font-weight: normal;
    color: #087915;
    margin-left: 56px;
    padding-top: 11px;
  }
  .box-details .Top .navigation .Topic .title h2 p {
    display: inline-block;
    font-family: MicrosoftYaHei;
    font-size: 34px;
    line-height: 34px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #087915;
  }
  .box-details .Top .navigation .nav {
    width: 100%;
    height: 60px;
    background-color: #013707;
  }
  .box-details .Top .navigation .nav .container {
    display: flex;
    z-index: 9;
  }
  .box-details .Top .navigation .nav .container li {
    width: 200px;
    height: 100%;
    position: relative;
    z-index: 9;
  }
  .box-details .Top .navigation .nav .container li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 60px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: #ffffff;
  }
  .box-details .Top .navigation .nav .container li .dropdown {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99999;
    background-color: #fff;
  }
  .box-details .Top .navigation .nav .container li .dropdown p {
    width: 100%;
    height: 50px;
  }
  .box-details .Top .navigation .nav .container li .dropdown p a {
    display: block;
    width: 100%;
    height: 100%;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    line-height: 50px;
    color: #656565;
  }
  .box-details .Top .navigation .nav .container li .dropdown p.active-p a {
    background-color: #e6e6e6;
  }
  .box-details .Top .navigation .nav .container li .dropdown p:hover a {
    background-color: #e6e6e6;
  }
  .box-details .Top .navigation .nav .container li:hover a {
    background-color: #398d2b;
  }
  .box-details .Top .navigation .nav .container li:hover .dropdown {
    display: block;
  }
  .box-details .Top .navigation .nav .container li:hover .dropdown a {
    background-color: #fff;
  }
  .box-details .Top .navigation .nav .container li.active a {
    background-color: #398d2b;
  }
  .box-details .Top .navigation .navYD {
    display: none;
  }
  .box-details .Content {
    min-width: 1400px;
  }
  .box-details .Content .title {
    margin-top: 35px;
  }
  .box-details .Content .title p a {
    font-size: 15px;
    line-height: 15px;
    color: #1f1f1f;
  }
  .box-details .Content .title p a:hover {
    text-decoration: underline;
  }
  .box-details .Content .content {
    margin-top: 20px;
    width: 100%;
    margin-bottom: 60px;
  }
  .box-details .Content .content .top {
    width: 100%;
    height: 90px;
    border-bottom: 1px solid #656565;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 10px;
  }
  .box-details .Content .content .top h2 {
    width: 100%;
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    font-weight: normal;
  }
  .box-details .Content .content .top p {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .box-details .Content .content .top p span {
    display: block;
    margin: 0 10px;
    font-size: 15px;
    line-height: 15px;
    color: #656565;
  }
  .box-details .Content .content .text {
    margin-top: 20px;
  }
  .box-details .Content .content .text p {
    text-indent: 2em;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
    font-family: 'FZ';
  }
  .box-details .Content .content .text p video{
    width:960px;
    height:540px;
  }
  .box-details .Bottom {
    min-width: 1400px;
    width: 100%;
    height: 387px;
    background: url(../img/bottom/Bgc.png) center no-repeat;
    background-size: cover;
    padding-top: 70px;
    position: relative;
  }
  .box-details .Bottom .top .text {
    margin: 0 auto;
    width: 723px;
    display: flex;
    justify-content: space-between;
  }
  .box-details .Bottom .top .text li {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
  }
  .box-details .Bottom .top .text li a {
    color: #ffffff;
  }
  .box-details .Bottom .top .text li:hover a {
    text-decoration: underline;
  }
  .box-details .Bottom .top .Logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 56px;
  }
  .box-details .Bottom .top .Logo .logo {
    width: 585px;
    height: 104px;
    object-fit: 100% 100%;
    margin-right: 84px;
  }
  .box-details .Bottom .top .Logo .line {
    width: 1px;
    height: 116px;
    background-color: #fff;
    margin-right: 83px;
  }
  .box-details .Bottom .top .Logo ul li {
    display: flex;
    align-items: center;
  }
  .box-details .Bottom .top .Logo ul li img {
    margin-right: 21px;
  }
  .box-details .Bottom .top .Logo ul li p {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
  }
  .box-details .Bottom .top .Logo ul li:nth-child(2) {
    margin: 21px 0;
  }
  .box-details .Bottom .copyright {
    width: 100%;
    height: 84px;
    background-color: #013707;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .box-details .Bottom .copyright p {
    width: 100%;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 84px;
    color: #ffffff;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .box-details {
    width: 100%;
    overflow: hidden;
  }
  .box-details .container {
    width: 95%;
    margin: 0 auto;
  }
  .box-details .Top {
    position: relative;
  }
  .box-details .Top .logo {
    width: 95%;
    height: 13.6vw;
    margin: 0 auto;
    padding-top: 0.8vw;
  }
  .box-details .Top .logo img {
    width: 63.2vw;
  }
  .box-details .Top .navigation {
    width: 100%;
    height: 53.33333333vw;
  }
  .box-details .Top .navigation .Topic {
    width: 100%;
    height: 53.33333333vw;
    background: url(../img/nav/Bgc.png) center no-repeat;
    background-size: cover;
    padding-top: 14.66666667vw;
  }
  .box-details .Top .navigation .Topic .title {
    width: 80vw;
    height: 26.66666667vw;
    background-color: rgba(255, 255, 255, 0.75);
    margin: 0 auto;
    position: relative;
  }
  .box-details .Top .navigation .Topic .title .polygon {
    position: absolute;
    width: 2.66666667vw;
    height: 21.33333333vw;
    background-color: #087915;
    left: 5.33333333vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .box-details .Top .navigation .Topic .title .polygon img {
    position: absolute;
    width: 6.66666667vw;
    height: 6.66666667vw;
    left: -4vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .box-details .Top .navigation .Topic .title h2 {
    width: 64vw;
    height: 100%;
    font-family: 'FZZZHONGJW--GB1-0', sans-serif;
    font-size: 7.46666667vw;
    line-height: 8.53333333vw;
    letter-spacing: 0.53333333vw;
    font-weight: normal;
    color: #087915;
    margin-left: 13.33333333vw;
    padding-top: 4.8vw;
  }
  .box-details .Top .navigation .Topic .title h2 p {
    display: inline-block;
    font-family: MicrosoftYaHei;
    font-size: 6.4vw;
    line-height: 8.53333333vw;
    font-weight: normal;
    letter-spacing: 0.53333333vw;
    color: #087915;
  }
  .box-details .Top .navigation .nav {
    display: none;
    width: 100%;
    height: 16vw;
    background-color: #013707;
  }
  .box-details .Top .navigation .nav .container {
    display: flex;
    z-index: 9;
  }
  .box-details .Top .navigation .nav .container li {
    width: 53.33333333vw;
    height: 100%;
    position: relative;
    z-index: 9;
  }
  .box-details .Top .navigation .nav .container li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 16vw;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 5.33333333vw;
    color: #ffffff;
  }
  .box-details .Top .navigation .nav .container li .dropdown {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99999;
    background-color: #fff;
  }
  .box-details .Top .navigation .nav .container li .dropdown p {
    width: 100%;
    height: 13.33333333vw;
  }
  .box-details .Top .navigation .nav .container li .dropdown p a {
    display: block;
    width: 100%;
    height: 100%;
    font-family: MicrosoftYaHei;
    font-size: 5.33333333vw;
    line-height: 13.33333333vw;
    color: #656565;
  }
  .box-details .Top .navigation .nav .container li .dropdown p.active-p a {
    background-color: #e6e6e6;
  }
  .box-details .Top .navigation .nav .container li .dropdown p:hover a {
    background-color: #e6e6e6;
  }
  .box-details .Top .navigation .nav .container li:hover a {
    background-color: #398d2b;
  }
  .box-details .Top .navigation .nav .container li:hover .dropdown {
    display: block;
  }
  .box-details .Top .navigation .nav .container li:hover .dropdown a {
    background-color: #fff;
  }
  .box-details .Top .navigation .nav .container li.active a {
    background-color: #398d2b;
  }
  .box-details .Top .navigation .navYD {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 66.93333333vw;
  }
  .box-details .Top .navigation .navYD .menu {
    width: 100%;
    height: 13.6vw;
    padding-right: 4vw;
    text-align: right;
    padding-top: 3.2vw;
  }
  .box-details .Top .navigation .navYD .menu img {
    width: 6.66666667vw;
    height: 6.66666667vw;
    object-fit: contain;
  }
  .box-details .Top .navigation .navYD ul {
    width: 100%;
    height: 50.66666667vw;
    background-color: #fff;
    animation-name: menu;
    animation-duration: 1s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    overflow: hidden;
    padding: 0 4vw;
    padding-top: 1.33333333vw;
  }
  .box-details .Top .navigation .navYD ul li {
    width: 100%;
    height: 8vw;
    display: flex;
  }
  .box-details .Top .navigation .navYD ul li a {
    display: block;
    width: 17.06666667vw;
    color: #087915;
    font-weight: 700;
    font-size: 4.26666667vw;
    line-height: 8vw;
    margin-right: 5.33333333vw;
  }
  .box-details .Top .navigation .navYD ul li .dropdown {
    display: flex;
    max-width: 70%;
    justify-content: space-between;
  }
  .box-details .Top .navigation .navYD ul li .dropdown p {
    margin-right: 1.86666667vw;
  }
  .box-details .Top .navigation .navYD ul li .dropdown p a {
    font-size: 3.73333333vw;
    margin: 0;
    font-weight: normal;
  }
  .box-details .Content .title {
    margin-top: 5.33333333vw;
  }
  .box-details .Content .title p a {
    font-size: 4vw;
    line-height: 4vw;
    color: #1f1f1f;
  }
  .box-details .Content .title p:hover {
    text-decoration: underline;
  }
  .box-details .Content .title:hover a {
    text-decoration: underline;
  }
  .box-details .Content .content {
    margin-top: 5.33333333vw;
    width: 100%;
    margin-bottom: 10.66666667vw;
  }
  .box-details .Content .content .top {
    width: 100%;
    height: 26.66666667vw;
    border-bottom: 0.26666667vw solid #656565;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 1.6vw;
  }
  .box-details .Content .content .top h2 {
    width: 92%;
    text-align: center;
    font-size: 6.4vw;
    line-height: 8vw;
    font-weight: normal;
    margin: 0 auto;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .box-details .Content .content .top p {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .box-details .Content .content .top p span {
    display: block;
    margin: 0 2.66666667vw;
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #656565;
  }
  .box-details .Content .content .text {
    width: 96%;
    margin: 0 auto;
    margin-top: 5.33333333vw;
  }
  .box-details .Content .content .text p {
    text-indent: 2em;
    font-size: 5.33333333vw;
    line-height: 7.46666667vw;
    margin-bottom: 4vw;
    font-family: 'FZ';
  }
  .box-details .Bottom {
    width: 100%;
    height: 64vw;
    background: url(../img/bottom/Bgc.png) center no-repeat;
    background-size: cover;
    padding-top: 8vw;
    position: relative;
  }
  .box-details .Bottom .top .text {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .box-details .Bottom .top .text li {
    min-width: 40%;
    font-family: MicrosoftYaHei;
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #ffffff;
    text-align: center;
    margin-bottom: 2.66666667vw;
  }
  .box-details .Bottom .top .text li a {
    color: #ffffff;
  }
  .box-details .Bottom .top .text li:hover a {
    text-decoration: underline;
  }
  .box-details .Bottom .top .Logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .box-details .Bottom .top .Logo .logo {
    height: 13.33333333vw;
    object-fit: 100% 100%;
    margin-right: 2.66666667vw;
  }
  .box-details .Bottom .top .Logo .line {
    display: none;
  }
  .box-details .Bottom .top .Logo ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.66666667vw;
  }
  .box-details .Bottom .top .Logo ul li {
    display: flex;
    align-items: center;
    margin: 1.33333333vw 2.66666667vw;
  }
  .box-details .Bottom .top .Logo ul li img {
    margin-right: 1.33333333vw;
    width: 4vw;
    height: 4vw;
    object-fit: contain;
  }
  .box-details .Bottom .top .Logo ul li p {
    font-family: MicrosoftYaHei;
    font-size: 3.2vw;
    line-height: 3.2vw;
    color: #ffffff;
  }
  .box-details .Bottom .copyright {
    width: 100%;
    height: 13.33333333vw;
    background-color: #013707;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
  }
  .box-details .Bottom .copyright p {
    width: 100%;
    font-family: MicrosoftYaHei;
    font-size: 3.2vw;
    line-height: 4.26666667vw;
    color: #ffffff;
    text-align: center;
  }
}
