.about_profile {
    width: 100%;
    position: relative;
    background: #fff url(../images/about_profile_bg.png) left bottom no-repeat;
    background-size:275px auto;
}

.about_profile_main {
    width:47.3%;
    margin: 80px 0px 144px;
}

.about_profile_entit {
    font-size: 34px;
	color: #ebebeb;
    margin-bottom: 18px;
    font-family: Bebas;
}

.about_profile_chtit {
    font-size: 22px;
	color: #333;
    margin-bottom: 30px;
}

.about_profile_line {
    width: 40px;
	height: 2px;
	background: #0390f4;
    margin-bottom: 48px;
    display: block;
}

.about_profile_content {
    min-height: 174px;
	font-size: 18px;
	line-height: 34px;
	color: #666;
}

.about_profile_special {
    font-weight: bold;
    color: #333;
}

.about_profile_banner {
    width: 50%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0px;
}

.about_sense {
    width:100%;
    padding:250px 0px 98px;
    background: #fff url(../images/about_sense_bg.png) left top no-repeat;
    background-size: 100% auto;
}

.about_sense_list {
    /* overflow: hidden; */
}

.about_sense_list li {
    width: 31.25%;
    margin-right: 3.125%;
    float: left;
    box-shadow: 0px 15px 30px 0px 
		rgba(150, 150, 150, 0.25);
	border-radius: 0px 0px 60px 0px;
    /* overflow: hidden; */
    cursor: pointer;
}

.about_sense_list li.margin0 {
    margin-right: 0px;
}

.about_sense_list li.clear {
    clear: both;
    width: 0px;
    box-shadow: none;
    height: 0px;
    overflow: hidden;
}

.about_sense_list li>img {
    width: 100%;
    height: auto;
}

.about_sense_main {
    height: 180px;
    border-radius: 0px 0px 60px 0px;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
}

.about_sense_inner {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 0px 0px 60px 0px;
    padding: 30px 40px;
    box-sizing: border-box;
}

.about_sense_text {
    font-family: Bebas;
    font-size: 50px;
	color: #333;
    opacity: 0.1;
    letter-spacing: 3px;
    position: absolute;
    right: 0px;
    top: -10px;
}

.about_sense_tit {
    font-size: 24px;
	font-weight: bold;
    margin-bottom: 24px;
	color: #333;
}

.about_sense_line {
    width: 50px;
	height: 2px;
	background: #0095ff;
    margin-bottom: 22px;
    display: block;
}

.about_sense_show {
    font-size: 20px;
	line-height: 30px;
	color: #666;
}

.about_mobile_type {
    width: 100%;
    height: auto;
}


@media (min-width:1024px) {
    .about_sense_list li:hover {
        background: #0390f4 !important;
        box-shadow: 0px 15px 30px 0px 
		rgba(46, 134, 196, 0.25);
    }

    .about_sense_list li:hover .about_sense_text {
        color: #fff;
    }
    
    .about_sense_list li:hover .about_sense_tit ,.about_sense_list li:hover .about_sense_show {
        color: #fff;
    } 
    
    .about_sense_list li:hover .about_sense_line {
        background: #fff;
    }
}

@media (max-width:768px) {
    .about_profile_main {
        width: 100%;
        margin: 0px;
    }
    .about_profile {
        background: none;
        width: 100%;
        box-sizing: border-box;
        padding: 30px 4% ;
    }
    .about_profile_entit {
        font-size: 24px;
        margin-bottom: 4px;
    }
    .about_profile_chtit {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .about_profile_line {
        width: 30px;
        height: 2px;
        margin-bottom: 18px;
    }
    .about_profile_content {
        min-height: 0px;
        font-size: 12px;
        line-height: 24px;
    }
    .about_sense {
        width: 100%;
        padding: 90px 4% 0px;
        background: #fff url(../images/about_mobile_type.jpg) center top no-repeat;
        background-size: 100% auto;
    }
    .about_sense_list li {
        width: 100%;
        margin-right: 0px;
        float: none;
        background: #fff;
        margin-bottom: 20px;
        border-radius: 0px 0px 30px 0px;
    }   
    .about_sense_text {
        font-size: 20px;
    } 
    .about_sense_inner {
        padding: 0px 10px;
    }
    .about_sense_tit {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .about_sense_line {
        width: 30px;
        height: 2px;
        margin-bottom: 12px;
    }
    .about_sense_show {
        font-size: 12px;
        line-height: 24px;
    }
    .about_sense_main {
        height: auto;
    }
    .about_profile_banner {
        width: 100%;
        height: auto;
        position: relative;
        top: 0px;
        right: 0px;
    }
}