/* 橘色調: 主色 #FCA518 主色淺 #ffdda7 主色略淺 #fec975 主色深 #ff6d12  */
/* 藍色調: 主色 #87BBD0 主色淺 #e7f8ff 主色略淺 #B3DCEB 主色深 #30678D */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none !important;
}

#main {
    overflow: hidden;
    background-color: #fdfefe ; /* #fffcf7 */
}

input,
button {
    outline: none;
    border: none;
}

.logo {
    width: 250px !important;
    position: relative;
    left: -100px;
}

header {
    position: relative;
    background-color: #f0f0f0;
    padding: 20px 0;
}

nav a {
    color: #2C2C2C;
    margin-right: 24px;
}

.navbar {
    background-color: #f0f0f0;
}

.order {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #87bbd0; 
    height: 100%;
    color: #fff;
    padding: 0 40px;
}

.order img {
    width: 16px;
    margin-right: 10px;
}

.header-right {
    padding-right: 10vw;
}

.banner {
    position: relative;
}

.banner .banner-img {
    width: 100%;
}

.banner .container {
    position: relative;
}

.text1 {
    position: absolute;
    left: 0;
    bottom: 420px;
    font-size: 36px;
    color: #30678D;
}

.text6 {
    position: absolute;
    left: 0;
    top: -200px;
    font-size: 36px;
    color: #30678D;
}

.text2 {
    position: absolute;
    left: 0;
    bottom: 280px;
    font-size: 80px;
    color: #87bbd0; 
}

.text7 {
    position: absolute;
    left: 0;
    top: -150px;
    font-size: 80px;
    color: #87bbd0; 
}

.text3 {
    position: absolute;
    left: 80px;
    bottom: 180px;
    font-size: 80px;
    color: #87bbd0; 
}

.slider {
    position: absolute;
    top: 200px;
    right: 20px;
}

.slider img {
    margin-bottom: 20px;
}

.banner-title {
    position: absolute;
    top: 100px;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 53px;
    font-weight: bold;
    color: #87bbd0; 
}

.text4 {
    position: absolute;
    top: 190px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #30678D;
    font-size: 22px;
}

.text5 {
    position: absolute;
    top: 260px;
    left: calc((100% - 900px) / 2);
    text-align: center;
    width: 900px;
    color: #989898;
    font-size: 18px;
}

.more {
    position: absolute;
    top: 380px;
    left: calc((100% - 123px) / 2);
    font-size: 14px;
    color: #fff;
    width: 123px;
    height: 34px;
    line-height: 34px;
    background-color: #87bbd0; 
    text-align: center;
    border-radius: 999px;
    transition: all 0.5s;
}

.more:hover {
    color: #87bbd0; 
    background-color: #fff;
}

.team {
    padding: 80px 0;
}

.title {
    text-align: center;
    font-size: 53px;
    font-weight: bold;
    color: #87bbd0; 
}

.title2 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #87bbd0; 
}

.title4 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #87bbd0; 
}

.subtitle {
    margin-top: 20px;
    font-size: 18px;
    color: #989898;
    text-align: center;
}

.team-list {
    margin-top: 60px !important;
}

.team-item {
    margin-bottom: 40px;
}

.team-img {
    height: 300px;
}

.team-img img {
    width: 80%;
    transition: all 0.5s;
}

.team-img img:hover {
    transform: scale(1.05);
}

.team-img .img2 {
    width: 100%;
}

.team-title {
    margin-top: 20px;
}

.team-subtitle {
    margin-top: 0px !important;
}

.products {
    background-color: #e7f8ff; /*#ffdda7*/
    padding: 80px 0;
}

.pro-list {
    margin-top: 60px !important;
}

.pro-content {
    width: 90%;
}

.pro-content .img {
    height: 300px;
}

.pro-content .img1 {
    width: 102px;
    position: relative;
    left: calc((100% - 102px) / 2);
}

.pro-content .img2 {
    width: 300px;
    position: relative;
    left: calc((100% - 300px) / 2);
}

