@media screen and (min-width: 1600px) {

  /* #region  首页*/
  html,
  body {
    font-size: 20px;
  }

  .width {
    width: 1400px;
  }

  .width2 {
    width: 700px;
  }

  /* #endregion */

}

@media screen and (max-width: 1599px) {

  /* #region  首页*/
  html,
  body {
    font-size: 19px;
  }

  .width {
    width: 1300px;
  }

  .width2 {
    width: 650px;
  }

  .index4_tab {
    width: calc(1300 * 120px/1400);
  }

  .index4_tab li {
    height: calc(1300 * 112px/1400);
    padding-top: calc(1300 * 14px/1400);
  }

  .index4_tab div {
    font-size: calc(1300 * 36px/1400);
  }

  .index4_tab span {
    font-size: calc(1300 * 18px/1400);
    margin-top: calc(1300 * 4px/1400);
  }

  .index4_tab .index4_active::after {
    border: calc(1300 * 10px/1400) solid transparent;
    border-left: calc(1300 * 10px/1400) solid #c6a47e;
  }

  .index4_list {
    width: calc(1300 * 670px/1400);
    margin-left: calc(1300 * 38px/1400);
    padding: calc(1300 * 30px/1400) calc(1300 * 28px/1400) calc(1300 * 2px/1400) calc(1300 * 28px/1400);
  }

  .index4_list li {
    width: calc(1300 * 186px/1400);
    margin-bottom: calc(1300 * 28px/1400);
    margin-right: calc(1300 * 28px/1400);
  }

  .index4_list div {
    font-size: calc(1300 * 14px/1400);
    padding: calc(1300 * 10px/1400) calc(1300 * 6px/1400);
  }

  .index4_con {
    width: calc(1300 * 540px/1400);
    height: calc(1300 * 560px/1400);
  }

  .index4_con .swiper-slide img {
    height: calc(1300 * 265px/1400);
  }

  .index6_right {
    width: calc(1300 * 860px/1400);
    height: calc(1300 * 488px/1400);
  }

  .index6_left {
    padding-right: 4%;
  }

  /* .footer_address {
    padding: 0 12% 0 5.7%;
  } */

  /* #endregion */

  /* #region  内页*/
  .about2_row1 img {
    height: calc(1300 * 436px/1400);
  }

  .about2_row2 img {
    height: calc(1300 * 490px/1400);
  }

  .about2_row2 li img {
    height: calc(1300 * 234px/1400);
  }

  .about2_row3 img {
    height: calc(1300 * 314px/1400);
  }

  .about2_row2,
  .about2_row3 {
    margin-top: calc(1300 * 20px/1400);
  }

  /* #endregion */

}

@media screen and (max-width: 1399px) {

  /* #region  首页*/
  html,
  body {
    font-size: 18px;
  }

  .width {
    width: 1100px;
  }

  .width2 {
    width: 550px;
  }

  .index1 {
    padding: 5.6rem 3.6% 5.6rem 10%;
  }

  .board1 .index2_tab a,
  .index2_tab li {
    margin: 0 .8rem;
  }

  .index3_tab a,
  .index3_tab li {
    width: 15rem;
  }

  .index4_tab {
    width: calc(1100 * 120px/1400);
  }

  .index4_tab li {
    height: calc(1100 * 112px/1400);
    padding-top: calc(1100 * 14px/1400);
  }

  .index4_tab div {
    font-size: calc(1100 * 36px/1400);
  }

  .index4_tab span {
    font-size: calc(1100 * 18px/1400);
    margin-top: calc(1100 * 4px/1400);
  }

  .index4_tab .index4_active::after {
    border: calc(1100 * 10px/1400) solid transparent;
    border-left: calc(1100 * 10px/1400) solid #c6a47e;
  }

  .index4_list {
    width: calc(1100 * 670px/1400);
    margin-left: calc(1100 * 38px/1400);
    padding: calc(1100 * 30px/1400) calc(1100 * 28px/1400) calc(1100 * 2px/1400) calc(1100 * 28px/1400);
  }

  .index4_list li {
    width: calc(1100 * 186px/1400);
    margin-bottom: calc(1100 * 28px/1400);
    margin-right: calc(1100 * 28px/1400);
  }

  .index4_list div {
    font-size: calc(1100 * 14px/1400);
    padding: calc(1100 * 10px/1400) calc(1100 * 6px/1400);
  }

  .index4_con {
    width: calc(1100 * 540px/1400);
    height: calc(1100 * 560px/1400);
  }

  .index4_con .swiper-slide img {
    height: calc(1100 * 265px/1400);
  }

  .index6_right {
    width: calc(1100 * 860px/1400);
    height: calc(1100 * 488px/1400);
  }

  /* .footer_logo {
    padding-right: 9%;
  } */

  /* .footer_right {
    padding-left: 7%;
  } */

  /* .footer_address {
    padding: 0 10% 0 5%;
  } */

  /* #endregion */

  /* #region  内页*/

  .board2_ul span,
  .board2_title span{
    font-size: .85rem;
  }
  .finish_ul li {
    margin-bottom: 1.6rem;
  }

  .partner3_top {
    padding: 1.5rem 10%;
  }

  .about2_row1 img {
    height: calc(1100 * 436px/1400);
  }

  .about2_row2 img {
    height: calc(1100 * 490px/1400);
  }

  .about2_row2 li img {
    height: calc(1100 * 234px/1400);
  }

  .about2_row3 img {
    height: calc(1100 * 314px/1400);
  }

  .about2_row2,
  .about2_row3 {
    margin-top: calc(1100 * 20px/1400);
  }

  .about4 .swiper-container {
    height: 30.5rem;
  }

  /* #endregion */

}

