/* 20210623*/
/* 右侧弹窗 */
 body,html{ max-width: 1920px; margin:  0 auto;}
.popup {
	position: fixed;
	right: 0;
	z-index: 99995;
	 top: 50%;
	  margin-top: -150px;
}

.popup_li {
	position: relative;
}

.popup_a {
	width: 400px;
	height: 300px;
	position: absolute;
	left: -400px;
	top: 0;
	display: none;
}

.popupa_2 {
	top: -75px;
}

.popupa_3 {
	top: -150px;
}

.popupa_4 {
	top: -225px;
}

.popup_a img {
	width: 400px;
	height: 300px;
}

.Preview {
	width: 100px;
	height: 75px;
	margin-bottom: 1px;
	display: block;
	/* margin-left: 60px; */
}

.popup_li:hover .popup_a {
	display: block;
}

.popup_li:hover::before {
	display: block;
	content: "";
	width: 100px;
	height: 75px;
	background: rgba(0, 0, 0, .3);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
}
/* 右侧弹窗end */
/* header */


.wit_party {
	width: 100%;
	height: 800px;
	background: url(2021_wit.png) no-repeat center top;
	position: absolute;
	 max-width: 1920px;
	  margin: 0 auto;
	   background-size: contain;
	  
}

.wit_party>a {
	display: block;
	width: 100%;
	height: 220px;
	position: relative;
}

.party_100 {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
}

.party_100>a>img {
	width: 100%;
	margin: 0 auto;
	display: block;
	 max-width: 1920px;
}

.Main {
	padding-top: 224px;
	transition: all 0.3s ease-in-out;
	 max-width: 1920px;
	  margin: 0 auto;
	   position: relative;
}

.wit_off {
	width: 114px;
	height: 36px;
	background: rgba(0, 0, 0, .3);
	border-radius: 18px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 36px;
	position: absolute;
	right: 302px;
	margin-top: 31px;
	cursor: pointer;
	z-index: 9999;
}


.wit_off {
	width: 114px;
	height: 36px;
	background: rgba(0, 0, 0, .3);
	border-radius: 25px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 36px;
	position: absolute;
	right: 302px;
	margin-top: 31px;
	cursor: pointer;
}

.hide_img {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	z-index: 99999 !important;
	/* background: url(spic2021_Screen.png) no-repeat left top ;
	  background-size: 100%; */
}

.hide_img img {
	width: 100%;
	height: auto;
	 display: block;
}

#nav_1 {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	z-index: 9999;
	padding: 0 104px;
	box-sizing: border-box;
	border-bottom: 1px solid #aaa;
	  max-width: 1920px;
	   margin:  0 auto;
}

#nav_2 {
	background: #fff;
	z-index: 9999;
	/* position: sticky; */
	 position: absolute;
	 width:85%;
	max-width: 1920px;
	 margin:  0 auto;
	 margin-left: 9.6%;

}

.header_wrap {
	width: 100%;
	margin: 0 auto;
	background: transparent;
	z-index: 9999;
	padding: 0 1.04rem;
	box-sizing: border-box;
	animation: mymove .3s linear;
	-webkit-animation: mymove .3s linear;
	/*Safari and Chrome*/
}

@keyframes mymove {
	from {
		top: -90px;
	}

	to {
		top: 0rem;
	}
}

@-webkit-keyframes mymove

/*Safari and Chrome*/
	{
	from {
		top: -90px;
	}

	to {
		top: 0rem;
	}
}


.header {
	width: 100%;
	height: 89px;
	background: #fff;
	

}

.logo {
	display: block;
	padding: 14px 92px 14px 104px;
	box-sizing: border-box;
	border-right: 1px solid #EEEEEE;
	width: 360px;
}

.logo>img {
	display: block;
	width: 166px;
}

.header_menu {
	border-right: 1px solid #EEEEEE;
}

.header_menu>li>a {
	display: block;
	/* margin-right: 50px; */
	font-size: 18px;
	color: #666;
	font-weight: 400;
	line-height: 90px;
	 width: 100px;
	 text-align: center;
}

.header_menu li>a:hover {
	color: #C90915;
	font-weight: bold;
}

.header_menu li:hover .sub_menu {
	display: block;

}

.header_menu li {
	position: relative;
}

