@charset "utf-8";
@media screen and (max-width:767px) {
    .top_wrapper {
        display: none;
    }
	body {
		background: #fff;
	}
	/*集团简介*/
	.group_profile {
		width: 100%;
		height: auto;
	}
	.group_profile .profile_title {
		width: 100%;
		height: 80px;
		line-height: 80px;
		font-size: 20px;
		color: #fff;
		text-align: center;
		background-color: #0376e8;
	}
    .group_profile .pic {
        width: 100%;
        height: auto;
    }
    .pic img {
        display: block;
        width: 100%;
        height: 80px;
    }
    .profile_contents {
        padding-bottom: 20px;
    }
	.profile_contents > .title {
		width: 100%;
		text-align: center;
		font-size: 18px;
		color: #333;
		margin-top: 25px;
		margin-bottom: 15px;
	}
	.profile_contents > .detials {
		width: 100%;
		line-height: 29px;
		font-size: 16px;
		color: #666;
        text-indent: 2em;
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (min-width: 768px) and (max-width: 959px) {
    .container {
        display: none;
    }
    body {
        background: #fff;
    }
    /*公司新闻*/
    .group_profile_top {
        width: 92%;
        margin: 0 auto;
    }
    .group_profile_top .group-title {
        width: 100%;
        height: 72px;
        color: #000;
        border-bottom: 1px solid #ebf0f4;
    }
    .group_profile_top .group-title .title {
        line-height: 72px;
        font-size: 26px;
        color: #000;
    }
    .profile_infor {
        width: 100%;
        height: auto;
    }
    .profile_infor > .title {
        width: 100%;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .profile_infor .introduce {
        width: 90%;
        margin: 0 auto;
        line-height: 29px;
        text-indent: 2em;
        margin-bottom: 20px;
    }
    .group_profile_banner {
        width: 100%;
        height: 259px;
        background: url(../img/gp_banner.jpg) no-repeat;
        background: contain 100%;
    }
    .group_profile_bottom .profile_infor {
        margin-top: 20px;
    }
}
@media screen and (min-width:960px) {
	.container {
		display: none;
	}
    body {
        background: #fff;
    }
	/*公司新闻*/
    .group_profile_top {
        width: 1000px;
        margin: 0 auto;
    }
    .group_profile_top .group-title {
        width: 100%;
        height: 72px;
        color: #000;
        border-bottom: 1px solid #ebf0f4;
    }
    .group_profile_top .group-title .title {
        line-height: 72px;
        font-size: 26px;
        color: #000;
    }
    .profile_infor {
    	width: 100%;
    	height: auto;
    }
    .profile_infor > .title {
        width: 100%;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .profile_infor .introduce {
    	width: 1000px;
    	margin: 0 auto;
    	line-height: 29px;
    	text-indent: 2em;
    	margin-bottom: 20px;
    }
    .group_profile_banner {
    	width: 100%;
    	height: 259px;
    	background: url(../img/gp_banner.jpg) no-repeat;
    	background: contain 100%;
    }
    .group_profile_bottom .profile_infor {
        margin-top: 20px;
    }
}