@media screen and (max-width: 1199px) {

  /* #region  首页*/
  html,
  body {
    font-size: 17px;
  }

  .width {
    width: 920px;
  }

  .width2 {
    width: 460px;
  }

  .index3_tab a,
  .index3_tab li {
    font-size: 1rem;
    width: 14rem;
  }

  .index4_tab {
    width: calc(920 * 120px/1400);
  }

  .index4_tab li {
    height: calc(920 * 112px/1400);
    padding-top: calc(920 * 14px/1400);
  }

  .index4_tab div {
    font-size: calc(920 * 36px/1400);
  }

  .index4_tab span {
    font-size: calc(920 * 18px/1400);
    margin-top: calc(920 * 4px/1400);
  }

  .index4_tab .index4_active::after {
    border: calc(920 * 10px/1400) solid transparent;
    border-left: calc(920 * 10px/1400) solid #c6a47e;
  }

  .index4_list {
    width: calc(920 * 670px/1400);
    margin-left: calc(920 * 38px/1400);
    padding: calc(920 * 30px/1400) calc(920 * 28px/1400) calc(920 * 2px/1400) calc(920 * 28px/1400);
  }

  .index4_list li {
    width: calc(920 * 186px/1400);
    margin-bottom: calc(920 * 28px/1400);
    margin-right: calc(920 * 28px/1400);
  }

  .index4_list div {
    font-size: calc(920 * 14px/1400);
    padding: calc(920 * 10px/1400) calc(920 * 6px/1400);
  }

  .index4_con {
    width: calc(920 * 540px/1400);
    height: calc(920 * 560px/1400);
  }

  .index4_con .swiper-slide img {
    height: calc(920 * 265px/1400);
  }

  .index6_right {
    width: calc(920 * 860px/1400);
    height: calc(920 * 488px/1400);
  }

  .footer_logo img {
    width: 7rem;
  }

  .footer_logo {
    padding-right: 5%;
  }

  .footer_right {
    padding-left: 5%;
  }

  .footer_address {
    padding: 0 5% 0 3%;
  }

  .board1 .index2_tab a,
  .index2_tab li {
    width: 6.5rem;
    height: 6rem;
    padding-top: .8rem;
    margin: 0 0.4rem;
  }

  /* #endregion */

  /* #region  内页*/
  .news_txt div {
    font-size: .85rem;
  }

  .partner3_top {
    padding: 1.5rem 5%;
  }

  .about2_row1 img {
    height: calc(920 * 436px/1400);
  }

  .about2_row2 img {
    height: calc(920 * 490px/1400);
  }

  .about2_row2 li img {
    height: calc(920 * 234px/1400);
  }

  .about2_row3 img {
    height: calc(920 * 314px/1400);
  }

  .about2_row2,
  .about2_row3 {
    margin-top: calc(920 * 20px/1400);
  }

  .about4 .swiper-container {
    height: 28.5rem;
  }

  /* #endregion */

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

  /* #region  首页*/
  .width {
    width: 90%;
  }

  .header {
    width: 90%;
    margin: 0 auto;
    height: 4rem;
    padding: 0;
  }

  .logo1 img {
    width: 8rem;
  }

  .logo2 img {
    width: 6rem;
  }

  .logo2 {
    margin-left: 2rem;
  }

  .nav_modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, .5);
    display: none;
  }

  .nav {
    position: fixed;
    left: -101%;
    top: 0;
    width: 60%;
    height: 100%;
    padding-left: 0;
    background: #c88f63;
    z-index: 99999;
    display: block;
    padding-top: 2rem;
    transition: .2s;
  }

  .nav2 {
    left: 0;
  }

  .nav li {
    margin-left: 0;
    height: auto;
    padding: .7rem 0;
  }

  .nav_link {
    height: auto;
    font-size: 1rem;
    line-height: 2.5rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav_active,
  .nav_link:hover {
    color: #fff;
  }

  .nav_active::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 1rem;
    height: 2px;
    background: #fff;
    border-radius: 2px;
  }

  .nav_select {
    position: relative;
    left: 0;
    top: 0;
    transform: translateX(0);
    background: #d09e77;
    border-top: none;
    padding: .5rem 0;
    display: none;
    min-width: auto;
  }

  .nav_select a {
    font-size: .9rem;
    line-height: 2rem;
    color: #fff;
    white-space: pre-wrap;
  }

  .nav_select a:hover {
    color: #fff;
  }

  .nav_icon {
    margin-left: 1.5rem;
    cursor: pointer;
    display: block;
  }

  .nav_icon img {
    width: 2.5rem;
    transition: .2s;
  }

  .nav_icon2 img {
    transform: rotate(90deg);
  }

  .phone {
    margin-left: auto;
  }

  .phone img {
    width: 1.5rem;
    margin-right: .6rem;
  }

  .phone span {
    font-size: .9rem;
    line-height: 1.3;
  }

  .right_li div {
    font-size: 1rem;
  }

  .banner_bottom {
    height: 4rem;
    padding: 0 .6rem;
  }

  .banner_dot {
    padding: 0 1.2rem;
  }

  .index1 {
    display: block;
    padding: 4.6rem 0;
  }

  .index1_right,
  .index1_left {
    width: 90%;
    margin: 0 auto;
  }

  .index1_right {
    margin-top: 1.5rem;
  }

  .index1_btn,
  .index1_text {
    font-size: .9rem;
  }

  .index1_btn {
    margin-left: auto;
    margin-right: auto;
  }

  .index2_t1 {
    font-size: 2rem;
  }

  .index2_t2 {
    font-size: .9rem;
  }

  .index2_t4 {
    font-size: 1.1rem;
  }

  .index3_right {
    width: 50%;
    padding: 2.5rem 0 2.5rem 4.5%;
  }

  .index3_tab a,
  .index3_tab li {
    width: 13rem;
  }

  .finish2 .width,
  .index4 .width {
    flex-wrap: wrap;
  }

  .index4_tab {
    width: 6rem;
  }

  .index4_tab li {
    height: 6rem;
    padding-top: .7rem;
  }

  .index4_tab div {
    font-size: 2rem;
  }

  .index4_tab span {
    font-size: 1rem;
    margin-top: .3rem;
  }

  .index4_tab .index4_active::after {
    border: .6rem solid transparent;
    border-left: .6rem solid #c6a47e;
  }

  .index4_row {
    flex: 1;
    overflow: hidden;
  }

  .index4_list {
    width: auto;
    margin-left: 2rem;
    padding: 1.5rem 1.4rem .1rem 1.4rem;
  }

  .index4_list li {
    width: 10rem;
    margin-bottom: 1.4rem;
    margin-right: 1.4rem;
  }

  .index4_list div {
    font-size: .9rem;
    padding: .6rem .4rem;
  }

  .finish2 .width,
  .index4 .width {
    width: 74%;
  }

  .index4_con {
    width: 100%;
    height: 26rem;
    margin-top: 1.5rem;
  }

  .index4_con .swiper-slide img {
    height: 11rem;
  }

  .index4 {
    padding: 3.5rem 0 3rem 0;
  }

  .index5_t1 {
    font-size: 2.1rem;
  }

  .index5_t2 {
    font-size: .9rem;
  }

  .index5_t3 {
    font-size: 1rem;
  }

  .index5_t5 {
    font-size: .8rem;
  }

  .index6_con {
    display: block;
  }

  .index6_left {
    width: 100%;
    padding-right: 0;
  }

  .index6_right {
    width: 100%;
    height: 32rem;
    margin-top: 2rem;
  }

  .index6 {
    padding: 3.5rem 0 2rem 0;
  }

  .index7_t1 {
    font-size: 1rem;
  }

  .index7_t2 {
    font-size: 1.1rem;
  }

  .index7_t3 {
    font-size: .9rem;
  }

  .index7_t4 {
    font-size: .9rem;
  }

  .footer_top a {
    font-size: .9rem;
  }

  .footer_top li {
    margin-right: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer_address li {
    font-size: .9rem;
  }

  .footer_address {
    padding: 0 5% 0 5%;
  }

  .footer_bottom {
    font-size: .8rem;
  }

  /* #endregion */

  /* #region  内页*/


  .board1_con {
    display: block;
    padding: 5rem 5% 5rem 5%;
  }

  .board1_right,
  .board1_center,
  .board1_left {
    width: 100%;
  }

  .board1_center {
    font-size: 1rem;
    padding: 1rem 3%;
    margin-top: 1.5rem;
  }

  .board1_center::after {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: 0.7rem solid transparent;
    border-left: 0.7rem solid transparent;
    border-top: 0.7rem solid #c6a972;
  }

  .board1_right {
    margin-left: 0;
    margin-top: 1.5rem;
  }

  .wood .board1_con {
    padding: 4rem 5% 4rem 5%;
  }

  .fshow1_swp1 {
    width: 24rem;
  }

  .fshow1_swp2 {
    width: 5rem;
    height: 23.8rem;
    margin-left: .6rem;
  }

  /* #endregion */

  /* #region  内页*/
  .news_txt div {
    font-size: .9rem;
  }

  .finish1_row {
    display: block;
  }

  .finish1_row img {
    width: 100%;
  }

  .finish1_row div {
    width: 100%;
    padding-left: 7rem;
  }

  .about2_row1 img {
    height: 16.5rem;
  }

  .about2_row2 img {
    height: 18.5rem;
  }

  .about2_row2 li img {
    height: 8.9rem;
  }

  .about2_row3 img {
    height: 11.8rem;
  }

  .about2_row2,
  .about2_row3 {
    margin-top: .8rem;
  }

  .about1 {
    flex-direction: column-reverse;
  }

  .about1_left,
  .about1_right {
    width: 90%;
    margin: 0 auto;
    padding-left: 0;
  }

  .contact_input input,
  .contact_text textarea,
  .about1_t4 {
    font-size: .9rem;
  }

  .contact_itxt {
    font-size: 1rem;
  }

  .about4 .swiper-container {
    height: 28rem;
  }
  .phone {
    animation-delay: 0.1s;
}

.board2_ul span,
.board2_title span{
  font-size: .9rem;
}
  /* #endregion */

}

