* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
}
ul {
    list-style: none;
}
ol {
    list-style: none;
}
li {
    list-style: none;
}
dl {
    list-style: none;
}
dd {
    list-style: none;
}
dt {
    list-style: none;
}
a {
    text-decoration: none;
}
.p100 {
    width: 100%;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clearfix {
    clear: both;
}
.top_menu {
    height: 90px;
}
.top_menu .logo {
    margin-top: 15px;
}
.top_menu .menu {
    margin-top: 30px;
}
.top_menu .menu ul li {
    float: left;
    padding: 0 16px;
    font-size: 18px;
}
.top_menu .menu ul li a {
    color: #666;
}
.top_menu .menu ul li a:hover {
    color: #474646;
}
#public-mobile-banner-home {
    display: none;
}
.banner-img-mobile {
    display: none;
}
.banner {
    background: url("../img/banner-1.jpg") center center no-repeat;
    background-size: cover;
    height: 700px;
}
.banner-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-content {
    padding-top: 160px;
}
.banner-title {
    font-size: 36px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.2;
    text-shadow:
        1px 1px 0 #991c1c,
        2px 2px 0 #661212,
        3px 3px 5px rgba(0, 0, 0, 0.4);
}
.banner-subtitle {
    font-size: 20px;
    font-weight: bold;
    color: #cf662c;
    margin-bottom: 15px;
    text-shadow:
        -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 1px 1px #fff;
}
.banner-desc {
    font-size: 14px;
    color: #fff;
    margin-bottom: 25px;
}
.banner-advantages {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    width: 600px;
}
.banner-advantage-item {
    width: 50%;
    color: #fff;
    font-size: 16px;
    margin: 10px 0;
}
.banner-advantage-item::before {
    content: "✓";
    color: #fff;
    background-color: #2bd472;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-right: 10px;
}
.banner-btns {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}
.banner-btns .banner-btn-primary a {
    color: #fff;
}
.banner-btns .banner-btn-secondary a {
    color: #000;
}
.banner-btn {
    padding: 6px 24px;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.banner-btn-primary {
    background-color: #cf662c;
    color: #fff;
    border: none;
}
.banner-btn-secondary {
    color: #cf662c;
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0.8);
}
.banner-hotline {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #cf662c;
    font-size: 30px;
    text-shadow:
        -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 1px 1px #fff;
    font-weight: bold;
    margin-top: 35px;
}
.banner-hotline img {
    width: 30px;
    margin-top: 6px;
    margin-right: 10px;
    float: left;
}
.banner-hotline-icon {
    width: 24px;
    height: 24px;
    background-color: #ff9f43;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#carouselExample {
    display: none;
}
.public_box_title {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}
.public_box_title p {
    font-size: 40px;
    margin-bottom: 10px;
    color: #000;
}
.public_box_title p span {
    font-size: 40px;
    color: #000;
}
.public_box_title span {
    font-size: 18px;
    color: #7b7b7b;
}
.my_work {
    padding-bottom: 30px;
}
.my_work .w1200 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.my_work .w1200 ol {
    display: block;
    width: 32%;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 30px 20px;
    margin-bottom: 20px;
    box-shadow: 0px 10px 18px 0px rgb(105 105 105 / 28%);
}
.my_work .w1200 ol dt {
    font-size: 20px;
    height: 46px;
    line-height: 46px;
}
.my_work .w1200 ol img {
    width: 30px;
}
.my_work .w1200 ol p {
    font-size: 16px;
    color: #7b7b7b;
    line-height: 28px;
    margin-bottom: 10px;
}
.my_work .w1200 ol dd {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    background: url("../img/icon-18.jpg") left center no-repeat;
    text-indent: 30px;
    background-size: 20px;
}
.my_work .w1200 ol span {
    display: block;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
}
.my_work .w1200 ol span a {
    color: #cf662c;
}
.my_work .w1200 ol span img {
    margin-left: 30px;
    width: 14px;
}
.solution {
    padding-bottom: 30px;
}
.solution .w1200 ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.solution .w1200 ul li {
    width: 32%;
    border: 1px solid #eee;
    border-radius: 6px;
    margin-bottom: 20px;
    box-shadow: 0px 10px 18px 0px rgb(105 105 105 / 28%);
    padding-bottom: 30px;
    overflow: hidden;
}
.solution .w1200 ul li img {
    width: 100%;
    display: list-item;
}
.solution .w1200 ul li p {
    font-size: 20px;
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
    overflow: hidden;
}
.solution .w1200 ul li p a {
    color: #000;
}
.solution .w1200 ul li span {
    display: block;
    font-size: 14px;
    color: #7b7b7b;
    line-height: 22px;
    margin-bottom: 10px;
    padding: 0 20px;
    height: 66px;
    overflow: hidden;
}
.solution .w1200 ul li i {
    font-style: normal;
    background: #cf662c;
    display: block;
    border-radius: 16px;
    width: 25%;
    padding: 3px 6px;
    text-align: center;
    margin-left: 20px;
}
.solution .w1200 ul li i a {
    color: #fff;
    font-size: 14px;
}
#show-three ul li:nth-child(4) {
    display: none;
}
.case {
    background: #edf8ff;
    padding-bottom: 30px;
}
.case .w1200 ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.case .w1200 ul li {
    width: 32%;
    border: 1px solid #eee;
    border-radius: 6px;
    margin-bottom: 20px;
    box-shadow: 0px 10px 18px 0px rgb(105 105 105 / 28%);
    padding-bottom: 30px;
    background: #fff;
    position: relative;
    height: 500px;
    overflow: hidden;
}
.case .w1200 ul li img {
    width: 100%;
    display: list-item;
}
.case .w1200 ul li .img-wrap {
    height: 230px;
    overflow: hidden;
}
.case .w1200 ul li p {
    font-size: 20px;
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
}
.case .w1200 ul li p a {
    color: #000;
}
.case .w1200 ul li span {
    display: block;
    font-size: 16px;
    color: #7b7b7b;
    line-height: 28px;
    margin-bottom: 10px;
    padding: 0 20px;
}
.case .w1200 ul li i {
    font-style: normal;
    background: #cf662c;
    display: block;
    border-radius: 16px;
    width: 25%;
    padding: 3px 6px;
    text-align: center;
    margin-left: 20px;
    position: absolute;
    bottom: 30px;
}
.case .w1200 ul li i a {
    color: #fff;
    font-size: 14px;
}
.policy {
    padding-bottom: 30px;
    overflow: hidden;
}
.policy .w1200 .left {
    width: 580px;
}
.policy .w1200 .right {
    width: 600px;
    background: #e8f4ff;
    height: 575px;
}
.policy-card-container {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.policy-card {
    background-color: #e8f4ff;
    padding: 15px;
    border-radius: 8px;
}
.policy-card h3 {
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.policy-card h3 svg {
    width: 20px;
    height: 20px;
    fill: #ff7d00;
}
.policy-card p {
    color: #666;
    font-size: 14px;
    line-height: 2;
}
.faq-container {
    flex: 1.5;
    min-width: 350px;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.faq-container h2 {
    color: #333;
    font-size: 22px;
    margin-bottom: 20px;
}
.faq-item {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #333;
    font-size: 16px;
    font-weight: 500;
}
.faq-question::after {
    content: "▼";
    color: #ff7d00;
    font-size: 14px;
    transition: transform 0.3s;
}
.faq-question.active::after {
    transform: rotate(180deg);
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
}
.faq-answer.show {
    max-height: 200px;
}
.more-link {
    display: block;
    text-align: right;
    color: #ff7d00;
    font-size: 14px;
    margin-top: 15px;
    text-decoration: none;
}

.banner-1 {
    background: url("../img/banner-2.jpg") center center no-repeat;
    background-size: cover;
    height: 660px;
    padding-top: 20px;
}
.banner-1 ul li {
    overflow: hidden;
    padding: 20px 0;
}
.banner-1 ul li img {
    float: left;
    margin-right: 16px;
    margin-top: 10px;
    width: 50px;
}
.banner-1 ul li p {
    font-size: 24px;
    height: 46px;
    line-height: 46px;
}
.banner-1 ul li span {
    font-size: 16px;
    color: #666;
}
.desc {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
    background: #faefe9;
    padding: 30px 0;
    overflow: hidden;
}
.desc .container {
    width: 100%;
    overflow: hidden;
}
.desc h1 {
    font-size: 32px;
    color: #333;
    margin: 0 0 10px 0;
    font-weight: normal;
}
.left-section {
    width: 600px;
    float: left;
}
.left-section p {
    padding-bottom: 16px;
}
.right-section {
    width: 550px;
    float: right;
}
.service-item {
    margin-bottom: 20px;
}
.service-item svg {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    fill: #fff;
    background-color: #cf662c;
    border-radius: 50%;
    padding: 10px;
    margin-top: 6px;
    display: block;
    float: left;
    margin-right: 12px;
}
.service-title {
    font-size: 20px;
    color: #333;
    margin: 0 0 5px 0;
    font-weight: normal;
}
.service-desc {
    font-size: 16px;
    color: #666;
    margin: 0;
}
.hotline {
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.hotline span {
    font-size: 20px;
    font-weight: bold;
}
.hotline svg {
    width: 50px;
    height: 50px;
    fill: #fff;
    background-color: #cf662c;
    border-radius: 50%;
    padding: 10px;
}
.form-card {
    background-color: #cf662c;
    border-radius: 8px;
    padding: 50px;
    color: #fff;
    height: 470px;
}
.form-title {
    font-size: 22px;
    text-align: center;
    margin: 0 0 20px 0;
}
.form-group {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.form-group label {
    font-size: 16px;
    width: 85px;
}
.form-group input,
.form-group textarea {
    flex: 1;
    padding: 8px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
}
.form-group textarea {
    height: 80px;
    resize: none;
}
.submit-btn {
    width: 80%;
    padding: 10px;
    border: none;
    border-radius: 4px;
    background-color: #fff;
    color: #cf662c;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    float: right;
}
.submit-btn svg {
    width: 16px;
    height: 16px;
}
.card {
    padding-bottom: 30px;
}
.card-container {
    display: flex;
    gap: 20px;
    max-width: 1200px;
    width: 100%;
    flex-wrap: wrap;
    padding: 10px 0;
}
.service-card {
    flex: 1;
    min-width: 280px;
    background-color: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: -1px 4px 9px 0px rgb(105 105 105 / 28%);
    border: 1px solid #f0f0f0;
}
.card-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 20px auto;
    border-radius: 50%;
    background-color: #e67e22;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-icon svg {
    width: 24px;
    height: 24px;
    fill: #fff;
}
.card-title {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 15px;
}
.card-desc {
    font-size: 16px;
    color: #7b7b7b;
    text-align: left;
    line-height: 1.6;
    margin-bottom: 25px;
}
.location-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    font-size: 14px;
    color: #555;
}
.location-list span {
    text-align: right;
    padding-right: 16px;
}
.location-list span:nth-child(2n) {
    text-align: left;
    padding-left: 16px;
}
.advantage-list {
    list-style: none;
    margin-bottom: 10px;
}
.advantage-list li {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.advantage-list li::before {
    content: "✓";
    color: #27ae60;
    font-weight: bold;
}
.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #555;
}
.contact-item svg {
    width: 18px;
    height: 18px;
    fill: #e67e22;
    flex-shrink: 0;
}
.contact-phone {
    font-size: 18px;
    color: #e67e22;
    font-weight: 600;
}
.contact-address {
    line-height: 1.5;
}

.footer {
    background-color: #1e293b;
    color: #f8fafc;
    padding-top: 40px;
}
.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}
.footer-logo-section {
    flex: 1;
    min-width: 300px;
}
.footer-logo {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-logo span {
    color: #fff;
}
.footer-logo-en {
    font-size: 12px;
    color: #94a3b8;
    margin-left: 5px;
}
.footer-desc {
    font-size: 14px;
    color: #94a3b8;
    line-height: 1.6;
    max-width: 400px;
}
.footer-column {
    flex: 0 0 200px;
}
.footer-column-title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 500;
}
.footer-column-list {
    list-style: none;
}
.footer-column-list li {
    font-size: 14px;
    color: #94a3b8;
    margin-bottom: 10px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}
.footer-column-list li a {
    color: #94a3b8;
}
.footer-column-list li a:hover {
    color: #fff;
}
.footer-contact-phone {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin: 5px 0;
}
.footer-divider {
    max-width: 1200px;
    margin: 30px auto 0;
    border-top: 1px solid #334155;
}
.footer-copyright {
    background-color: #1e293b;
    color: #94a3b8;
    font-size: 12px;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #2a3754;
}
/*子页面banner*/
#public-banner-pc {
    height: 524px;
    text-align: center;
}
#public-banner-pc h1 {
    color: #cf662c;
    font-size: 50px;
    text-shadow:
        -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 2px 1px #fff;
}
#public-banner-pc h2 {
    margin: 30px auto;
    text-shadow:
        -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 2px 1px #fff;
    font-size: 26px;
}
#public-banner-pc p {
    background: #cf662c;
    color: #fff;
    font-size: 20px;
    padding: 11px 20px;
    width: 640px;
    margin: 0 auto;
    border-radius: 35px;
    letter-spacing: 2px;
}
#public-mobile-banner {
    display: none;
}
/*六步*/
.six-step {
    padding: 50px 0 40px 0;
}
.six-step .public_box_title {
    padding-bottom: 40px;
}
.process-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-top: 20px;
}
/* 2. 每个子项递增计数器，并隐藏默认列表样式（如果用li的话） */
.process-item {
    position: relative;
    padding: 40px 12px 20px 12px;
    border: 1px solid #e0e0e0;
    text-align: center;
    list-style: none; /* 去掉默认列表点（如果用li则需要） */
    counter-increment: process-num 1; /* 每次递增1 */
    width: 15.5%;
    border-radius: 16px;
    border-top: 2px solid #cf662c;
}
/* 最后一个项补全右边框 */
.process-item:last-child {
    border-right: 1px solid #e0e0e0;
}
/* 3. 用伪元素生成序号（核心） */
.process-item::before {
    content: counter(
        process-num
    ); /* 调用计数器值 */ /* 样式还原你之前的圆形数字标签 */
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    background-color: #cf662c;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: -20px;
    left: 74px;
}
/* 其他样式（标题、描述） */
.process-item img {
    width: 39px;
}
.process-title {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    margin-top: 15px;
}
.process-desc {
    font-size: 15px;
    color: #666;
    line-height: 1.5;
}
.advantage {
    background: #fffaf7;
    border-radius: 6px;
    padding: 30px 16px;
    margin-top: 20px;
    border: 1px solid #eee;
}
.advantage .box-title {
    font-size: 26px;
    text-align: center;
    padding: 16px 0;
}
.advantage ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.advantage ul li {
    width: 50%;
    overflow: hidden;
    padding: 20px 0;
}
.advantage ul li img {
    float: left;
    margin-right: 12px;
    width: 50px;
}
.advantage ul li p {
    font-size: 20px;
}
.advantage ul li span {
    font-size: 16px;
    color: #7a7a7a;
}
/*痛点*/
.pain-points {
    background: #edf8ff;
    padding: 40px 0;
}
.pain-points .w1200 {
    padding-bottom: 30px;
}
.pain-points .w1200 ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.pain-points .w1200 ul li {
    background: #fff;
    width: 32%;
    box-shadow: 0px 10px 18px 0px rgb(105 105 105 / 28%);
    border: 1px solid #ccc;
    padding: 18px 16px;
    margin-bottom: 20px;
    border-radius: 12px;
}
.pain-points .w1200 ul li img {
    width: 36px;
}
.pain-points .w1200 ul li p {
    font-size: 24px;
    margin: 6px 0 8px 0;
}
.pain-points .w1200 ul li span {
    display: block;
    color: #7b7b7b;
    font-size: 16px;
    margin-bottom: 16px;
}
.pain-points .w1200 ul li i {
    font-style: normal;
    color: #cf662c;
    display: block;
}
.pain-points .w1200 ul li i img {
    width: 20px;
    float: left;
    margin-right: 6px;
}
.get-info {
    text-align: center;
    clear: both;
    height: 40px;
    line-height: 40px;
}
.get-info a {
    background: #cf662c;
    color: #fff;
    font-size: 14px;
    padding: 6px 16px;
    border-radius: 30px;
}
/*厂房设计为什么要找专业的设计院*/
.why-choose-us {
    padding-top: 30px;
    padding-bottom: 40px;
}
.why-choose-us .w1200 .left p {
    font-size: 24px;
    height: 44px;
    line-height: 44px;
    margin-bottom: 16px;
}
.why-choose-us .w1200 .six-core li b {
    font-weight: bold;
}
.why-choose-us .w1200 .six-core li {
    counter-increment: process-num 1;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    color: #2f2f2f;
}
.why-choose-us .w1200 .six-core li::before {
    content: counter(
        process-num
    ); /* 调用计数器值 */ /* 样式还原你之前的圆形数字标签 */
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    border: 1px solid #cf662c;
    color: #cf662c;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    float: left;
    margin-top: 8px;
    margin-right: 6px;
}
.why-choose-us .w1200 .youshi {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 30px 0;
}
.why-choose-us .w1200 .youshi li {
    width: 32%;
    box-shadow: 0px 10px 18px 0px rgb(105 105 105 / 28%);
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 20px 16px;
    text-align: center;
}
.why-choose-us .w1200 .youshi li img {
    width: 30px;
    margin: 0 auto 10px auto;
    display: block;
}
.why-choose-us .w1200 .youshi li p {
    font-size: 24px;
}
.why-choose-us .w1200 .youshi li span {
    color: #7b7b7b;
    font-size: 14px;
}
/*抗震模块*/
.kangzhen {
    background: #edf8ff;
    padding: 40px 0;
    overflow: hidden;
}
.kangzhen .four-point {
    width: 675px;
    float: left;
}
.kangzhen .four-point p {
    font-size: 24px;
    height: 44px;
    line-height: 44px;
    margin-bottom: 16px;
}
.kangzhen .four-point .get-info {
    text-align: left;
    margin-top: 30px;
}
.kangzhen .w1200 .six-core li {
    counter-increment: process-num 1;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    color: #2f2f2f;
}
.kangzhen .w1200 .six-core li::before {
    content: counter(
        process-num
    ); /* 调用计数器值 */ /* 样式还原你之前的圆形数字标签 */
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    border: 1px solid #cf662c;
    color: #cf662c;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    float: left;
    margin-top: 8px;
    margin-right: 6px;
}
.why-choose-us .w1200 .left .get-info {
    text-align: left;
    margin-top: 30px;
}

