.indexModule .prouctModule {
  padding-bottom: 1.25rem;
}
.indexModule .prouctModule .enname {
  text-align: center;
  font-size: 1rem;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  color: #282828;
}
.indexModule .prouctModule .name {
  text-align: center;
  /*font-weight: bold;*/
  font-size: 1.125rem;
  color: #282828;
}
.indexModule .prouctModule .line {
  margin: 0 auto;
  width: 1.6rem;
  height: 0.2rem;
  margin-top: 0.3rem;
  background-color: #009944;
}
.indexModule .prouctModule .prouctBox {
  padding: 0 0.875rem;
}
.indexModule .prouctModule .prouctBox .navBox {
  width: 100%;
  padding: 0 0.625rem;
  margin-top: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.indexModule .prouctModule .prouctBox .navBox .item {
  width: 25%;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  font-size: 0.9375rem;
  padding: 0 0.125rem;
}
.indexModule .prouctModule .prouctBox .navBox .line {
  background-color: #dcdddd;
  height: 0.875rem;
  width: 1px;
}
.indexModule .prouctModule .prouctBox .navBox .active {
  color: #fff;
  border-radius: 6px 6px 0 0;
  background-color: #009944;
}
.indexModule .prouctModule .prouctBox .Box {
  display: none;
}
.indexModule .prouctModule .prouctBox .productItemBox {
  width: 100%;
  background-color: #e0f0e2;
  padding: 0.625rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.9375rem;
}
.indexModule .prouctModule .prouctBox .productItemBox .item {
  text-align: center;
}
.indexModule .prouctModule .prouctBox .productItemBox .item .image {
  width: 100%;
  height: auto;
  border: 1px solid none;
}
.indexModule .prouctModule .prouctBox .productItemBox .item .name {
  font-size: 0.75rem;
  background-color: #fff;
  height: 1.8rem;
  line-height: 1.8rem;
  padding: 0 0.125rem;
  margin-top: 0.25rem;
}
.indexModule .prouctModule .prouctBox .productItemBox .item:active .image {
  border: 1px solid #009944;
}
.indexModule .prouctModule .prouctBox .productItemBox .item:active .name {
  color: #fff;
  background-color: #009944;
}
.indexModule .aboutModule {
  background-image: url('/static/img/about.png');
  min-height: 30.625rem;
  background-size: cover;
  padding: 1.25rem;
}
.indexModule .aboutModule .content {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.65);
  overflow: hidden;
  padding: 20px;
}
.indexModule .aboutModule .content .enname {
  font-size: 1rem;
  margin-bottom: 0.3rem;
  color: #282828;
}
.indexModule .aboutModule .content .name {
  font-weight: bold;
  font-size: 1.125rem;
  color: #282828;
}
.indexModule .aboutModule .content .line {
  width: 1.6rem;
  height: 0.2rem;
  margin-top: 0.3rem;
  background-color: #009944;
  margin-bottom: 1.25rem;
}
.indexModule .aboutModule .content .textarea {
  font-size: 0.9375rem;
}
.indexModule .aboutModule .content .textarea p {
  text-indent: 1.25rem;
  line-height: 160%;
  margin-bottom: 0.375rem;
}
.indexModule .aboutModule .content .imageBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.625rem;
  margin: 0.75rem 0;
}
.indexModule .aboutModule .content .imageBox img {
  width: 100%;
  height: auto;
}
.indexModule .aboutModule .content .button {
  width: 5.625rem;
  height: auto;
  margin-top: 0.375rem;
}
.indexModule .newsModule .content {
  padding: 1.25rem;
}
.indexModule .newsModule .content .enname {
  text-align: center;
  font-size: 1rem;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  color: #282828;
}
.indexModule .newsModule .content .name {
  text-align: center;
  /*font-weight: bold;*/
  font-size: 1.125rem;
  color: #282828;
}
.indexModule .newsModule .content .line {
  margin: 0 auto;
  width: 1.6rem;
  height: 0.2rem;
  margin-top: 0.3rem;
  background-color: #009944;
  margin-bottom: 1.25rem;
}
.indexModule .newsModule .content .fristNews {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 0.625rem;
}
.indexModule .newsModule .content .fristNews .image {
  width: 100%;
  height: auto;
  margin-bottom: 1.25rem;
}
.indexModule .newsModule .content .fristNews .textarea .title {
  font-size: 1.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indexModule .newsModule .content .fristNews .textarea .title span{
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.indexModule .newsModule .content .fristNews .textarea .title .time_news{
    display: inline;
    width: 2.125rem;
    height: 1.875rem;
    background: url(../img/new.png) no-repeat center center;
    background-size: contain;
}
.indexModule .newsModule .content .fristNews .textarea .text {
  margin-top: 0.375rem;
  font-size: 0.85rem;
  line-height: 140%;
  color: #969797;
}
.indexModule .newsModule .content .item {
  padding: 0.75rem 0;
  font-size: 1.1rem;
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.indexModule .newsModule .content .item .left {
  width: 86%;
}
.indexModule .newsModule .content .item:last-child {
  border-bottom: none;
}
.indexModule .productModule .content {
  padding: 1.25rem;
}
.indexModule .productModule .content .enname {
  text-align: center;
  font-size: 1rem;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  color: #282828;
}
.indexModule .productIntruduct {
  padding-bottom: 30px;
}
.indexModule .productIntruduct .content .enname {
  text-align: center;
  font-size: 1rem;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  color: #282828;
}
.indexModule .productIntruduct .content .name {
  text-align: center;
  /*font-weight: bold;*/
  font-size: 1.125rem;
  color: #282828;
}
.indexModule .productIntruduct .content .line {
  margin: 0 auto;
  width: 1.6rem;
  height: 0.2rem;
  margin-top: 0.3rem;
  background-color: #009944;
  margin-bottom: 1.25rem;
}
.indexModule .productIntruduct .content .imgBox {
  padding: 0 1.25rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.375rem;
}
.indexModule .productIntruduct .content .imgBox .item {
  width: 100%;
  height: 7.5rem;
  position: relative;
}
.indexModule .productIntruduct .content .imgBox .item img {
  width: 100%;
  height: 100%;
}
.indexModule .productIntruduct .content .imgBox .item .name {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 47%;
  font-weight: 500;
  left: 50%;
  color: #fff;
  transform: translateX(-50%);
}
.productDetaile {
  background-color: #fff;
}
.productDetaile .banner img {
  width: 100%;
  height: auto;
}
.productDetaile .content {
  padding: 1.25rem;
}
.productDetaile .content .title {
  font-size: 1.25rem;
}
.productDetaile .content .line {
  width: 1.6rem;
  height: 0.25rem;
  background-color: #009944;
  margin-top: 0.375rem;
}
.productDetaile .content .productName {
  font-size: 1.125rem;
  text-align: center;
  margin-top: 1.875rem;
  /*font-weight: bold;*/
  line-height: normal;
}
.productDetaile .content .time {
  text-align: center;
  font-size: 0.85rem;
  margin-top: 1rem;
  color: #282828;
}
.productDetaile .content .textarea {
  padding-top: 1.25rem;
}
.productDetaile .content .textarea p{
    line-height: 1.8;
}
.productDetaile .content .textarea img {
  width: 100%;
  height: auto;
}

.AboutModule .banner img {
  width: 100%;
  height: auto;
}
.AboutModule .content {
  padding: 1.25rem;
}
.AboutModule .content .title {
  font-size: 1.25rem;
}
.AboutModule .content .line {
  width: 1.6rem;
  height: 0.25rem;
  background-color: #009944;
  margin-top: 0.375rem;
}
.AboutModule .content .textarea {
  padding-top: 2rem;
}
.AboutModule .content .textarea p {
  text-indent: 20px;
  line-height: 160%;
  margin-bottom: 0.375rem;
}
.AboutModule .content .imagBox {
  padding-top: 0.625rem;
}
.AboutModule .content .imagBox img {
  width: 100%;
  height: auto;
}
.contentModule .banner img {
  width: 100%;
  height: auto;
}
.contentModule .content {
  padding: 1.25rem;
}
.contentModule .content .title {
  font-size: 1.25rem;
}
.contentModule .content .line {
  width: 1.6rem;
  height: 0.25rem;
  background-color: #009944;
  margin-top: 0.375rem;
}
.contentModule .content .item {
  margin-top: 0.5rem;
  line-height: 140%;
  font-size: 16px;
}
.contentModule .map_box {
  margin-top: 20px;
}
.contentModule #map {
  height: 250px;
}
.ListNewsModule .banner img {
  width: 100%;
  height: auto;
}
.ListNewsModule .content {
  padding: 1.25rem;
}
.ListNewsModule .content .title {
  font-size: 1.25rem;
}
.ListNewsModule .content .line {
  width: 1.6rem;
  height: 0.25rem;
  background-color: #009944;
  margin-top: 0.375rem;
}
.ListNewsModule .content .item_box .item {
  margin-top: 1.5rem;
  width: 100%;
  padding-bottom: 0.625rem;
  border-bottom: 1px dashed #e6e6e6;
}
.ListNewsModule .content .item_box .item .image {
  width: 100%;
  height: auto;
}
.ListNewsModule .content .item_box .item .title {
  font-size: 1rem;
  margin: 0.5rem 0;
}
.ListNewsModule .content .item_box .item .textarea {
  font-size: 0.9375rem;
  line-height: 140%;
  color: #969797;
}
.ListNewsModule .content .item_box .item .button {
  width: 6rem;
  height: auto;
  margin: 10px 0;
}
.ListNewsModule .prouctModule {
  /*padding-bottom: 1.25rem;*/
}
.ListNewsModule .prouctModule .enname {
  text-align: center;
  font-size: 1rem;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  color: #282828;
}
.ListNewsModule .prouctModule .name {
  text-align: center;
  font-weight: bold;
  font-size: 1.125rem;
  color: #282828;
}
.ListNewsModule .prouctModule .line {
  margin: 0 auto;
  width: 1.6rem;
  height: 0.2rem;
  margin-top: 0.3rem;
  background-color: #009944;
}
.ListNewsModule .prouctModule .prouctBox .navBox {
  margin-bottom: 1.8rem;
  width: 100%;
  padding: 0 0.625rem;
  margin-top: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ListNewsModule .prouctModule .prouctBox .navBox .item {
  width: 25%;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  font-size: 0.9375rem;
  border: none;
  padding: 0 0.125rem;
  margin-top: 0;
}
.ListNewsModule .prouctModule .prouctBox .navBox .line {
  background-color: #dcdddd;
  height: 0.875rem;
  width: 1px;
}
.ListNewsModule .prouctModule .prouctBox .navBox .active {
  color: #fff;
  border-radius: 6px 6px 0 0;
  background-color: #009944;
}
.ListNewsModule .prouctModule .prouctBox .productItemBox {
  width: 100%;
  display: grid;
  background-color: #e0f0e2;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.9375rem;
  padding: 0.625rem;
}
.ListNewsModule .prouctModule .prouctBox .productItemBox .item {
  text-align: center;
  border: none;
  margin-top: 0;
  padding-bottom: 0;
}
.ListNewsModule .prouctModule .prouctBox .productItemBox .item .image {
  width: 100%;
  height: auto;
  border: 1px solid none;
}
.ListNewsModule .prouctModule .prouctBox .productItemBox .item .name {
  font-size: 0.75rem;
  background-color: #fff;
  height: 1.8rem;
  line-height: 1.8rem;
  padding: 0 0.125rem;
  margin-top: 0.25rem;
}
.ListNewsModule .prouctModule .prouctBox .productItemBox .item:active .image {
  border: 1px solid #009944;
}
.ListNewsModule .prouctModule .prouctBox .productItemBox .item:active .name {
  color: #fff;
  background-color: #009944;
}
