* {
    margin: 0;
    padding: 0;
  }
  
  a {
    display: block;
  }
  
  .myContainer {
    width: 94%;
    max-width: 1100px;
    margin: auto;
  }
  
  body {
    background: #fafafa;
  }
  
  .mobile {
    display: none !important;
  }
  
  .tab {
    background: #fff;
  }
  
  .tab .tabContent {
    display: flex;
    border-bottom: #ebe8e8 2px solid;
    overflow-x: scroll;
  }
  
  .tab .tabContent::-webkit-scrollbar {
    display: none;
  }
  
  .tab .tabContent .item {
    transition: all .2s ease;
    flex-shrink: 0;
  }
  
  .tab .tabContent .item a {
    color: inherit;
    display: flex;
    align-items: center;
    height: 60px;
  }
  
  .tab .tabContent .item .text {
    padding: 0 20px;
    font-size: 14px;
  }
  
  .tab .tabContent .item:not(:last-child) .text {
    border-right: 1px solid #ccc;
  }
  
  .tab .tabContent .item:hover {
    background-color: #016b0d;
    color: #FFF;
  }
  
  .article {
    padding-top: 40px;
    margin-bottom: 30px;
  }
  
  .article .articleContent {
    display: flex;
    gap: 40px;
  }
  
  .article .articleContent .left img {
    object-fit: cover;
    object-position: center;
    width: 100%;
  }
  
  .article .articleContent .right {
    font-size: 14px;
    color: #333;
    line-height: 1.785;
  }
  
