li {
    list-style: none;
}

ul,
ol,
h2,
h3,
h4,
h5,
h6,
h1 {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #888888;
}
body{
	min-width: 75rem;
}

.box-top {
    background-color: #F5F5F5;
    color: #888888;
    border-top: 3px solid #00794D;
    border-bottom: 1px solid #CCCCCC;
    font-size: 14px;
}

.top {
    width: 80%;
    margin: 0 auto;
    line-height: 0px;
    display: flex;
    justify-content: space-between;
}

.top li {
    display: inline-block;
    padding: 10px;
}

.header {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.header .img {
    padding: 40px 0;
}

.header-right {
    display: flex;
}

.header-right .imgs {
    width: 140px;
    height: 46px;
    line-height: 164px;
}

.header-right .imgs img {
    width: 100%;
}

.header-right ul {
    display: flex;
}

.header-right ul li {
    padding: 54px 20px;
    position: relative;
}

.header-right ul li:hover a {
    color: #00794D;
}

.header-right ul li a {
    color: #000;
    font-weight: bold;
}

.header-right ul li:hover .isShow {
    display: block;
    z-index: 29;
}

.header-right .isShow {
    display: none;
    position: absolute;
    width: 150px;
    background: #2d2d2d;
    left: 10px;
    text-align: left;
    top: 100%;
    font-size: 14px;
    /
    /* 动画 */
    transition: width 2s;
    -moz-transition: width 2s;
    /* Firefox 4 */
    -webkit-transition: width 2s;
    /* Safari and Chrome */
    -o-transition: width 2s;
}

.header-right .isShow ol li {
    padding: 10px 20px;
}

.header-right .isShow ol li a {
    color: #a4a4a4;
}

.header-right .isShow ol li:hover a {
    color: #fff;
}

.banner {
    height: 650px;
    max-height: 650px;
    position: relative;
}

.banner img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.banner .boxs {
    background: #fdfdfda8;
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%, -50%);
    opacity: 1 !important;
    padding: 20px;
    text-align: center;
    width: 60%;
}

.banner .boxs div{
	font-size: 1.125rem;
}
.banner .boxs p {
    padding: 0;
    margin: 0;
}

.banner .boxs h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.system {
    width: 80%;
    margin: 0 auto;
    padding: 4%
}

.system-top {
    padding: 0 5%;
    text-align: center;
}

.system-mg {
    width: 244px;
    height: 88px;
    display: inline-block;
}

.system-mg img {
    width: 100%;
}

.system-title {
    font-size: 40px;
    line-height: 0;
    text-transform: uppercase;
    color: #2D2D2D;
    font-weight: 700;
}

.system-top hr {
    border: 0 none;
    width: 20%;
    height: 2px;
    background-color: #95C11F;
}

.introduce {
    font-style: italic;
    font-size: 17px;
    color: #999999;
    font-weight: 200;
}

.system .content {
    padding: 0 5%;
    margin-top: 40px;
}

.system .content ul {
    display: flex;
}

.system .content ul li {
    padding: 0 15px;
    width: 25%;
}

