* {
    margin: 0px;
    padding: 0px;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

input,
textarea {
    outline: none;
    border: none;
}

html {
    transition: font-size 0.3s ease;
    font-family: "Open Sans", sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    font-size: 16px;
}

body {
    font-size: 0.16rem;
}

.container {
    width: 100%;
    max-width: 11.70rem;
    margin: 0 auto;
    height: 100%;
}

.Top_nav {
    width: 100%;
    height: 0.4rem;
    background: #6AC335;
}

.Top_nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Top_nav h1 {
    font-size: 0.16rem;
    color: #E4E4E4;
    font-weight: 400;
}

.Top_nav .right {
    display: flex;
    align-items: center;
}

.Top_nav ul {
    display: flex;
    align-items: center;
}

.Top_nav ul li img {
    width: 0.3rem;
    height: 0.3rem;
    display: block;
    margin-right: 0.1rem;
}

.Top_nav .language {
    display: flex;
    align-items: center;
    margin-left: 0.2rem;
}

.Top_nav .language .title {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.Top_nav .language img {
    width: 0.24rem;
    height: 0.24rem;
    display: block;
    margin-right: 0.1rem;
}

.Top_nav .language h5 {
    font-weight: 400;
    font-size: 0.15rem;
    color: #00703E;
    display: flex;
    align-items: center;
}

.Top_nav .language span {
    font-size: 0.1rem;
    display: block;
    margin-left: 0.1rem;
    display: none ;
}

/* 导航 */
.nav {
    width: 100%;
    height: 1.1rem;
    background: #FFF;
    position: fixed;
    top: 0.4rem;
    z-index: 9999;
    left: 0px;
    transition: 0.6s ease all;
}

.nav.active {
    background: #ffffffd0 ;
    top: 0px ;
    height: 0.95rem ;
    box-shadow: 0px 0px 0.1rem 0.01rem #00000027 ;
}

.nav .container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav .left {
    display: flex;
    align-items: center;
    height: 100%;
}

.nav .logo {
    margin-right: 0.8rem;
    display: block;
}

.nav .logo img {
    max-width: 3.3rem;
    max-height: 0.9rem;
    display: block;
    object-fit: contain;
}

.nav .left ul {
    display: flex;
    align-items: center;
    height: 100%;
    height: 100%;
}

.nav .left ul li {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    position: relative;
}

.nav .left ul li .title {
    padding: 0rem 0.15rem;
    width: max-content;
    display: flex;
    height: 95%;
    align-items: center;
    color: #312b2b;
    font-size: 0.14rem;
    box-sizing: border-box;
}

.nav .left ul li:hover .title {
    background: #6AC335;
    color: #FFF;
}

.nav .right form {
    display: flex;
    align-items: center;
}

.nav .right form input {
    width: 1.56rem;
    height: 0.34rem;
    background: #e1635c;
    padding: 0px 0.05rem 0px 0.1rem;
    box-sizing: border-box;
    font-size: 0.14rem;
    font-weight: 400;
    color: #fffffff6;
}

.nav .right form input::placeholder {
    color: #ffffffce;
}

.nav .right form button {
    width: 0.34rem;
    height: 0.34rem;
    background: #be4c46;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav .right form button img {
    width: 0.22rem;
    height: 0.22rem;
    display: block;
    object-fit: contain;
}

.nav .left ul li .drop-down {
    min-width: 1.6rem ;
    background: rgba(255, 255, 255, 0.95) ;
    padding: 0.08rem 0px 0.08rem 0px ;
    box-sizing: border-box ;
    position: absolute ;
    top: 100% ;
    left: 0px ;
    display: none ;
}

.nav .left ul li .drop-down a {
    width: 100% ;
    display: block;
    padding: 0.03rem  0.2rem ;
    font-weight: normal;
    white-space: nowrap;
    box-sizing: border-box ;
    line-height: 0.26rem ;
    color: #312b2b;
    font-size: 0.14rem ;
}

.nav .left ul li .drop-down a:hover {
    color: #fff;
    background-color: #545454;
}

.banenr_swiper {
    width: 100%;
    /*height: 5.35rem;*/
    margin-top: 1.1rem;
}

.banenr_swiper img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.banenr_swiper .swiper-button-prev,
.banenr_swiper .swiper-button-next {
    width: 0.4rem;
    height: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.banenr_swiper .swiper-button-prev {
    left: 0.2rem;
}

.banenr_swiper .swiper-button-next {
    right: 0.2rem;
}

.banenr_swiper .swiper-button-prev::after,
.banenr_swiper .swiper-button-next::after {
    font-size: 0.24rem;
    color: #000;
    font-weight: bold;
}

.banenr_swiper .swiper-button-prev:hover,
.banenr_swiper .swiper-button-next:hover {
    border-radius: 50%;
    background: #000;
}

.banenr_swiper .swiper-button-prev:hover::after,
.banenr_swiper .swiper-button-next:hover::after {
    color: #FFF;
}

.banenr_swiper .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    border: 0.02rem solid #FFF;
    background: #FFF;
    border-radius: 50%;
    margin: 0px 0.03rem;
    background: none;
    opacity: 1;
    cursor: pointer;
}

.banenr_swiper .swiper-pagination-bullet-active {
    background: #FFF;
}

/* public_title */
.public_title {
    width: 100%;
    text-align: center;
}

.public_title h5 {
    text-align: center;
    font-size: 0.3rem;
    color: #666666;
    font-weight: 500;
}

.public_title i {
    display: block;
    padding: 0.03rem 0px;
    background: url(../images/pro_line.jpg) center center no-repeat;
    margin: 0.1rem 0px;
}

.public_title span {
    text-align: center;
    color: #c3c3c3;
    font-size: 0.16rem;
    text-transform: uppercase;
}

.About {
    width: 100%;
    margin: 0.6rem 0px;
}

.About .out {
    margin-top: 0.2rem;
    width: 100%;
}

.About .out ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.About .out ul li {
    max-width: 3rem;
    height: 2.25rem;
    margin: 0.05rem;
}

.About .out ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.About .out .txt p {
    color: #2F2F2F;
    font-size: 0.16rem;
    line-height: 2em;
}

.About .out a {
    display: block;
    margin: 0 auto;
    width: 1.3rem;
    text-align: center;
    color: #545454;
    padding: 0.1rem 0px;
    background: #fff;
    border: 0.01rem solid #545454;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.14rem;
}

.Products {
    width: 100%;
    margin: 0.6rem 0px;
}

.Products .list {
    margin-top: 0.4rem;
    display: flex;
    flex-wrap: wrap;
}

.Products .list li {
    width: 25%;
    padding: 0.15rem;
    box-sizing: border-box;
}

.Products .list li a {
    display: block;
    width: 100%;
}

.Products .list li .img {
    width: 100%;
    height: 2.6rem;
    overflow: hidden;
    border: 0.01rem solid #ddd;
    border-radius: 0.04rem;
}

.Products .list li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.Products .list li span {
    display: block;
    text-align: center;
    color: #2b2929;
    font-size: 0.14rem;
    margin-top: 0.1rem;
}

.Products .list li a:hover span {
    text-decoration: none;
    color: #E60703;
}


.News {
    width: 100%;
    margin: 0.6rem 0px;
}

.News .list {
    margin-top: 0.4rem;
    display: flex;
    flex-wrap: wrap;
}

.News .list li {
    width: 33.3333%;
    padding: 0.15rem;
    box-sizing: border-box;
}

.News .list li a {
    display: block;
    width: 100%;
}

.News .list li .img {
    width: 100%;
    height: 3.4rem;
    overflow: hidden;
    border: 0.01rem solid #ddd;
    border-radius: 0.04rem;
}

.News .list li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.News .list li span {
    display: block;
    text-align: center;
    color: #2b2929;
    font-size: 0.16rem;
    margin-top: 0.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制为两行 */
    overflow: hidden;
}

.News .list li a:hover span {
    text-decoration: none;
    color: #E60703;
}

.footer {
    width: 100%;
    margin-top: 0.2rem;
    color: #000000;
    padding: 0.4rem 0 0.2rem 0;
    background-color: #efefef;
}

.footer .container {
    display: flex;
    justify-content: space-between;
    max-width: 12rem ;
}

.footer .container .logo {
    width: 26% ;
    padding: 0px 0.15rem;
    box-sizing: border-box;
}

.footer .container .logo img {
    width: 1.65rem;
    height: 1.65rem;
    object-fit: contain;
    display: block;
}

.footer .container .logo h5 {
    color: #000;
    font-size: 0.14rem;
    line-height: 100%;
    margin-bottom: 0.1rem ;
}

.footer .container .logo span {
    color: #000;
    font-size: 0.14rem;
    line-height: 1;
    display: block;
}

.footer .box:nth-child(2) {
    width: 20% ;
    padding: 0px 0.15rem;
    box-sizing: border-box;
}

.footer .box:nth-child(3) {
    width: 25%;
    padding: 0px 0.15rem;
    box-sizing: border-box;
}

.footer .box h5 {
    font-weight: bold;
    font-size: 0.16rem;
    color: #333;
    margin-bottom: 0.1rem;
}

.footer .box ul {
    width: 100%;
}

.footer .box ul li {
    padding: 0.03rem 0px ;
}

.footer .box ul li,
.footer .box ul li a {
    color: #333;
    font-size: 0.14rem;
}

.footer .box:nth-child(2) ul li a {
    line-height: 1.7;
}

.footer .box:nth-child(3) ul li a {
    line-height: 2em;
}

.footer .right {
    width: 25%;
    padding: 0px 0.15rem;
    box-sizing: border-box;
}

.footer .right form {
    width: 100%;
    margin: 0.15rem 0px 0.25rem 0px;
}

.footer .right form .box {
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 0.24rem;
    margin-bottom: 0.1rem;
}

.footer .right form .box input {
    width: 68%;
    height: 0.48rem;
    padding: 0.05rem 0.1rem;
    box-sizing: border-box;
    background: #FFF;
}

.footer .right form .box button {
    width: 32%;
    height: 0.48rem;
    font-size: 0.14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    background: #4F4A47;
    border: none;
    position: relative;
    cursor: pointer;
}

.footer .right form .box button span {
    position: absolute;
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 0.24rem;
    height: 0.24rem;
    border: none;
    border-radius: 100%;
    padding: 0;
    top: 100%;
    right: 50%;
    transform: translateX(50%);
}

.footer .right form .box button span.active {
    visibility: visible;
}

.footer .right form .box button span::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 0.04rem;
    left: 0.04rem;
    width: 0.06rem;
    height: 0.06rem;
    border: none;
    border-radius: 100%;
    transform-origin: 0.08rem 0.08rem;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.footer .right form .text {
    width: 100%;
    margin: 0.28rem 0.07rem 0.14rem;
    padding: 0.1rem 0.14rem;
    border: 0.02rem solid #46b450;
    color: #000000;
    font-size: 0.14rem;
    display: none;
}

.footer .right ul {
    width: 100%;
    display: flex;
    align-items: center;
}

.footer .right ul li {
    margin: 0px 0.05rem;
}

.footer .right ul li img {
    width: 0.4rem;
    height: 0.4rem;
    display: block;
    object-fit: cover;
}

.Copyright {
    width: 100%;
    background: #000;
    height: 0.4rem;
    display: none ;
}

.Copyright .container {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.14rem;
}

.Copyright .container a {
    color: #fff;
    font-size: 0.14rem;
    display: block;
    margin-left: 0.05rem;
    opacity: 0 ;
}

.breadcrumb {
    width: 100%;
    margin-top: 0.2rem;
}

.breadcrumb ul {
    width: 100%;
    padding: 0.1rem 0.12rem;
    box-sizing: border-box;
    background: #f7f7f7;
    display: flex;
    align-items: center;
}

.breadcrumb ul li {
    display: flex;
    align-items: center;
}

.breadcrumb ul li a {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 0.14rem;
}

.breadcrumb ul li span {
    color: #333;
    font-size: 0.14rem;
    display: block;
    margin: 0px 0.1rem;
}

.breadcrumb ul a svg {
    width: 0.2rem;
    height: 0.2rem;
    display: block;
    margin-right: 0.04rem;
}

.breadcrumb ul li:last-child span {
    display: none;
}

.breadcrumb ul li a:hover {
    text-decoration: underline;
}

.public_content {
    width: 100%;
    margin-top: 0.25rem;
}

.public_content .container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.Categories {
    width: 25%;
    padding: 0px 0.15rem;
    box-sizing: border-box;
}

.public_content .title {
    font-size: 0.2rem;
    color: #545454;
    position: relative;
    padding-bottom: 0.1rem;
    border-bottom: 0.01rem solid #e5e5e5;
    background: url(../images/title_line.jpg) left bottom no-repeat;
    display: block;
}

.Categories ul {
    margin-top: 0.15rem;
}

.Categories ul li {
    position: relative;
    border-bottom: 0.01rem solid #f2f2f2;
    background: url(../images/left_li.gif) 0.06rem 0.17rem no-repeat;
    padding: 0.08rem 0px 0.08rem 0.18rem;
    box-sizing: border-box;
}

.Categories ul li a {
    color: #656464;
    font-size: 0.14rem;
}

.public_content .list_text {
    width: 75%;

}

.public_content .list_text .list_title {
    padding: 0px 0.15rem;
    box-sizing: border-box;
}

.public_content .list_text ul {
    margin-top: 0.2rem;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.4rem ;
}

.public_content .list_text ul li {
    width: 33.33%;
    padding:  0.15rem;
    box-sizing: border-box;
}

.public_content .list_text ul li a {
    width: 100%;
}

.public_content .list_text ul li .img {
    width: 100%;
    height: 2.62rem;
    border: 0.01rem solid #ddd;
    border-radius: 0.04rem;
}

.public_content .list_text ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.public_content .list_text ul li  span {
    color: #2b2929 ;
    font-size: 0.14rem ;
    margin-top: 0.1rem ;
    text-align: center ;
    display: block ;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2; /* 限制为两行 */
overflow: hidden;
}

.public_content .list_text ul li:hover span {
    color: #be4c46 ;
}

.public_content .list_text .text {
    width: 100% ;
    padding-top: 0.5rem ;
}

.public_content .list_text .text  .tit {
    width: 100% ;
    text-align: center ;
    margin-bottom: 0.4rem ;
}

.public_content .list_text .text  .tit h5{
    color: #656464 ;
    font-size: 0.24rem ;
    margin-bottom: 0.2rem ;
    font-weight: 500 ;
}

.public_content .list_text .text .tit h6 {
    color: #656464 ;
    font-size: 0.18rem ;
    font-weight: 400 ;
}

.public_content .list_text .text p {
    line-height: 1.7em ;
    color: #656464 ;
    font-size: 0.16rem ;
    margin: 0.1rem 0px ;
}

.Contact_pages {
    width: 100% ;
    margin: 0.5rem 0px ;
}

.Contact_pages  .container {
    display: flex ;
    justify-content: space-between ;
}

.Contact_pages  .container  .left {
    width: 50%  ;
    padding: 0px 0.15rem ;
    box-sizing: border-box ;
}

.Contact_pages  .container  .left h5{
    font-size: 0.3rem ;
    margin-bottom: 0.1rem ;
    font-weight: 500 ;
    color: #656464 ;
    line-height: 1 ;
}

.Contact_pages  .container  .left ul {
    width: 100% ;
}

.Contact_pages  .container  .left ul li  b{
    margin: 0.1rem 0px ;
    width: 100% ;
    color: #656464 ;
    font-weight: 400 ;
    font-size: 0.18rem;
    display: block ;
}

.Contact_pages  .container  .left ul hr{
    margin-top: 0.2rem ;
    margin-bottom: 0.2rem ;
    border: 0;
    border-top: 0.01rem solid #eee;
}

.Contact_pages  .container  .left ul li  p {
    font-size: 0.17rem ;
    color: #656464 ;
    display: flex ;
    align-items: center ;
}

.Contact_pages  .container  .left ul li p img {
    width: 0.17rem ;
    height: 0.17rem ;
    margin-right: 0.05rem ;
    display: block;
}

.Contact_pages  .container  .left ul li p a {
    color: #00703E ;
    font-size: 0.17rem ;
    display: block;
}

.Contact_pages  .container  .left h6{
    color: #656464 ;
    font-size: 0.14rem ;
}

.Contact_pages  .container  .right {
    width: 50%;
    padding: 0px 0.15rem ;
    box-sizing: border-box ;
}

.Contact_pages  .container  .right h5{
    color: #656464 ;
    font-size: 0.18rem ;
    font-weight: 400 ;
    margin-bottom: 0.2rem ;
}

.Contact_pages  .container  .right  form {
    width: 100% ;
    display: flex ;
    flex-wrap: wrap ;
    justify-content: space-between ;
}

.Contact_pages  .container  .right input {
    padding: 0.06rem 0.12rem ;
    width: 48% ;
    height: 0.48rem ;
    border: 0.01rem solid #ccc ;
    background: #fff ;
    color: #555 ;
    box-sizing: border-box ;
    margin-bottom: 0.2rem ;
    font-size: 0.14rem ;
    font-weight: 400 ;
}

.Contact_pages  .container  .right input:nth-child(5) {
    width: 100% ;
}

.Contact_pages  .container  .right input::placeholder , .Contact_pages  .container  .right textarea::placeholder {
    font-size: 0.14rem ;
    color: #555 ;
}

.Contact_pages  .container  .right textarea {
    width: 100% ;
    height: 1.6rem ;
    border: 0.01rem solid #ccc ;
    background: #fff ;
    padding: 0.06rem 0.12rem ;
}

.Contact_pages  .container  .right input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 0.01rem 0.01rem rgba(0, 0, 0, .075), 0 0 0.08rem rgba(102, 175, 233, .6);
    box-shadow: inset 0 0.01rem 0.01rem rgba(0, 0, 0, .075), 0 0 0.08rem rgba(102, 175, 233, .6);
}

.Contact_pages  .container  .right button {
    margin-top: 0.3rem ;
    background: #4cae4c ;
    display: flex ;
    align-items: center ;
    justify-content: center ;
    border-color: #4cae4c;
    padding: 0.09rem 0.74rem ;
    color: #FFF ;
    font-size: 0.16rem ;
    cursor: pointer;
}

.map {
    width: 100% ;
    height: 4.55rem ;
}

.map iframe { 
    width: 100% ;
    height: 100% ;
}

.News_Details {
    width: 100% ;
    margin-top: 0.2rem ;
}

.News_Details .tit {
    margin: 0px;
    padding: 0.1rem 0px;
    text-align: center;
    color: #000;
    font-size: 0.18rem;
    color: #434343;
    font-weight: bold;
}

.News_Details .txt {
    width: 100% ;
    font-size: 0.14rem ;
    margin: 0.1rem 0px ;
    line-height: 1.9em ;
}

.News_Details .txt p {
    color: #656464 ;
    font-size: 0.14rem ;
    margin: 0.1rem 0px ;
    line-height: 1.9em ;
}

.News_Details .txt img {
    display: block ;
    margin: 0 auto ;
    width: auto ;
    max-width: 100% ;
}

.Products_Details {
    width: 100% ;
}

.Products_Details .out {
    width: 100% ;
    display: flex ;
    flex-wrap: wrap ;
    padding-bottom: 0.3rem ;
    border-bottom: 0.01rem solid #ddd ;
    margin-top: 0.4rem ;
}

.Products_Details .out .left , .Products_Details .out .right {
    width: 50% ;
    padding: 0px 0.15rem ;
    box-sizing: border-box ;
}

.Products_Details .out .left .Products_swiper {
    width: 100% ;
    height: 3.94rem ;
}

.Products_Details .out .left .Products_swiper .swiper-slide {
    width: 100% ;
    height: 100% ;
    overflow: hidden;
}

.Products_Details .out .left .Products_swiper .swiper-slide img {
    width: 100% ;
    height: 100% ;
    display: block ;
    object-fit: cover ;
}

.Products_Details .out .left .Products_swiper  .swiper-button-prev , .Products_Details .out .left .Products_swiper  .swiper-button-next{    
    width: 0.32em ;
    height: 0.32rem ;
    border-radius: 50% ;
    display: flex ;
    align-items: center ;
    justify-content: center ;
}

.Products_Details .out .left .Products_swiper  .swiper-button-prev::after , .Products_Details .out .left .Products_swiper  .swiper-button-next::after  {
    font-size: 0.2rem ;
    font-weight: bold;
    color: #656464 ;
}

.Products_Details .out .left .Products_swiper2 {
    width: 100% ;
    margin-top: 0.1rem ;
} 

.Products_Details .out .left .Products_swiper2 .swiper-slide {
    width: 0.4rem ;
    height: 0.4rem ;
    padding: 0.02rem ;
    border: solid #ccc 0.01rem;
    margin: 0px 0.06rem ;
    cursor: pointer;
}

.Products_Details .out .left .Products_swiper2 .swiper-slide-thumb-active {
    border: 0.01rem solid #00703E ;
}

.Products_Details .out .left .Products_swiper2 .swiper-slide img {
    width: 100% ;
    height: 100% ;
    display: block ;
}

.Products_Details .out .left .Products_swiper2 .swiper-wrapper {
    justify-content: center ;
}

.Products_Details .out .right h5{
    margin: 0px;
    line-height: 0.22rem ;
    font-size: 0.18rem ;
    color: #545454;
    padding-bottom: 0.1rem ;
    border-bottom: 0.01rem dotted #cccccc;
    font-weight: 500 ;
}

.Products_Details .out .right ul {
    width: 100% ;
    padding-left: 0.4rem ;
    box-sizing: border-box ;
    list-style: disc ;
}

.Products_Details .out .right ul  li {
    padding: 0 ;
    width: 100% ;
    color: #656464 ;
    font-size: 0.14rem ;
    line-height: 2em ;
}

.Products_Details .out .right .MM0014 span {
    font-size: 0.14rem ;
    color: #656464 ;
    margin-bottom: 0.12rem ;
    display: block ;
}

.Products_Details .out .right .MM0014 a {
    padding: 0.06rem 0.12rem;
    font-size: 0.14rem ;
    display: flex ;
    align-items: center ;
    justify-content: center ;
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
    width: max-content ;
    border-radius: 0.04rem ;
}

.Products_Details .out .right .MM0014 a img {
    width: 0.14rem ;
    height: 0.16rem ;
    display: block ;
    margin-right: 0.1rem ;
}

.Products_Details .out .right .pdf {
    margin-top: 0.3rem ;
    display: flex ;
    align-items: center ;
    color: #00703E ;
    font-size: 0.14rem ;
}

.Products_Details .out .right .pdf img {
    width: 0.32rem ;
    height: 0.32rem ;
    display: block ;
    margin-right: 0.1rem ;
}

.Products_Details .out .right .pdf:hover {
    text-decoration: underline ;
}

.Products_Details .text_out {
    padding: 0.3rem 0.15rem ;
    box-sizing: border-box ;
    color: #656464 ;
    font-size: 0.14rem 
}

table {
    border-collapse: collapse;
    min-width: 100%  ;
    max-width: 100% ;
    margin: 0.1rem 0px ;
}

td, tr, th {
    border: 0.01rem solid;
    padding: 0.06rem ;
    color: #656464 ;
    font-size: 0.14rem ;
}

.Products_Details .text_out h4{
    color: #656464 ;
    font-size: 0.18rem ;
    margin: 0.1rem 0px ;
}

.Products_Details .text_out ol {
    padding-left: 0.4rem ;
    box-sizing: border-box;
}

.Products_Details .text_out p {
    color: #656464 ;
    font-size: 0.14rem ;
    line-height: 1.8em ;
}

.Products_Details .text_out iframe {
    width: 5.6rem ;
    height: 3.15rem ;
    margin: 0.1rem 0px ;
    max-width: 100% ;
    max-height: auto ;
}

.Products_Details .text_out img {
    width: auto ;
    height: auto ;
    max-width: 100% ;
}

.Products_Details .Inquiry {
    width: 100% ;
}


.Products_Details .Inquiry  .Inquiry_box {
    width: 100% ;
    height: 0.4rem ;
    background: #eee ;
}

.Products_Details .Inquiry span {
    background: #545454;
    height: 0.4rem ;
    display: inline-block;
    line-height: 0.4rem ;
    padding: 0px 0.15rem ;
    color: #fff;
    font-size: 0.14rem ;
}

.Products_Details .Inquiry  form {
    width: 100% ;
    display: flex ;
    flex-wrap: wrap ;
    justify-content: space-between ;
    margin-top: 0.4rem ;
}

.Products_Details .Inquiry input {
    padding: 0.06rem 0.12rem ;
    width: 48% ;
    height: 0.48rem ;
    border: 0.01rem solid #ccc ;
    background: #fff ;
    color: #555 ;
    box-sizing: border-box ;
    margin-bottom: 0.2rem ;
    font-size: 0.14rem ;
    font-weight: 400 ;
}

.Products_Details .Inquiry input:nth-child(5) {
    width: 100% ;
}

.Products_Details .Inquiry input::placeholder , .Products_Details .Inquiry textarea::placeholder {
    font-size: 0.14rem ;
    color: #555 ;
}

.Products_Details .Inquiry textarea {
    width: 100% ;
    height: 1.6rem ;
    border: 0.01rem solid #ccc ;
    background: #fff ;
    padding: 0.06rem 0.12rem ;
}

.Products_Details .Inquiry input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 0.01rem 0.01rem rgba(0, 0, 0, .075), 0 0 0.08rem rgba(102, 175, 233, .6);
    box-shadow: inset 0 0.01rem 0.01rem rgba(0, 0, 0, .075), 0 0 0.08rem rgba(102, 175, 233, .6);
}

