/**  =========== 移动端 start =========== **/
@media(max-width: 1600px) {
	.index .news .news-item-bd .swiper-slide>a {
		padding-top   : 1%;
		padding-bottom: 1%;
	}
}


@media(max-width: 1024px) {


	.index .news .news-item-bd .swiper-slide>a {
		padding-top   : 0.6%;
		padding-bottom: 0.6%;
	}

	.news-center .main .list li {
		padding-bottom: 2%;
		margin-bottom : 2%;
	}

	/*列表页*/
	.page-list .list {
		/* margin-left: 280px; */
	}
	.page-list .content {
		margin: 0 20px;
	}
	.page-list .list-text {
		padding-left: 20px;
	}
	.page-list .list-img-text img {
		float : left;
		width : 189px;
		height: 119px;
	}

	.page-list .list-img-text .info {
		margin-left: 209px;
	}

	.page-list .list-img-text li {
		height       : 119px;
		margin-bottom: 30px;
	}

	.page-list .list-img-text li h2 {
		padding-top: 0;
	}

	.page-list .list-img-text li p {
		height: 46px;
	}

	.page-dang .column-shijiu .right {
		margin-left: 520px;
	}
}

@media(min-width: 1200px) {

	/*主页-新闻中心图片高度*/
	.index .news .swiper-container,.index .news img{
		height: calc(600px * (400 / 636));
	}

	.index .news .swiper-container.news-item-bd {
		height: calc(585px * (400 / 636) - 40px);
	}

	/*主页-营业领域图片高度*/
	.index .business .row .table {
		height: calc(595px * (296 / 601));
	}

	/*走进宏桂 - 向导眷注*/
	.honggui .leader .imgbox {
		position: relative;
		height  : calc(586px * (372 / 586));
	}

	/*营业领域 */
	.business .item img {
		height: calc(286px * (170 / 286));
	}

}

@media(max-width: 1200px) {

	/* 头像的调解 */
	.row.gulter-20 {
		margin: 0 20px;
	}


	/*首页轮播*/
	.banner {
		position: relative;
		height  : calc(100vw * (690 / 1920));
	}

	.banner img {
		width    : 100%;
		max-width: 100%;
		height   : calc(100vw * (690 / 1920));
	}

	/*主页-新闻中心图片高度*/

	.index .news .swiper-container.news-item-bd {
		height: calc((50vw - 12px) * (400 / 636) - 40px);
	}

	/*主页-营业领域图片高度*/
	.index .business .row .table {
		height: calc((50vw - 5px) * (296 / 601));
	}

	.index .business .row .table .anim {
		width   : auto;
		overflow: hidden;
		height  : auto;
		opacity : 1;
	}

	.index .business .row .table .anim span {}

	.index .business .row .table .anim .btn {
		display: none;
	}


	/*走进宏桂*/
	.honggui .contact .row {
		margin-left : -25px;
		margin-right: -25px;
	}

	.honggui .contact .row>div {
		padding: 0 25px;
	}

	/*走进宏桂 - 向导眷注*/
	.honggui .leader .imgbox {
		position: relative;
		height  : calc((50vw - 12px) * (372 / 586));
	}

	/*党建事情 - 党组织建设*/
	.build .dang .imgbox {
		padding-right: 20px;
	}

	.build .dang .imgbox .date {
		width: 80px;
	}

	.build .dang .imgbox .title {
		margin-left: 80px;
	}

	/*新闻中心 - suncitygroup太阳集团要闻*/
	.news-center .main .gulter-52 {
		margin-left : -10px;
		margin-right: -10px;
	}

	.news-center .main .gulter-52>div {
		padding: 0 10px;
	}

	.news-center .main-item-bd,
	.news-center .main .news-main-swiper img,
	.news-center .main .news-main-swiper {
		height: calc((50vw - 10px) * (451 / 590));
	}

	.news-center .row.gulter-44 {
		margin-left : -10px;
		margin-right: -10px;
	}

	.news-center .row.gulter-44>div {
		padding: 0 10px;
	}

	.news-center .video .bd {
		height: calc((33vw - 22px) * (243 / 386) + 64px);
	}

	.news-center .video .swiper-wrapper img {
		width : 100%;
		height: calc((33vw - 22px) * (243 / 386));
	}

	/*营业领域 */
	.business .item img {
		height: calc((25vw - 21px) * (170 / 286));
	}

	/*人力资源*/
	.hr .menber .table>div:first-child {
		padding-right: 4%;
	}

	.hr .menber .table>div:first-child+div {
		padding-left: 2%;
	}

	/*列表页 - 视频列表*/
	.page-list .list-video img {
		height: calc((100vw - 344px) / 3 * (179 / 283));
	}

	/*视频播放器*/
	body .video-js {
		width : 100%;
		height: calc((100vw - 304px) * (9 / 16));
	}

}

