/* comm*/

h4 {
    padding: 0 10px;
    margin: 0 auto;
    color: #FFFFFF;
    text-align: center;
    background-color: #253f76;
    border-radius: 30px;
}


.sec_banner {
    background-image: url(/template/default/picture/jmyImg/banner_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.sec_banner .sec_banner_title {
    font-size: 50px;
    color: #697389;
	margin-bottom:20px;
}

.sec_banner .sec_banner_desc {
    font-size: 24px;
    color: #697389;
}

.sec_symptom {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 74px 30px;
}

.sec_symptom .sec_symptom_box img {
    max-width: 200px;
}

.sec_symptom .sec_symptom_box p {
    font-size: 18px;
    color: #6A6E8E;
}

.sec_type {
    color: #6a6e8e;
}

.sec_type .type_item_con .type_item {
    display: flex;
    align-items: center;
    padding: 30px 0;
}

.sec_type .type_item_con .type_item img {
    max-width: 100%;
    max-width: 100%;
}

.sec_type .type_item_con .type_item h5 {
    color: #253f76;
    font-size: 24px;
    font-weight: 600;
}

.sec_type .type_item_con .type_item div:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    overflow: hidden;
    border-radius: 50%;
}
.sec_type .type_item_con .type_item div:nth-child(2) {
    width: 85%;
}

.sec_type .type_item_con:nth-child(2) {
    background-color: #fff2e1;
}

.sec_type .type_item_con:nth-child(2) .type_item div:nth-child(1) {
    border: solid 4px #f5c67b;
}

.sec_type .type_item_con:nth-child(3) {
    background-color: #fffded;
}

.sec_type .type_item_con:nth-child(3) .type_item div:nth-child(1) {
    border: solid 4px #d6de83;
}

.sec_type .type_item_con:nth-child(4) {
    background-color: #e5f7fd;
}

.sec_type .type_item_con:nth-child(4) .type_item h6 {
    color: #253f76;
    font-weight: 600;
    font-size: 20px;
}

.sec_type .type_item_con:nth-child(4) .type_item div:nth-child(1) {
    border: solid 4px #a2e5fd;
}

.sec_channels {
    margin: 0 auto;
}

.sec_channels h4 {
    margin: 0;
}

.sec_channels .channels_card {
    display: flex;
}

.sec_channels .channels_card>div {
    border-radius: 20px;
    display: flex;
    flex-flow: column;
    align-items: center;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
}

.sec_channels .channels_card>div:nth-child(1) {
    background-color: #d3edfb;
}

.sec_channels .channels_card>div:nth-child(2) {
    background-color: #fce7d0;
}

.sec_channels .channels_card>div:nth-child(3) {
    background-color: #c9f7fe;
}

.sec_channels .channels_notice {
    position: relative;
    margin: 0 auto;
    background-color: #253f76;
    color: white;
    text-align: center;
    border-radius: 100px;
}

.sec_channels .channels_notice>img {
    position: absolute;
}

.sec_persons {
    margin: 0 auto;
}

.sec_persons .persons_box {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
}

.sec_persons .persons_box .persons_item {
    background-repeat: no-repeat;
    border: solid 4px #003978;
    border-radius: 20px;
    background-size: contain;
}

.sec_persons .persons_box .persons_item:nth-child(1) {
    background-image: url(/template/default/picture/jmyImg/persons1.jpg);
}

.sec_persons .persons_box .persons_item:nth-child(2) {
    background-image: url(/template/default/picture/jmyImg/persons2.jpg);
}

.sec_persons .persons_box .persons_item:nth-child(3) {
    background-image: url(/template/default/picture/jmyImg/persons3.jpg);
}

.sec_persons .persons_box .persons_item:nth-child(4) {
    background-image: url(/template/default/picture/jmyImg/persons4.jpg);
}

.sec_persons .persons_box .persons_item:nth-child(5) {
    background-image: url(/template/default/picture/jmyImg/persons5.jpg);
}

.sec_persons .persons_box .persons_item:nth-child(6) {
    background-image: url(/template/default/picture/jmyImg/persons6.jpg);
}

.sec_persons .persons_box .persons_item p {
    text-align: center;
    color: white;
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 0% 0% 10px 10px
}

.sec_treatment {
    background-image: url(/template/default/picture/jmyImg/treatment_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.sec_treatment h4 {
    margin: 0;
}

.sec_treatment>div {
    margin: 0 auto;
}

.sec_treatment>div .treatment_item {
    background-color: white;
    border-radius: 10px;
}

.sec_treatment>div .treatment_item h5 {
    color: white;
    border-radius: 100px 100px 100px 0px;
    position: relative;
}

.sec_treatment>div .treatment_item h5::before {
    content: " ";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
}

.sec_treatment>div .treatment_item:nth-child(2) h5 {
    background-color: #47bbf8;
}

.sec_treatment>div .treatment_item:nth-child(2) h5::before {
    border-color: transparent #2998CF transparent transparent;
}

.sec_treatment>div .treatment_item:nth-child(3) h5 {
    background-color: #faca6f;
}

.sec_treatment>div .treatment_item:nth-child(3) h5::before {
    border-color: transparent #E6B149 transparent transparent;
}

.sec_treatment>div .treatment_item:nth-child(4) h5 {
    background-color: #77c53a;
}

.sec_treatment>div .treatment_item:nth-child(4) h5::before {
    border-color: transparent #4E8E20 transparent transparent;
}



.sec_prevention {
    margin: 0 auto;
    margin-bottom: 80px;
}

.sec_prevention h4 {
    margin: 0;
}

.sec_prevention .sec_pre {
    display: flex;
}

.sec_prevention .sec_pre .prevention_des {}

.sec_prevention .sec_pre .prevention_des .prevention_item {
    display: flex;
    align-items: flex-start;
}

.sec_prevention .sec_pre .prevention_des .prevention_item div:nth-child(1) {
    background: #253f76;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
}

.sec_prevention .sec_pre .prevention_des .prevention_item h5 {
    font-weight: 700;
    font-size: 24px;
}


/* pc */
@media screen and (min-width: 768px) {
    h4 {
        width: 250px;
        margin-bottom: 50px;
        font-size: 36px;
        padding-bottom: 6px;
    }

    p {
        font-size: 18px;
    }

    .sec_banner {
        min-height: 1000px;
    }

    .sec_banner .sec_banner_desc {
        max-width: 650px;
    }

    .sec_symptom {
        margin-top: -300px;
    }

    .sec_symptom h4 {
        margin-bottom: 40px;
    }

    .sec_symptom .sec_symptom_pic {
        min-height: 120px;
        vertical-align: middle;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sec_symptom .sec_symptom_pic img {
        display: block;
        margin: auto auto;
    }

    .sec_type {
        margin-top: 150px;
    }

    .sec_type .type_item_con .type_item {
        width: 1100px;
        margin: 0 auto;
        padding: 30px 0;
    }
    
    .sec_type .type_item_con .type_item div:nth-child(1) {
        width: 150px;
        height: 150px;
        margin-right: 40px;
    }
    .sec_type .type_item_con .type_item div:nth-child(2) {
        width: 70%;
    }
    .sec_type .type_item_con:nth-child(4) .type_item {
        padding-bottom: 50px;
    }

    .sec_type .type_item_con:nth-child(4) .type_item div:nth-child(1)  {
       margin-top: -421px;
    }

    .sec_type .type_item img {
        max-width: 100%;
        max-height: 100%;
    }

    .sec_type .type_item_con:nth-child(4) .type_item h6 {
        margin-top: 20px;
    }

    .sec_channels {
        width: 1100px;
        margin-top: 100px;
    }

    .sec_channels h4 {
        margin-bottom: 50px;
        width: 422px;
    }

    .sec_channels .channels_card {
        margin-top: 30px;
    }

    .sec_channels .channels_card img {
        width: 200px;
        margin-bottom: 50px;
    }

    .sec_channels .channels_card>div {
        border-radius: 40px;
        flex: 1;
        height: 440px;
        padding: 0 17px;
        padding-top: 50px;
		padding-right:0;
    }

    .sec_channels .channels_card>div:nth-child(2) {
        margin: 0 30px;
    }

    .sec_channels .channels_notice {
        width: 680px;
        padding: 10px 50px;
    }

    .sec_channels .channels_notice>img {
        left: -15px;
        width: 50px;
        top: 13px;
    }


    .sec_persons {
        width: 1100px;
        margin-top: 100px;
    }

    .sec_persons .persons_box {
        display: flex;
        flex-wrap: wrap;
    }

    .sec_persons .persons_box .persons_item {
        width: 299.5px;
        height: 363px;
        margin: 20px 0;
        padding-top: 283px;
    }

    .sec_persons .persons_box .persons_item:nth-child(2), .sec_persons .persons_box .persons_item:nth-child(5) {
        margin: 20px 100px;
    }

    .sec_persons .persons_box .persons_item p {
        padding: 8px 4px;
        font-size: 22px;
        font-weight: 900;
		line-height: 28px;
    }
	.sec_persons .persons_box .persons_item:nth-child(1) p {
        padding: 22px 0;
	}

    .sec_treatment {
        margin-top: 80px;
        padding: 50px 0;
    }

    .sec_treatment>div {
        width: 1100px;
    }

    .sec_treatment>div h4 {
        margin-bottom: 50px;
    }

    .sec_treatment>div .treatment_item {
        margin: 50px 0;
        padding: 20px;
        height: 230px;
    }

    .sec_treatment>div .treatment_item p {
        padding-left: 10px;
    }

    .sec_treatment>div .treatment_item h5 {
        width: 352px;
        font-size: 24px;
        padding: 10px 50px;
        padding-top: 15px;
        margin-left: -40px;
        margin-bottom: 20px;
    }


    .sec_prevention {
        width: 1100px;
        margin-top: 100px;
    }

    .sec_prevention h4 {
        margin-bottom: 30px;
    }

    .sec_prevention .sec_pre {
        justify-content: space-between;
    }

    .sec_prevention .sec_pre img {
        height: 400px;
        margin-top: 190px;
    }

    .sec_prevention .sec_pre .prevention_des {
        margin-right: 20px;
        width: 800px;
    }

    .sec_prevention .sec_pre .prevention_des .prevention_item {
        margin: 40px 0;
    }

    .sec_prevention .sec_pre .prevention_des .prevention_item div:nth-child(1) {
        padding: 6px 18px;
        font-size: 26px;
        margin-right: 20px;
        margin-top: -10px;
    }

}

/* mobile */
@media screen and (min-width: 100px) and (max-width: 768px) {
    .container .row {
        padding-top: 30px;
    }

    h4 {
        width: 200px;
        font-size: 24px;
		padding-bottom: 5px;
    }


    .sec_banner {
        padding: 20px 0 5px;
        background-position: -110px 0;
        height: 310px;
        background-size: 600px;
    }

    .sec_banner .sec_banner_title {
        font-size: 21px;
        margin-left: -20px;
		margin-bottom:0;
    }

    .sec_banner .sec_banner_desc {
        font-size: 12px;
        width: 200px;
        margin-left: -20px;
        font-weight: 900;
        letter-spacing: 1px;
		line-height: 16px;
    }

    .sec_symptom {
        padding-bottom: 0;
        padding-top: 30px;
    }

    .sec_symptom .sec_symptom_pic {
        min-height: 100px;
        vertical-align: middle;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sec_symptom .sec_symptom_pic img {
        max-height: 100px;
    }

    .sec_symptom_box {
        padding-top: 30px !important;
    }

    .sec_symptom_box>div {
        margin-bottom: 30px;
    }
	.sec_symptom .sec_symptom_box p{font-size: 12px;}

    .sec_type {
        margin-top: 50px;
    }

    .sec_type h4 {
        margin-bottom: 20px;
    }

    .sec_type .type_item_con .type_item {
        width: 90vw;
        margin: 0 auto;
    }
	
	.sec_type .type_item_con .type_item h5{
		font-size:19px;
	}

    .sec_type .type_item_con .type_item div:nth-child(1) {
        width: 120px;
        height: 120px;
        margin-right: 10px;
		margin-top: -100px;
    }
    .sec_type .type_item_con .type_item div:nth-child(2) {
        width: 62%;
    }
    .sec_type .type_item_con:nth-child(4) .type_item div:nth-child(1) {
        margin-top: -605px;
    }

    .sec_type .type_item_con:nth-child(4) .type_item .type3_des {
        margin-left: -130px;
        margin-top: 10px;
    }

    .sec_type .type_item_con:nth-child(4) .type_item h6 {
        margin-top: 20px;
		font-size:17px;
    }

    .sec_channels {
        width: 90vw;
        margin-top: 50px;
    }

    .sec_channels h4 {
        margin-bottom: 20px;
        width: 275px;
    }

    .sec_channels p {
        font-size: 18px;
    }

    .sec_channels .channels_notice>img {
        width: 50px;
        left: -20px;
        top: 15px;
    }

    .sec_channels .channels_card {
        flex-flow: column;
    }

    .sec_channels .channels_card img {
        width: 150px;
        margin-bottom: 20px;
    }

    .sec_channels .channels_card>div {
        margin: 10px 0;
        padding: 20px;
		padding-right: 0px;
    }

    .sec_channels .channels_notice {
        font-size: 12px;
        padding: 5px 30px;
        margin-top: 20px;
        margin-left: 15px;
    }

    .sec_persons {
        width: 90vw;
        margin-top: 50px;
    }

    .sec_persons h4 {
        margin-bottom: 20px;
        width: 165px;
    }

    .sec_persons .persons_box .persons_item {
        width: 149.5px;
        height: 180px;
        margin: 9px;
        padding-top: 136px;
    }

    .sec_persons .persons_box .persons_item p {
        font-size: 12px;
		padding: 2px 15px;
        font-size: 12px;
        transform: scale(0.833333);
        width: 121%;
        margin-left: -15px;
        height: 108%;
    }
	.sec_persons .persons_box .persons_item:nth-child(1) p {
        padding: 9px 0;
	}

    .sec_treatment {
        margin-top: 50px;
        padding: 50px 0;
    }

    .sec_treatment>div {
        width: 90vw;
    }

    .sec_treatment>div h4 {
        margin-bottom: 20px;
    }

    .sec_treatment>div .treatment_item {
        margin: 20px 0;
        padding: 20px;
        padding-top: 10px;
    }

    .sec_treatment>div .treatment_item h5 {
           width: 243px;
    padding: 5px 40px;
    margin-left: -40px;
    margin-bottom: 10px;
    padding-right: 20px;
    }

    .sec_prevention {
        width: 90vw;
        margin-top: 50px;
    }

    .sec_prevention h4 {
        margin-bottom: 20px;
    }

    .sec_prevention .sec_pre {
        flex-flow: column;
        align-items: self-start;
    }

    .sec_prevention .sec_pre img {
        height: 300px;
        width: auto;
        margin: 0 auto;
    }

    .sec_prevention .sec_pre .prevention_des .prevention_item {
        margin: 20px 0;
    }

    .sec_prevention .sec_pre .prevention_des .prevention_item h5 {
        font-size: 18px;
    }

    .sec_prevention .sec_pre .prevention_des .prevention_item div:nth-child(1) {
        font-size: 20px;
        padding: 4px 14px;
        margin-top: -5px;
        margin-right: 10px;
    }



}