.Products_Details .Inquiry button {
    margin-top: 0.3rem ;
    background: #4cae4c ;
    display: flex ;
    align-items: center ;
    justify-content: center ;
    border-color: #4cae4c;
    padding: 0.09rem 0.74rem ;
    color: #FFF ;
    font-size: 0.16rem ;
    cursor: pointer;
}

.RELATED_PRODUCTS {
    width: 100% ;
}

.RELATED_PRODUCTS .tit {
    width: 100% ;
    background: url(../images/title_line.jpg) left bottom no-repeat;
    font-size: 0.22rem ;
    display: block;
    margin-top: 0.35rem ;
    padding: 0.03rem 0px 0.1rem  0px;
    color: #545454;
}

.RELATED_PRODUCTS  ul li {
    width: 25% !important;
}

.RELATED_PRODUCTS  ul li .img {
    height: 1.89rem !important;
}

.International_language {
    position: fixed ;
    width: 100% ;
    height: 100% ;
    top: 0px ;
    left: 0px ;
    z-index: 99999 ;
    background: rgba(0, 0, 0,0.8);
    display: none ;
}

.International_language ul {
    width: auto ;
    height: auto ;
    background: white ;
    padding: 0.06rem 0.16rem ;
    box-sizing: border-box ;
    position: absolute ;
    top: 50% ;
    left: 50% ;
    transform: translate(-50%,-50%);
}

