@charset "utf-8";

.content {
    background-color: #F5F5F5;
    overflow: hidden;
}
.ques_cont {
padding-top: 48px;
padding-bottom: 40px;
}
.pro_search {
    margin-top: 40px;
    padding: 12px 20px;
    width: 100%;
    height: 54px;
    border-radius: 47px;
    background-color:var(--white-color);
}

.pro_search .s_input {
    float: left;
    width: calc(100% - 50px);
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    background-color: transparent;
}

.pro_search .s_icon {
    float: left;
    width: 50px;
    height: 30px;
    background-color: transparent;
    background-image: url(/template/default/index/4344/images/s_icon.svg);
    background-size: 24px 24px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.pro_search .s_input::-webkit-input-placeholder {
    color: #999;
    font-size: 16px;
    line-height: 30px;
}

.pro_search .s_input::-moz-placeholder {
    color: #999;
    font-size: 16px;
    line-height: 30px;
}

.pro_search .s_input::-ms-input-placeholder {
    color: #999;
    font-size: 16px;
    line-height: 30px;
}
.ques_wrap {
    padding-top: 45px;
}
.ques_wrap .no1{
    position: relative;
    padding: 32px;
    border-radius: 8px;
    background: var(--white-color);
    margin-bottom: 20px;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
}
.ques_wrap .no1:after {
    content: "";
    position: absolute;
    top: 0;
    right: 120px;
    width: 20%;
    height: 100%;
    background-image: url(/template/default/index/4344/images/ques_bg01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
}
.ques_wrap .no1.active:after {
    width: 30%;
    background-image: url(/template/default/index/4344/images/ques_bg02.svg);
}

.ques_wrap .no1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(88deg, #E07719 0%, #E2A71C 99.84%);
    transition: width .3s ease;
    -webkit-transition: width .3s ease;
    z-index: -1;
}
.ques_wrap .no1:hover:before {
    width: 100%;
 }
.ques_text {
    display: none;
    margin-top: 30px;
    padding-top: 30px;
    border-top:1px solid rgba(255, 255, 255, 0.30);
}
.ques_text p {
    color: var(--white-color);
font-size: 16px;
font-weight: 400;
line-height: 1.5;
}
.ques_wrap .no1 .title {
    position: relative;
    padding-right: 100px;
    color: var(--dark);
font-size: 18px;
font-weight: 700;
}
.ques_wrap .no1 .ques_button {
position: absolute;
right: 0;
    top: -6px;

}
.ques_wrap .no1 .ques_button i {
    display: block;
    height: 36px;
}
.ques_wrap .no1:hover .ques_button i {
    color: var(--white-color);
}
.ques_wrap .no1 .ques_button {
    color: #666;
font-size: 16px;
font-weight: 400;
}
.ques_wrap .no1 .ques_button i img {
    width: 36px;
    margin-left: 18px;
}
.ques_wrap .no1 .ques_button i:nth-child(2) {
    display: none;
}
.ques_wrap .no1 .ques_button i:nth-child(2) {
color: var(--white-color);
}
.ques_wrap .no1.active::before {
width: 100%;
}
.ques_wrap .no1.active .ques_button i:nth-child(1) {
    display: none;
}
.ques_wrap .no1.active .ques_button i:nth-child(2) {
    display: block;
}
.ques_wrap .no1:hover .title,
.ques_wrap .no1.active .title {
    color: var(--white-color);
}
.ques_wrap .no1.active .ques_text {
    display: block;
}

.ques_tab {
    padding-top: 40px;
}
.ques_tab .tab-nav {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.ques_tab .tab-nav::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 9px;
width: 100%;
height: 1px;
background-color:#DDD;
}
.ques_tab .tab-nav a {
    position: relative;
    margin-right: 82px;
    padding-bottom: 17px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    color: var(--dark);
font-size: 18px;
font-weight: 400;
}
.ques_tab .tab-nav a::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0;
    height: 7px;
    background-image: url(/template/default/index/4344/images/qu_line.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: width 0.4s;
}
.ques_tab .tab-nav a:last-child {
    margin-right: 0;
}

.ques_tab .tab-nav .icon {
    width: 28px;
    margin-right: 6px;
}
.ques_tab .tab-nav .icon img:nth-child(2) {
    display: none;
}
.ques_tab .tab-nav a.active {
    color: var(--main-color);
}
.ques_tab .tab-nav .active .icon img:nth-child(1) {
    display: none;
}
.ques_tab .tab-nav .active .icon img:nth-child(2) {
    display: block;
}
.ques_tab .tab-nav a.active::before {

    width: 100%;
}
.tab_content .pub-t1 {
    display: none;
}
.tab_content .pub-t1.active {
    display: block;
}
@media (max-width:1366px) {
    .ques_tab .tab-nav a {
        margin-right: 50px;
    }

}
@media (max-width:1280px) {
    .ques_tab .tab-nav a {
        margin-right: 40px;
    }

}

@media (max-width:991px) {
    .ques_tab .tab-nav a {
        margin-right: 26px;
    }

}

@media (max-width:767px) {
    .ques_wrap .no1 {
        padding: 32px 20px;
    }
    .ques_wrap .no1 .title {
        padding-right: 0;
    }
    .ques_wrap .no1 .ques_button {
        margin-top: 15px;
       top: inherit;
       position: relative;
       text-align: center;
    }
    .ques_wrap .no1 .ques_button i img {
        width: 26px;
        margin-left: 10px;
    }
    .ques_text {
        margin-top: 15px;
        padding-top: 30px;
    }
    .ques_tab .tab-nav::before {
       bottom: 10px;
     }
    .ques_tab .tab-nav a {
        padding-bottom: 10px;
        margin-bottom: 10px;
    width:calc(33.33% - 10px);
    justify-content: center;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 500;
    }
    .ques_tab .tab-nav .icon {
        width: 20px;
        margin-right: 4px;
    }

  

}
@media (max-width:540px) {
    .ques_tab .ques_nav a {
        width: calc(50% - 10px);
        }

}
@media (max-width:359px) {
    .ques_tab .ques_nav a {
        width: calc(50% - 5px);
        margin-right: 5px;
        }

}

/* down */
.show_down_list {
    padding-top: 40px;
}
.show_down_list ul li {
    padding-bottom: 20px;
}
.show_down_list ul li:last-child {
    padding-bottom: 0;
}
.show_down_list ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 42px;
    width: 100%;
    border-radius: 8px;
    background: var(--white-color);}
    .show_down_list ul li a::before {
        content: "";
        position: absolute;
        right: 136px;
        top: 0;
        width: 30%;
        height: 100%;
        background-image: url(/template/default/index/4344/images/down_bg.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right;
    }

    .show_down_list .title{
    flex: 1;
    padding-right: 10px;
    display: flex;
    align-items: center;
}
.show_down_list .title span {
    width: 24px;
    display: block;
}
.show_down_list .title span img:nth-child(2) {
    display: none;
}
.show_down_list .title .t {
    padding-left: 24px;
    color: var(--dark);
font-size: 16px;
font-weight: 400;
}
.show_down_list .right {
    display: flex;
    align-items: center;
font-size: 16px;
font-weight: 400;
}
.show_down_list .right span {
 display: flex;
 align-items: center;
 justify-content: center;
    margin-left: 16px;
    width: 36px;
height: 36px;
border-radius: 50%;
background-color: var(--white-color);
}
.show_down_list a:hover {
    background: linear-gradient(88deg, #E07719 0%, #E2A71C 99.84%);
}
.show_down_list a:hover .title span img:nth-child(1) {
    display: none;
}
.show_down_list a:hover .title span img:nth-child(2) {
    display: block;
}
.show_down_list a:hover .t,
.show_down_list a:hover .right {
   color: var(--white-color); 
}
@media (max-width:767px) {

    .show_down_list ul li a {
        padding: 20px 16px;
    }
    .show_down_list .title .t {
        padding-left: 10px;
        font-size: 16px;
    }
    .show_down_list .right span {
        margin-left: 10px;
        width: 30px;
        height: 30px;
        padding: 6px;
    }
    .show_down_list ul li a::before {
        right: 90px;
        width: 30%;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right;
    }
    .ques_wrap .no1:after {
        right: 0;
        background-position: right top;
    }
    .ques_tab .tab-nav a.active::before {
        max-width: 70px;
    }

}
/* read more */
.read_more {
    display: flex;
    justify-content: center;
    padding-top: 36px;
    padding-bottom: 60px;
}

.read_more a {
    position: relative;
    padding-top: 34px;
}

.read_more a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 24px;
    height: 24px;
    background-image: url(/template/default/index/4344/images/honor_icon.svg);
    animation: right-swing 1s ease-out alternate infinite;
}

.read_more a span {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}<!--ºÄÊ±1758367493.0696Ãë-->