.header_menu li .sub_menu {
	position: fixed;
	width: auto;
	background: #fff;
	z-index: 99999 !important;
	display: none;
	width: 210px;
	padding-top: 40px;
	top: 80px;
	box-shadow: 7px 7px 25px 0px rgba(220, 220, 220, 0.8);
}

.sub_menu>li {
	text-align: left;
	font-size: 18px;
	color: #333;
	margin-bottom: 28px;
	padding: 0 30px;
}

.sub_menu>li>a:hover::before {
	transition: all 0.3s ease-in-out;
	content: "_";
	display: inline-block;
	left: 0;

}

.header_menu .sub_menu::after {
	width: 100%;
	content: "";
	display: block;
	height: 6px;
	background: linear-gradient(-90deg, #EE7800 0%, #E60012 100%);
	bottom: 0;
}

.language {
	width: 154px;
	border-right: 1px solid #EEEEEE;
	text-align: center;
}

.language a {
	display: inline-block;
	line-height: 90px;
	color: #999;
	font-size: 18px;
	font-weight: 400;
	/* margin-right:50px */
}

.search {
	border-right: 1px solid #EEEEEE;
	width: 100px;
}

.search img {
	display: block;
	width: 28px;
	height: 28px;
}

/* header end */
.Screen_menu {
    width: 20%;
	position: absolute;
	left: 104px;
	/* bottom: 0; */
	 top: 99px;
	z-index: 999;
}

.Screen_logo {
	background: #fff;
	border-radius: 0px 100px 0px 0px;
	padding:15% 17%;
	box-shadow: 7px 7px 25px 0px rgba(220, 220, 220, 0.8);
	 box-sizing: border-box;
}

.Screen_logo a {
	display: block;
	margin: 0 auto;
	 box-sizing: border-box;
}

.Screen_logo a img {
    width: 100%;
	height: auto;
}

.menu_list {
	/* width: 19.58%; */
	background: url(2021_menu.png) no-repeat center;
	max-height: 650px;
	padding: 90px 0 60px;
	box-sizing: border-box;
	

}

.menu_list>li {
	position: relative;
	padding: 0 15%;
}


.menu_list>li>a {
	margin-bottom: 25px;
	padding: 10px 20px;
	
	  box-sizing: border-box;
}

.menu_list>li .sub_menu {
	position: absolute;
	background: #fff;
	z-index: 9999;
	display: none;
	width: 200px;
	padding-top: 40px;
	right: -200px;
	box-shadow: 7px 7px 25px 0px rgba(220, 220, 220, 0.8);
	top: 0;
}

.menu_list li a p {
	width: 100%;
	font-size: 24px;
	color: #fff;
	font-weight: 400;
}

.menu_list>li>a:hover {
	background: #C90915;
}

.menu_list li:hover .sub_menu {
	display: block;

}

.sub_menu li a {
	transition: all 0.3s ease-in-out;
}

.sub_menu li a:hover {
	color: #C90915;
}

.menu_list li a img {
	width: 26px;
	height: 11px;
}

.Screen_swiper {
	padding: 0 5.42% 97px;
	position: relative;
	box-sizing: border-box;
}

.Screen_banner {
	width: 100%;
	max-width: 95.32%;
	box-sizing: border-box;
	margin-left: 4.68%;
}

.banner_a img {
	display: block;
	width: 100%;
}

.Screen_pagination {
	right: 104px;
	bottom: 60px;
}

.Screen_pagination .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	margin-left: 14px;
}

.Screen_pagination .swiper-pagination-bullet-active {
	background: #00833E;
	width: 60px;
	border-radius: 25px;
}

/* 新闻轮播 */
.news_pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 6px auto !important;
}

.news_pagination .swiper-pagination-bullet-active {
	background: #00833E;
	width: 14px;
	height: 14px;
}


.news_swiper {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 7px 7px 25px 0px rgba(220, 220, 220, 0.8);
	border-radius: 48px 0px 48px 0px;
	 margin: 85px 0;
}