.International_language ul  li a {
    width: 100% ;
    display: flex ;
    align-items: center ;
    color: #00703E ;
    font-size: 0.15rem ;
    padding: 0.06rem 0px ;
    border-bottom: 0.01rem solid #cccccc ;
}

.International_language ul  li img {
    width: 0.24rem ;
    height: 0.24rem ;
    display: block ;
    margin-right: 0.06rem ;
}

.International_language ul  li.active a {
    font-weight: bold ;
}

.menubtn {
    width: 28.44px;
    height: 28.44px;
    position: relative;
    cursor: pointer;
    display: none;
    align-items: center;
}

.menubtn span {
    display: block;
    width: 28.44px;
    height: 3px;
    background: #383635;
    position: relative;
    vertical-align: middle;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
}

.menubtn span:after,
.menubtn span:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 3px;
    left: 0;
    background-color: #383635;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
}

.menubtn span:before {
    top: -10px;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -ms-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
}

.menubtn span:after {
    bottom: -10px;
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
}

.menubtn.active span {
    background-color: transparent;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -ms-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}

.menubtn.active span:after,
.menubtn.active span:before {
    -webkit-transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    -ms-transition-delay: 0s, .3s;
    -o-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s
}

.menubtn.active span:before {
    top: 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menubtn.active span:after {
    bottom: 0px;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.Mobile_navigation {
    width: 100% ;
    background: #FFF ;
    box-shadow: 0px 0.1rem 0.1rem #0000001e ;
    padding: 0.2rem 0px ;
    box-sizing: border-box ;
    display: none ;
}

.Mobile_navigation.show {
    display: block ;
}

.Mobile_navigation ul li {
    width: 100% ;
    padding: 0.1rem 0.15rem ;
    box-sizing: border-box ;
}

.Mobile_navigation ul li .title {
    width: 100% ;
    display: flex ;
    align-items: center ;
    justify-content: space-between ;
}

.Mobile_navigation ul li .title a {
    width: 100% ;
    color: #333 ;
    font-size: 0.18rem ;
}

.Mobile_navigation ul li .title svg {
    width: 0.3rem ;
    height: 0.3rem ;
}

.Mobile_navigation ul li  .list {
    width: 100% ;
    padding: 0.15rem 0.2rem ;
    box-sizing: border-box ;
    display: none ;
}

.Mobile_navigation ul li  .list a {
    width: 100% ;
    padding: 0.1rem 0px ;
    display: block ;
    color: #333 ;
    font-size: 0.16rem ;
}

.Mobile_navigation ul li.active {
    background: #545454 ;
}

.Mobile_navigation ul li.active svg {
    fill: #FFF ;
}

.Mobile_navigation ul li.active a {
    color: #FFF ;
}


.Verification {
    width: 100%;
    height: 0.5rem ;
    display: flex;
    align-items: center;
    margin-top: 0.2rem ;
}

.Verification input {
    margin-bottom: 0px !important;
}

.Verification .Verification_img {
    width: 1.4rem ;
    height: 100% ;
    flex: none ;
    cursor: pointer ;
}

.Verification .Verification_img img {
    width: 100% ;
    height: 100% ;
    display: block ;
}

@media (max-width:768px) {
    .container {
        padding: 0px 0.15rem  ;
        box-sizing: border-box ;
    }

    .menubtn {
        display: flex ;
    }

    table{
        min-width: 100% ;
    }

    .nav.active {
        background: #FFF ;
    }

    .Top_nav .right , .nav .left ul , .nav .right form {
        display: none ;
    }

    .banenr_swiper {
        height: auto ;
    }

    .About .out ul li {
        width: 100% ;
        max-width: 100% ;
    }

    .About .out .txt p {
        font-size: 0.18rem ;
    }

    .Products .list {
        justify-content: space-between ;
    }

    .Products .list li {
        width: 48% ;
        padding: 0.15rem 0px ;
    }

    .Products .list li .img {
        height: 1.74rem ;
    }

    .News .list li {
        width: 100% ;
    }

    .footer .container {
        flex-wrap: wrap ;
    }

    .footer .container .logo {
        width: 100% ;
        margin-bottom: 0.15rem ;
    }

    .footer .box:nth-child(2) {
        width: 100% ;
        margin-bottom: 0.15rem ;
    }

    .footer .box:nth-child(3) {
        width: 100% ;
    }

    .footer .right {
        width: 100% ;
    }

    .Copyright {
        height: auto ;
        padding: 0.1rem 0px ;
    }

    .Copyright .container {
        flex-wrap: wrap ;
    }

    .public_content .container {
        flex-wrap: wrap ;
    }

    .Categories {
        width: 100% ;
        margin-bottom: 0.4rem ;
    }

    .public_content .list_text {
        width: 100% ;
    }

    .public_content .list_text ul li {
        width: 50%;
    }

    .public_content .list_text ul li .img {
        height: 1.55rem ;
    }

    .Products_Details .out .left, .Products_Details .out .right {
        width: 100% ;
    }

    .Products_Details .out .right  {
        margin-top: 0.4rem ;
    }

    .Products_Details .out .left .Products_swiper {
        height: auto ;
    }

    .Products_Details .Inquiry input {
        width: 100% ;
    }

    .RELATED_PRODUCTS ul li {
        width: 50% !important;
    }

    .Contact_pages .container {
        flex-wrap: wrap ;
    }

    .Contact_pages .container .left {
        width: 100% ;
    }

    .Contact_pages .container .right {
        width: 100% ;
        margin-top: 0.4rem ;
    }
    
    .Contact_pages .container .right input {
        width: 100% ;
    }

}

@media (min-width:768px) and  (max-width:1024px) {
    .container {
        padding: 0px 0.3rem ;
        box-sizing: border-box ;
    }
}








@media (min-width:1601px) and (max-width:1920px) {
    html {
        font-size: 100px;
        font-size: calc(100vw / 19.2);
    }
}

@media (min-width:1441px) and (max-width:1600px) {
    html {
        font-size: 75px;
        font-size: calc(100vw / 16);
    }
}

@media (min-width:1025px) and (max-width:1440px) {
    html {
        font-size: 100px;
        font-size: calc(100vw / 14.4);
    }
}

@media (min-width:769px) and (max-width:1024px) {
    html {
        font-size: 100px;
        font-size: calc(100vw / 10.24);
    }
}

@media (min-width:426px) and (max-width:768px) {
    html {
        font-size: 100px;
        font-size: calc(100vw / 7.68);
    }
}

@media (max-width:425px) {
    html {
        font-size: 100px;
        font-size: calc(100vw / 4.25);
    }
}

@media (min-width:1920px) {
    html {
        font-size: 100px;
        font-size: calc(100vw / 19.2);
    }
}