.system .content ul li .name {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.system .content ul li p {
    font-weight: 900;
    font-size: 22px;
    margin: 0;
    cursor: pointer;
}

.system .content ul li p a {
    color: #000000;
}

.system .content ul li p span {
    display: none;
}

.system .content ul li p:hover {
    color: #fff;
    background: #94c01f;
    width: 80px;
    padding-left: 5px;
    transition: all 0.3s ease-in-out 0s;
}

.system .content ul li p:hover a {
    color: #fff;
}

.system .content ul li p:hover span {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 4px;
}

.system .content ul li hr {
    height: 2px;
    background-color: #000 !important;
    margin: 0 90% 4% 0 !important;
}

.content .suggest {
    color: #666666;
}


/* 产品 */

.product {
    background: #F2F2F2;
}

.product .product-top {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
}

.product .product-top p {
    margin: 0;
    padding: 0;
}

.product .product-top h2 {
    font-size: 40px;
}

.product-top hr {
    border: 0 none;
    width: 24%;
    height: 2px;
    background-color: #95C11F;
}

.product-top div {
    padding: 0 5%;
}

.product ul {
    display: flex;
    /* justify-content: flex-end; */
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
}

.product ul li {
    width: 25%;
}

.product ul li .bg-img {
    height: 396px;
    position: relative;
}

.product ul li .bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product ul li .bg-img .name {
    top: 12%;
    left: 12%;
    color: #fff;
    position: absolute;
    background-color: rgba(149, 193, 31, 0.90);
    line-height: 36px;
    padding: 0 10px;
}

.product ul li .bg-img .bg-color {
    display: none;
}

.product ul li:hover .bg-img .bg-color {
    display: block;
    background-color: rgba(149, 193, 31, 0.90);
    height: 396px;
    width: 100%;
    position: absolute;
    top: 0;
}

.product ul li:hover .bg-img .bg-color div {
    top: 12%;
    left: 12%;
    color: #fff;
    position: absolute;
    line-height: 36px;
    padding: 0 10px;
}

.product ul li:hover .bg-img .name {
    opacity: 0;
}

.product ul li:hover .bg-img .bg-color p {
    top: 24%;
    left: 12%;
    color: #fff;
    position: absolute;
    line-height: 30px;
    padding: 0 10px;
    font-size: 20px;
    font-weight: bold;
}

.product ul li:hover .bg-img .bg-color p a {
    color: #fff;
}

.product ul li:hover .bg-img .bg-color p:hover {
    color: #000;
    background: #fff;
    padding-left: 10px;
    width: 80px;
    transition: all 0.3s ease-in-out 0s;
}

.product ul li:hover .bg-img .bg-color p:hover span {
    display: inline-block !important;
    font-size: 14px;
}

.product ul li:hover .bg-img .bg-color p:hover a {
    color: #000000;
}


/* 无菌 */

.product ul li .bg-img .box-two {
    display: none;
}

.product ul li .bg-img .two {
    background-color: #000000;
}

.product ul li:hover .bg-img .box-two {
    display: block;
    background: #000000;
    height: 396px;
    width: 100%;
    position: absolute;
    top: 0;
}

.product ul li:hover .bg-img .box-two div:nth-child(1) {
    top: 12%;
    left: 12%;
    color: #fff;
    position: absolute;
    line-height: 36px;
    padding: 0 10px;
}

.product ul li:hover .bg-img .box-two div:nth-child(2) {
    top: 25%;
    left: 12%;
    color: #fff;
    position: absolute;
    line-height: 36px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 20px;
}

.product ul li:hover .bg-img .box-two p {
    top: 32%;
    left: 12%;
    color: #fff;
    position: absolute;
    line-height: 30px;
    padding: 0 10px;
}

.product ul li:hover .bg-img .box-two p a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.product ul li:hover .bg-img .box-two p:hover {
    color: #000;
    background: #fff;
    width: 80px;
    padding-left: 10px;
    transition: all 0.3s ease-in-out 0s;
}

.product ul li:hover .bg-img .box-two p:hover span {
    display: inline-block !important;
    font-size: 14px;
}

.product ul li:hover .bg-img .box-two p:hover a {
    color: #000;
}


/* three */

.product ul li:hover .bg-img .bg-color div:nth-child(2) {
    top: 25%;
    left: 12%;
    color: #fff;
    position: absolute;
    line-height: 20px;
    padding: 0 10px;
    font-size: 12px;
}

.product ul li:hover .bg-img .bg-color .plus {
    top: 34%;
    left: 12%;
    color: #fff;
    position: absolute;
    line-height: 30px;
    padding: 0 10px;
    font-size: 20px;
    font-weight: bold;
}


/* 轮播图 */

:root {
    --swiper-theme-color: #000 !important;
}

.product .swiper-pagination-bullet {
    width: 5px !important;
    height: 5px !important;
    border-radius: 50%;
}

.product .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

.product .swiper-pagination-bullet:hover {
    opacity: 1;
}


/* 新闻 */

.news {
    background: #F2F2F2;
}

.news .news-boxs {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
}

.news .news-boxs .news-top {
    text-align: center;
}

.news .news-boxs .news-top h2 {
    font-size: 40px;
}

.news .news-boxs .news-top hr {
    border: 0 none;
    width: 10%;
    height: 2px;
    background-color: #95C11F;
}

.news .news-boxs .news-list ul {
    display: flex;
    justify-content: flex-end;
}

.news .news-boxs .news-list ul li {
    flex: 1;
    margin: 0 20px;
}

.news .news-boxs .news-list ul li h3:nth-child(1) {
    margin-bottom: 40px;
}

.news .news-boxs .news-list ul li h3 {
    font-weight: 700 !important;
    color: #00794D !important;
    font-size: 30px !important;
}

.news .news-boxs .news-list ul li .nexts .message:hover a {
    color: #95C11F;
}

.news .news-boxs .news-list ul li .img {
    height: 199px;
    position: relative;
    overflow: hidden;
}

.news .news-boxs .news-list ul li .img .fixed {
    background-color: rgba(149, 193, 31, 0.7);
    color: #fff;
    font-size: 10px;
    left: 0;
    padding: 3px 3%;
    position: absolute;
    top: 0;
}

.news .news-boxs .news-list ul li .img img {
    width: 100%;
    height: 100%;
}

.news .news-boxs .news-list ul li .list-box {
    background: #f4f4f4;
    padding: 0 10px;
}

.news .news-boxs .news-list ul li .nexts {
    background: #F2F2F2;
}

.news .news-boxs .news-list ul li .nexts .title {
    margin-bottom: 0 !important;
}

.news .news-boxs .news-list ul li .list-box hr {
    border: 0 none;
    width: 10%;
    height: 2px;
    background-color: #000000;
    margin: 8px 90% 4% 0;
}

.news .news-boxs .news-list ul li .list-box .title {
    padding-top: 10px;
    margin-bottom: 40px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
}

.news .news-boxs .news-list ul li .list-box .list-content {
    margin-bottom: 40px;
    color: #666;
    font-size: 16px;
    line-height: 22px;
}

.news .news-boxs .news-list ul li .list-box button {
    color: #fff;
    background-color: #007d49 !important;
    border: none;
    padding: 14px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.news .news-boxs .next {
    margin-top: 40px;
}

.news .news-boxs .news-list ul li .list-box p a {
    color: #000000;
}

.news .news-boxs .news-list ul li .list-box p a span:first-child {
    font-size: 20px;
    font-weight: bold;
}

.news .news-boxs .news-list ul li .list-box p:hover span:nth-child(1) {
    display: none;
}

.news .news-boxs .news-list ul li .list-box p:hover a span:nth-child(2) {
    display: block !important;
    background: #95C11F;
    color: #FFFFFF;
    padding: 4px 10px 4px 30px;
    width: 60px;
    font-size: 14px;
}

.attestation {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 50px;
}

.attestation-top {
    text-align: center;
    margin-top: 50px;
}

.attestation-top h5 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 300
}

.attestation-top h3 {
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #2D2D2D;
    font-weight: 700;
    margin-top: 10px;
}

.attestation-top hr {
    background-color: #95C11F;
    border: 0 none;
    height: 2px;
    margin: 10px 40% 2%;
}

.attestation-list ul {
    display: flex;
}

.attestation-list ul li {
    width: 25%;
    padding: 0 15px;
    color: #666;
    line-height: 26px;
    text-align: justify;
}

.attestation-list ul li p {
    padding: 0;
    margin: 0;
}

.attestation-list ul li div a {
    color: #000000;
}

.attestation-list ul li:hover div a {
    color: #95C11F;
}

.footer {
    clear: both;
	    padding-top: 5%;
}

.footer .table {
    width: 80%;
    margin: 0 auto;
    background-color: #95C11F;
}

.footer .table .table-top {
    display: flex;
    justify-content: space-between;
    color: #000000;
    padding: 3%;
}

.footer .table .table-top div:first-child {
    color: #FFFFFF;
}

.footer .table .table-top div:first-child p {
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.footer .table .table-top div:first-child h3 {
    font-size: 25px;
}

.footer .table .table-top div:last-child {
    line-height: 45px;
    border: 2px solid;
    padding: 0 20px;
    cursor: pointer;
}

.footer .table .form {
    border-top: 2px solid;
    display: none;
}

.footer .table .form div {
    width: 48%;
    float: left;
    margin-right: 2%;
}

.footer .table .form div select {
    width: 100%;
    height: 35px;
}

.footer .table .form div input {
    width: 100%;
    height: 30px;
}

.footer .table .form div textarea {
    width: 98%;
}

.footer .table .form h4 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
    color: #FFFFFF;
    font-size: 18px;
    padding-top: 20px;
	clear: both;
}

.footer .table .form label {
    font-size: 12px !important;
    font-weight: 600!important;
    line-height: 12px!important;
    color: #00794D!important;
}

.footer .table .form label span {
    color: #790000;
    margin-left: 4px;
}

.footer .table .form .form-info {
    color: #668516 !important;
    padding: 8px 0;
}

.footer .table .form .submit {
    color: #ffffff;
    background: #00794d;
    border: navajowhite;
    padding: 19px 49px 18px;
    font-size: 16px;
    display: none;
	margin-top: 30px;
}

.footer .footer-bottom {
    background-color: #1F1F1F;
    color: #757F7F;
}

.footer .footer-bottom .footer-box {
    /* max-width: 1140px; */
    width: 80%;
    margin: 0 auto;
    padding: 3% 1%;
}

.footer .footer-bottom .footer-box ul {
    display: flex;
    justify-content: space-between;
}

.footer .footer-bottom .footer-box ul li {
    width: 27%;
}

.footer .footer-bottom .footer-box ul li h5 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 12px;
}

