﻿.about-company{}
.about-company-left{ width: 55%; color: #fff; padding-right: 65px;}
.about-company-left em{ display: block;}
.about-company-left h2{ font-size: 3rem; line-height: 56px;}
.about-company-left p{ font-size: 1.1rem; margin-top: 25px;}
.about-company-right{ width: 45%; height: auto;}
.about-company-right img{ width: 100%; height: auto; border-radius: 8px;}


.about-title{ color: #fff; line-height: 52px; margin-bottom: 30px; font-size: 2rem;  font-family: myFirstFont1; }

.about-philosoph {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.about-philosoph-item {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    min-height: 505px;
}

.about-philosoph-img {
    position: relative;
    width: 100%;
}

.about-philosoph-img > img {
    display: block;
    width: 100%;
    height: auto;
}

.about-philosoph-icon {
    position: absolute;
    right: 30px;
    bottom: 36px;
    transform: translateY(50%);
    width: 72px;
    height: 72px;
}

.about-philosoph-icon img {
    display: block;
    max-width: 72px;
    max-height: 72px;
}

.about-philosoph-info {
    padding: 55px 32px 35px 32px;
}

.about-philosoph-info h3 {
    margin: 0 0 18px 0;
    color: #111111;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 600;
}

.about-philosoph-info p {
    margin: 0;
    color: #222222;
    font-size: 15px;
    line-height: 1.15;
    letter-spacing: .2px;
}


.about-business {
    display: flex;
    align-items: stretch;
    color: #ffffff;
}

.about-business-left {
    width: 50%;
    padding: 0 68px 0 0;
    box-sizing: border-box;
}

.about-business-left h2 {
    margin: 0 0 22px 0;
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: .5px;
}

.about-business-desc {
    max-width: 620px;
    margin: 0 0 40px 0;
    color: rgba(255,255,255,.95);
    line-height: 1.35;
    letter-spacing: .3px;
}

.about-business-list {
    width: 90%;
    max-width: 610px;
    background: #00a8f4;
    border-radius: 8px;
    padding: 16px 20px;
    box-sizing: border-box;
    margin-bottom: 22px;
}

.about-business-list p {
    position: relative;
    margin: 0;
    padding-left: 24px;
    color: #ffffff;  
    line-height: 1.75;
    letter-spacing: .2px;
}

.about-business-list p::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    font-size: 16px;
}

.about-business-bottom {
    max-width: 620px;
    margin: 0;
    color: rgba(255,255,255,.95);
    font-size: 15px;
    line-height: 1.35;
    letter-spacing: .3px;
}

.about-business-right {
    width: 50%;
}

.about-business-right img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 388px;
    object-fit: cover;
    border-radius: 8px;
}


.about-scope {
    display: flex;
    align-items: stretch;
    gap: 25px;
    color: #ffffff;
}

.about-scope-left {
    width: 48%;
    border-radius: 8px;
    overflow: hidden;
}

.about-scope-left img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 760px;
    object-fit: cover;
    border-radius: 8px;
}

.about-scope-right {
    width: 52%;
    box-sizing: border-box;
}

.about-scope-intro {
    margin: 0 0 42px 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: .3px;
}

.about-scope-card {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 25px;
}

.about-scope-card:last-child {
    margin-bottom: 0;
}

.about-scope-card-title {
    min-height: 64px;
    padding: 0 25px;
    box-sizing: border-box;
    background: linear-gradient(90deg, #00c994 0%, #00a8f4 100%);
    display: flex;
    align-items: center;
}

.about-scope-card-title img {
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 14px;
}

.about-scope-card-title h3 {
    margin: 0;
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: .4px;
}

.about-scope-card-body {
    padding: 24px 25px 26px 25px;
    box-sizing: border-box;
    color: #222222;
}

.about-scope-card-body h4 {
    margin: 0 0 16px 0;
    color: #222222;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
}

.about-scope-card-body h4:last-child {
    margin: 22px 0 0 0;
}

.about-scope-text {
    margin: 0 0 22px 0;
    color: #222222;
    font-size: 16px;
    line-height: 1.35;
}

.about-scope-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-scope-list li {
    position: relative;
    margin: 0 0 9px 0;
    padding-left: 22px;
    color: #222222;
    font-size: 15px;
    line-height: 1.35;
    letter-spacing: .2px;
}

.about-scope-list li:last-child {
    margin-bottom: 0;
}

.about-scope-list-ok li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #00a8f4;
    font-size: 15px;
    font-weight: 700;
}