.news_l {
	flex-shrink: 0;
	width: 206px;
	height: 160px;
	background: linear-gradient(217deg, #EE7800 0%, #E60012 100%);
	border-radius: 48px 0px 0px 0px;
}

.news_r {
	width: 100%;
	height: 160px;
}

.news_ra {
	height: 160px;
	padding: 20px 150px 20px 30px;
	box-sizing: border-box;
	font-size: 36px;
	color: #333;
	font-weight: bold;
	line-height: 60px;

}

.journalism {
	max-height: 160px;
}

.news_l>p a {
	font-size: 38px;
	color: #fff;
	font-weight: 400;
	display: block;
	text-align: center;
	padding-top: 37px;

}

/* 集团要闻 */

.GroupNews_l {
	height: 600px;
	width: 690px;
	margin-right: 50px;
	box-shadow: 7px 7px 25px 0px rgba(220, 220, 220, 0.8);
}

.GroupNews_r {
	width: 460px;
}

.GroupNews_a {
	display: block;

}

.GroupNews_a img {
	width: 100%;
	height: 460px;
}

.GroupNews_a h5 {
	font-size: 32px;
	color: #333;
	font-weight: bold;
	line-height: 52px;
	padding: 12px 32px 0;

	box-sizing: border-box;
	width: 100%;
	height: 160px;

}

.group_pagination {
	text-align: left !important;
	padding-left: .32rem;
	bottom: .38rem !important;
}

.group_pagination .swiper-pagination-bullet-active {
	background: #00833E;
	width: .6rem;
	border-radius: .25rem;
}

.Important {
	/* padding-top: 40px; */
	align-items: center;
	-webkit-align-items: center;
	padding-bottom: 100px;
}

.Important h5 {
	font-size: 28px;
	color: #333;
	font-weight: bold;
}

.Important>a>p {
	color: #00833E;
	font-size: 18px;
	font-weight: 400;
}

.Important>a>img {
	width: .26rem;
	height: .11rem;
	margin-left: .05rem;
}

.GroupNews_info li {
	margin-bottom: 58px;
}

.GroupNews_info li:last-child {
	margin-bottom: 0;
}

.GroupNews_info li a {
	align-items: center;
}

.GroupNews_info li a h6 {
	font-size: 24px;
	color: #666;
	line-height: 1;
	width: 100%;
}

.GroupNews_info li a h6:hover {
	color: #C90915;
}

.GroupNews_info li a p {
	font-size: 18px;
	color: #999;
	font-weight: 400;
	padding-left: 47px
}

.newspaper_wrap {
	margin-top: 118px;
}

/* tab */
.content .cont {
	display: none;
}

.tab_ul .active i {
	color: #888888 !important;
}

.content .cont.active {
	display: block;
}

/* 国资消息 */
.newspaper_l,
.newspaper_c {
	width: 420px;
	height: 486px;
	background: #FFFFFF;
	box-shadow: 7px 7px 25px 0px rgba(220, 220, 220, 0.8);
	margin-right: 20px;
	border-radius: 0px 20px 0px 0px;
}

.tab_ul {
	width: 100%;
	height: 80px;
	background: #F0F0F0;
	border-radius: 0px 20px 0px 0px;
}

.tab_ul li {
	width: 146px;
	text-align: center;

	font-size: 28px;
	color: #999;
	padding-top: 36px;
	cursor: pointer;
	border-radius: 0;
}

.tab_ul .active {
	background: #fff;
	color: #333;
	font-weight: bold;
	border-radius: 0px 20px 0px 0px;
}

.tab_ul li:hover {
	background: #f8f8f8;
	color: #333;
	font-weight: bold;
	border-radius: 0px 20px 0px 0px;
}

.newspaper_ul {
	padding: 30px;
	box-sizing: border-box;
}

.newspaper_ul li {
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #E0E0E0;
}

.newspaper_ul li a h5 {
	width: 100%;
	font-size: 24px;
	color: #666;
	font-weight: 400;
	margin-right: 34px;
}

.marginr_0 {
	margin-right: 0 !important;
}

.newspaper_ul li a h5:hover {
	color: #C90915;
}

.newspaper_ul li a p {
	font-size: 18px;
	color: #999;
}

.news_more {
	padding-left: 32px;
	box-sizing: border-box;
}

.news_more p {
	font-size: 18px;
	color: #00833E;
	font-weight: 400;
}

.news_more img {
	width: 26px;
	height: 11px;
	margin-left: 12px;
	padding-top: 2px;
}

.newspaper_r {
	width: 320px;
	position: relative;

}

.newspaper_rmain {
	min-height: 486px;
	/* background: url(../images/2021_dtbbj.png) no-repeat  center; */
	background-size: 100%;
	box-shadow: 7px 7px 25px 0px rgba(220, 220, 220, 0.8);
	border-radius: 0px 0px 0px 30px;
	width: 300px;
	position: absolute;
	left: 0;
	z-index: 9;
}

.newspaper_rmain>img {
	width: 238px;
	padding-top: 27px;
	padding-left: 27px;
}

.newspaper_rmain>.newspaper_ul {
	padding-top: 20px;
}

.newspaper_shadow {
	width: 20px;
	height: 358px;
	background: #F0F0F0;
	border-radius: 0px 15px 13px 13px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.estate_wrap {
	max-width: 1920px;
	 margin: 0 auto;
	padding-top: 195px;
	padding-bottom: 127px;
	width: 100%;
	height: auto;
	position: relative;
	

}


.estate_slide {
	  max-width: 1920px;
	  margin: 0 auto;
	position: relative;
	height: 763px;
}

.estate_img {
	display: block;
	 width: 58.4%;
	position: absolute;
	right: 0;
	 max-width: 1122px;
	  height: auto;
	   max-height: 763px;
}

.estate_text {
	width: 388px;
	margin-right: 49px;
}

.estate_l {
	background: #fff;
}

.estate_text>h5 {
	font-size: 54px;
	font-weight: bold;
	color: #505050;
	line-height: 60px;
}

.estate_text>h6 {
	font-size: 36px;
	font-family: Arial;
	font-weight: bold;
	color: #505050;
	padding-top: 28px;
	opacity: 0.1;
	padding-bottom: 91px;
}

.estate_referral>h5 {
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	line-height: 60px;

}

.estate_referral>p {
	text-align: justify;
	/* text-justify: distribute-all-lines; */
	font-size: 24px;
	font-weight: 400;
	color: #666666;
	line-height: 36px;
}

.estate_referral>a {
	margin-top: 90px;
}

.estate_referral>a>p {
	color: #00833E;
	font-size: 18px;
}

.estate_referral>a>img {
	width: 26px;
	height: 11px;
	margin-left: 12px;
	padding-top: 2px;
}


/* icon */
.i_menus {
	position: absolute;
	left: 0;
	bottom: 48px;
	z-index: 99;
	width: 81.25%;



}

.gsdt_list {
	padding-left: 18%;
	flex: 1;
	height: 190px;
	border-bottom: 4px solid #e92c0b;
	background: #fff;
	border-radius: 0px 100px 0px 0px;
	padding-right: 30px;

}

.i_wrap {

	cursor: pointer;
}

.gsdt_list>a {
	 margin: 0 1%;
	display: flex;
	flex-direction: column;
	justify-content: center;

}

/* .gsdt_list>a:nth-child(4) {
	width: 133px;
}

.gsdt_list>a:nth-child(7) {
	width: 130px;
} */

.gsdt_list_con p {
	font-size: 18px;
	color: #999999;
	text-align: center;
	padding-top: 10px;
	font-family: FZLTHK;
	font-weight: normal;
}

.i_wrap i {
	display: block;


}

.icon_01 {
	width: 56px;
	height: 52px;
	background: url(spic2021_icon_01.png) no-repeat center !important;

}

.curr .icon_01 {

	background: url(spic2021_a_icon_01.png) no-repeat center !important;
	background-size: .54rem;
}

.icon_02 {
	width: 48px;
	height: 55px;
	background: url(spic2021_icon_02.png) no-repeat center;

}

.curr .icon_02 {
	background: url(spic2021_a_icon_02.png) no-repeat center !important;

}

.icon_03 {
	width: 56px;
	height: 38px;
	padding-bottom: 16px;

	background: url(spic2021_icon_03.png) no-repeat center;

}

.curr .icon_03 {
	background: url(spic2021_a_icon_03.png) no-repeat center !important;

}

.icon_04 {
	width: 56px;
	height: 51px;
	padding-bottom: 2px;
	background: url(spic2021_icon_04.png) no-repeat center;

}

.curr .icon_04 {
	background: url(spic2021_a_icon_04.png) no-repeat center !important;

}

.icon_05 {
	width: 43px;
	height: 53px;
	background: url(spic2021_icon_05.png) no-repeat center;

}

.curr .icon_05 {
	background: url(spic2021_a_icon_05.png) no-repeat center !important;

}


.icon_06 {
	width: 50px;
	height: 52px;
	background: url(spic2021_icon_06.png) no-repeat center;

}

.curr .icon_06 {
	background: url(spic2021_a_icon_06.png) no-repeat center !important;
}


.icon_07 {
	width: 45px;
	height: 53px;
	background: url(spic2021_icon_07.png) no-repeat center;

}

.curr .icon_07 {
	background: url(spic2021_a_icon_07.png) no-repeat center !important;

}

.icon_08 {
	width: 56px;
	height: 51px;

	background: url(spic2021_icon_08.png) no-repeat center;

}

.curr .icon_08 {
	background: url(spic2021_a_icon_08.png) no-repeat center !important;

}

.icon_09 {
	width: 54px;
	height: 48px;
	padding-bottom: 5px;
	background: url(spic2021_icon_09.png) no-repeat center;

}

.curr .icon_09 {
	background: url(spic2021_a_icon_09.png) no-repeat center !important;

}

.icon_10 {
	width: 54px;
	height: 54px;
	background: url(spic2021_icon_10.png) no-repeat center;

}

.curr .icon_10 {
	background: url(spic2021_a_icon_10.png) no-repeat center !important;

}

.icon_11 {
	width: 43px;
	height: 57px;
	background: url(spic2021_icon_11.png) no-repeat center;

}

.curr .icon_11 {
	background: url(spic2021_a_icon_11.png) no-repeat center !important;

}

.icon_12 {
	width: 56px;
	height: 56px;
	background: url(spic2021_icon_12.png) no-repeat center;
	
}

.curr .icon_12 {
	background: url(spic2021_a_icon_12.png) no-repeat center !important;
}

.curr p {
	color: #00833E !important
}

.gsdt_list a:last-child {
	margin-right: 0;
}

/* 品牌集群 */


.Sub_Brands {
	width: 100%;
	background: url(2021_sub_bj.png) no-repeat center bottom;
	box-sizing: border-box;
}

.Brands_main {
	height: auto;
	position: relative;
}

.Brands_title {
	text-align: center;
	font-size: 54px;
	color: #505050;
	font-weight: bold;
	padding-bottom: 30px;
}

.Brands_title2 {
	text-align: center;
	font-size: 36px;
	font-family: Arial;
	font-weight: bold;
	color: #505050;
	opacity: 0.1;
	padding-bottom: 88px;
}

.Brands_main {
	min-height: 800px;
}

.Brands_ul>li {
	width: auto;
	padding: 35px 30px;
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #DCDCDC;
	border-radius: 45px 0px 45px 0px;
	position: absolute;
	min-width: 233px;
}

.sub_before>img:nth-child(1) {
	width: 18px;
	height: 18px;
	margin-right: 12px;
}

.place_1 {
	top: 14px;
	left: 162px;
}

.place_2 {
	top: 0;
	left: 520px;
}

.place_3 {
	top: 0;
	right: 0;

}

/* .place_3:hover {
	background: #fff !important;
}

.place_3:hover .sub_before {
	display: flex !important;
}
 */
.place_4 {
	top: 223px;
	left: 0;
}

.place_5 {
	top: 252px;
	left: 352px;
}

.place_6 {
	right: 239px;
	top: 146px;
}

.place_7 {
	right: 0px;
	top: 260px;
}

.place_8 {
	left: 600px;
	top: 369px;
}

.place_9 {
	left: 80px;
	top: 460px;
}

.place_10 {
	top: 546px;
	left: 410px;
}

.place_11 {
	top: 546px;
	right: 43px;
}

.Brands_wrap {
	padding-bottom: 88px;
}

.sub_after {
	display: none;
}

.Brands_ul>li {
	transition: 0.3s all ease-out;
	max-width: 303px;
	box-shadow: 1px 5px 17px 0px rgba(220, 220, 220, 0.8);
}

.sub_rt {
	position: absolute;
	width: 134px;
	height: 134px;
	left: -33px;
	top: -33px;
}

.sub_after img:nth-child(2) {
	width: auto;
	margin-left: 90px;
}

.sub_after p {
	font-size:18px;
	color: #FFFEFE;
	line-height: 24px;
	font-weight: 400;
	padding-top:43px;
}

.Brands_ul li:hover {
	background: #00833E;
	z-index: 99;
}

.Brands_ul li:hover .sub_after {
	display: block;
	

}

.Brands_ul li:hover .sub_before {
	display: none;
}

/* 社会责任 */
.social_wrap {
    max-width: 1920px;
	  margin:  0 auto;
	width: 100%;
	height: auto;
	background: url(2021_social.png) no-repeat left top;
	 background-size: 55% auto;

}

.social_info>a {
	display: block;
	transition: all .25s ease-in;
	width: 374px;
	margin-right: 20px;
	margin-bottom: 23px;
	box-shadow: 7px 7px 25px 0px rgba(220, 220, 220, 0.8);
}

.social_info>a:hover {
	transform: translateY(-8px);
}

.social_l ul {
	width: 800px;
	flex-wrap: wrap;
	padding-top: 300px;
}

.social_more {
	width: 100%;
	height: 82px;
	background: #fff;
	padding: 0 32px;
	box-sizing: border-box;
}

.social_more p {
	width: 100%;
	font-size: 28px;
	color: #666;
}

.social_info>a:hover .social_more p {
	color: #C90915;
}

.social_more img {
	display: block;
	width: 26px;
	height: 11px;
}

.social_l ul li:nth-child(1) .social_more {
	border-bottom: 5px solid #F18D00;
}

.social_l ul li:nth-child(2) .social_more {
	border-bottom: 5px solid #CA0915;
}

.social_l ul li:nth-child(3) .social_more {
	border-bottom: 5px solid #00833E;
}

.social_l ul li:nth-child(4) .social_more {
	border-bottom: 5px solid #151760;
}

.social_r>h5 {
	font-size: 54px;
	color: #505050;
	font-weight: bold;
	text-align: right;

}

.social_r>h6 {
	font-size: 36px;
	font-family: Arial;
	font-weight: bold;
	color: #505050;
	line-height: 60px;
	opacity: 0.1;
	/* text-align: right; */
	padding-bottom: 60px; 
	 width: 120%;
	  margin-left: -53px;
}

.social_r>p {
	width: 387px;
	font-size: 24px;
	font-weight: 400;
	color: #666666;
	line-height: 36px;
	padding-bottom: 8px;
	text-align: justify;
	text-justify: distribute-all-lines;

}

.social_r_a1 {
	padding-top: 70px;
	padding-bottom: 38px;
}

.social_r_a1 p {
	font-size: 18px;
	color: #00833E;
}

.social_r_a1 img {
	width: 26px;
	height: 11px;
}

.social_r_a2 img {
	width: 220px;
	height: auto;
	margin-right: 20px;
	transition: all .25s ease-in;
	margin-top: 25px;
}

.social_r_a2 img:hover {
	transform: translateY(-8px);
}

.social_r_a3 {
	padding-bottom: 25px;
}

.social_r_a3 p {
	font-size: 18px;
	color: #00833E;
}

.social_r_a3 img {
	width: 26px;
	height: 11px;
}


/* 集团影像 */
.Group_wrap {
	padding-top: 187px;
}

.certify {
	position: relative;
	width: 1200px;
	margin: 0 auto
}

.certify .swiper-container {
	padding-bottom: 60px;
}

.certify .swiper-slide {
	width: 880px;
	height: 550px;
	position: relative;

}

.certify .swiper-slide a {
	display: block;
	width: 100%;
}

.certify .swiper-slide img {
	width: 100%;
	display: block;
}

.certify .swiper-slide a p {
	font-size: 36px;
	color: #666666;
	text-align: center;
	background: #fff;
	padding-top: 10px;

}


.certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

.certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

.certify .swiper-button-prev {
	left: 88px;
	width: 45px;
	height: 45px;
	background: #d2d5d8 url(2021_group3.png) no-repeat center;
	width: 60px;
	height: 54px;
	opacity: 0.5;
	border-radius: 20px 0px 20px 0px;

}

.certify .swiper-button-prev:hover {
	background: #d2d5d8 url(2021_group3.png) no-repeat center;
}

.certify .swiper-button-next {
	right: 88px;
	width: 45px;
	height: 45px;
	background: #d2d5d8 url(2021_more02.png) no-repeat center;
	width: 60px;
	height: 54px;
	border-radius: 20px 0px 20px 0px;
}

.certify .swiper-button-next:hover {
	background: #d2d5d8 url(2021_more02.png) no-repeat center;
}

.play_btn {
	position: absolute;
	width: 138px;
	height: 156px;

	opacity: 0.8;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/* 网上展厅 */
.hall {
	padding-top: 154px;
	  max-width: 1920px;
	   margin:  0 auto;
}

.hall>a>img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.join {
	padding: 70px 70px 0;
	box-sizing: border-box;
}

.join li {
	flex: 1;
}

.join li:nth-child(1) a img {
	width: 83px;
	height: 77px;
	padding-bottom: 22px;
}

.join li:nth-child(2) a img {
	width: 79px;
	height: 79px;
	padding-bottom: 20px;
}

.join li:nth-child(3) a img {
	width: 76px;
	height: 65px;
	padding-bottom: 32px;
}

.join li a p {
	color: #666;
	font-size: 24px;
	text-align: center;
}

.join li a:hover p {
	color: #00833E;
}

.join li a img {
	margin: 0 auto;
}

/* footer */
.footer {
	width: 100%;
	height: 357px;
	background: url(2021_footer_l.png) no-repeat center bottom;
	background-size: auto;
	margin-top: 14px;
	min-width: 1200px;
}

.fotter_main {
	padding-top: 152px;
}

.footer_top {
	/*padding-bottom: .4rem;*/
	padding-bottom: 20px;
}

.ft_top1 img {
	display: block;
	width: 168px;
	height: 62px;
	margin-right: 70px
}

.ft_top2 p,
.ft_top3 p {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	padding-right: 32px;
	padding-bottom: 17px;
}

.ft_top4 {
	border-bottom: 1px solid #fff;
	height: auto;
	height: 30px;
}

.ft_top4 img {
	width: 17px;
	height: 17px;
}

.ft_top4 p {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	padding-right:30px;
}

.ft_top5 {
	padding-left: 20px;
}

.ft_top5 img {
	width: 30px;
	height: auto;
	margin-left: 30px;
}

.footer_b {
	border-top: 1px solid rgba(255, 255, 255, .5);
	padding-top: 24px;
	text-align: center;
}

.footer_b p span {
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	opacity: 0.4;
	line-height: 24px;

}

.footer_b p {
	padding-bottom: 5px;
}

.footer_ba a {
	font-size: 18px;
	color: #fff;
	line-height: 24px;
	padding-top: 10px;
}

.footer_ba {
	padding-left: 55px;
}

/* 二微码 */
.wecat {
	position: relative;
	 display: block;
}

.app-qrcode {
	display: none;
	position: absolute;
	width: 130px;
	height: 130px;
	box-shadow: 0 0 6px rgba(14, 22, 30, .3);
	background: #fff;
	top: -145px;
	left: -25px;
}

.wecat:hover .app-qrcode {
	display: block;
}

.app-qrcode>img {
	width: 100%;
	margin-left: 0;
}

.app-qrcode:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 10px solid rgba(0, 0, 0, .3);
	top: 130px;
	left: 56px;
}

.app-qrcode:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 10px solid #fff;
	top: 129px;
	left: 57px;
}

/* 更多链接 */

.ft_top4 {
	position: relative;
}

.ft_top4 .sub_menu {
	display: none;
	position: absolute;
	left: 0;
	bottom: 22px;
	background: #fff;
	width: auto;
	min-width: 350px;
	z-index: 9999;
	padding-top: .3rem;
	box-shadow: 7px 7px 25px 0px rgba(220, 220, 220, 0.8);
}

.ft_top4 .sub_menu li a {
	margin-bottom: .3rem;
	display: block;
}

.ft_top4:hover .sub_menu {
	display: block;
}

.top4_a img {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.ft_top4:hover .top4_a img {

	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media screen and (min-width:1367px) and (max-width: 1560px) {

  .menu_list{
	   padding: 40px 0 30px;
  }
}

@media screen and (min-width:1200px) and (max-width: 1366px) {
	.gsdt_list{ height: 135px;}
	.gsdt_list_con p{ font-size: 13px; }
	.gsdt_list>a{ margin-right: 15px; margin-left: 0;}
	.gsdt_list>a:nth-child(4){ width: auto;}
	.estate_text>h6{ padding-bottom: 30px;}
	.estate_wrap{ padding-bottom: 0;}
	.estate_referral>a{  margin-top: 30px;}
	.i_menus{ bottom: 140px;}
	.estate_referral>p{
		overflow: hidden;
		  text-overflow: ellipsis;
		  display: -webkit-box;
		  -webkit-line-clamp: 4;
		  -webkit-box-orient: vertical;
	}
	.menu_list{
		   padding: 40px 0 20px;
	}
 
}