.kangzhen .w1200 .box-1 {
    float: right;
    width: 500px;
}
.kangzhen .w1200 .box-1 ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.kangzhen .w1200 .box-1 li {
    width: 49%;
    box-shadow: 2px 5px 20px 0px rgb(105 105 105 / 28%);
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 20px 24px;
    text-align: center;
    background: #fff;
    margin-bottom: 10px;
}
.kangzhen .w1200 .box-1 li img {
    width: 24px;
    top: 10px;
    position: absolute;
    left: 30px;
    opacity: 0.6;
}
.kangzhen .w1200 .box-1 li p {
    height: 46px;
    line-height: 46px;
    font-size: 20px;
    position: relative;
}
.kangzhen .w1200 .box-1 span {
    color: #7b7b7b;
    font-size: 14px;
}
.GMP-Strand {
    padding: 30px 0 40px 0;
    overflow: hidden;
}
.GMP-Strand .right {
    width: 500px;
    box-shadow: 2px 5px 20px 0px rgb(105 105 105 / 28%);
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 20px 24px;
    background: #fff;
}
.GMP-Strand .right p {
    font-size: 24px;
    height: 44px;
    line-height: 44px;
    margin-bottom: 16px;
}
.GMP-Strand .right ul li {
    height: 44px;
    line-height: 44px;
    background: url("../img/icon-18.jpg") left center no-repeat;
    padding-left: 30px;
    background-size: 20px;
}
.GMP-Strand .get-info {
    text-align: left;
}
/*解决方案页面*/
.list-solution .sub_menu {
    background: #f4f4f4;
    font-size: 14px;
    padding: 16px 12px;
    margin-top: 16px;
}
.list-solution .sub_menu a {
    background: #d3d3d3;
    color: #7a7a7a;
    padding: 3px 32px;
    border-radius: 30px;
    margin-right: 20px;
}
.list-solution .sub_menu a:hover {
    background: #cf662c;
    color: #fff;
}
.list-solution ol {
    border: 1px solid #ccc;
    border-radius: 16px;
    border-top: 4px solid #cf662c;
    padding: 20px 16px;
    margin: 20px 0;
}
.list-solution ol h2 {
    border-bottom: 1px solid #eee;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
}
.list-solution ol h2 p {
    float: right;
    width: 480px;
    font-size: 14px;
    color: #797979;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}
.list-solution ol h2 p span {
    width: 33.33333333333%;
    text-align: center;
}
.list-solution ol ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    color: #797979;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
.list-solution ol ul li {
    width: 33.3333333333%;
    padding-left: 40px;
    line-height: 30px;
}
.list-solution ol ul li p {
    font-size: 16px;
}
.list-solution ol ul li span {
    display: block;
    font-size: 14px;
    padding-left: 6px;
}
.list-solution ol ul li span em {
    display: block;
    float: left;
    width: 4px;
    height: 4px;
    background: #797979;
    border-radius: 50%;
    margin-top: 13px;
    margin-right: 6px;
}
.list-solution ol dt {
    height: 44px;
    line-height: 44px;
    margin-top: 20px;
}
.list-solution ol dt p {
    float: right;
}
.list-solution ol dt .view {
    color: #cf662c;
    border-radius: 30px;
    border: 1px solid #cf662c;
    padding: 4px 20px;
    font-size: 14px;
}
.list-solution ol dt .view:hover {
    background: #cf662c;
    color: #fff;
}
.list-solution ol dt p {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 360px;
    font-size: 14px;
}
.list-solution ol dt p span {
    display: block;
    width: 120px;
    text-align: left;
}
.list-solution ol dt p span a {
    color: #797979;
}
.list-solution ol dt p span a img {
    display: block;
    float: left;
    width: 24px;
    margin-top: 10px;
    margin-right: 6px;
}
.list-solution ol dt p span:last-child a {
    background: #cf662c;
    color: #fff;
    border-radius: 30px;
    padding: 4px 30px;
    font-size: 14px;
}
/*合规政策*/
.position {
    font-size: 14px;
    color: #7a7a7a;
    border-bottom: 1px solid #eee;
    height: 50px;
    line-height: 50px;
}
.position a {
    color: #7a7a7a;
}
.list-news ul {
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.list-news ul li {
    line-height: 44px;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
}
.list-news ul li p {
    font-size: 14px;
    line-height: 26px;
    color: #7b7b7ba6;
    max-height: 52px;
    overflow: hidden;
}
.list-news ul li a {
    color: #000;
}
.list-news ul li a:hover {
    color: #cf662c;
}
.list-news ul li time {
    float: right;
    font-size: 14px;
    color: #7a7a7a;
}
.list-news ul li em {
    display: block;
    float: left;
    width: 4px;
    height: 4px;
    background: #797979;
    border-radius: 50%;
    margin-top: 20px;
    margin-right: 6px;
}
.mobile-display {
    display: none;
}
/*案例列表*/
.case-index ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.case-index ul li {
    width: 32%;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 16px;
    margin: 16px 0;
    box-shadow: -1px 4px 18px 0px rgb(105 105 105 / 28%);
}
.case-index ul li .img-box {
    display: block;
    overflow: hidden;
    height: 190px;
}
.case-index ul li .img-box img {
    width: 100%;
    display: list-item;
    height: 190px;
}
.case-index ul li p {
    height: 44px;
    line-height: 44px;
    font-size: 20px;
}
.case-index ul li span {
    display: block;
    font-size: 14px;
    color: #7b7b7b;
    line-height: 26px;
    max-height: 52px;
    overflow: hidden;
}
.case-index ul li .view {
    color: #cf662c;
    display: block;
    width: 100px;
    margin-top: 20px;
}
.case-index ul li .view img {
    display: block;
    float: right;
}
/*关于我们*/
.about-us {
    padding-bottom: 20px;
}
.about-us .intent {
    font-size: 16px;
    line-height: 36px;
    padding-bottom: 20px;
    color: #2f2f2f;
}
.about-us h1 {
    font-size: 30px;
    font-weight: bold;
    padding: 20px 0;
}
.zhengshu {
    background: #edf8ff;
    padding: 20px 0 40px 0;
}
.zhengshu ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.zhengshu ul li {
    width: 25%;
    padding: 10px;
}
.zhengshu ul li img {
    width: 100%;
}
.zhengshu-text {
}
.rongyu ol {
    border: 1px solid #ccc;
    border-radius: 16px;
    border-top: 4px solid #cf662c;
    padding: 20px 16px;
    margin: 20px 0;
    background: url("../img/btbg.jpg") top left no-repeat;
    background-position: 20px 70px;
}
.rongyu ol dt {
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    font-weight: bold;
}
.rongyu ol dt i {
    display: block;
    float: left;
    width: 4px;
    height: 20px;
    background: #c25032;
    margin-top: 12px;
    margin-right: 10px;
}
.rongyu ol dd {
    height: 56px;
    line-height: 40px;
    padding-left: 30px;
    font-size: 18px;
}
.rongyu ol dd span {
    color: red;
}
.rongyu ol img {
    display: block;
    margin: 0 auto;
}
.rongyu .mobile {
    display: none;
}
.guojiaji {
    background: none !important;
}
.guojiaji dd img {
    float: left;
    margin-top: 7px;
    margin-right: 6px;
}
.guojiaji dd {
    padding-left: 0 !important;
}

.rongyu .long_add .add_1 ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.rongyu .long_add .add_1 ul li {
    width: 33.3333333%;
    padding: 5px 20px;
    text-align: center;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.rongyu .long_add .add_1 ul li:nth-child(3n) {
    border-right: none;
}
.rongyu .long_add .add_1 ul li img {
    width: 100%;
}
.rongyu .long_add .add_1 ul li p {
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    overflow: hidden;
}

.rongyu .long_add .add_2 ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.rongyu .long_add .add_2 ul li {
    width: 25%;
    padding: 10px;
    text-align: center;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.rongyu .long_add .add_2 ul li:nth-child(4n) {
    border-right: none;
}
.rongyu .long_add .add_2 ul li img {
    width: 100%;
}
.rongyu .long_add .add_2 ul li p {
    line-height: 26px;
    font-size: 16px;
    overflow: hidden;
    text-align: left;
}
/*解决方案详情页*/
#content {
    padding: 30px 16px;
}
#content h1 {
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    border-bottom: 1px solid #eee;
    height: 55px;
    line-height: 55px;
}
#content h2 {
    font-weight: normal;
    padding: 20px 0;
}
#content h2 span {
    background: #cf662c;
    color: #fff;
    font-size: 13px;
    border-radius: 30px;
    padding: 3px 18px;
    margin-right: 10px;
}
#content .tongdian {
    text-align: center;
    font-size: 18px;
}
#content h3 {
    text-align: center;
    font-size: 18px;
    padding: 20px 0;
}
#content .tongdian_info ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    color: #797979;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
#content .tongdian_info ul li {
    width: 31%;
    padding-left: 40px;
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0px 10px 18px 0px rgb(105 105 105 / 28%);
}
#content .tongdian_info ul li p {
    font-size: 16px;
    font-weight: bold;
}
#content .tongdian_info ul li span {
    display: block;
    font-size: 14px;
    padding-left: 6px;
}
#content .tongdian_info ul li span em {
    display: block;
    float: left;
    width: 4px;
    height: 4px;
    background: #797979;
    border-radius: 50%;
    margin-top: 13px;
    margin-right: 6px;
}
#content .solution_view img {
    max-width: 100%;
    overflow: hidden;
    height: auto !important;
}
#content .solution_view {
    font-size: 14px;
    line-height: 32px;
}
#content .solution_view .solution_view_footer {
    border-top: 1px solid #eee;
    height: 60px;
    line-height: 60px;
    margin-top: 20px;
}
#content .solution_view .solution_view_footer a {
    color: #797979;
}
#content .solution_view .solution_view_footer span {
    width: 100px;
    float: right;
    font-size: 14px;
}
#content .solution_view .solution_view_footer span a img {
    display: block;
    float: left;
    width: 24px;
    margin-top: 20px;
    margin-right: 6px;
}
#content .solution_view ol {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
#content .solution_view table {
    width: 100%;
}
#content .solution_view table td {
    border: 1px solid #ddd;
}
#content .solution_view table tr td:last-child {
    margin-left: -1px;
}
#content .solution_view table tr:first-child {
    text-align: center;
    font-weight: bold;
}
.public-view-banner {
    background: url("../img/view-footer-banner.jpg") center center no-repeat;
    background-size: cover;
    height: 360px;
    text-align: center;
    padding-top: 100px;
}
.public-view-banner p {
    color: #fa7831;
    font-size: 32px;
    padding-bottom: 20px;
}
.public-view-banner span {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    display: block;
    padding-bottom: 20px;
}
.public-view-banner em {
    font-style: normal;
    background: #cf662c;
    font-size: 24px;
    border-radius: 30px;
    padding: 3px 20px;
    color: #fff;
    display: block;
    width: 300px;
    margin: 0 auto;
}
.is_good_feather {
    padding: 20px 0;
}
.is_good_feather .w1200 {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 20px;
}
.is_good_feather .w1200 ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.is_good_feather .w1200 ul li {
    width: 48%;
    padding-bottom: 16px;
}
.is_good_feather .w1200 ul li .p-title {
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}
.is_good_feather .w1200 ul li .p-title a {
    color: #000;
}
.is_good_feather .w1200 ul li .span-smalltext {
    color: #00000087;
}
.is_good_feather .w1200 ul li #n {
    display: block;
    height: 72px;
    overflow: hidden;
}
.is_good_feather .w1200 ul li #n * {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 26px !important;
    overflow: hidden !important;
    font-weight: normal !important;
}
.is_good_feather_title {
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #eee;
    padding: 12px 0;
}
/*pc版隐藏modal弹框*/
.mobile-right {
    display: none;
}
.modal {
    display: none;
}
/*分页*/
.list-page {
    height: 30px;
    margin: 10px 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
    width: 100%;
}
.list-page p {
    text-align: right;
    padding-right: 20px;
}
.list-page a {
    padding: 3px 10px;
    color: #757575;
    border: 1px solid #cf662c;
    text-decoration: none;
}
.list-page a b {
    background: none !important;
    border: none !important;
    color: #000 !important;
}
.list-page a:hover {
    background: #cf662c;
    border: 1px solid #cf662c;
    color: #fff;
    text-decoration: none;
}
.list-page b {
    padding: 3px 10px;
    background: #cf662c;
    border: 1px solid #cf662c;
    color: #fff;
    text-decoration: none;
}