@media screen and (max-width: 767px) {

  /* #region  首页*/
  .width {
    width: 95%;
  }


  .header {
    width: 90%;
    margin: 0 auto;
    height: 4rem;
    padding: 0;
  }

  .logo1 img {
    width: 8rem;
  }

  .logo2 img {
    width: 6rem;
  }

  .logo2 {
    margin-left: 2rem;
  }

  .nav_modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, .5);
    display: none;
  }

  .nav {
    position: fixed;
    left: -101%;
    top: 0;
    width: 60%;
    height: 100%;
    padding-left: 0;
    background: #c88f63;
    z-index: 99999;
    display: block;
    padding-top: 2rem;
    transition: .2s;
  }

  .nav2 {
    left: 0;
  }

  .nav li {
    margin-left: 0;
    height: auto;
    padding: .2rem 0;
    margin-top: 1.2rem;
  }

  .nav_link {
    height: auto;
    font-size: 1.2rem;
    line-height: 2.5rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav_active,
  .nav_link:hover {
    color: #fff;
  }

  .nav_active::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 1rem;
    height: 2px;
    background: #fff;
    border-radius: 2px;
  }

  .nav_select {
    position: relative;
    left: 0;
    top: 0;
    transform: translateX(0);
    background: #d09e77;
    border-top: none;
    padding: .5rem 0;
    display: none;
    min-width: auto;
  }

  .nav_select a {
    font-size: 1rem;
    line-height: 2.2rem;
    color: #fff;
    white-space: pre-wrap;
  }

  .nav_select a:hover {
    color: #fff;
  }

  .nav_icon {
    margin-left: auto;
    cursor: pointer;
    display: block;
  }

  .nav_icon img {
    width: 2.5rem;
    transition: .2s;
  }

  .nav_icon2 img {
    transform: rotate(90deg);
  }

  .phone {
    margin-left: auto;
    display: none;
  }

  .phone img {
    width: 1.5rem;
    margin-right: .6rem;
  }

  .phone span {
    font-size: .9rem;
    line-height: 1.3;
  }

  .right_li div {
    font-size: 1rem;
  }

  .banner_bottom {
    height: 3rem;
    padding: 0 .5rem;
  }

  .banner_dot {
    padding: 0 .5rem;
    font-size: 1.1rem;
  }

  .index1 {
    display: block;
    padding: 4rem 0;
  }

  .index1_right,
  .index1_left {
    width: 90%;
    margin: 0 auto;
  }

  .index1_right {
    margin-top: 2rem;
  }

  .index1_btn,
  .index1_text {
    font-size: 1.1rem;
  }

  .index1_btn {
    width: 11rem;
    height: 2.8rem;
    margin-left: auto;
    margin-right: auto;
  }

  .index1_title p {
    font-size: 1.3rem;
  }

  .index2_t1 {
    font-size: 2rem;
  }

  .index2_t2 {
    font-size: .9rem;
  }

  .index2_t4 {
    font-size: 1.1rem;
  }

  .index2 {
    padding: 3rem 1rem 1.5rem 1rem;
  }

  .index2_tab {
    overflow-x: auto;
    white-space: nowrap;
    display: block;
    padding-bottom: 1rem;
  }

  .index2_tab::-webkit-scrollbar {
    display: none;
  }

  .index2_tab span {
    font-size: 1.2rem;
  }

  .board1 .index2_tab a,
  .index2_tab li {
    display: inline-block;
  }

  .index3_right {
    width: 50%;
    padding: 2.5rem 0 2.5rem 4.5%;
  }

  .index3_tab a,
  .index3_tab li {
    width: 13rem;
  }

  .finish2 .width,
  .index4 .width {
    flex-wrap: wrap;
  }

  .index4_tab {
    width: 100%;
    display: flex;
  }

  .index4_tab li {
    width: 20%;
    height: 6rem;
    padding-top: .7rem;
  }

  .index4_tab div {
    font-size: 2rem;
  }

  .index4_tab span {
    font-size: 1.1rem;
    margin-top: .3rem;
  }

  .index4_tab .index4_active::after {
    border: .6rem solid transparent;
    border-left: .6rem solid transparent;
    border-top: .6rem solid #c6a47e;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);

  }

  .index4_row {
    flex: 1;
    overflow: hidden;
  }

  .index4_list {
    width: 100%;
    margin-left: 0;
    margin-top: 1.5rem;
    padding: 1rem 1rem .1rem 1rem;
    justify-content: space-between;
  }

  .index4_list li {
    width: 48%;
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .index4_list div {
    font-size: 1.1rem;
    padding: .6rem .4rem;
  }

  .finish2 .width,
  .index4 .width {
    width: 95%;
    display: block;
  }

  .index4_con {
    width: 100%;
    height: 32rem;
    margin-top: 1.5rem;
  }

  .index4_con .swiper-slide img {
    height: 14rem;
  }

  .index4 {
    padding: 3.5rem 0 1rem 0;
  }

  .index5_t1 {
    font-size: 2.1rem;
  }

  .index5_t2 {
    font-size: 1.2rem;
  }

  .index5_t3 {
    font-size: 1.3rem;
  }

  .index5_t5 {
    font-size: 1.1rem;
  }

  .index6_con {
    display: block;
  }

  .index6_left {
    width: 100%;
    padding-right: 0;
  }

  .index6_right {
    width: 100%;
    height: 18rem;
    margin-top: 2rem;
  }

  .index6 {
    padding: 3.5rem 0 2rem 0;
  }

  .index6_t3 {
    font-size: 1.2rem;
  }

  .index6_t4 {
    font-size: 1.3rem;
  }

  .index6_t4 img {
    width: 1.15rem;
  }

  .index6_t4 div {
    font-size: 1.4rem;
  }

  .index7_t1 {
    font-size: 1.2rem;
  }

  .index7_t2 {
    font-size: 1.3rem;
  }

  .index7_t3 {
    font-size: 1.1rem;
  }

  .index7_t4 {
    font-size: 1.1rem;
  }

  .index7_prev,
  .index7_next {
    width: 3rem;
    height: 2.5rem;
  }

  .index7_prev {
    transform: translate(-15%, -50%);
  }

  .index7_next {
    transform: translate(15%, -50%);
  }

  .footer_top ul {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .footer_top ul::-webkit-scrollbar {
    display: none;
  }

  .footer_top li {
    display: inline-block;
  }

  .footer_top a {
    font-size: 1.1rem;
  }

  .footer_top li {
    margin-right: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer_address {
    border-right: none;
  }

  .footer_address li {
    font-size: 1.1rem;
    line-height: 2rem;
  }

  .footer_address img {
    width: 2rem;
  }

  .footer_right {
    width: 100%;
    padding: 1.2rem 0;
    justify-content: center;
    border-top: 1px solid #424242;
  }

  .footer_right p {
    font-size: .8rem;
  }

  .footer_address {
    padding: 1rem 5%;
  }

  .footer_bottom {
    font-size: 1rem;
  }

  .footer_right p {
    font-size: 1rem;
  }

  .index3_tab a,
  .index3_tab li {
    width: 25%;
    font-size: 1.1rem;
  }

  .index3_list li .flex_ac {
    display: block;
  }

  .index3_left {
    width: 100%;
  }

  .index3_right {
    width: 100%;
    padding: 2.5rem 4%;
  }

  .index3_t2 {
    font-size: 1.6rem;
  }

  .index3_t3 {
    font-size: 1.3rem;
  }

  .index3_t4 {
    font-size: 1.1rem;
  }

  .index5_ul div {
    font-size: 1.2rem;
  }

  .index5_ul li {
    width: 20%;
  }

  .index5_row {
    display: block;
  }

  .index5_col {
    width: 100%;
    margin-bottom: 1rem;
  }

  .index5 {
    padding: 3.5rem 0 3.7rem 0;
  }

  .footer_center {
    flex-wrap: wrap;
  }

  .footer_bottom {
    padding: 1rem 0;
  }

  .right {
    width: 5.5rem;
  }

  .right_li {
    height: 5rem;
  }

  .right_icon {
    width: 2rem;
  }

  /* #endregion */

  /* #region  内页*/
  .wood .board1_con,
  .board1_con {
    padding: 3rem 3%;
    display: block;
  }



  .board1_right,
  .board1_center,
  .board1_left {
    width: 100%;
  }

  .board1_center {
    font-size: 1.1rem;
    padding: 1rem 5%;
    margin-top: 1.5rem;
  }

  .board1_center::after {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: 0.7rem solid transparent;
    border-left: 0.7rem solid transparent;
    border-top: 0.7rem solid #c6a972;
  }

  .board1_right {
    margin-left: 0;
    margin-top: 1.5rem;
  }

  .board2_title span {
    font-size: 1.1rem;
  }

  .board2_ul li {
    width: 100%;
  }

  .board2_ul div {
    padding: 0 2%;
  }

  .board2_ul div {
    font-size: 1.5rem;
  }

  .board2_ul span {
    font-size: 1.1rem;
    padding: 0 2%;
  }

  .finish_ul {
    justify-content: space-between;
  }

  .finish_ul li {
    width: 48.5%;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .finish_ul div {
    font-size: 1.1rem;
  }

  .finish_ul {
    padding-bottom: 1rem;
  }

  .page_right {
    display: none;
  }

  .page_left {
    width: 100%;
    justify-content: center;
    padding-left: .5rem;
  }

  .page_left a {
    min-width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.1rem;
  }

  .board2_title span {
    width: 100%;
  }

  .fshow1_con {
    display: block;
  }

  .fshow1_left {
    display: block;
  }

  .fshow1_swp1 {
    width: 100%;
  }

  .fshow1 {
    padding: 3rem 0 3.2rem 0;
  }

  .fshow1_swp2 {
    width: 100%;
    height: auto;
    margin-left: 0;
    flex-direction: row;
    margin-top: 1rem;
  }

  .fshow1_prev,
  .fshow1_next {
    transform: rotate(-90deg);
  }

  .fshow1_prev img,
  .fshow1_next img {
    width: 1.5rem;
  }

  .fshow1_swp2 .swiper-container {
    margin: 0 .7rem;
  }

  .fshow1_right {
    padding-left: 0;
    margin-top: 2rem;
  }

  .fshow1_t2 {
    font-size: 1.3rem;
  }

  .fshow1_t4 {
    font-size: 1.2rem;
  }

  .fshow1_t5 {
    font-size: 1.1rem;
  }

  .fshow3_con .swiper-slide div,
  .fshow2_text {
    font-size: 1.1rem;
  }

  .index5_ul {
    width: 100%;
  }

  .innovate2 .board2_title span,
  .innovate1 .board2_title span {
    padding: 0 2.5%;
  }

  .innovate2_ul {
    justify-content: space-between;
  }

  .innovate2_ul li {
    width: 48.5%;
    margin-right: 0;
    margin-top: 1rem;
  }

  .innovate2_ul {
    padding-top: 2rem;
  }

  /* #endregion */

  /* #region  内页*/
  .news_tab {
    justify-content: space-between;
  }

  .news_tab a {
    width: 8.5rem;
    line-height: 3rem;
    font-size: 1.2rem;
    margin-right: 0;
  }

  .news_main li a {
    flex-wrap: wrap;
  }

  .news_img {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .news_img img {
    width: 100%;
  }

  .news_txt {
    padding: 0 4% 0 0;
  }

  .news_txt h3 {
    font-size: 1.3rem;
  }

  .news_txt div {
    font-size: 1.1rem;
    margin-top: .8rem;
    line-height: 1.7; 
  }

  .news_time div {
    font-size: 1.3rem;
  }

  .news_time span {
    font-size: 1rem;
  }

  .news_main li a {
    padding: 1rem;
  }

  .news_main li {
    margin-top: 1rem;
  }

  .news_show {
    display: block;
  }

  .nshow_left {
    width: 100%;
  }

  .nshow_right {
    width: 100%;
    margin-top: 2rem;
  }

  .nshow_t2 {
    font-size: 1rem;
  }

  .nshow_t2 div {
    margin-right: auto;
  }

  .nshow_t2 img {
    width: 1.5rem;
  }

  .news_show {
    padding: 3rem 0 2.5rem 0;
  }

  .nshow_text {
    font-size: 1.1rem;
  }

  .nshow_page a {
    font-size: 1.1rem;
  }

  .news_title {
    font-size: 1.3rem;
  }

  .nshow_right li h3 {
    font-size: 1.1rem;
  }

  .partner_con {
    display: block;
  }

  .partner_left {
    width: 100%;
  }

  .partner_right {
    width: 100%;
    margin-top: 2rem;
  }

  .partner_title {
    padding: 1.5rem 0.5rem 1.5rem 0.5rem;
  }

  .partner_title div {
    font-size: 1.5rem;
  }

  .partner_title span {
    font-size: 1.2rem;
  }

  .partner_tab a {
    font-size: 1.2rem;
  }

  .partner_tab img {
    width: 1.5rem;
  }

  .partner_tab {
    border: 1px solid #e5ebf1;
    padding: 0.5rem 0.5rem .6rem 0.5rem;
  }

  .partner_ul2 li {
    width: 100%;
  }

  .partner2_t1 {
    font-size: 1.3rem;
  }

  .partner2_t2 {
    font-size: 1.1rem;
  }

  .partner2_t1 img {
    width: 1.8rem;
  }

  .partner2_txt {
    padding: 0.5rem 3% 1.2rem 3%;
  }

  .partner3_top div {
    font-size: 1.2rem;
  }

  .partner3_top img {
    width: 1.9rem;
  }

  .partner3_text {
    font-size: 1.1rem;
  }

  .partner4_label {
    width: 2rem;
    height: 2rem;
    font-size: 1.1rem;
    margin-right: .8rem;
  }

  .partner4_t1 div,
  .partner4_t2 div {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .right_li div {
    font-size: 1.2rem;
  }

  .right_li div img {
    width: 7.5rem;
  }

  /* #endregion */

  /* #region  饰面花色*/
  .finish1_title {
    padding-left: 0;
  }

  .finish1_con {
    padding-left: 0;
  }

  .finish1_tab {
    position: relative;
    left: 0;
    top: 0;
    transform: translateY(0);
    width: 100%;
    height: auto;
    display: flex;
  }

  .finish1_tab li {
    width: 25%;
  }

  .finish1_ul {
    margin-top: 1.5rem;
  }

  .finish1_row {
    display: block;
  }

  .finish1_row img {
    width: 100%;
  }

  .finish1_row div {
    width: 100%;
    font-size: 1.2rem;
  }

  .about2_con {
    padding: 2.4rem 0 4.3rem 0;
  }

  .about2_row1,
  .about2_row2,
  .about2_row3 {
    display: block;
  }

  .about2_row3 li,
  .about2_row2 li,
  .about2_row2 li div,
  .about2_row2 div,
  .about2_row1 li {
    width: 100%;
  }

  .about2_row3 li,
  .about2_row2 div,
  .about2_row1 li {
    margin-top: .8rem;
  }

  .about2_row1 img {
    height: auto;
  }

  .about2_row2 img {
    height: auto;
  }

  .about2_row2 li img {
    height: auto;
  }

  .about2_row3 img {
    height: auto;
  }

  .about2_row2,
  .about2_row3 {
    margin-top: 0;
  }

  .about2_row2 span,
  .about2_row1 span {
    font-size: 1.2rem;
    line-height: 3rem;
  }


  .about1 {
    flex-direction: column-reverse;
    margin-top: 3rem;
  }

  .about1_left,
  .about1_right {
    width: 90%;
    margin: 0 auto;
    padding-left: 0;
  }

  .about1_t1 {
    font-size: 1.6rem;
  }

  .about1_t3 {
    font-size: 1.4rem;
  }

  .contact_input input,
  .contact_text textarea,
  .about1_t4 {
    font-size: 1.1rem;
  }

  .contact_itxt {
    font-size: 1.2rem;
  }

  .about4 .swiper-container {
    height: 28rem;
  }

  .about3_t2 {
    font-size: 1.2rem;
  }

  .about3_bottom .swiper-slide {
    font-size: 1.3rem;
    line-height: 2rem;
  }

  /* .about3_bottom .swiper-slide-thumb-active {
    font-size: 1.5rem;
  } */

  .about3_prev,
  .about3_next {
    width: 2rem;
    height: 2rem;
  }

  .about3_prev img,
  .about3_next img {
    width: 1rem;
  }

  .about4_tab li {
    font-size: 1.2rem;
    width: 10rem;
    line-height: 2.6rem;
  }

  .about4 .swiper-slide {
    font-size: 1.1rem;
  }

  .about4 .swiper-container {
    height: 31rem;
  }

  .about4_dot span {
    width: 2rem;
  }

  .contact_top {
    display: block;
    padding-top: 2.1rem;
  }

  .contact_item {
    width: 100%;
    margin-top: .8rem;
  }

  .contact_txt span {
    font-size: 14px;
  }

  .contact_t2 {
    font-size: 15px;
  }

  .contact_map {
    height: 15rem;
  }

  .contact_form {
    display: block;
  }

  .contact_list {
    width: 100%;
    margin-bottom: 2rem;
  }

  .contact_text {
    margin-top: 0;
  }

  .contact_input {
    height: 3rem;
  }

  .contact_text textarea {
    height: 9rem;
  }

  .contact_form {
    margin-top: 3rem;
  }

  .contact_btn {
    width: 16rem;
    height: 3rem;
    font-size: 1.2rem;
  }

  .about_ptext {
    font-size: 1.1rem;
  }

  .about_ptitle {
    font-size: 1.4rem;
  }

  .index5_t5 {
    width: 8.5rem;
    height: 3rem;
  }
  .index5_t5 img { 
    width: 13.5rem;
  }

  .about1_left iframe, 
  .about1_left #youku-playerBox ,
  .index1_right iframe, 
  .index1_right #youku-playerBox { 
    height: 16rem !important;
  }

  .fshow1_swp2 .swiper-slide img {
    width: 100%;
    height: 5.65rem;
  }

  .back {
    width: 6rem;
    margin-bottom: 1.3rem;
  }

  @-webkit-keyframes fadeInLeft2 {
    0% {
      opacity: 0;
      -webkit-transform: translate(-100%, 0);
      transform: translate(-100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  
  @keyframes fadeInLeft2 {
    0% {
      opacity: 0;
      -webkit-transform: translate(-100%, 0);
      transform: translate(-100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  

  .contact_item:nth-of-type(2),
  .contact_item:nth-of-type(3),
  .about2_row3 li:nth-of-type(2),
  .about2_row3 li:nth-of-type(3),
  .partner_ul2 li:nth-of-type(even),
  .innovate2_ul li:nth-of-type(4n+2),
  .innovate2_ul li:nth-of-type(4n+3),
  .innovate2_ul li:nth-of-type(4n+4),
  .finish_ul li:nth-of-type(4n+2),
  .finish_ul li:nth-of-type(4n+3),
  .finish_ul li:nth-of-type(4n+4),
  .index4_con,
  .index4_row,
  .board1_center,
  .board1_right,
  .board2_ul li:nth-of-type(even){
    animation-delay: 0s;
  }
  .innovate2_ul li:nth-of-type(even),
  .finish_ul li:nth-of-type(even){
    animation-delay: .1s;
  }

  .about3_bottom .swiper-slide img {
    width: 1.6rem; 
  }

  .footer_logo{
    width: 100%;
    margin-top: 2rem;
    padding-bottom: .5rem;
    padding-right: 0;
    border-right: none;
  }
  .footer_address{
    flex: none;
    width: 100%;
  }
  /* #endregion */

}



/* #region  */

/* #endregion */