@charset "utf-8";


.head-page .product_item span{
    color: #bba600;
}
.head-page .product_item>a:after {
    transform: scale(1);
    opacity: 1;
}
.account-l.nav {
    width: 290px;
}
.nav_title {
    padding: 0 29px;
    box-sizing: border-box;
    height: 90px;
    background: #bba600;
}
.nav_title::after {
    content: "";
    display: block;
    width: 56px;
    height: 37px;
    background: url(../images/nav_title.png) no-repeat center/cover;
}
.accordion .link {
    cursor: pointer;
    display: block;
    padding: 20px 25px;
    color: #333;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 10px;
}
.accordion li {
    cursor: pointer;
    list-style: none;
}
.accordion li.item {
    margin-top: 15px;
    border: 1px solid #E3E3E3;
    overflow: hidden;
}
.accordion li i {
    display: block;
    position: absolute;
    top: 26px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 27px;
    height: 16px;
    width: 16px;
}
.accordion li i span{
    transition: all .4s;
}
.accordion li i .add_btn{
    display: block;
    width: 16px;
    height: 2px;
    background: #666;
}
.accordion li i .cut_btn{
    display: block;
    width: 2px;
    height: 16px;
    background: #666;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.accordion li.open .link {
    color: #bba600;
}
.accordion li.open i {
    color: #bba600;
}
.accordion li.open i.fa-chevron-down .cut_btn{
    opacity: 0;
}
.submenu {
    display: none;
    background: #fff;
    border-top: 1px solid #e3e3e3;
}
.submenu li {
    border-bottom: 1px solid #e3e3e3;
}
.submenu li:last-child {
    border-bottom: none;
}
.submenu a {
    display: block;
    text-decoration: none;
    color: #999;
    padding: 12px 12px;
    padding: 20px 25px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    box-sizing: border-box;
}
.submenu a:hover,.submenu li.current a {
    background: #f6f6f6;
    color: #bba600;
}
.product .contents .r i {
    color: #ff0000;
    padding: 0 5px;
    font-weight: 600;
}
.product .desc {
    margin: 15px 0 20px;
}
.pro_lists .list {
    width: 24.1%;
    margin-right: 1.2%;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    box-sizing: border-box;
    transition: all .4s;
    overflow: hidden;
    position: relative;
}
.pro_lists .list:nth-child(4n) {
    margin-right: 0;
}
.pro_lists .img {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 225px;
    width: 100%;
    margin-top: 20px;
}
.pro_lists .img img {
    transition: all .4s;
    max-height: 100%;
    display: block;
}
.pro_lists .text {
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    position: relative;
}
.pro_lists .tit {
    transition: all .4s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 30px 0;
    box-sizing: border-box;
    position: relative;
}
.pro_lists .tit span {
    background: yellow;
    padding: 0 2px;
}
.pro_lists .list::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #bba600;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .4s;
    transform: scale(0);
}
.pro_lists .desc {
    margin-top: 10px;
    transition: all .4s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 24px;
    display: none;
}
.watch_more {
    padding: 20px 0;
    box-sizing: border-box;
    border-top: 1px solid #E3E3E3;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
}
.watch_more::after {
    content: "";
    display: block;
    width: 6px;
    height: 13px;
    background: url(../images/watch_more.png) no-repeat center/cover;
    transition: all .4s;
    margin-left: 15px;
}

.pro_lists .list:hover .img img {
    transform: scale(1.08);
}
.pro_lists .list:hover .tit {
    color: #bba600;
}
.pro_lists .list:hover .watch_more {
    color: #bba600;
}
.pro_lists .list:hover::after {
    transform: scale(1);
}

.product_show01 .l_swiper {
    width: 45.2%;
}
.mySwiper2 .swiper-container {
    border: 1px solid #e3e3e3;
}
.mySwiper2 .swiper-slide {
    height: 510px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}