/*以下是针对移动端访问体现样式表*/
@media (max-width: 768px) {
    body {
        max-width: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
    }
    ul {
        padding: 0;
    }
    p {
        margin: 0;
    }
    #public-banner {
        display: none;
    }
    #public-banner-pc {
        display: none;
    }
    #public-mobile-banner-home {
        display: block;
    }
    #public-mobile-banner-home .banner-content {
        padding: 15px 10px;
        text-align: center;
    }
    #public-mobile-banner-home .banner-hotline {
        font-size: 18px;
        text-align: center;
        margin: 0;
        display: block;
    }
    #public-mobile-banner-home h1 {
        color: #cf662c;
        font-size: 18px;
        text-shadow:
            -1px -1px 0 #fff,
            1px -1px 0 #fff,
            -1px 1px 0 #fff,
            1px 2px 1px #fff;
    }
    #public-mobile-banner-home h2 {
        margin: 20px auto;
        text-shadow:
            -1px -1px 0 #fff,
            1px -1px 0 #fff,
            -1px 1px 0 #fff,
            1px 2px 1px #fff;
        font-size: 16px;
        line-height: 30px;
    }
    #public-mobile-banner-home p {
        background: #cf662c;
        color: #fff;
        font-size: 14px;
        padding: 6px 16px;
        width: 80%;
        margin: 0 auto;
        border-radius: 35px;
    }
    #public-mobile-banner-home .banner-subtitle {
        background: none;
        width: 100%;
        text-shadow: none;
    }
    #public-mobile-banner-home .banner-btns {
        border: none;
        margin: 0 0 8px 0;
        gap: inherit;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }
    #public-mobile-banner-home .banner-btns .banner-btn {
        padding: 3px 10px;
        margin: 0 5px;
    }
    #public-mobile-banner-home .banner-btn a {
        font-size: 14px;
    }
    .menu {
        display: none;
    }
    .mobile-right {
        display: block;
    }
    .mobile-right {
        float: right;
        width: 60px;
        height: 38px;
        text-align: right;
    }
    .mobile-right img {
        width: 24px;
        margin-top: 10px;
    }
    .top_menu {
        height: auto;
        padding: 10px;
        border-bottom: 1px solid #eee;
    }
    .top_menu .logo {
        margin-top: 0;
    }
    .top_menu .logo img {
        width: 150px;
    }
    .w1200 {
        width: 100%;
    }
    .banner {
        background: none;
        position: relative;
        height: auto;
    }
    .banner-img-mobile {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        z-index: -1;
    }
    .banner-img-mobile img {
        width: 100%;
    }
    .banner-content {
        padding: 0;
    }
    .banner .banner-title {
        font-size: 20px;
    }
    .banner .banner-subtitle {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .banner .banner-desc {
        font-size: 14px;
        margin: 0;
    }
    .banner .mobile-style {
        padding: 10px 6px;
    }
    .banner .banner-advantages {
        width: 100%;
    }
    .banner .banner-advantage-item {
        margin: 0;
        font-size: 12px;
        height: 24px;
        line-height: 24px;
    }
    .banner .banner-advantage-item::before {
        margin-right: 6px;
        width: 16px;
        height: 16px;
        background: #cf662c;
    }
    .public_box_title {
        padding: 10px 0;
    }
    .public_box_title p {
        font-size: 20px;
        margin: 0;
        font-weight: bold;
    }
    .public_box_title p span {
        font-size: 20px;
        margin: 0;
        font-weight: bold;
        display: block;
    }
    .public_box_title span {
        font-size: 12px;
    }
    .my_work {
        padding: 0 10px;
    }
    .my_work .w1200 {
        justify-content: space-between;
    }
    .my_work .w1200 ol {
        width: 49%;
        padding: 18px 12px;
        border: 1px solid #ccc;
        border-radius: 6px;
    }
    .my_work .w1200 ol img {
        width: 24px;
        height: 28px;
    }
    .my_work .w1200 ol dt {
        font-size: 16px;
        line-height: 22px;
        margin-top: 6px;
    }
    .my_work .w1200 ol p {
        font-size: 14px;
        line-height: 22px;
    }
    .my_work .w1200 ol dd {
        background-size: 14px;
        text-indent: 20px;
        height: 24px;
        line-height: 24px;
        overflow: hidden;
    }
    .my_work .w1200 ol span img {
        margin-left: 6px;
        padding-bottom: 4px;
        height: auto !important;
    }
    .banner-1 {
        height: auto;
        padding: 0;
    }
    .banner-1 .w1200 {
        padding: 18px 12px;
    }
    .banner-1 ul li {
        padding: 0;
        margin-bottom: 10px;
    }
    .banner-1 ul li img {
        width: 46px;
    }
    .banner-1 ul li p {
        margin: 0;
        font-weight: bold;
        height: 26px;
        line-height: 26px;
        font-size: 16px;
    }
    .banner-1 ul li span {
        font-size: 14px;
        padding: 0;
    }
    .solution {
        padding: 0;
    }
    .solution .w1200 ul {
        padding: 0 10px;
    }
    .solution .w1200 ul li {
        width: 49%;
        border: 1px solid #ccc;
        overflow: hidden;
        border-radius: 6px;
    }
    .solution .w1200 ul li p {
        font-size: 16px;
        line-height: 24px;
        font-weight: bold;
        padding: 0 0 0 6px;
        overflow: hidden;
        margin: 6px 0 6px 0;
        height: 48px;
    }
    .solution .w1200 ul li span {
        font-size: 14px;
        padding: 0 0 0 6px;
        line-height: 22px;
        max-height: 44px;
        overflow: hidden;
    }
    .solution .w1200 ul li i {
        width: 50%;
        padding: 2px 6px;
        margin-left: 6px;
    }
    #show-three ul li:nth-child(4) {
        display: block;
    }
    .case .w1200 ul {
        padding: 0 10px;
    }
    .case .w1200 ul li {
        width: 49%;
        border: 1px solid #ccc;
        overflow: hidden;
        height: auto;
        border-radius: 6px;
        padding-bottom: 50px;
    }
    .case .w1200 ul li .img-wrap {
        height: 96px;
        overflow: hidden;
    }
    .case .w1200 ul li p {
        margin: 6px 0 6px 0;
        font-weight: bold;
        height: 26px;
        line-height: 26px;
        font-size: 16px;
        padding: 0 0 0 6px;
        overflow: hidden;
    }
    .case .w1200 ul li span {
        font-size: 14px;
        padding: 0 6px 24px 6px;
        line-height: 24px;
        overflow: hidden;
        max-height: 48px;
    }
    .case .w1200 ul li i {
        width: 50%;
        padding: 2px 6px;
        margin-left: 6px;
        bottom: 18px;
    }
    .case .w1200 ul li:last-child {
        display: list-item;
    }
    .policy {
        padding: 0 10px;
    }
    .policy-card-container {
        gap: 16px;
    }
    .policy .w1200 .left {
        width: 100%;
        margin-bottom: 20px;
    }
    .policy-card {
        padding: 10px 15px;
        border-radius: 6px;
    }
    .policy-card p {
        margin: 0;
    }
    .policy .w1200 .right {
        width: 100%;
        height: auto;
        border-radius: 6px;
    }
    .service-item,
    .hotline {
        display: none;
    }
    .desc {
        padding: 20px 10px;
        margin: 20px auto;
    }
    .left-section {
        width: 100%;
        text-align: center;
        float: none;
    }
    .left-section h1 {
        font-size: 24px;
        margin: 0;
    }
    .left-section p {
        font-size: 14px;
    }
    .right-section {
        width: 100%;
        float: none;
    }
    .submit-btn {
        border-radius: 30px;
    }
    .card {
        border: none;
    }
    .card .w1200 {
        padding-bottom: 20px;
    }
    .form-card {
        padding: 30px;
        border-radius: 6px;
    }
    .form-group label {
        width: 55px;
    }
    .card-container {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        gap: 0;
        padding: 0 10px;
    }
    .service-card {
        width: 49%;
        border: 1px solid #ccc;
        overflow: hidden;
        height: auto;
        flex: none;
        min-width: auto;
        padding: 20px 6px;
        border-radius: 6px;
    }
    .card-title {
        font-size: 18px;
        margin-bottom: 6px;
    }
    .card-desc {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .service-card:nth-child(3) {
        display: none;
    }
    .footer {
        overflow: hidden;
        padding: 16px 10px 0 10px;
    }
    .footer-container {
        overflow: hidden;
        display: inline;
    }
    .footer-column {
        flex: none;
    }
    .footer-column:first-child {
        display: none;
    }
    .footer-column:nth-child(2) {
        display: none;
    }
    .footer-column:nth-child(3) {
        display: none;
    }
    .footer-logo-section {
        float: left;
        width: 60%;
        flex: none;
        min-width: auto;
        padding-right: 16px;
    }
    .footer-logo-section img {
        width: 70%;
    }
    .footer-column {
        float: right;
        width: 40%;
    }
    .footer-divider {
        clear: both;
    }
    .footer-desc {
        font-size: 12px;
        color: #fff;
    }
    .footer-column-list li {
        font-size: 12px;
        color: #fff;
    }
    .footer-copyright {
        border-top: none;
    }
    /*核心业务*/
    .process-container {
        justify-content: space-around;
        padding: 20 5px 0 5px;
    }
    .process-container .process-item {
        width: 31.5%;
        padding: 30px 6px 10px 6px;
        margin-bottom: 32px;
    }
    .process-container .process-item img {
        width: 30px;
    }
    .process-container .process-item .process-title {
        margin: 6px 0;
        font-size: 16px;
    }
    .process-container .process-item .process-desc {
        font-size: 12px;
    }
    .process-container .process-item::before {
        left: 45px;
    }
    .six-step {
        padding: 20px 0;
    }
    .advantage {
        margin-top: 0;
        width: 96%;
        padding: 20px 10px;
    }
    .advantage .box-title {
        font-size: 18px;
        padding: 0;
    }
    .advantage ul li {
        padding: 10px 0;
    }
    .advantage ul li img {
        width: 30px;
        margin-right: 6px;
    }
    .advantage ul li p {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .advantage ul li span {
        font-size: 12px;
        display: block;
        line-height: 20px;
        padding-left: 36px;
    }
    .pain-points {
        padding: 10px 0 30px 0;
    }
    .pain-points .w1200 {
        padding-bottom: 0;
    }
    .pain-points .w1200 ul {
        padding: 0 6px;
        justify-content: space-around;
    }
    .pain-points .w1200 ul li {
        width: 48.5%;
        padding: 10px 6px;
        margin-bottom: 6px;
    }
    .pain-points .w1200 ul li p {
        font-size: 16px;
        margin: 6px 0;
        font-weight: bold;
    }
    .pain-points .w1200 ul li img {
        width: 26px;
    }
    .pain-points .w1200 ul li span {
        font-size: 12px;
        margin-bottom: 6px;
    }
    .pain-points .w1200 ul li i {
        font-size: 12px;
    }
    .why-choose-us {
        padding: 10px 10px 30px 10px;
    }
    .why-choose-us .w1200 .left {
        background: url("../img/mobile-chose.jpg") center center no-repeat;
        background-size: contain;
        float: none;
    }
    .why-choose-us .w1200 .right {
        display: none;
    }
    .why-choose-us .w1200 .left p {
        margin: 0;
        font-size: 18px;
    }
    .why-choose-us .w1200 .six-core li {
        font-size: 12px;
        line-height: 30px;
        height: 30px;
        overflow: hidden;
    }
    .why-choose-us .w1200 .six-core li::before {
        margin-top: 5px;
        font-size: 12px;
    }
    .why-choose-us .w1200 .youshi {
        padding: 10px 0;
    }
    .why-choose-us .w1200 .youshi li {
        padding: 10px 6px;
        border-radius: 6px;
    }
    .why-choose-us .w1200 .youshi li img {
        width: 20px;
    }
    .why-choose-us .w1200 .youshi li p {
        font-size: 16px;
        margin-bottom: 4px;
    }
    .why-choose-us .w1200 .youshi li span {
        font-size: 12px;
    }
    .kangzhen .w1200 .box-1 {
        float: none;
        width: auto;
    }
    .kangzhen .w1200 .box-1 ul {
        padding: 0 6px;
    }
    .kangzhen .w1200 .box-1 li {
        width: 24%;
        padding: 10px 6px;
        border-radius: 6px;
    }
    .kangzhen .w1200 .box-1 li img {
        display: block;
        margin: 0 auto;
        position: inherit;
        top: auto;
        left: auto;
    }
    .kangzhen .w1200 .box-1 li p {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
    }
    .kangzhen .w1200 .box-1 span {
        font-size: 12px;
        display: block;
        margin-top: 20px;
        line-height: 16px;
    }
    .kangzhen .four-point {
        width: auto;
        padding: 0 10px;
    }
    .kangzhen .w1200 .six-core li {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
    }
    .kangzhen .w1200 .six-core li::before {
        margin-top: 5px;
        font-size: 12px;
    }
    .kangzhen .four-point .get-info {
        text-align: center;
    }
    .kangzhen .four-point p {
        font-size: 18px;
        margin: 0;
    }
    .GMP-Strand .right {
        display: block !important;
        width: auto;
        float: none;
        padding: 10px;
    }
    .GMP-Strand .right p {
        font-size: 16px;
        margin-bottom: 6px;
        height: 30px;
        line-height: 30px;
    }
    .GMP-Strand .right ul li {
        font-size: 14px;
        line-height: 30px;
        height: 30px;
        background-size: 14px;
        padding-left: 16px;
    }
    .GMP-Strand .get-info {
        text-align: center;
        padding: 10px 0;
        height: auto;
    }
    .sc {
        padding: 0 !important;
    }
    .sc .w1200 .left {
        padding: 0 10px;
        background: url("../img/sc-bg.jpg") center center no-repeat;
        background-size: contain;
    }
    .sc .w1200 .left .six-core {
        margin-bottom: 0;
    }
    .sc .w1200 .get-info {
        margin-top: 10px !important;
    }
    /*政策与法规*/
    .list-solution .w1200 {
        padding: 0 10px;
    }
    .list-solution .sub_menu {
        overflow: hidden;
    }
    .list-solution .sub_menu a {
        margin: 0;
        padding: 3px 16px;
        display: block;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .list-solution .position {
        display: none;
    }
    .list-news ul li time {
        display: none;
    }
    .list-news ul li a {
        display: block;
        height: 36px;
        line-height: 36px;
        overflow: hidden;
    }
    .list-news ul li p {
        font-size: 12px;
        line-height: 22px;
        max-height: 44px;
        overflow: hidden;
        margin-bottom: 0;
    }
    .list-news ul li em {
        width: 2px;
        height: 2px;
        margin-left: 4px;
    }
    .mobile-display {
        display: initial;
    }
    .mobile-display h2 {
        font-size: 18px;
    }
    /*案例展示*/
    .case-index .sub_menu {
        display: none;
    }
    .case-index ul {
        padding: 0 !important;
    }
    .case-index ul li {
        padding: 0;
        width: 49%;
        padding-bottom: 20px;
    }
    .case-index ul li .img-box {
        height: 96px;
        overflow: hidden;
    }
    .case-index ul li p {
        margin: 0;
        height: 28px;
        line-height: 28px;
        overflow: hidden;
        font-size: 16px;
    }
    .case-index ul li p,
    span {
        padding: 0 6px;
        margin: 3px 0;
    }
    .case-index ul li span {
        font-size: 12px;
        line-height: 18px;
        max-height: 54px;
        overflow: hidden;
    }
    .case-index ul li .view img {
        display: none;
    }
    .case-index ul li .view {
        background: #cf662c;
        color: #fff;
        border-radius: 30px;
        padding: 2px 6px;
        text-align: center;
        font-size: 13px;
        margin: 20px 0 0 10px;
    }
    /*关于我们*/
    .about-us-banner {
        background: url("../img/about-banner.jpg") center center no-repeat;
        background-size: cover;
    }
    .about-us h1 {
        font-size: 20px;
        padding: 10px 0;
    }
    .about-us .intent {
        line-height: 26px;
        color: #2f2f2f;
    }
    .about-us .intent p {
        padding-bottom: 16px;
    }
    .about-us .intent:last-child p {
        color: #000;
        font-weight: bold;
    }
    .zhengshu ul li {
        width: 33.3333333333%;
    }
    .zhengshu ul li:first-child {
        display: none;
    }
    .zhengshu-text {
        display: block;
        font-size: 12px;
        color: #909090;
        padding: 0 10px;
        line-height: 24px;
        text-align: center;
    }
    .rongyu .pc {
        display: none;
    }
    .rongyu .mobile {
        display: block;
        padding: 0 10px;
    }
    .rongyu .mobile .rongyu-1 {
        overflow: hidden;
        padding-bottom: 20px;
    }
    .rongyu .mobile .rongyu-2 {
        overflow: hidden;
        padding-bottom: 20px;
    }
    .rongyu .mobile .rongyu-3 {
        overflow: hidden;
        padding-bottom: 20px;
    }
    .rongyu .mobile .rongyu-4 {
        overflow: hidden;
        padding-bottom: 20px;
    }
    .rongyu .mobile .rongyu-1 img {
        float: left;
        width: 150px;
        margin-right: 10px;
    }
    .rongyu .mobile .rongyu-2 img {
        float: left;
        width: 180px;
        margin-right: 10px;
    }
    .rongyu .mobile .rongyu-3 img {
        float: left;
        width: 180px;
        margin-right: 10px;
    }
    .rongyu .mobile .rongyu-4 img {
        width: 100%;
    }
    .rongyu .mobile .rongyu-1,
    .rongyu-2,
    .rongyu-3,
    .rongyu-4 p {
        font-size: 16px;
    }
    .rongyu .mobile .rongyu-1,
    .rongyu-2,
    .rongyu-3,
    .rongyu-4 span {
        display: block;
        font-size: 12px;
    }
    .rongyu .mobile p {
        font-size: 14px;
    }
    .rongyu .mobile em {
        color: red;
        font-style: normal;
    }
    .rongyu .mobile span {
        padding: 0;
        margin: 0;
        color: #7b7b7bb5;
        line-height: 20px;
    }
    .rongyu .mobile ul {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }
    .rongyu .mobile ul li {
        width: 33.3333333333%;
        text-align: center;
        padding: 5px;
    }
    .rongyu .mobile ul li p {
        font-size: 13px;
        line-height: 20px;
    }
    .rongyu .mobile ul li img {
        width: 100%;
    }
    /*解决方案*/
    .list-solution ol {
        padding: 10px 10px;
    }
    .list-solution ol ul {
        display: block;
        padding: 0;
    }
    .list-solution ol ul li {
        width: 100%;
        padding: 0;
    }
    .list-solution ol ul li p {
        font-weight: bold;
    }
    .list-solution ol ul li span {
        margin: 0;
    }
    .list-solution ol h2 {
        font-size: 18px;
        overflow: hidden;
    }
    .list-solution ol dt {
        margin: 10px 0;
    }
    .list-solution ol dt p {
        width: 100%;
    }
    .list-solution ol dt p span {
        width: 33.33333333%;
    }
    .list-solution ol dt p span:last-child a {
        padding: 4px 16px;
    }
    /*详情页*/
    #content {
        padding: 0;
    }
    #content h1 {
        height: auto;
        line-height: 32px;
        text-align: left;
        padding: 10px 0;
    }
    #content .solution_view {
        font-size: 16px;
        line-height: 30px;
    }
    .solution_view p {
        font-size: 16px;
        line-height: 30px;
    }
    #content h2 span {
        padding: 3px 10px;
    }
    #content .tongdian_info ul {
        display: block;
        padding: 0;
    }
    #content .tongdian_info ul li {
        width: 100%;
        border: none;
        box-shadow: none;
        padding: 0;
    }
    #content .tongdian_info ul li p {
        border-bottom: 1px solid #eee;
    }

    /*顶部导航*/
    .modal-body {
        padding: 0;
    }
    .mobile-menu {
        padding: 16px 10px;
    }
    .mobile-menu ol {
        padding: 0 !important;
        margin-bottom: 6px;
    }
    .mobile-menu ol dt {
        font-size: 18px;
        font-weight: bold;
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #eee;
    }
    .mobile-menu ol div {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
    }
    .mobile-menu ol div dd {
        height: 32px;
        line-height: 32px;
        margin: 0;
        width: 33.33333333%;
        margin-top: 6px;
        font-size: 14px;
        overflow: hidden;
    }
    .mobile-menu ol dt a {
        color: #000;
    }
    .mobile-menu ol dd a {
        color: #666;
    }
    .mobile-menu .nlb div dd {
        width: 50%;
    }
}
