.index-latest-products {
    overflow: hidden;
    padding-bottom: 3%;
}

.index-latest-products .index-content {
    overflow: hidden;
}

.index-latest-products-top {
    position: relative;
    overflow: hidden;
}

.index-latest-products-top .learnmore-2 {
    position: absolute;
    right: 0;
    top: 0;
}

.learnmore-2 {
    overflow: hidden;
}

.learnmore-2 a {
    display: inline-block;
    position: relative;
}

.learnmore-2 span {
    font-size: 15px;
    color: #bebebe;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-transform: uppercase;
}

.learnmore-2 i {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    position: relative;
    border: 2px solid #ccc;
    border-radius: 100%;
}

.learnmore-2 i::before,
.learnmore-2 i::after {
    content: '';
    width: 2px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -1px;
    background: #ccc;
}

.learnmore-2 i::after {
    width: 10px;
    height: 2px;
    margin: -1px 0 0 -5px;
}

.learnmore-2 a:hover span {
    color: #003282;
}

.learnmore-2 a:hover i {
    border: 2px solid #003282;
}

.index-content {
    width: 80%;
    margin: auto;
}

.learnmore-2 a:hover i::before,
.learnmore-2 a:hover i::after {
    background: #003282;
}

.index-latest-products-content {
    padding: 3% 0;
    overflow: hidden;
    position: relative;
}

.index-latest-products-swiper {
    overflow: hidden;
}

.product-item a {
    display: block;
    position: relative;
    overflow: hidden;
}

.title-2 {
    font-size: 40px;
}

.learnmore-2 a {
    display: inline-block;
    position: relative;
}

.product-item .img {
    border: 1px solid #ccc;
    background-color: #ffffff;
    border-radius: 22px;
}

.product-item .img::before,
.product-item .img::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}

.product-item .img::before {
    background: #003282;
    opacity: 0;
    transition: all .4s ease;
    z-index: 30;
}

.product-item .img::after {
    background: url('/html/template/default/static/image/jia.png') center no-repeat;
    display: none;
}

.product-item .img img.img-center {
    max-width: 80%;
    max-height: 80%;
}

.product-item a:hover .img:after {
    display: block;
    z-index: 40;
}

.product-item a:hover .img::before {
    opacity: .8;
}

.product-item .text {
    text-align: center;
    padding-top: 10px;
}

.product-item .text .title-4 {
    padding: 10px 0;
    width: 90%;
    margin: auto;
}

.product-item .text .text-2 {
    min-height: 45px;
}

.title-4 {
    font-size: 18px;
    color: #003282;
}

.text-2 {
    font-size: 15px;
    line-height: 23px;
    color: #999;
}

.index-latest-products-bottom {
    position: relative;
    overflow: hidden;
    /*padding: 5% 0 0 0;*/
}

.index-latest-products-progressbar {
    width: 100%;
    height: 2px;
    background: #e5e5e5;
    top: auto;
    bottom: 0;
}

.index-latest-products-progressbar span {
    background: #003282!important;
}

.index-latest-products-num {
    padding-bottom: 1%;
    color: #999;
    font-size: 15px;
}

.index-latest-products-num #total1 {
    font-size: 15px;
    color: #999;
}

.index-latest-products-num #current1 {
    color: #003282;
    font-size: 30px;
}

.latest-products-next,
.latest-products-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 20px;
    left: auto;
    top: auto;
    margin: auto;
    border: 1px solid #e7e7e7;
    border-radius: 100%;
    opacity: 1;
    z-index: 40;
}

.latest-products-next:after,
.latest-products-prev:after {
    display: none;
}

.latest-products-next {
    background: url('/html/template/default/static/image/right1.png') center no-repeat;
}

.latest-products-prev {
    background: url('/html/template/default/static/image/left1.png') center no-repeat;
}

.latest-products-prev {
    right: 50px;
}

.contain {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    left: 0;
    top: 0;
    display: block;
    box-sizing: border-box;
}

.contain .path {
    stroke-dasharray: 135;
    stroke-dashoffset: 135;
    box-sizing: border-box;
}

.latest-products-next .contain .path {
    animation: dash 3000ms infinite;
}


/* ÐÂÎÅ */

.index-health-knowledge {
    background: url('/html/template/default/static/image/HealthKnowledge.jpg') center no-repeat;
    background-size: cover;
    padding: 8% 0;
    overflow: hidden;
}

.index-health-knowledge-top {
    position: relative;
    overflow: hidden;
}

.index-health-knowledge-top .learnmore-2 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.index-health-knowledge-list {
    margin-top: 4%;
    overflow: hidden;
}

.index-health-knowledge-swiper {
    overflow: hidden;
}

.news-item .img {
    border-radius: 20px;
    overflow: hidden;
    background-color: #ccc;
}

.news-item .pic {
    background-size: 110%;
    background-position: center;
    background-color: transparent;
}

.news-item .text {
    text-align: center;
    padding-top: 15px;
}

.news-item .text .title-4 {
    padding: 15px 0;
}

.news-item a:hover .text .title-4 {
    color: #003282;
}

.news-item a:hover .viewdetails-1 span {
    color: #003282;
}

.news-item a:hover .viewdetails-1 i {
    background: #003282;
}

.news-item a:hover .pic {
    transform: scale(1.05)
}

.viewdetails-1 {
    overflow: hidden;
}

.viewdetails-1 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #999;
    margin-right: 10px;
}

.viewdetails-1 i {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: #ccc;
    border-radius: 100%;
    position: relative;
    font-style: normal;
}

.viewdetails-1 i::after {
    content: '>';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: #fff;
}
 @media(max-width: 767px) {
            .index-latest-products-num {
    padding-bottom: 9%;
  
}}