.homepage .main .inner-page-main .head{
    margin: 30px 0;
}
.homepage .main .inner-page-main .head .myContainer{
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}
.homepage .main .inner-page-main .head .myContainer .left .title{
    font-weight: bold;
    color: #444444;
    font-size: 22px;
}
.homepage .main .inner-page-main .head .myContainer .left .inner{
    display: flex;
    gap: 10px;
}
.homepage .main .inner-page-main .head .myContainer .left .title{
    line-height: 1.1;
}
.homepage .main .inner-page-main .head .myContainer .right,
.homepage .main .inner-page-main .head .myContainer .left{
    line-height: 2;
}
.homepage .main .inner-page-main .head .myContainer .right .last,
.homepage .main .inner-page-main .head .myContainer .left .inner .on{
    color: #016b0d;
}
@media screen and (max-width: 768px) {
    .homepage .main .inner-page-main .head .myContainer,
    .article .articleContent{
        display: block;
    }
}
  .product {
    padding: 0.6rem 0;
  }
  
  .product .productContent {
    display: flex;
  }
  
  .product .productContent .sideBar {
    min-width: 200px;
    width: fit-content;
    border: 1px solid #cacaca;
    height: fit-content;
    transition: all .4s;
  }
  
  .product .productContent .sideBar .title {
    padding: 20px;
    color: #fff;
    background: #016b0d;
    font-size: 18px;
  }
  
  .product .productContent .sideBar .title a {
    color: inherit;
  }
  
  .product .productContent .sideBar .content {
    display: flex;
    flex-direction: column;
    padding: 10px 15px;
    gap: 10px;
  }
  
  .product .productContent .sideBar .content .item .itemContent {
    position: relative;
  }
  
  .product .productContent .sideBar .content .item .itemContent .itemTitle {
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 2;
    color: #333;
    padding-left: 20px;
    background-image: url(../images/sideBarFlag_1-on.gif);
    background-size: auto auto;
    background-position: left center;
    background-repeat: no-repeat;
  }
  
  .product .productContent .sideBar .content .item .itemContent .itemTitle a {
    /* color: inherit; */
    color: #333;
    font-weight: bold;
  }
  
  .product .productContent .sideBar .content .item .itemContent .sub {
    padding-left: 25px;
  }
  
  .product .productContent .sideBar .content .item .itemContent .sub .child {
    padding-left: 20px;
    font-size: 13px;
    line-height: 2.3;
    background-image: url(../images/sideBarFlag_2.gif);
    background-size: auto auto;
    background-position: left center;
    background-repeat: no-repeat;
  }
  
  .product .productContent .sideBar .content .item .itemContent[open] .itemTitle {
    background-image: url(../images/sideBarFlag_1.gif);
  }
  .product .productContent .sideBar .content .item .itemContent.on .itemTitle{
    color: #245394;
    font-weight: bold;
  }
  
  .product .productContent .rightContent {
    flex: 1;
    margin-left: 2%;
  }
  
  .product .productContent .rightContent .list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .product .productContent .rightContent .list .item {
    width: calc((100% - 40px) / 3);
    background: #f0f0f0;
    transition: all .4s;
  }
  
  .product .productContent .rightContent .list .item .imgBox {
    position: relative;
    width: 100%;
    padding-bottom: 73%;
    overflow: hidden;
  }
  
  .product .productContent .rightContent .list .item .imgBox .img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .4s;
  }
  
  .product .productContent .rightContent .list .item .text {
    padding: 15px 10px;
    text-align: center;
    font-size: 14px;
    color: #016b0d;
  }
  
  .product .productContent .rightContent .list .item:hover {
    box-shadow: 0px 0px 1rem #ccc;
  }
  
  .product .productContent .rightContent .list .item:hover .imgBox .img {
    transform: scale(1.1);
  }
  
  .product .productContent .productDetailContent {
    margin-left: 5px;
    padding: 20px;
    display: flex;
    gap: 20px;
    flex: 1;
  }
  
  .product .productContent .productDetailContent .left {
    width: 430px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-shrink: 0;
  }
  
  .product .productContent .productDetailContent .left .top {
    width: 100%;
    overflow: hidden;
    max-height: 320px;
  }
  
  .product .productContent .productDetailContent .left .top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  
  .product .productContent .productDetailContent .left .bottom {
    width: 100%;
  }
  
  .product .productContent .productDetailContent .left .bottom .mySwiper_2 {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 28px;
    display: flex;
  }
  
  .product .productContent .productDetailContent .left .bottom .mySwiper_2 .swiper_button_2 {
    width: 28px;
    height: 28px;
    display: block;
    flex-shrink: 0;
    background-image: url(../images/right_2.png);
    background-size: 100% 100%;
    cursor: pointer;
    top: 50%;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
  }
  
  .product .productContent .productDetailContent .left .bottom .mySwiper_2 .swiper_button_2.swiper-button-next_2 {
    transform: rotate(180deg) translateY(50%);
    right: 0;
    left: auto;
  }
  
  .product .productContent .productDetailContent .left .bottom .swiper_2 {
    overflow: hidden;
    flex: 1;
  }
  
  .product .productContent .productDetailContent .left .bottom .swiper_2 .swiper-slide {
    aspect-ratio: 80 / 85;
    width: 100%;
    height: auto;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all .3s;
    box-sizing: border-box;
  }
  
  .product .productContent .productDetailContent .left .bottom .swiper_2 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  
  .product .productContent .productDetailContent .left .bottom .swiper_2 .swiper-slide.active {
    border-color: red;
  }
  
  .product .productContent .productDetailContent .left .bottom button {
    padding: 10px 25px;
    background-color: #016b0d;
    border: 0;
    margin-top: 20px;
  }
  
  .product .productContent .productDetailContent .left .bottom button a {
    color: #FFF;
    font-size: 14px;
  }
  
  .product .productContent .productDetailContent .right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
  }
  
  .product .productContent .productDetailContent .right .title {
    font-size: 20px;
    color: #016b0d;
    line-height: 1.5;
  }
  
  .product .productContent .productDetailContent .right .describeContent {
    font-size: 14px;
    color: #595959;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .product .productContent .productDetailContent .right .describeContent .item {
    display: flex;
    align-items: center;
  }
  
  .product .productContent .productDetailContent .right .line {
    border-bottom: 1px solid #e8e8e8;
    padding-top: 10px;
  }
  
  .product .productContent .productDetailContent .right .inquiry {
    padding: 20px 15px;
    background-color: #f2f2f2;
    border: 1px solid #ddd;
  }
  
  .product .productContent .productDetailContent .right .inquiry a.btn {
    width: 80%;
    max-width: 200px;
    height: 42px;
    background-color: #ef7800;
    border-radius: 3px;
    border: 0;
    color: #FFF;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .product .productContent .productDetailContent .right .inquiry .box {
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  
  .product .productContent .productDetailContent .right .inquiry .box .item {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #595959;
    gap: 5px;
  }
  
  .product .productContent .productDetailContent .right .inquiry .box .item a {
    font-size: inherit;
    color: inherit;
  }
  
  .product .productContent .productDetailContent .right .inquiry .box .item a:hover {
    color: #00b893;
  }
  
  .pageChange {
    display: flex;
    padding: 30px 0;
    justify-content: center;
    height: 30px;
    gap: 10px;
  }
  
  .pageChange .button {
    padding: 0 10px;
    border-radius: 6px;
    color: #595959;
    border: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    transition: all .3s;
  }
  
  .pageChange .button a {
    padding: 0 10px;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  }
  
  .pageChange .button svg path {
    transition: all .3s;
  }
  
  .pageChange .button.next {
    transform: rotate(180deg);
  }
  
  .pageChange .button:hover {
    background: #016b0d;
  }
  
  .pageChange .button:hover svg path {
    fill: #FFF;
  }
  
  .pageChange .box {
    display: flex;
    gap: 10px;
  }
  
  .pageChange .box .item {
    border-radius: 6px;
    color: #595959;
    border: 1px solid #d9d9d9;
    display: block;
    display: flex;
    align-items: center;
    font-size: 14px;
    transition: all .3s;
  }
  
  .pageChange .box .item a {
    padding: 0 10px;
    color: inherit;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .pageChange .box .item:hover,
  .pageChange .box .item.active {
    background: #016b0d;
    color: #FFF;
  }
  .pageChange .box .item.active{
      padding: 0 10px;
  }
  
  .news {
    padding: 40px 0;
  }
  
  .news .newsContent .list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .news .newsContent .list .item {
    padding: 18px 20px 18px 20px;
    width: calc((100% - 20px) / 2);
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    box-sizing: border-box;
  }
  
  .news .newsContent .list .item .title {
    font-size: 18px;
    color: #016b0d;
  }
  
  .news .newsContent .list .item .title:hover {
    color: #1890ff;
  }
  
  .news .newsContent .list .item .text {
    font-size: 15px;
    padding-top: 3%;
    color: #8c8c8c;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
  
  .news .newsContent .list .item .time {
    color: #8c8c8c;
    padding-top: 6%;
    font-size: 12px;
  }
  
  .newsDetail {
    padding: 40px 0;
  }
  
  .newsDetail .newsDetailContent .title {
    font-size: 21px;
    color: #262626;
    text-align: center;
    font-weight: normal;
    padding-bottom: 20px;
  }
  
  .newsDetail .newsDetailContent .content {
    padding: 20px 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
  }
  
  .newsDetail .newsDetailContent .content .about {
    display: flex;
    gap: 20px;
  }
  
  .newsDetail .newsDetailContent .content .about .item {
    font-size: 14px;
    color: #595959;
  }
  
  .newsDetail .newsDetailContent .content .about .item .value {
    color: #707070;
  }
  
  .newsDetail .newsDetailContent .content .text {
    padding-top: 40px;
    font-size: 14px;
    color: #333;
    line-height: 1.857;
  }
  
  .newsDetail .newsDetailContent .content .changePage {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .newsDetail .newsDetailContent .content .changePage .item {
    font-size: 14px;
    color: #595959;
    display: flex;
    align-items: center;
  }
  
  .newsDetail .newsDetailContent .content .changePage .item .value {
    color: inherit;
  }
  
  .newsDetail .newsDetailContent .content .changePage .item .value:hover {
    color: #00b893;
  }
  .productContent .changePage {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .productContent .changePage .item {
    font-size: 14px;
    color: #595959;
    display: flex;
    align-items: center;
  }
  
  .productContent .changePage .item .value {
    color: inherit;
  }
  
  .productContent .changePage .item .value:hover {
    color: #00b893;
  }
  
  .contact {
    padding: 40px 0;
  }
  
  .contact .contactContent {
    display: flex;
    gap: 20px;
  }
  
  .contact .contactContent .left {
    width: 54.0581%;
    flex-shrink: 0;
  }
  
  .contact .contactContent .left img {
    width: 100%;
    height: auto;
  }
  
  .contact .contactContent .right .title {
    font-size: 20px;
  }
  
  .contact .contactContent .right .list {
    display: flex;
    flex-direction: column;
  }
  
  .contact .contactContent .right .list .item {
    font-size: 14px;
    color: #333;
    line-height: 1.9;
  }
  
  .contact .contactContent .right .list .item .describe {
    display: inline;
    font-size: inherit;
    color: inherit;
  }
  
  .contact .contactContent .right .list .item .value {
    display: inline;
    font-size: inherit;
    color: inherit;
  }
  
  .contact .contactContent .right .list .item:not(:first-child) .value {
    color: #016b0d;
  }
  
  .message {
    padding: 40px 0;
  }
  
  .message .messageContent {
    display: flex;
  }
  
  .message .messageContent .left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  
  .message .messageContent .left .list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .message .messageContent .left .list .item {
    display: flex;
    gap: 40px;
  }
  
  .message .messageContent .left .list .item .inputBox {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  
  .message .messageContent .left .list .item .inputBox .title {
    font-size: 14px;
    color: #797979;
    margin-bottom: 6px;
  }
  
  .message .messageContent .left .list .item .inputBox .title .point {
    color: #FF0000;
  }
  
  .message .messageContent .left .list .item .inputBox input {
    outline: none;
    border: 1px solid #9c9c9c;
    height: 42px;
    flex: auto;
    min-width: 0;
    padding-left: 10px;
    box-sizing: border-box;
  }
  
  .message .messageContent .left .list .item .inputBox textarea {
    outline: none;
    border: 1px solid #9c9c9c;
    height: 160px;
    resize: none;
    flex: auto;
    min-width: 0;
    padding: 10px;
    box-sizing: border-box;
  }
  
  .message .messageContent .left .list .item .inputBox .codeBox {
    display: flex;
    flex: 1;
    cursor: pointer;
  }
  
  .message .messageContent .left .list .item .inputBox .codeBox .code {
    flex-shrink: 0;
    width: 85px;
    height: 100%;
  }
  
  .message .messageContent .left .list .item .inputBox .codeBox .code img {
    width: 100%;
    height: 100%;
  }
  
  .message .messageContent .left .list .item .inputBox[data-error="true"] {
    position: relative;
  }
  
  .message .messageContent .left .list .item .inputBox[data-error="true"]::after {
    position: absolute;
    content: attr(data-errorText);
    top: 100%;
    left: 0;
    font-size: 12px;
    color: #e43a32;
  }
  
  .message .messageContent .left .submit {
    width: 30%;
    height: 42px;
    border: 0;
    outline: none;
    background-color: #ef4f19;
    font-size: 14px;
    color: #FFF;
  }
  
  .message .messageContent .right {
    width: 48.5%;
    margin-left: 3%;
    flex-shrink: 0;
    text-align: right;
  }
  
  .message .messageContent .right img {
    max-width: 303px;
    width: 100%;
    height: auto;
    display: inline-block;
  }
  