.about-scope-list-no li::before {
    content: "×";
    position: absolute;
    left: 0;
    top: 0;
    color: #ff3333;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
}




/* 移动端 */
@media screen and (max-width: 768px) {
 

.about-company-left{ width: 100%;  padding-right: 0;}
.about-company-left h2{ font-size: 1.6rem; line-height: 36px;}
.about-company-left p{ font-size: 1rem; margin-top: 15px;}
.about-company-right{ width: 100%; height: auto; margin-top: 15px;}
	
.about-title{ color: #fff; line-height: 32px; margin-bottom: 20px; font-size: 1.8rem;  }
	
	 .about-philosoph {
	        width: 100%;
	        padding: 0 15px;
	        box-sizing: border-box;
	        grid-template-columns: 1fr;
	        gap: 22px;
	    }
	
	    .about-philosoph-item {
	        min-height: auto;
	    }
	
	    .about-philosoph-icon {
	        right: 24px;
	        width: 60px;
	        height: 60px;
	    }
	
	    .about-philosoph-icon img {
	        max-width: 60px;
	        max-height: 60px;
	    }
	
	    .about-philosoph-info {
	        padding: 40px 24px 30px 24px;
	    }
	
	    .about-philosoph-info h3 {
	        font-size: 22px;
	        margin-bottom: 14px;
	    }
	
	    .about-philosoph-info p {
	        font-size: 14px;
	        line-height: 1.55;
	    }
		
		
		
		
 .about-business {
        display: block;
        padding: 35px 15px;
        box-sizing: border-box;
    }

    .about-business-left,
    .about-business-right {
        width: 100%;
    }

    .about-business-left {
        padding: 0;
    }

    .about-business-left h2 {
        font-size: 1.7rem;
        margin-bottom: 16px;
    }

    .about-business-desc {
        margin-bottom: 22px;
        font-size: 14px;
        line-height: 1.6;
    }

    .about-business-list {
        width: 100%;
        padding: 15px 16px;
        margin-bottom: 22px;
    }

    .about-business-list p {
        font-size: 14px;
        line-height: 1.7;
    }

    .about-business-bottom {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 24px;
    }

    .about-business-right img {
        height: auto;
        min-height: auto;
        border-radius: 8px;
    }		
		
	 .about-scope {
	        display: block;
	        padding: 30px 15px;
	        box-sizing: border-box;
	    }
	
	    .about-scope-left,
	    .about-scope-right {
	        width: 100%;
	    }
	
	    .about-scope-left {
	        margin-bottom: 24px;
	    }
	
	    .about-scope-left img {
	        height: auto;
	        min-height: auto;
	    }
	
	    .about-scope-intro {
	        margin-bottom: 22px;
	        font-size: 14px;
	        line-height: 1.6;
	    }
	
	    .about-scope-card {
	        margin-bottom: 22px;
	    }
	
	    .about-scope-card-title {
	        min-height: auto;
	        padding: 16px 18px;
	        align-items: flex-start;
	    }
	
	    .about-scope-card-title img {
	        width: 22px;
	        height: 22px;
	        margin-right: 10px;
	        margin-top: 2px;
	    }
	
	    .about-scope-card-title h3 {
	        font-size: 17px;
	        line-height: 1.45;
	    }
	
	    .about-scope-card-body {
	        padding: 20px 18px 22px 18px;
	    }
	
	    .about-scope-card-body h4 {
	        font-size: 16px;
	        line-height: 1.45;
	    }
	
	    .about-scope-text {
	        font-size: 14px;
	        line-height: 1.6;
	    }
	
	    .about-scope-list li {
	        font-size: 14px;
	        line-height: 1.6;
	    }	
		
}