.pro-content .img3 {
    width: 180px;
    position: relative;
    left: calc((100% - 180px) / 2);
}

.pro-content .name {
    width: 140px;
    background-color: #fff;
    padding: 12px 0px;
    font-size: 24px;
    color: #30678D;
    border: 1px solid #30678D;
    text-align: center;
}

.pro-content>p {
    background-color: #87bbd0; 
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    height: 64px;
    line-height: 64px;
    margin-bottom: 0;
}

.pro-content .intro {
    border: 1px solid #30678D;
    padding: 40px 0;
    background-color: #fff;
    border-top: 0;
}

.pro-name {
    text-align: center;
    color: #30678D;
    font-weight: bold;
}

.pro-name span:nth-child(1) {
    font-size: 44px;
}

.pro-name span:nth-child(2) {
    font-size: 20px;
}

.pro-content .intro .text {
    color: #989898;
    margin-top: 20px;
    padding: 0 20px;
}

.factory {
    position: relative;
    padding: 80px 0;
}

.subtitle2 {
    width: 800px;
    left: calc((100% - 800px) / 2);
    position: relative;
}

.factory-list {
    margin-top: 120px !important;
}

.factory-item {
    position: relative;
}

.factory-item .tabs span:nth-child(1) {
    width: 200px;
    height: 60px;
    border: 1px solid #30678D;
    font-size: 24px;
    color: #30678D;
    text-align: center;
    background-color: #fff;
    display: inline-block;
    line-height: 60px;
    margin: 0;
}

.factory-item .tabs span:nth-child(2) {
    width: 300px;
    height: 60px;
    background-color: #87bbd0; 
    font-size: 32px;
    font-weight: bold;
    display: inline-block;
    line-height: 60px;
    color: #fff;
    text-align: center;
    margin: 0;
}

.factory-item .factory-info {
    padding: 38px;
    border: 1px solid #30678D;
    border-top: 0;
    height: 240px;
}

.factory-item .factory-info p {
    color: #989898;
    font-size: 20px;
}

.factory-item img {
    position: absolute;
    width: 250px;
    top: -100px;
    left: -76px;
}

.factory-item .img2 {
    left: -90px;
}

.ban3 {
    width: 120%;
    position: absolute;
    top: 0;
    left: -20%;
}

.services {
    padding: 40px 0;
}

.services-list {
    margin-top: 60px !important;
}

.service-con {
    width: 280px;
    height: 280px;
    border-radius: 999px;
    background-color: #87bbd0; 
    position: relative;
}

.service-con img {
    transition: all 0.5s;
}

.service-con img:hover {
    transform: scale(1.05);
}

.services-item {
    margin-bottom: 60px;
}

.service1 {
    width: 120px;
}

.service-con>span {
    position: absolute;
    bottom: 0px;
    font-size: 24px;
    color: #30678D;
    background-color: #fff;
    border: 1px solid #30678D;
    width: 160px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}

.service3 {
    width: 200px;
}

.service4 {
    width: 160px;
}

.service6 {
    width: 110px;
}

.comment {
    background-color: #e7f8ff; /*#ffebcb*/
    padding: 80px 0;
}

.comment-list {
    margin-top: 40px !important;
}

.comment-item {
    margin-bottom: 40px;
}

.comment-con {
    width: 100%;
    position: relative;
}

.comment-con img {
    width: 100%;
    transition: all 0.5s;
}

.comment-con>p {
    background-color: #87bbd0; 
    width: 200px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 28px;
    text-align: center;
    color: #fff;
    margin-top: -30px;
}

.comment-title {
    color: #30678D;
    font-size: 24px;
    margin: 10px 0;
}

.comment-text {
    font-size: 18px;
    color: #393939;
    line-height: 30px;
}

.people {
    padding: 60px 0;
}

.people-item {
    position: relative;
    background: #fff;
    overflow: hidden;
    padding: 0px !important;
}

