﻿.gmlxy-content{
    padding-top: 80px;
    padding-bottom: 85px;
    background-color: #f5f5f5;
}
.gmlxy-content .mytxtpic span{
    font-size: 16px;
	color: #333333;
    display: block;
    margin-top: 15px;
    margin-bottom: 34px;
}
.gmlxy-content .mytxtpic{
    width: 48.42%;
}
.gmlxy-content .mytxtpic .lines{
    width: 41px;
	height: 2px;
    background-color: #333333;
    margin-bottom: 45px;
}
.mytxtpic p{
    font-size: 14px;
	line-height: 26px;
	color: #808080;
    margin-bottom: 35px;
}
.gmlxy-content .thislogo{
    width: 39.78%;
    box-shadow: 0px 0px 10px 0px 
    rgba(0, 0, 0, 0.1);
    border-radius: 129px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gmlxy-content .area2{
    display: flex;
    justify-content: space-between;
}
.thelbimg .dpm>div{
    width: unset;
}
.gmlxy-content .mytxtpic{
    margin-left: 20px;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px){
    .gmlxy-content {
        padding-top: 60px;
        padding-bottom: 65px;
        background-color: #f5f5f5;
    }
    .mytxtpic p {
        font-size: 14px;
        line-height: 24px;
        color: #808080;
        margin-bottom: 20px;
    }
    .gmlxy-content .mytxtpic span {
        font-size: 16px;
        color: #333333;
        display: block;
        margin-top: 12px;
        margin-bottom: 20px;
    }
    .gmlxy-content .mytxtpic .lines {
        margin-bottom: 30px;
    }
    .thislogo img{
        width: 60%;
    }
    .gmlxy-content .thislogo {
        width: 42.78%;
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
        border-radius: 100px;
    }
}
/* pad端 */
@media screen and (min-width:768px) and (max-width:991px) {
    .gmlxy-content {
        padding-top: 45px;
        padding-bottom: 45px;
        background-color: #f5f5f5;
    }
    .mytxtpic p {
        font-size: 13px;
        line-height: 22px;
        color: #808080;
        margin-bottom: 20px;
    }
    .gmlxy-content .mytxtpic span {
        font-size: 14px;
        color: #333333;
        display: block;
        margin-top: 12px;
        margin-bottom: 20px;
    }
    .gmlxy-content .mytxtpic .lines {
        margin-bottom: 30px;
    }
    .thislogo img{
        width: 60%;
    }
    .gmlxy-content .thislogo {
        width: 42.78%;
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
        border-radius: 100px;
    }
}
/* 移动端 */
@media (max-width:767px){
    .gmlxy-content {
        padding-top: 30px;
        padding-bottom: 35px;
    }
    .mytxtpic p {
        font-size: 13px;
        line-height: 22px;
        color: #808080;
        margin-bottom: 20px;
    }
    .gmlxy-content .mytxtpic span {
        font-size: 14px;
        color: #333333;
        display: block;
        margin-top: 12px;
        margin-bottom: 20px;
    }
    .gmlxy-content .mytxtpic .lines {
        margin-bottom: 30px;
    }
    .thislogo img{
        width: 50%;
    }
    .gmlxy-content .thislogo {
        width: 100%;
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
        border-radius: 100px;
        padding: 25px 0;
    }
    .gmlxy-content .area2{
        flex-wrap: wrap;
    }
    .gmlxy-content .mytxtpic {
        width: 100%;
    }
}