@media (min-width: 960px) {
	#subpage-index .column {
		padding: 35px 0 35px;
	}

	#sub-index .column {
		padding: 35px 0 35px;
	}
}

@media (max-width: 996px) {

	.izl_rmenu  {
		display: none;
	}

	.page-list .menu {
		width: 180px;
	}

	.page-list .list {
		margin-left: 180px;
	}

	/*主页-新闻中心图片高度*/
	#subpage-index .news .swiper-container{
		height: fit-content;
	}

	#sub-index .news .swiper-container{
		height: fit-content;
	}

	/* 	#newsSwiper {
            height:calc((100vw - 24px) * (400 / 636));
        } */

	#subpage-index .news img {
		height:auto;
	}

	.index .news .swiper-container, .index .news img {
		height: calc((100vw - 24px) * (400 / 636));
	}

	#two-block-subpage .news .swiper-container {
		height: auto;
	}

	.index .news .swiper-container.news-item-bd {
		height: 295px;
	}

	.index .news div.news-item {
		padding-left : 10px;
		margin-bottom: 20px;
	}

	.index .news .news-item-bd .swiper-slide>a {
		padding-top   : 6px;
		padding-bottom: 6px;
	}

	.index .news .row>div {
		margin-bottom: 20px;
	}

	.index .build .row>div {
		padding-bottom: 20px;
	}

	/*党建事情 - 党风建设*/
	.build .dang-item {
		padding-top   : 40px;
		padding-bottom: 0;
	}

	.build .row.gulter-24 {
		padding-bottom: 60px;
	}

	.news-center .main .list p {
		line-height: 24px;
		height     : 50px;
	}

	/*营业领域 */
	.business .item img {
		height: calc((100vw - 64px) / 3 * (170 / 286));
	}


	/*人力资源*/
	.hr .culture .bd {
		margin-top: 29px;
		height    : 327px;
		background: url(/fcgzy/img/wenhua-bg.png) -550px 0 no-repeat;
	}

	.hr .culture .bd .inner {
		padding-left: 10px;
	}

	/*列表页 - 视频列表*/
	.page-list .list-video img {
		height: calc((100vw - 324px) / 2 * (179 / 283));
	}


	/*走进宏桂 - 联系suncitygroup太阳集团*/
	.honggui-contact .bd .row em {
		margin   : 5px 0;
		font-size: 16px;
	}

	/*搜索页*/
	.page-search .right {
		margin-left: 245px;
	}

	/*党专题*/
	.page-dang .column-shijiu .left {
		width: 360px;
	}

	.page-dang .column-shijiu .left img {
		height: auto;
	}

	.page-dang .column-shijiu .right {
		margin-left: 380px;
	}

	.page-dang .column-shijiu .right h2 {
		margin     : 0 0 10px 0;
		padding-top: 0;
		height     : 78px;
		font-size  : 18px;
	}

	.page-dang .column-shijiu ul li {
		padding-top   : 6px;
		padding-bottom: 6px;
	}

	.page-dang .column-liangzuo .row {
		margin-left : -10px;
		margin-right: -10px;
	}

	.page-dang .column-liangzuo .row>div {
		padding: 0 10px;
	}

	.page-dang .column-liangzuo li.active img {
		width : 140px;
		height: 93px;
	}

	.page-dang .column-liangzuo li.active .info {
		margin-left: 160px;
	}

	.page-dang .column-liangzuo li.active h3 {
		padding-top   : 0;
		padding-bottom: 6px;
	}

	.page-dang .column-liangzuo li.active p {
		margin-bottom: 0;
		line-height  : 22px;
		height       : 66px;
	}

	.page-dang .column .hd .name {
		font-size: 24px;
	}

	.page-dang .column-list .right {
		margin-left: 280px;
	}

	.page-dang .column-list .right .list-circle li {
		padding-left: 15px;
		font-size   : 14px;
	}

	.page-dang .column-list .right .list-circle li h3 {
		padding-right: 90px;
	}

	.index .p10 {
		padding-left: 10px !important;
	}

	body.index .news .pl20 {
		padding-left: 0;
	}
}