.people-item>p {
    background-color: #87bbd0; 
    height: 100px;
    width: 90%;
    position: absolute;
    bottom: 20px;
    font-size: 32px;
    color: #fff;
    text-align: center;
    line-height: 100px;
}

.people-item img {
    width: 90%;
}

.about {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-img {
    width: 100%;
}

.about-text {
    position: absolute;
}

.intro1 {
    color: #fff;
}

.about-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

.intro2 {
    font-size: 32px;
    font-weight: bold;
    margin: 20px 0;
}

.intro3 {
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}

.about .name1 {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #87bbd0; 
    width: 400px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 0 0 20px 0;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.about .name2 {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #87bbd0; 
    width: 400px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 20px 0 0 0;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.footer-item {
    position: relative;
    padding: 20px;
}

.contact-info {
    margin-bottom: 20px;
}

.contact-info>span {
    font-weight: bold;
    color: #989898;
    margin-left: 10px;
}

footer>p {
    margin-top: 20px;
    text-align: center;
    color: #7C7C7C;
    font-size: 12px;
}

.top {
    position: absolute;
    right: 100px;
    top: 30px;
}

.top:hover {
    cursor: pointer;
}

select {
    border: none;
    background: transparent;
}

.footer-con {
    padding-top: 60px;
}

.introduction {
    padding: 40px 0;
}

.breadcrumb {
    color: #989898;
}

.breadcrumb a {
    font-size: 18px;
    color: #989898;
}

.breadcrumb .active {
    color: #87bbd0; 
}

.introduction-con {
    margin-top: 80px;
}

.introduction-img {
    margin: 60px 0;
}

.introduction .subtitle {
    width: 750px;
}

.introduction2 .subtitle {
    width: 780px !important;
    margin-top: 2px !important;
}

.worth {
    position: relative;
}

.bg3 {
    position: relative;
    width: 120%;
    left: -10%;
}

.worth-con {
    position: relative;
    margin-top: -400px;
}

.worth-con .subtitle {
    width: 750px;
    position: relative;
    /* left: calc((100% - 750px) / 2); */
}

.title3 {
    font-size: 36px;
    font-weight: bold;
    color: #87BBD0; /* #fcc841 */
    text-align: center;
}

.title4 {
    font-weight: bold;
    font-size: 30px;
    color: #87bbd0; 
    text-align: center;
}

.title5 {
    font-weight: bold;
    font-size: 24px;
    color: #87bbd0; 
    text-align: center;
}

.discussion {
    margin: 80px 0;
}

.discussion2 {
    margin-top: 200px !important;
    margin-bottom: 80px !important;
}

.discussion2 .title3 {
    margin-top: 100px !important;
}

.discussion-list {
    margin-top: 60px !important;
    padding: 20px 80px !important;
}

.discussion-item {
    padding: 0 20px !important;
}

.discussion-item .img {
    height: 200px;
}

.discussion-item .img_1 {
    width: 170px;
}

.discussion-item .img_2 {
    width: 186px;
}

.discussion-item .img_3 {
    width: 248px;
}

.discussion-con {
    margin-top: 40px;
    width: 100%;
}

.discussion-title span {
    font-size: 24px;
    font-weight: bold;
    color: #87bbd0; 
}

.discussion-title>div {
    font-size: 24px;
    color: #87bbd0; 
    font-weight: bold;
}

.discussion-list2 .discussion-con>p {
    text-align: center;
}

.discussion-title span:nth-child(1) {
    width: 120px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border: 1px solid #87bbd0; 
}

.discussion-con>p {
    margin-top: 20px;
    font-size: 18px;
    color: #989898;
}

.bold {
    font-size: 22px;
    font-weight: bold;
}

.ways .bg2 {
    width: 100%;
}

.ways-con {
    margin-top: -200px;
    padding-bottom: 60px;
}

.ways-list {
    margin: 80px 0;
    width: 1100px;
}

.ways-info {
    margin-left: 24px;
}

.ways-info p {
    margin-top: 20px;
    font-size: 18px;
    color: #989898;
}

.ways-con .discussion-title span:nth-child(1) {
    margin-right: 40px;
}

.ways-item {
    margin-bottom: 40px;
}

.ways-item img {
    width: 177px;
    height: 177px;
}

.products-process {
    background-color: #B3DCEB;
    color: #fff;
    padding: 80px 0;
}

.process-name {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.process-name2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}

.products-process .img {
    margin-top: 80px;
}

.products-process .img img {
    width: 100%;
}

.bg1 {
    width: 100%;
}

.question-con {
    margin-top: -200px;
    padding-bottom: 60px;
}

.question-list {
    margin: 80px 0 !important;
}

.question-list .img5 {
    width: 229px;
}

.question-info {
    margin-top: 40px;
    width: 100%;
}

.question-info>h3 {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    background-color: #87bbd0; 
    height: 64px;
    line-height: 64px;
    padding: 0 20px;
    margin-bottom: 0;
}

.question-info>p {
    font-size: 18px;
    padding: 20px;
    color: #989898;
    line-height: 30px;
    border: 1px solid #30678D;
    border-top: none;
    min-height: 131px;
}

.question-list .img7 {
    width: 128px;
}

.question-list .img8 {
    width: 158px;
}

.products2 .pro-item {
    width: 20%;
}

.products2 .pro-content {
    width: 100% !important;
}

.img_brand {
    width: 180px;
}

.products2 .pro-content>p {
    padding: 0 30px;
    text-align: left;
}

.products2 .pro-content .intro {
    padding: 20px 0;
}

.products2 .pro-name {
    line-height: 50px;
    border-bottom: 1px solid #30678D;
}

.products2 .pro-content .intro .text div span {
    flex: 1;
}

.products2 .bold {
    font-size: 16px !important;
}

.products2 .pro-content .name {
    font-size: 18px;
}

.qa {
    background-color: #B3DCEB;
    padding: 80px 0;
}

.qa-content {
    width: 900px;
    margin: 0 auto;
}

.qa-item {
    margin-bottom: 40px;
    color: #fff;
}

.ques {
    background-color: #fff;
    font-size: 24px;
    font-weight: bold;
    color: #30678D;
    border: 1px solid #30678D;
    padding: 10px 20px;
}

.ques:hover {
    cursor: pointer;
}

.answer {
    background-color: #fff;
    border: 1px solid #30678D;
    padding: 20px;
    border-top: none;
    color: #30678D;
}

.hide {
    display: none;
}

.advantage {
    padding: 80px 0;
}

.advantage .subtitle {
    margin-top: 30px;
}

.advantage p {
    margin-bottom: 0;
}

.prices .bg5 {
    width: 100%;
}

.prices-con {
    margin-top: -300px;
    margin-bottom: 80px;
}

.prices-list {
    margin: 120px 0;
}

.prices-item-con {
    position: relative;
    width: 88%;
    background-color: #fff;
    border: 1px solid #B3DCEB; /* #f5c475*/
    padding: 30px 20px;
    min-height: 500px;
}

.prices-item-con .icon {
    width: 120px;
    height: 120px;
    margin-top: -90px;
}

.prices-item-con .prices-header {
    margin-top: 30px;
}

.prices-item-text {
    margin-top: 30px;
}

.prices-item-text>p {
    font-size: 18px;
    color: #989898;
}

.prices-item-text .bold {
    font-size: 18px;
}

.factor {
    margin: 80px 0;
}

.factor .subtitle {
    position: relative;
    width: 800px;
}

.factor-list {
    width: 1000px;
    margin: 100px auto;
}

.factor-con {
    margin-top: 0 !important;
    padding-bottom: 0;
}

.ways-detail {
    margin-top: 30px;
    margin-left: 60px;
}

.ways-detail .discussion-title span:nth-child(1) {
    background-color: #87bbd0; 
    color: #fff;
    border: 0;
    font-size: 24px;
    width: 80px;
}

.question-item .img {
    height: 140px;
}

.products3 .pro-item {
    width: 30%;
}

.products3 .subtitle {
    color: #5d5d5d !important;
}

.products3 .pro-content .name {
    width: 180px !important;
}

.products3 .pro-content .intro .text div span:nth-child(2) {
    flex: 2;
}

.process-text {
    width: 100%;
}

.process-text .process-item {
    width: 20%;
}

.process-text .process-item:nth-child(1) {
    margin-top: -60px;
}

.process-text .process-item:nth-child(2) {
    margin-top: 60px;
}

.process-text .process-item:nth-child(3) {
    padding: 0;
    margin-top: -60px;
    padding-left: 50px;
    width: 25%;
}

.process-text .process-item:nth-child(4) {
    margin-top: 60px;
    padding-left: 0px;
    width: 15%;
}

.process-text .process-item:nth-child(5) {
    margin-top: -60px;
    padding-left: 25px;
}

.process-text .process-item .name {
    font-size: 1.6vw;
    font-weight: bold;
}

.process-text .process-item li {
    font-size: 1.1vw;
}

.process-text .process-item ul {
    padding: 0;
    margin-left: 20px;
}

@media screen and (max-width: 576px) {
    .logo {
        width: 200px !important;
        position: relative;
        left: 0px;
    }
    .text1 {
        font-size: 20px;
        bottom: 160px;
        left: 20px;
    }
    .text2 {
        font-size: 28px;
        bottom: 120px;
        left: 20px;
    }
    .text3 {
        font-size: 28px;
        bottom: 80px;
        left: 52px;
    }
    .banner-title {
        position: relative;
        top: 20px;
        text-align: center;
        font-size: 32px;
    }
    .banner-img2 {
        display: none;
    }
    .text4 {
        position: relative;
        top: 20px;
        left: 0;
        font-size: 18px;
    }
    .text5 {
        position: relative;
        top: 40px;
        left: 0;
        padding: 20px;
        width: 100%;
    }
    .more {
        position: relative;
        top: 40px;
    }
    .banner2 {
        display: flex;
        flex-direction: column;
        padding: 60px 0;
    }
    .title {
        font-size: 32px;
    }
    .subtitle {
        font-size: 18px;
        margin-top: 10px;
    }
    .subtitle2 {
        width: 100%;
        padding: 0 20px;
        left: 0;
    }
    .team-list {
        margin-top: 0 !important;
    }
    .team-img {
        justify-content: center;
    }
    .factory-item img {
        display: none;
    }
    .factory-item {
        margin-bottom: 60px;
    }
    .factory-item .factory-info {
        height: 240px;
    }
    .factory-list {
        margin-top: 60px !important;
    }
    .factory-item .tabs span:nth-child(1) {
        width: 40%;
    }
    .factory-item .tabs span:nth-child(2) {
        width: 60%;
    }
    .factory-item .factory-info {
        padding: 40px 20px;
    }
    .ban3 {
        display: none;
    }
    .pro-content .name {
        font-size: 20px;
    }
    .pro-content>p {
        font-size: 24px;
    }
    .pro-name span:nth-child(1) {
        font-size: 38px;
    }
    .factory-item .tabs span:nth-child(1) {
        font-size: 20px;
    }
    .factory-item .tabs span:nth-child(2) {
        font-size: 24px;
    }
    .factory-item .factory-info p {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .service-con>span {
        font-size: 20px;
    }
    .comment-con>p {
        font-size: 24px;
    }
    .comment-title {
        font-size: 20px;
    }
    .people-item>p {
        font-size: 24px;
        height: 60px;
        line-height: 60px;
        bottom: 10px;
    }
    .about .name2,
    .about .name1 {
        display: none;
    }
    .about-img {
        height: 500px;
        width: inherit;
    }
    .intro2 {
        font-size: 24px;
    }
    .footer-logo {
        width: 200px;
    }
    .top {
        right: 10px;
    }
    .footer-con {
        flex-direction: column-reverse;
    }
    .qrcode-img {
        width: 200px;
    }
    .products-process .img img {
        width: 100%;
    }
    .text6 {
        display: none;
    }
    .text7 {
        display: none;
    }
    .title2 {
        font-size: 28px;
    }
    .introduction-img img {
        width: 100%;
    }
    .worth-con {
        margin-top: -50px;
    }
    .worth-con .subtitle {
        width: 100%;
        left: 0;
        padding: 0 20px;
    }
    .discussion-list {
        padding: 20px !important;
    }
    .discussion-title span {
        font-size: 18px;
    }
    .discussion-title span:nth-child(1) {
        width: 100px;
    }
    .bold {
        font-size: 18px;
    }
    .discussion-item {
        margin-bottom: 40px;
    }
    .ways-con {
        margin-top: 0;
    }
    .title3 {
        font-size: 28px;
    }
    .introduction .subtitle {
        width: 100% !important;
        padding: 0px !important;
        margin-top: 20px !important;
    }
    .ways-list {
        width: 100%;
        padding: 0 5px;
    }
    .ways-item img {
        display: none;
    }
    .ways-con .discussion-title span:nth-child(1) {
        margin-right: 10px;
    }
    .ways-list {
        margin-top: 80px;
    }
    .ways-con {
        margin-bottom: 0;
    }
    .process-name {
        font-size: 28px;
    }
    .process-name2 {
        font-size: 18px;
    }
    .products-process {
        display: none;
    }
    .question-con {
        margin-top: 0;
    }
    .question-con .img img {
        width: 100%;
    }
    .question-info>h1 {
        font-size: 24px;
    }
    .question-item {
        margin-bottom: 40px;
    }
    .products2 .pro-list {
        flex-direction: column;
        padding: 0 20px;
    }
    .products2 .pro-list .pro-item {
        width: 100%;
    }
    .pro-content .img img {
        position: relative;
        left: calc((100% - 180px) / 2);
    }
    .qa-content {
        width: 100%;
    }
    .ques {
        font-size: 18px;
    }
    .title4 {
        font-size: 28px;
    }
    .qa {
        padding: 80px 20px;
    }
    .advantage {
        padding: 80px 20px;
    }
    .introduction {
        padding: 40px 20px;
    }
    .discussion2 {
        margin-top: 100px !important;
    }
    .prices-con {
        margin-top: 0px;
    }
    .prices-item {
        margin-bottom: 100px;
    }
    .factor .subtitle {
        width: 100%;
        padding: 0 20px;
    }
    .ways-detail {
        margin-left: 20px;
    }
    .ways-detail .discussion-title span:nth-child(1) {
        font-size: 20px;
        width: 60px;
        height: 40px;
        line-height: 40px;
    }
    .products3 .pro-list .pro-item {
        margin-bottom: 60px;
    }
}

@media screen and (min-width:577px) and (max-width:750px) {
    .text1 {
        bottom: 250px;
    }
    .text3 {
        bottom: 80px;
        font-size: 50px;
    }
    .text2 {
        bottom: 160px;
        font-size: 50px;
    }
    .factory-item img {
        display: none;
    }
    .factory-item {
        margin-bottom: 60px;
    }
    .products-process .img img {
        width: 100%;
    }
    .text6 {
        display: none;
    }
    .text7 {
        display: none;
    }
    .title2 {
        font-size: 28px;
    }
    .introduction-img img {
        width: 100%;
    }
    .worth-con {
        margin-top: -50px;
    }
    .worth-con .subtitle {
        width: 100%;
        left: 0;
        padding: 0 20px;
    }
    .discussion-list {
        padding: 20px !important;
    }
    .discussion-title span {
        font-size: 18px;
    }
    .discussion-title span:nth-child(1) {
        width: 100px;
    }
    .bold {
        font-size: 18px;
    }
    .discussion-item {
        margin-bottom: 40px;
    }
    .ways-con {
        margin-top: 0;
    }
    .title3 {
        font-size: 28px;
    }
    .introduction .subtitle {
        width: 100% !important;
        padding: 0px !important;
        margin-top: 20px !important;
    }
    .ways-list {
        width: 100%;
        padding: 0 5px;
    }
    .ways-item img {
        display: none;
    }
    .ways-con .discussion-title span:nth-child(1) {
        margin-right: 10px;
    }
    .ways-list {
        margin-top: 80px;
    }
    .ways-con {
        margin-bottom: 0;
    }
    .process-name {
        font-size: 28px;
    }
    .process-name2 {
        font-size: 18px;
    }
    .products-process {
        display: none;
    }
    .question-con {
        margin-top: 0;
    }
    .question-con .img img {
        width: 100%;
    }
    .question-info>h1 {
        font-size: 24px;
    }
    .question-item {
        margin-bottom: 40px;
    }
    .products2 .pro-list {
        flex-direction: column;
        padding: 0 20px;
    }
    .products2 .pro-list .pro-item {
        width: 100%;
    }
    .pro-content .img img {
        position: relative;
        left: calc((100% - 180px) / 2);
    }
    .qa-content {
        width: 100%;
    }
    .ques {
        font-size: 18px;
    }
    .title4 {
        font-size: 28px;
    }
    .qa {
        padding: 80px 20px;
    }
    .advantage {
        padding: 80px 20px;
    }
    .introduction {
        padding: 40px 20px;
    }
    .discussion2 {
        margin-top: 100px !important;
    }
    .prices-con {
        margin-top: 0px;
    }
    .prices-item {
        margin-bottom: 100px;
    }
    .factor .subtitle {
        width: 100%;
        padding: 0 20px;
    }
    .ways-detail {
        margin-left: 20px;
    }
    .ways-detail .discussion-title span:nth-child(1) {
        font-size: 20px;
        width: 60px;
        height: 40px;
        line-height: 40px;
    }
    .products3 .pro-list .pro-item {
        margin-bottom: 60px;
    }
}

@media screen and (min-width:751px) and (max-width:830px) {
    .text1 {
        bottom: 340px;
    }
    .text2 {
        font-size: 60px;
        bottom: 240px;
    }
    .text3 {
        bottom: 80px;
        font-size: 60px;
        left: 60px;
    }
    .factory-item img {
        display: none;
    }
    .factory-item {
        margin-bottom: 60px;
    }
    .products-process .img img {
        width: 100%;
    }
    .text6 {
        display: none;
    }
    .text7 {
        display: none;
    }
    .title2 {
        font-size: 28px;
    }
    .introduction-img img {
        width: 100%;
    }
    .worth-con {
        margin-top: -50px;
    }
    .worth-con .subtitle {
        width: 100%;
        left: 0;
        padding: 0 20px;
    }
    .discussion-list {
        padding: 20px !important;
    }
    .discussion-title span {
        font-size: 18px;
    }
    .discussion-title span:nth-child(1) {
        width: 100px;
    }
    .bold {
        font-size: 18px;
    }
    .discussion-item {
        margin-bottom: 40px;
    }
    .ways-con {
        margin-top: 0;
    }
    .title3 {
        font-size: 28px;
    }
    .introduction .subtitle {
        width: 100% !important;
        padding: 0px !important;
        margin-top: 20px !important;
    }
    .ways-list {
        width: 100%;
        padding: 0 5px;
    }
    .ways-item img {
        display: none;
    }
    .ways-con .discussion-title span:nth-child(1) {
        margin-right: 10px;
    }
    .ways-list {
        margin-top: 80px;
    }
    .ways-con {
        margin-bottom: 0;
    }
    .process-name {
        font-size: 28px;
    }
    .process-name2 {
        font-size: 18px;
    }
    .products-process {
        display: none;
    }
    .question-con {
        margin-top: 0;
    }
    .question-con .img img {
        width: 100%;
    }
    .question-info>h1 {
        font-size: 24px;
    }
    .question-item {
        margin-bottom: 40px;
    }
    .products2 .pro-list {
        flex-direction: column;
        padding: 0 20px;
    }
    .products2 .pro-list .pro-item {
        width: 100%;
    }
    .pro-content .img img {
        position: relative;
        left: calc((100% - 180px) / 2);
    }
    .qa-content {
        width: 100%;
    }
    .ques {
        font-size: 18px;
    }
    .title4 {
        font-size: 28px;
    }
    .qa {
        padding: 80px 20px;
    }
    .advantage {
        padding: 80px 20px;
    }
    .introduction {
        padding: 40px 20px;
    }
    .discussion2 {
        margin-top: 100px !important;
    }
    .prices-con {
        margin-top: 0px;
    }
    .prices-item {
        margin-bottom: 100px;
    }
    .factor .subtitle {
        width: 100%;
        padding: 0 20px;
    }
    .ways-detail {
        margin-left: 20px;
    }
    .ways-detail .discussion-title span:nth-child(1) {
        font-size: 20px;
        width: 60px;
        height: 40px;
        line-height: 40px;
    }
    .products3 .pro-list .pro-item {
        margin-bottom: 60px;
    }
}

@media screen and (min-width:831px) and (max-width:994px) {
    .text3 {
        bottom: 60px;
    }
    .factory-item img {
        display: none;
    }
    .factory-item {
        margin-bottom: 60px;
    }
    .products-process .img img {
        width: 100%;
    }
    .text6 {
        display: none;
    }
    .text7 {
        display: none;
    }
    .title2 {
        font-size: 28px;
    }
    .introduction-img img {
        width: 100%;
    }
    .worth-con {
        margin-top: -50px;
    }
    .worth-con .subtitle {
        width: 100%;
        left: 0;
        padding: 0 20px;
    }
    .discussion-list {
        padding: 20px !important;
    }
    .discussion-title span {
        font-size: 18px;
    }
    .discussion-title span:nth-child(1) {
        width: 100px;
    }
    .bold {
        font-size: 18px;
    }
    .discussion-item {
        margin-bottom: 40px;
    }
    .ways-con {
        margin-top: 0;
    }
    .title3 {
        font-size: 28px;
    }
    .introduction .subtitle {
        width: 100% !important;
        padding: 0px !important;
        margin-top: 20px !important;
    }
    .ways-list {
        width: 100%;
        padding: 0 5px;
    }
    .ways-item img {
        display: none;
    }
    .ways-con .discussion-title span:nth-child(1) {
        margin-right: 10px;
    }
    .ways-list {
        margin-top: 80px;
    }
    .ways-con {
        margin-bottom: 0;
    }
    .process-name {
        font-size: 28px;
    }
    .process-name2 {
        font-size: 18px;
    }
    .products-process {
        display: none;
    }
    .question-con {
        margin-top: 0;
    }
    .question-con .img img {
        width: 100%;
    }
    .question-info>h1 {
        font-size: 24px;
    }
    .question-item {
        margin-bottom: 40px;
    }
    .products2 .pro-list {
        flex-direction: column;
        padding: 0 20px;
    }
    .products2 .pro-list .pro-item {
        width: 100%;
    }
    .pro-content .img img {
        position: relative;
        left: calc((100% - 180px) / 2);
    }
    .qa-content {
        width: 100%;
    }
    .ques {
        font-size: 18px;
    }
    .title4 {
        font-size: 28px;
    }
    .qa {
        padding: 80px 20px;
    }
    .advantage {
        padding: 80px 20px;
    }
    .introduction {
        padding: 40px 20px;
    }
    .discussion2 {
        margin-top: 100px !important;
    }
    .prices-con {
        margin-top: 0px;
    }
    .prices-item {
        margin-bottom: 100px;
    }
    .factor .subtitle {
        width: 100%;
        padding: 0 20px;
    }
    .ways-detail {
        margin-left: 20px;
    }
    .ways-detail .discussion-title span:nth-child(1) {
        font-size: 20px;
        width: 60px;
        height: 40px;
        line-height: 40px;
    }
    .products3 .pro-list .pro-item {
        margin-bottom: 60px;
    }
}