.mySwiper2 .swiper-slide img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.mySwiper {
    margin-top: 20px;
    padding: 0 35px;
    box-sizing: border-box;
    position: relative;
}
.mySwiper .swiper-container {
    position: initial;
    padding: 0 10px;
    box-sizing: border-box;
}
.mySwiper .swiper-slide {
    border: 1px solid #E5E5E5;
    cursor: pointer;
    transition: all .4s;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    box-sizing: border-box;
}
.mySwiper .swiper-slide img{
    display: block;
    max-height: 100%;
}
.mySwiper .swiper-slide .bg_video_btn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mySwiper .swiper-slide .bg_video_btn img {
    max-width: 35px;
}
.mySwiper .swiper-button-next:after,.mySwiper .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    color: #666666;
}
.mySwiper .swiper-button-next{
    right: 0;
}
.mySwiper .swiper-button-prev{
    left: 0;
}
.mySwiper .swiper-slide-thumb-active {
    border: 1px solid #bba600;
}
.product_show01 .contents {
    width: 48%;
}
.product_show01 .contents .line_pro{
    width: 84.45%;
    height: 1px;
    background: #E1E1E1;
    margin-bottom: 22px;
    margin-top: 22px;
    box-sizing: border-box;
}
.product_show01 .contents .items{
    margin-top: 50px;
}
.product_show01 .contents .item{
    margin-right: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product_show01 .contents .item .item_icon img {
    max-width: 45px;
}
.product_show01 .contents .item_text {
    margin-top: 12px;
}
.product_show01 .answer_btns {
    margin-top: 50px;
}
.product_show01 .answer_btn {
    width: 165px;
    height: 56px;
    background: #bba600;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.product_show01 .answer_btn:last-child {
    margin-right: 0;
}
.product_show01 .answers_updown::after {
    content: "";
    display: block;
    width: 12px;
    height: 13px;
    background: url(../images/answers_updown.png) no-repeat center/cover;
    margin-left: 20px;
}
.product_show01 .answer_btn:hover{
    color: #fff;
}

.table_nav{
    background: #F5F5F5;
}
.table_nav .item{
    width: 32%;
    height: 75px;
    margin-right: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.table_nav .item::before{
    content: "";
    display: block;
    height: 4px;
    background: #bba600;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(0);
    transition: all .4s;
}
.table_nav .item.active::before{
    transform: scale(1);
}
.table_nav .item:nth-child(3n){
    margin-right: 0;
}
.product_show02 .lists .list{
    display: none;
}
.product_show02 .lists .con img{
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.product_show02 .lists .list.active{
    display: block;
}
.product_guide .contents {
    background: #fff;
	padding:80px 5%;
	box-sizing: border-box;
    width: calc(100% - 375px);
}



@media only screen and (max-width: 1480px) {
    .mySwiper .swiper-slide{
        height: 100px;
    }
    .product_guide .contents {
        width: calc(100% - 345px);
    }
}
@media only screen and (max-width: 1400px) {
    .pro_lists .img {
        height: 195px;
    }
    .mySwiper2 .swiper-slide{
        height: 460px;
    }
}
@media only screen and (max-width: 1366px){
    .submenu a{
        padding: 15px 25px;
    }
    .mySwiper2 .swiper-slide{
        height: 430px;
    }
    .product_guide .contents {
        width: calc(100% - 335px);
    }
}
@media only screen and (max-width: 1280px) {
    .pro_lists .img {
        height: 175px;
    }
    .submenu a {
        padding: 12px 25px;
    }
    .mySwiper .swiper-slide {
        height: 90px;
    }
    .mySwiper2 .swiper-slide {
        height: 410px;
    }
    .product_guide .contents {
        width: calc(100% - 315px);
    }
}
@media only screen and (max-width: 1200px) {
    .accordion .link{
        padding: 15px 15px;
    }
    .accordion li i{
        top: 20px;
    }
    .nav_title{
        height: 70px;
        padding: 0 15px;
    }
    .product_guide .contents{
        padding: 70px 5%;
        width: calc(100% - 295px);
    }
    .mySwiper2 .swiper-slide {
        height: 380px;
    }
}
@media only screen and (max-width: 1043px) {
    .pro_lists .list{
        width: 32%;
        margin-right: 2%;
    }
    .pro_lists .list:nth-child(4n) {
        margin-right: 2%;
    }
    .pro_lists .list:nth-child(3n) {
        margin-right: 0;
    }
    .product_guide .contents {
        padding: 60px 5%;
    }
    .mySwiper2 .swiper-slide {
        height: 350px;
    }
}
@media only screen and (max-width: 960px) {
    .account-l.nav {
        width: 100%;
    }
    .account-r {
        width: 100%;
        margin-top: 30px;
    }
    .pro_lists .list{
        margin-bottom: 35px;
    }
    .product_guide .contents {
        width: 100%;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 768px) {
    .account-r {
        margin-top: 25px;
    }
    .pro_lists .list {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 25px;
    }
    .pro_lists .list:nth-child(3n) {
        margin-right: 3%;
    }
    .pro_lists .list:nth-child(2n) {
        margin-right: 0;
    }
    .nav_title::after{
        width: 35px;
        height: 23px;
    }
    .nav_title {
        height: 55px;
    }
    .product_guide .contents {
        padding: 30px 25px;
    }
    .product_show01 .l_swiper {
        width: 100%;
    }
    .product_show01 .contents {
        width: 100%;
    }
    .product_show01 .answer_btns {
        margin-top: 25px;
    }
    .product_show01 .maxwidth {
        flex-direction: column-reverse;
    }
}
@media only screen and (max-width: 440px) {
    .pro_lists .list {
        margin-bottom: 15px;
        width: 100%;
        margin-right: 0;
    }
    .pro_lists .list:nth-child(3n) {
        margin-right: 0;
    }
    .pro_lists .list:last-child{
        margin-bottom: 0;
    }
    .pro_lists .tit{
        padding: 20px 0;
    }
    .pro_lists .img {
        height: 152px;
    }
    .accordion .link {
        padding: 10px 15px;
    }
    .accordion li i {
        top: 13px;
        right: 15px;
    }
    .nav_title {
        height: 48px;
    }
    .product_guide .contents {
        padding: 30px 15px;
    }
    .mySwiper2 .swiper-slide {
        height: 262px;
    }
    .mySwiper .swiper-slide {
        height: 70px;
    }
    .mySwiper{
        padding: 0 25px;
    }
    .product_show01 .contents .line_pro{
        width: 100%;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .pro_lists .list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .pro_lists .list:last-child{
        margin-bottom: 0;
    }
    .table_nav .item {
        width: auto;
        height: 48px;
    }
    .table_nav{
        justify-content: space-between;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .table_nav .item::before{
        height: 2px;
    }
}