li {
    list-style: none;
}

ul {
    padding-left: 0;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

.pc-top .list ul li {
    padding-left: 20px;
    padding-right: 20px;
}

.pc-top .menu-2 {
    display: none;
}

.pc-top .n-child {
    position: relative;
}

.pc-top .n-child div li {
    padding: 0;
}

.pc-top .n-child div li a {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.pc-top .n-child div {
    position: absolute;
    padding: 20px;
    width: auto;
    left: 0;
    background-color: #4CAF50;
    display: none;
    z-index: 999;
}

#carouselExampleCaptions button {
    background-color: transparent;
    border: unset !important;
}

section .title {
    text-align: center;
    padding: 40px 0 10px 0;
    color: #c34800;
    width: fit-content;
    margin: 0 auto;
}

.advantage .content {
    display: flex;
    justify-content: space-between;
}

.advantage .container .text,
.product .container .text,
.plam .container .text,
.news .container .text {
    margin-bottom: 50px;
}

.advantage .container .text p,
.product .container .text p,
.plam .container .text p,
.news .container .text p {
    text-align: center;
}

.advantage .content .item {
    width: 32%;
}

.advantage .content .item .img {
    padding: 180px 20px 10px 20px;
    min-height: 480px;
    border-radius: 10px;
}

section {
    padding: 20px 0 50px 0;
}

.advantage .content .item:nth-child(1) .img {
    background: url("../image/why-1.png") no-repeat center top;
}

.advantage .content .item:nth-child(2) .img {
    background: url("../image/why-2.png") no-repeat center top;
}

.advantage .content .item:nth-child(3) .img {
    background: url("../image/why-3.png") no-repeat center top;
}

.advantage .content .item .img h4,
.advantage .content .item .img p,
.product .content .item .img p,
.product .content .item .img h4 {
    color: #ffffff;
    text-align: center;
}

.product .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product .content .item {
    width: 24%;
    position: relative;
    margin-bottom: 55px;
}

.product .content .item:hover .img .mubu {
    transform: rotateY(0deg);
    opacity: 1;
}


.product .content .item .img {
    display: flex;
    justify-content: center;
    border-radius: 10px;
    min-height: 200px;
    z-index: 1;
    flex-direction: column;
}

.product .content .item:nth-child(1) .img {
    background: url("../image/cp-1.jpg") no-repeat center top;
}

.product .content .item:nth-child(2) .img {
    background: url("../image/cp-2.jpg") no-repeat center top;
}

.product .content .item:nth-child(3) .img {
    background: url("../image/cp-3.jpg") no-repeat center top;
}

.product .content .item:nth-child(4) .img {
    background: url("../image/cp-4.jpg") no-repeat center top;
}

.product .content .item:nth-child(5) .img {
    background: url("../image/cp-5.jpg") no-repeat center top;
}

.product .content .item:nth-child(6) .img {
    background: url("../image/cp-1.jpg") no-repeat center top;
}

.product .content .item:nth-child(7) .img {
    background: url("../image/cp-7.jpg") no-repeat center top;
}

.product .content .item:nth-child(8) .img {
    background: url("../image/cp-8.jpg") no-repeat center top;
}

.product .content .item .mubu {
    position: absolute;
    border-radius: 10px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #2c2828a3;
    padding: 20px;
    transform: rotateY(90deg);
    opacity: 0;
    transition: all .6s ease-in-out;
}

.plam .container .content {
    display: flex;
    justify-content: space-between;
}

.plam .container .content .item {
    width: 49%;
    box-shadow: 0 0 10px #00000033;
    border-radius: 10px;
    padding: 120px 30px 20px;
    position: relative;
    margin-top: 30px;
}

.plam .container .content .item img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
}

.plam .ti-point {
    color: #ff4a00;
}

.plam .ad-jump {
    color: #2F33AB;
}

.join {
    background-image: linear-gradient(to right, #6f74df 0%, #005ad5 50%, #0a11e5 100%);
    margin-bottom: 20px;
}

.news .container .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news .container .content .item {
    width: 49%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    box-shadow: 0 0 10px #00000033;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.6s ease-in-out;
    background-color: #fff;
}

.news .container .content .item:hover {
    transform: translate(5px, -10px);
}

.news .container .content .item:hover h5 {
    color: #ff4a00;
}

.news .container .content .item img {
    width: 30%;
    height: auto;
    object-fit: cover;
}

.news .container .content .item h5 {
    width: 100%;
    font-weight: 800;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: color .6s ease-in-out;
}

.news .container .content .item .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-indent: 2rem;
}

section:nth-child(odd) {
    background-color: #e3e3e3;
}

.h-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    margin: auto;
    z-index: 99;
    background-color: #fff;
}

.inside-banner {
    background: url('../image/banner.jpg') no-repeat top center;
    background-size: cover;
}

.inside-banner .container {
    padding: 50px 15px;
}

.cate .container .item {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0 0 10px 3px #00000033;
    transition: all 0.4s ease-in-out;
}

.cate .container .item:hover {
    transform: translate(-40px, 0);
}

.cate .container .item:hover .text h3 {
    color: #ff4a00;
}

.cate .container .item .text h3 {
    transition: color .4s ease-in-out;
}

.cate .container .item .img {
    width: 25%;
}

.cate .container .item img {
    width: 100%;
    height: 100%;
}

.cate .container .item .text {
    width: 75%;
    padding: 20px;
}

.cate .container .item .link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.pagination {
    justify-content: center;
    margin: 20px auto;
    align-items: center;
}

.pagination li a,
.pagination li span {
    display: inline-block;
    margin: 0 10px;
    color: #000000;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.pagination li.active span {
    background-color: #ff4a00;
    border-radius: 100%;
    color: #ffffff;
}

.pagination li a:hover,
.pagination li span:hover {
    background-color: #ff4a00;
    border-radius: 100%;
    color: #ffffff;
}

.pagination a:hover {
    text-decoration: none;
}

.pagination li.disabled span:hover {
    background-color: #fff;
    color: #000000;
}

footer {
    background-color: #e3e3e3;
    padding-top: 30px;
}


.carousel-control-next, .carousel-control-prev {
    width: 3%;
}

.banner-img {
    position: relative;
}

.banner-img .ad-img {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
}

.banner-img .ad-img a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.banner-img .ad-img a img {
    width: 70%;
}