@media (min-width: 768px) {

	.website .logoimg {
		width: 100%;
	}

	.banner .swiper-nav ol li {
		height: 8px;
		width: 8px;
		margin-left: 6px;
	}
	.index .column {
		padding: 35px 0 0;
	}

	/* 	 #index_column .column{
            padding: 45px 0 45px;
        } */

	.index .business .row .table:hover:before {
		background-color: rgba(0, 0, 0, .4);
	}

	.index .business .row .table:hover {
		background-size: 105% 105%;
	}

	.index .business .row .table:hover .anim {
		overflow: hidden;
		height  : 98px;
		opacity : 1;
	}

	.index .business .row .table:hover .bd:after {
		width           : 80px;
		margin-left     : -40px;
		background-color: #f00;
	}

	.index .p10 {
		padding-left: 10px !important;
	}

}

@media (max-width: 767px) {
	.page-list .menu li.active a {
		color: #d6141a;
		font-weight: bold;
		border-right: 0px solid #d6141a;
	}
	#sub-index #newsSwiper {
		height: calc((100vw - 24px) * (400 / 636));
	}

	body.index .link a {
		line-height: 25px;
	}

	.page-list .content .article {
		padding-top: 20px;
		margin: 0 -2px;
	}

	.website .logoimg {
		width: 90%;
	}

	.banner .swiper-nav ol li {
		height: 8px;
		width: 8px;
		margin-left: 6px;
	}
	.index .column {
		padding: 15px 0 20px;
	}

	/* .header {
        height: 80px;
          line-height: 80px;
    } */
	.header {
		height     : auto;
		line-height: auto;
	}

	.header .col-16 {
		width: 80%;
	}

	.header .col-8 {
		width: 100%;
	}

	.header .col-8>a,
	.header .col-8>span {
		display: none;
	}

	.index .p10 {
		padding-left: 10px !important;
	}

	.index .p0,
	.index .p0 img {
		padding: 0 !important;
	}

	.foot_box li {
		position     : relative;
		float        : left;
		width        : 140px;
		line-height  : 2.5em;
		margin       : 10px 15px;
		height       : 2.5em;
		text-align   : left;
		cursor       : pointer;
		background   : rgb(160, 151, 151);
		font-size    : 16px;
		border-radius: 2px;
	}

	.index .titlecolor {
		font-size: 16px;
	}

	.index .column .hd .tip {
		width     : 130px;
		height    : 40px;
		opacity   : 1;
		background: url(/fcgzy/img/fangchenggang/bg.png);
	}

	.index .column .hd .tip span {
		width      : 89px;
		height     : 21px;
		opacity    : 1;
		font-size  : 16px;
		font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
		font-weight: 400;
		text-align : left;
		color      : #ffffff;
		line-height: 40px;
		margin-left: 10px;
	}

	.index .news-item .deparBox {
		height: 199px;
	}

	.index .ident {
		position   : absolute;
		top        : 8px;
		left       : 140px;
		width      : 285px;
		height     : 14px;
		opacity    : 1;
		font-size  : 14px;
		font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
		font-weight: 400;
		text-align : left;
		color      : #999999;
	}

	.header .nav-toggle-btn {
		display : inline-block;
		position: absolute;
		top     : -40px;
		right   : 0;
	}

	header .search {
		padding: 0;
	}

	header .search form {
		width    : 100%;
		max-width: 100%;
		height   : 31px;
	}

	header .search form button,
	header .search form input {
		height     : 29px;
		line-height: 29px;
	}

	header .search form button {
		width                     : 42px;
		text-align                : center;
		color                     : #fff;
		cursor                    : pointer;
		border-top-right-radius   : 19px;
		border-bottom-right-radius: 19px;
	}

	header .search form button i {
		font-size: 20px;
	}

	header .search form input {
		width        : calc(100% - 42px);
		padding-right: 10px;
		/*border-radius: 19px;*/
	}

	nav.row ul {
		padding-right: 0;
	}

	header .search form {
		width    : 100%;
		max-width: 100%;
	}

	nav.row {
		width: 100%;
	}

	nav .col-md-24 {
		min-height   : 0;
		padding-right: 0;
		overflow     : hidden;
		height       : 0;
		/*margin-bottom: 20px;*/
	}

	nav .col-md-24 .col-md-3 {
		width: 100%;
	}

	footer .sites .row {
		margin: 0 -5px;
	}

	footer .sites .row>div {
		padding: 0 5px 10px;
	}

	footer .website .col-sm-10 {
		text-align : center;
		padding-top: 20px;
	}

	.base .item .hd .name {
		font-size: 20px;
	}

	.page-banner .link {
		margin-right: 0;
	}

	.page-banner .link.large .table,
	.page-banner .link .table {
		width: 100%;
	}

	.page-banner {
		height: 180px;
	}

	.page-banner .page-name h2 {
		font-size: 28px;
	}

	.page-banner .page-name p {
		font-size: 20px;
	}

	.index .column {
		padding: 30px 0 20px;
	}

	.index .column .column-name {
		margin-bottom: 20px;
		line-height  : 1em;
		text-indent  : 10px;
		font-size    : 16px;
	}

	.page-list .page-list-content {
		margin-top: 20px;
	}

	/*列表页  */
	.page-list .list {
		padding-left: 0;
	}

	.page-list .menu .name {
		display    : none;
		line-height: 50px;
		font-size  : 20px;
	}

	.page-list .menu {
		float        : none;
		width        : 100%;
		margin-bottom: 20px;
		border-bottom: 1px dashed #d8d8d8;
	}

	.page-list .menu li {
		display      : inline-block;
		text-align   : center;
		font-size    : 14px;
		line-height  : 30px;
		text-indent  : 0;
		border-right: 1px solid #ccc;
		margin-right : 0 8px 5px 0;
		padding      : 0 10px;
	}

	.page-list .menu a {
		display: block;
		height : 100%;
		border-right: 0px solid #ccc;
	}

	.page-list .menu li::after {
		content: '';
	}

	.page-list .list {
		margin-left: 0;
	}

	.page-list .list .name {
		font-size  : 20px;
		margin-left: 10px;
	}

	.page-list .list .breadcrumb {
		display: none;
	}

	.page-list .list-text li {
		padding-left: 16px;
	}

	.page-list .list-video img {
		height: calc((100vw - 44px) / 2 * (179 / 283));
	}

	/*视频播放器*/
	body .video-js {
		width : 100%;
		height: calc((100vw - 24px) * (9 / 16));
	}

	/*走进宏桂 - 联系suncitygroup太阳集团*/
	.honggui-contact .bd .row>div {
		border-right: none !important;

	}

	/*搜索页*/
	.page-search nav ul.row {
		display    : block;
		padding-top: 20px;
	}

	.page-search .left {
		display: none;
	}

	.page-search .right {
		margin-left: 0;
	}

	.page-search nav .search {
		padding    : 20px 0 30px;
		margin-left: 0;
		width      : 100%;
	}

	.page-search nav .search form {
		width    : 100%;
		max-width: 100%;
	}

	/*党专题*/
	.page-dang .column-shijiu .left {
		width: 100%;
		float: none;
	}

	.page-dang .column-shijiu .right {
		margin-top : 40px;
		margin-left: 0;
	}

	.page-dang .column-list .left {
		float        : none;
		width        : 100%;
		margin-bottom: 20px;
	}

	.page-dang .column-list .right {
		margin-left: 0;
	}

	/*走进宏桂 - 联系suncitygroup太阳集团*/
	.honggui-contact .bd .row>div {
		border-right: none !important;

	}

	.index .p10 {
		padding-left: 10px !important;
	}

	.welcome-info {
		height: 24px;
		margin-bottom: unset;
		padding-top: 4px;
		z-index: 9;
		font-size: 12px;
	}
	.welcome-info-right > a {
		margin-right: 2px;
	}
}