.footer .footer-bottom .footer-box ul li:last-child {
    text-align: right;
}

.footer .footer-bottom .footer-box ul li:last-child ol li {
    width: 100%;
}

.footer .footer-bottom .footer-box ul li:last-child ol li a {
    color: #737F7F;
}

.footer .footer-bottom .footer-box ul li:last-child ol li:hover a {
    color: #95C11F;
}

.footer .footer-bottom .fullwidth {
    background-color: #1C1C1C;
}

.footer .footer-bottom .fullwidth .back-grey2 {
    /* max-width: 1140px; */
    width: 80%;
    margin: 0 auto;
    padding: 3% 1%;
}

.footer .footer-bottom .fullwidth .back-grey2 span {
    background-color: #161616;
    padding: 12px 15px;
    margin-right: 5px;
    color: #9E9E9E;
    margin-left: 30px;
}

.footer .footer-bottom .full {
    background: #000;
    text-align: center;
    font-size: 12px;
    padding: 3% 0;
    line-height: 18px;
}

.footer .footer-bottom .full div a {
    text-decoration: underline;
}

.footer .footer-bottom .full div a:hover {
    color: #00794D;
    text-decoration: none;
}

.footer .footer-icon ul {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 30px;
    line-height: 30px;
}

.footer .footer-icon ul li {
    padding: 5px 10px;
}

.adiv {
    overflow: hidden;
}
.search div{
	position: relative;
	margin-right: 20px;
}
.search input {
	border: 1px solid #eee;
	display: inline-table;
	margin-top: 53px;
	line-height: 20px;
	border-radius: 16px;
	background: #eee;
	text-indent: 30px;
}
.search span {
	position: absolute;
	left: 10px;
	font-size: 16px;
	cursor: pointer;
	bottom: 2px;
}
.search input:focus { outline: none; } 