<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* tab start */

#page1 #main .article .article-box ul li:nth-child(2) a{
  color: #588e47;
  border-bottom: -8px solid #588e47;
  font-weight: 600;
}
#page1 #main .article .article-box ul li:nth-child(2) span {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: block;
  border-bottom: #588e47 8px solid;
}

#page2 #title .title-box .title1 &gt; span,
#page2 #title .title-box .title2 &gt; span {
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
  margin-top: 30px;
}

@media only screen and (max-width:1000px) {
  #page1 #main .article .article-box {
    width: 100%;
  }
  #page1 #main .article .article-box ul {
    justify-content: center;
  }
  #page1 #main .article .article-box ul li{
    width: 100%;
  }
}
/* tab end */

body, h1, h2, h3, h4, h5, h6, p, ul, ol, table, dl, dd {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 16px;
}
a {
	text-decoration: none;
	color: #3f3f3f;
}
ul, ol {
	list-style: none;
}
body {
  word-break: keep-all;
}

#page3 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
#page3 .background {
  margin-bottom: 100px;
}
#page3 .background .bg-image{
  display: flex;
  justify-content: space-between;
  align-items: end;
}
#page3 .background .bg-image2{
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: 100px 0;
}
#page3 .background .bg-image .img-group,
#page3 .background .bg-image2 .img-group{
  max-width: 843px;
  /* height: 525px; */
}
#page3 .background .bg-image img,
#page3 .background .bg-image2 img{
  width: 100%;
  display: block;
  object-fit: cover;
}

#page3 .background .bg-image img{}

#page3 .background .bg-image2 img{}

#page3 .background .bg-image .text-box {
  width: 30%;
  /* height: 240px; */
  border-top: 4px solid #588e47;
  border-bottom: 1px solid #bcbcbc;
  -webkit-box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 50px;
  z-index: 5;
  letter-spacing: 0;
}

#page3 .background .bg-image2 .imgMo{
  display: none;
}

#page3 .background .bg-image2 .text-box2 {
  width: 30%;
  /* height: 240px; */
  border-top: 4px solid #588e47;
  border-bottom: 1px solid #bcbcbc;
  -webkit-box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 50px;
  z-index: 5;
  letter-spacing: 0;
}

#page3 .background .bg-image .text-box .box-group,
#page3 .background .bg-image2 .text-box2 .box-group{
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
  align-items: center;
}

#page3 .background .bg-image .text-box h3,
#page3 .background .bg-image2 .text-box2 h3{
  display: block;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  color: #588e47;
  line-height: 160%;
}

#page3 .background .bg-image .text-box .la-1,
#page3 .background .bg-image2 .text-box2 .la-2{
  width: 56%;
}
#page3 .background .bg-image .text-box .la-3{
  width: 50%;
}

#page3 .background .bg-image .text-box .box-group &gt; p,
#page3 .background .bg-image2 .text-box2 .box-group &gt; p{
  font-size: 18px;
  line-height: 160%;
}

/* #page3 .background .bg-image .text-box p,
#page3 .background .bg-image2 .text-box2 p{
  letter-spacing: 0;
  line-height: 160%;
  font-size: 18px;
}

#page3 .background .bg-image .text-box p &gt; span,
#page3 .background .bg-image2 .text-box2 p &gt; span{
  font-size: 18px;
  font-weight: 600;
  padding-right: 6px;
}
#page3 .background .bg-image .text-box p &gt; .s1,
#page3 .background .bg-image2 .text-box2 p &gt; .s1{
  padding-left: 15px;
} */


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

  #page3{
    padding-bottom: 0;
  }
  #page3 .background .bg-image2{
    margin: 0;
  }
  #page3 .background .bg-image .text-box .box-group,
  #page3 .background .bg-image2 .text-box2 .box-group {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #page3 .background .bg-image .text-box p:last-child,
  #page3 .background .bg-image2 .text-box2 p:last-child {
    font-size: 14px;
    line-height: 14px;
  }
  #page3 .background .bg-image .text-box .la-3 {
    width: 50%;
  }
  #page3 .background .bg-image .text-box h3,
  #page3 .background .bg-image2 .text-box2 h3 {
    display: block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: #588e47;
  }
  /* #page3 .background .bg-image .text-box p,
  #page3 .background .bg-image2 .text-box2 p,
  #page3 .background .bg-image .text-box p &gt; span,
  #page3 .background .bg-image2 .text-box2 p &gt; span{
    font-size: 14px;
  } */
  #page3 .background {
    margin-bottom: 0;
  }

  #page3 .background .bg-image2 .imgMo{
    display: block;
  }

  #page3 .background .bg-image2 .imgPc{
    display: none;
  }

  #page3 .background .bg-image{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  #page3 .background .bg-image2{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  #page3 .background .bg-image .img-group,
  #page3 .background .bg-image2 .img-group{
    width: 100%;
    height: auto;
  }
  #page3 .background .bg-image img,
  #page3 .background .bg-image2 img{
    width: 100%;
    display: block;
    object-fit: cover;
  }
  
  #page3 .background .bg-image img,
  #page3 .background .bg-image2 img {}
  
  #page3 .background .bg-image .text-box {
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
  }
  
  #page3 .background .bg-image2 .text-box2 {
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  #page2 #title .title-box .title2 &gt; span{
      font-size: 16px;
  }
}


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

  /* #page3 .background .bg-image .text-box h3,
  #page3 .background .bg-image2 .text-box2 h3{
    font-size: 18px;
  }

  #page3 .background .bg-image .img-group,
  #page3 .background .bg-image2 .img-group{
    width: 150%;
  }
  #page3 .background .bg-image .text-box {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -60%;
    margin-bottom: -18%;
  }
  
  #page3 .background .bg-image2 .text-box2 {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: -60%;
    margin-bottom: -18%;
  } */

}

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

  /* #page3 .background .bg-image .img-group,
  #page3 .background .bg-image2 .img-group{
    max-width: 500px;
  } */
  /* #page3 .background .bg-image .text-box {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -60%;
    margin-bottom: -28%;
  }
  
  #page3 .background .bg-image2 .text-box2 {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: -60%;
    margin-bottom: -28%;
  } */

  /* #page3 .background .bg-image:last-child .text-box .box-group &gt; span{
    width: 50%;
  } */
}</pre></body></html>