@media (max-width: 577px) {
	.website .logoimg {
		width: 100%;
	}
	#two-block-subpage .row.gulter-20 {
		margin-left: 3px;
	}
	.banner .swiper-nav ol li {
		height: 8px;
		width: 8px;
		margin-left: 6px;
	}
	.index .column {
		padding: 15px 0 20px;
	}

	.header {
		height     : auto;
		line-height: 60px;
	}

	footer .sites a {
		height     : 50px;
		line-height: 40px;
	}

	/*主页-营业领域图片高度*/
	.index .business .row .table {
		height: calc((100vw - 24px) * (296 / 601))
	}

	/*主页-党建专区*/
	.index .build .img-lg img {
		display: none
	}

	.index .build ul {
		margin-left: 20px;
	}

	.index .build .img-sm {
		position  : relative;
		top       : 0;
		left      : 0;
		text-align: center;
		width     : 100%;
	}

	.index .build .bd {
		height: auto;
	}

	.index .build .info {
		margin-left: 0;
	}

	.page-banner .link {
		margin-right: 0;
	}

	.honggui .org .row>div:not( :last-child) {
		margin-bottom: 20px;
	}

	/*营业领域 */
	.business .item img {
		height: calc((100vw - 24px) * (170 / 286));
	}

	/*通知通告*/
	.notice .more a {
		width: 100%;
	}

	.notice .gulter-20 {
		padding: 40px 0 20px;
	}

	/*列表页*/
	.page-list .list-video img {
		height: calc((100vw - 24px) * (179 / 283));
	}

	.page-list .list-img-text img {
		float : left;
		width : 130px;
		height: 82px;
	}

	.page-list .list-img-text .info {
		margin-left: 140px;
	}

	.page-list .list-img-text li {
		height       : 82px;
		margin-bottom: 30px;
	}

	.page-list .list-img-text li h2 {
		padding-top  : 0;
		font-size    : 14px;
		margin-bottom: 0;
	}

	.page-list .list-img-text li p {
		height       : 38px;
		margin-bottom: 0;
		font-size    : 12px;
	}

	.page-list .list-img-text span {
		font-size: 12px;
	}

	.page-list .content>.row>div:last-child {
		text-align: left;
		margin-top: 10px;
	}

	/*走进宏桂 - 生长历程*/
	.honggui-develop .dev-wrapper {
		padding-top : 30px;
		padding-left: 90px;
	}

	/*搜索页*/
	.page-search .right li {
		padding: 20px 5px;
	}

	.page-search .right li p {
		margin-bottom: 5px;
	}

	.page-search .right li .link {
		display: none;
	}

	.page-search .right li h3 {
		font-size: 16px;
		padding-right: 100px;
	}

	/*党专题*/
	.page-dang .column .hd {
		padding-left   : 70px;
		background-size: 60px auto;
		line-height    : 40px;
		height         : 40px;
	}

	.page-dang .column .hd .name {
		font-size: 18px;
	}

	.page-dang .column .hd .more {
		font-size: 12px;
		bottom   : -5px;
	}

	.page-dang .today {
		font-size: 18px;
	}

	.page-dang .list-circle li {
		padding-left: 14px;
		font-size   : 16px;
	}

	.page-dang .column.column-list .hd {
		line-height: 44px;
	}

	.page-dang .column-liangzuo li.active h3 {
		font-size: 16px;
	}

	.page-dang .column-liangzuo li.active .info {
		margin-left: 150px;
	}

	.page-dang .column-liangzuo li.active p {
		font-size: 14px;
	}

	.index .news .news-item-bd .swiper-slide>a {
		padding-right: 28%;
	}

	.index .news-item .deparimg {
		width : 100%;
		height: auto;
		float : none;
	}

	.index .news-item .Box {
		height: auto !important;
	}

	.index .news-item .deparBox {
		margin-top : 20px;
		margin-left: 0;
		height     : auto;
	}

	.index .news .desc {
		height        : auto;
		padding-bottom: 20px;
	}

	footer .website .inner {
		width : 100%;
		margin: 20px auto;
	}

	footer .row.gulter-20>div {
		width: 100%;
	}
	footer .foot_box li {
		width: 100%;
		margin: 10px 0;
	}
	footer .foot_box li .submenu {
		width: 100%;
	}
	.page-list .content>.info {
		margin-bottom: 0px;
	}

	.page-list .content .article {
		margin-bottom: 0;
		padding-bottom: 30px;
	}

	.page-list .list-org .org-hd .phone {
		font-size: 14px;
		font-weight: bold;
	}
	.page-list .list-org .org-hd .org-name {
		font-size: 16px;
	}
	.row.gulter-20>div:first-child {
		position: relative;
		z-index: 999;
	}

	.page-list .list-menber {
		margin-left: 0;
		margin-right: 0;
	}
	.page-list .list-menber .desc {
		overflow: hidden;
	}
	.page-search .header-wrapper {
		margin-bottom: 20px;
	}

	.page-search .left {
		display: block;
		float: none;
		width: 100%;
	}
	.page-search .left .items {
		margin-bottom: 10px;
	}
	.page-search .left .items a {
		display: inline-block;
		line-height: 26px;
		margin-bottom: 5px;
		padding: 0 10px;
	}
	.page-search .left .items .hd {
		font-size: 16px;
		line-height: 20px;
	}
	.page-search .left .items a::after {
		content: '';
	}
}

/**  =========== 移动端 end =========== **/
<!--耗时1762920549.1055秒-->