﻿@charset "utf-8";
html,body{
	margin: 0 auto;
	color: #333;
	font-size: 14px;
	line-height: 1.6;
}
/* *{box-sizing: border-box;} */
a,.slow{
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
.slowa{
	transition:all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}
.hidden{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;          /* for IE */
	-o-text-overflow: ellipsis;      /* for Opera */
	-icab-text-overflow: ellipsis;   /* for iCab */
	-khtml-text-overflow: ellipsis;  /* for Konqueror Safari */
	-moz-text-overflow: ellipsis;    /* for Firefox,mozilla */
	-webkit-text-overflow: ellipsis; /* for Safari,Swift*/
}
.hidd{
	overflow: hidden;
}
/* loading 样式 */
.loaderbg {
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999;
	position: fixed;
	left: 0;
	top: 0;
}
.loader {
	width: 2.5em;
	height: 2.5em;
	transform: rotate(165deg);
	z-index: 9999;
	position: fixed;
	top: calc(50% - 1.25em);
	left: calc(50% - 1.25em);
}
.loader:before, .loader:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 0.5em;
	height: 0.5em;
	border-radius: 0.25em;
	transform: translate(-50%, -50%);
}
.loader:before {
	animation: before 2s infinite;
}
.loader:after {
	animation: after 2s infinite;
}

@keyframes before {
  0% {
    width: 0.5em;
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
  35% {
    width: 2.5em;
    box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
  }
  70% {
    width: 0.5em;
    box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
  }
  100% {
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
}
@keyframes after {
  0% {
    height: 0.5em;
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
  35% {
    height: 2.5em;
    box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
  }
  70% {
    height: 0.5em;
    box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
  }
  100% {
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
}


.swiper-button-disabled{
	opacity: 0.6;
}
.bg_ff{background: #fff;}
.bg_fa{background: #fafafa;}
.bg_f7{background: #f7f7f7;}
.com_pad{padding-left:3.5%;padding-right:3.5%;max-width: 1600px;margin: 0 auto;}
.max-1200{max-width: 1200px;margin: 0 auto;}
.pad_08{padding: 0 8%;}
.float_l{float: left;}
.float_r{float: right;}
.t_cen{text-align: center;}
.f_bold{font-weight: bold;}
.f_up{text-transform: uppercase;}
.f_arial{font-family: arial;}
.c_fff{color: #fff;}
.c_000{color: #000;}
.c_333{color: #333;}
.c_666{color: #666;}
.c_999{color: #999;}
.c_1c3271{color: #1c3271;}
.c_ffb525{color: #ffb525;}
.c_1c-16{color: rgba(28,50,113,0.16);}
.c_1c-07{color: rgba(28,50,113,0.07);}
.c_ff-22{color: rgba(255,255,255,0.22);}


.l_h22{line-height: 2.2;}
.l_h2{line-height: 2;}
.l_h18{line-height: 1.8;}

.f_14{font-size: 14px;}
.f_15{font-size: 15px;}
.f_16{font-size: 16px;}
.f_18{font-size: 18px;}
.f_20{font-size: 20px;}
.f_22{font-size: 22px;}
.f_24{font-size: 24px;}
.f_26{font-size: 26px;}
.f_28{font-size: 28px;}
.f_30{font-size: 30px;}
.f_32{font-size: 32px;}
.f_34{font-size: 34px;}
.f_35{font-size: 35px;}
.f_36{font-size: 36px;}
.f_38{font-size: 38px;}
.f_40{font-size: 40px;}
.hidd1{overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.hidd2{overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.hidd3{overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.max100{max-width: 100%;display: inline-block;vertical-align: top;}
.w_100{width: 100%;display: inline-block;vertical-align: top;}
.flex{display: flex;flex-flow: wrap;}
.flex_align{align-items: center;}
.flex_between{justify-content: space-between;}
.flex_center{justify-content: center;}
.flex_column{flex-direction: column;}
.padt_15{padding-top: 1.5%;}
.padt_2{padding-top: 2%;}
.padt_25{padding-top: 2.5%;}
.padt_3{padding-top: 3%;}
.padt_35{padding-top: 3.5%;}
.padt_4{padding-top: 4%;}
.padt_45{padding-top: 4.5%;}
.padt_5{padding-top:5%;}
.padt_55{padding-top:5.5%;}
.padt_6{padding-top:6%;}
.padb_15{padding-bottom: 1.5%;}
.padb_2{padding-bottom: 2%;}
.padb_25{padding-bottom: 2.5%;}
.padb_3{padding-bottom: 3%;}
.padb_35{padding-bottom: 3.5%;}
.padb_4{padding-bottom: 4%;}
.padb_45{padding-bottom: 4.5%;}
.padb_5{padding-bottom: 5%;}
.padb_55{padding-bottom: 5.5%;}
.padb_6{padding-bottom: 6%;}

.imgs{
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 75%;
}
.imgs img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
}
.sllist li:hover .imgs img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

/*头部*/
#head{
	position: fixed;
	z-index: 1000;
	box-sizing: border-box;
	margin: 0 auto;
	top: 0;
	left: 0;
	width: 100%;
	background: #1c3271;
	transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	box-shadow:0 0 8px rgba(0,0,0,0.2);
}

#head .head_pc{
	height: 78px;
	position: relative;
}

#head .logo {
	-webkit-animation: fadeInLeft 1.5s ease-in-out backwards;
}
#head .head_r ,#head .head_ico{
	-webkit-animation: fadeInRight 1.5s ease-in-out backwards;
}
#head .logo a{
	display: block;
}
#head .logo img{
	height: 38px;
	display: block;
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}

#head .nav ul{
	font-size: 0;
}
#head .nav ul li{
	display:inline-block;
	position: relative;
	margin: 0 23px;
}
#head .nav ul li>a{
	display: block;
	font-size: 16px;
	padding:25px 10px;
	line-height:28px;
	white-space: nowrap;
	color: #d2d2d2;
	position: relative;
}
#head .nav ul li>a::after{
	position: absolute;
	z-index: 1;
	width: 0;
	height: 3px;
	transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1) 0s;
	bottom: 0;
	left: 50%;	
	overflow: hidden;
	content: '';
	background: #fff;
}
#head .nav ul li>a:hover ,#head .nav ul li.on>a ,#head .nav ul li>a.a_hv{
	color: #fff;
}
#head .nav ul li>a:hover::after,#head .nav ul li.on>a::after,#head .nav ul li>a.a_hv::after{
	width:100%;
	left: 0;
}

#head .nav .sub{
	position: absolute;
	z-index: 98;
	left: 0px;
	top: 78px;
	display: none;
	width:170%;
	-webkit-animation: navslow 0.4s ease-in backwards;
	background: rgba(255,255,255,0.9);
	padding: 10px 0;
}
#head .nav .sub.onn{
	display: block;
}
#head .nav .sub dt{
	display:block;
	position: relative;
}
#head .nav .sub dt a{
	color: #666;
	font-size: 15px;
	display: block;
	padding: 5px 5px 5px 15px;
	line-height: 30px;
}
#head .nav .sub dt a:hover{
	color: #132558;
	font-weight: bold;
}

#head .head_tel{
	line-height: 1.4;
	color: #f1f1f1;
	padding-left:30px;
} 
#head .head_tel p{
	color: #d2d2d2;
}


.head_m{
	display: none;
}

#main{
	overflow: hidden;
	margin: 0 auto;
	margin-top: 78px;
	max-width: 1920px;
}

.lx_com{
	
}
.lx_com .ul .ali{
	color: #fff;
	margin: 0 10px;
	border: 1px solid rgba(255,255,255,0.6);
	padding: 12px 15px 12px 12px;
}
.lx_com .ul .ico{
	width: 30px;
	height: 30px;
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.lx_com .ul .ico.ico1{
	background-image: url(../images/lx_ico1.png);
}
.lx_com .ul .ico.ico2{
	background-image: url(../images/lx_ico2.png);
}
.lx_com .ul .p{
	padding-left: 10px;
}
.lx_com .ul .ali:hover{
	border-color: #fff;
	transform: translateY(-5px);
	box-shadow: 0 3px 10px rgba(255,255,255,0.5);
}

.com_tt{
	font-size: 114px;
	line-height: 1;
	position: relative;
}
.com_tt.ab_tt{
	font-size: 66px;
	padding-left:25px;
}
.com_tt .h3{
	position: absolute;
	left: 0;
	bottom: 22px;
	width: 100%;
}
.com_tt.ab_tt .h3{
	bottom: 0;
}

/* 房源 */
.fylist ul{
	margin-left: -1.25%;
	margin-right: -1.25%;
}
.fylist ul li{
	float: left;
	width: 25%;
	padding: 1.25%;
	box-sizing: border-box;
}
.fylist ul li .padd{
	background: #fff;
}
.fylist ul li .imgs{
	display: block;
	padding-bottom: 67.567%;
}
.fylist ul li .hv{
	position: absolute;
	background: rgba(28,50,113,0.5);
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 0 4%;
	box-sizing: border-box;
}
.fylist ul li .hv span{
	padding-left: 6px;
}
.fylist ul li .pad{
	padding: 3% 6% 6%;
}
.fylist ul li .p{
	color: #666;
	border-top: 1px solid #e5e5e5;
	padding-top: 10px;
	margin-top: 10px;
	line-height: 24px;
	height: 48px;
}
.fylist ul li .m{
	padding-top: 15px;
}
.fylist ul li .m a{
	display: inline-block;
	line-height: 30px;
	padding: 0 28px;
	border-radius: 50px;
	background: #1c3271;
	color: #fff;
}
.fylist ul li:hover .padd{
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
	transform: translateY(-8px);
}
/* 热门项目 */
.rmxm_list .li a,.rmxm_list li a{
	display: block;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	padding-bottom: 10px;
}
.rmxm_list .li .imgs,.rmxm_list li .imgs{
	padding-bottom: 110.88%;
}
.rmxm_list .li .h3,.rmxm_list li .h3{
	padding-top: 10px;
}
.rmxm_list .li a:hover,.rmxm_list li a:hover{
	transform: translateY(-8px);
}

#foot{
	background: #0c1940;
	color: #fff;
}

#foot .f_logo{
	width:12.5% ;
}
#foot .f_logo img{
	max-width: 100%;
}
#foot .f_lx{
	width: 26.25%;
}
#foot .f_ewm{
	width: 21.875%;
}
#foot .f_ewm li{
	width: 31%;
	text-align: center;
}
#foot .f_ewm li img{
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
}
#foot .f_ewm li p{
	padding-top: 5px;
}
#foot .f_nav{
	width: 19.625%;
}
#foot .f_nav a{
	color: #c1c1c2;
}
#foot .f_nav dl{
	width:50%;
}
#foot .f_nav dl dt{
	padding-bottom: 5px;
}
#foot .f_nav dl dd{
	padding: 3px 0;
}
#foot .f_nav dt a{
	color: #fff;
}
#foot .f_nav a:hover{
	color: #fff;
}
#foot .f_cpr{
	border-top: 1px solid rgba(255,255,255,0.26);
	padding: 15px 0;
}
#foot .f_cpr,#foot .f_cpr a{
	color: #7a8093;
}
#foot .f_cpr a:hover{
	color: #fff;
}


.fade_cm{
	position: fixed;
	/*right: 0;*/
	right:-60px;
	top: 50%;
	margin-top: -175px;
	z-index: 999;
	transition: all 0.2s ease 0s;
}
.fade_cm:hover{
	right:0;
}
.fade_cm ul li:first-child a{
	border-radius: 5px 0 0 0;
}
.fade_cm ul li:last-child a{
	border-radius:0 0 0 5px;
}
.fade_cm a{
	width:70px;
	height:70px;
	display: block;
	background:#1c3271;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	padding-top: 10px;
}
.fade_cm li p{
	text-align: center;
	color: #fff;
	line-height: 1.2;
}
.fade_cm a:hover{
	background:#289978;
}
.fade_cm .tel_nb{
	position: absolute;
	right:80px;
	top: 0;
	display: none;
	padding: 16px 10px;
	box-sizing: border-box;
	background:#1c3271;
	color: #fff;
	height: 70px;
	line-height: 1.2;
	text-align: left;
	white-space: nowrap;
}
.fade_cm .tel_nb span{
	display: block;
}
.fade_cm .fade_wx{
	position: absolute;
	right:80px;
	bottom: 0;
	display: none;
	background: #fff;
	padding: 5px;
}
.fade_cm .fade_wx img{
	width: 100px;
	display: block;
}
.fade_cm a i{
	width: 100%;
	height: 30px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
}
.fade_cm a i.i1{
	background-image: url(../images/fade_ico1.png);
}
.fade_cm a i.i2{
	background-image: url(../images/fade_ico2.png);
}
.fade_cm a i.i3{
	background-image: url(../images/fade_ico3.png);
}
.fade_cm a i.i4{
	background-image: url(../images/fade_ico4.png);
}
.fade_cm a i.i5{
	background-image: url(../images/fade_ico5.png);
}


@-webkit-keyframes navslow {
    0% { 
		-webkit-transform: translate(0,10px); 
		opacity: 0; 
	}
    100% { 
		-webkit-transform: translate(0px,0px); 
		opacity: 1; 
	}
}




@media screen and (max-width:1600px ) {
	
	
}
@media screen and (max-width:1400px ) {
	.f_18{font-size: 17px;}
	.f_20{font-size:19px;}
	.f_22{font-size: 20px;}
	.f_24{font-size: 22px;}
	.f_26{font-size: 24px;}
	.f_28{font-size: 26px;}
	.f_30{font-size: 28px;}
	.f_32{font-size: 30px;}
	.f_34{font-size: 32px;}
	.f_35{font-size: 33px;}
	.f_36{font-size: 34px;}
	.f_38{font-size: 36px;}
	.f_40{font-size: 38px;}
	
	.com_tt{
		font-size: 100px;
	}
	.lx_com .ul .ico{
		width: 28px;
		height: 28px;
	}
	
}
@media screen and (max-width:1280px ) {
	.f_14{font-size: 13px;}
	.f_15{font-size: 14px;}
	.f_16{font-size: 14px;}
	.f_18{font-size: 15px;}
	.f_20{font-size:17px;}
	.f_22{font-size: 18px;}
	.f_24{font-size: 20px;}
	.f_26{font-size: 22px;}
	.f_28{font-size: 24px;}
	.f_30{font-size: 26px;}
	.f_32{font-size: 28px;}
	.f_34{font-size: 30px;}
	.f_35{font-size: 31px;}
	.f_36{font-size: 32px;}
	.f_38{font-size: 34px;}
	.f_40{font-size: 36px;}
	#head .nav ul li{
		margin: 0 18px;
	}
	#head .head_tel{
		display: none;
	}
	.com_tt {
	    font-size: 88px;
	}
	.com_tt.ab_tt{
		font-size: 54px;
	}
	.lx_com .ul .ico{
		width: 26px;
		height: 26px;
	}
}

@media screen and (max-width:1024px ) {
	.f_14{font-size: 12px;}
	.f_15{font-size: 13px;}
	.f_16{font-size: 13px;}
	.f_18{font-size: 14px;}
	.f_20{font-size:16px;}
	.f_22{font-size: 17px;}
	.f_24{font-size: 18px;}
	.f_26{font-size: 20px;}
	.f_28{font-size: 22px;}
	.f_30{font-size: 24px;}
	.f_32{font-size: 25px;}
	.f_34{font-size: 26px;}
	.f_35{font-size: 27px;}
	.f_36{font-size: 28px;}
	.f_38{font-size: 30px;}
	.f_40{font-size: 32px;}
	.com_tt{
	    font-size: 70px;
	}
	#head .head_pc{
		display: none;
	}
	.com_tt .h3{
		bottom: 15px;
	}
	#head .head_m{
		display: block;
		height: 52px;
		position: relative;
	}
	#head .head_m .logo{
		left: 3.5%;
		top: 13px;
		position: absolute;
	}
	#head .head_m .logo img{
		height:26px;
	}
	#head .head_m .head_ico{
		position: absolute;
		right:2.5%;
		top: 5px;
		width: 40px;
		height: 40px;
		cursor: pointer;
		z-index: 99;
	}
	#head .head_m .head_ico span{
		position: absolute;
		top: 19px;
		left: 6px;
		width: 28px;
		height: 2px;
		background: #fff;
		-webkit-transition: all 300ms;
		transition: all 300ms;
	}
	#head .head_m .head_ico span:after, #head .head_m .head_ico span:before {
		content: '\20';
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background:#fff;
		-webkit-transition: all 300ms;
		transition: all 300ms;
	}
	#head .head_m .head_ico span:before{
		top: -8px;
	}
	#head .head_m .head_ico span:after{
		bottom: -8px;
	}
	.body-nav #head .head_m .head_ico span {
		background:none;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.body-nav #head .head_m .head_ico span:before{
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		left: 0;
		top: 0;
	}
	.body-nav #head .head_m .head_ico span:after{
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		left: 0;
		bottom: 0;
	}
	
	#head .head_m .page-navigation{
		display: none;
		z-index:9999;
		top:52px;
		overflow-y: auto;
		position: fixed;
		max-height: calc(100% - 52px);
		left: 0px;
		width: 100%;
		background:#fff;
	}
	#head .head_m .nav_pad{
		padding: 30px 10%;	
	}
	#head .head_m .nav_pad li{
		position: relative;
		-webkit-animation-duration: 0.5s;
		animation-duration: 0.5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: returnToNormal;
		animation-name: returnToNormal;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		border-bottom: 1px solid #dedede;
	}
	#head .head_m .page-navigation a{
		line-height:40px;
		padding: 5px 15px;
		font-size:16px;
		color:#333;
		display: block;
		text-align: center;
	}
	#head .head_m .page-navigation .sub{
		display: none;
		padding: 5px 10%;
	}
	#head .head_m .page-navigation .sub a{
		line-height: 28px;
		font-size:14px;
		color: #666;
	}
	.body-nav #head .page-navigation{
		height: 100%;
	}
	#main{
		margin-top: 52px;
	}
	.fylist ul li{
		width: 33.3333%;
	}
	.lx_com .ul .ico{
		width: 22px;
		height: 22px;
	}
}


@media screen and (max-width:800px ) {
	.f_20{font-size:15px;}
	.f_22{font-size: 16px;}
	.f_24{font-size: 17px;}
	.f_26{font-size: 18px;}
	.f_28{font-size: 20px;}
	.f_30{font-size: 21px;}
	.f_32{font-size: 22px;}
	.f_34{font-size: 24px;}
	.f_35{font-size: 25px;}
	.f_36{font-size: 26px;}
	.f_38{font-size: 28px;}
	.f_40{font-size: 30px;}
	
	.fade_cm{
		display: none;
	}
	.com_tt{
		font-size:56px;
	}
	.com_tt.ab_tt{
		font-size: 40px;
	}
	.com_tt .h3 {
	    bottom: 12px;
	}
	.lx_com .ul .ico{
		width: 20px;
		height: 20px;
	}
}
@media screen and (max-width:600px ) {
	.f_14{font-size: 12px;}
	.f_15{font-size: 12px;}
	.f_22{font-size: 15px;}
	.f_24{font-size: 16px;}
	.f_26{font-size: 17px;}
	.f_28{font-size: 18px;}
	.f_30{font-size: 19px;}
	.f_32{font-size: 20px;}
	.f_34{font-size: 22px;}
	.f_35{font-size: 23px;}
	.f_36{font-size: 24px;}
	.f_38{font-size: 26px;}
	.f_40{font-size: 28px;}
	.com_tt{
		font-size: 42px;
		padding-top: 4%;
	}
	.com_tt.ab_tt {
	    font-size: 35px;
	}
	.com_tt .h3{
		bottom: 10px;
	}
	.lx_com .ul{
		flex-direction: column;
		align-items: center;
	}
	.lx_com .ul .ali{
		margin: 10px 0;
		padding: 8px 15px 8px 12px;
	}
	.fylist ul li{
		width:50%;
		padding: 2% 1.25%;
	}
	.fylist ul li .padd,.fylist ul li:hover .padd{
		box-shadow: 0 3px 8px rgba(0,0,0,0.1);
		transform: translateY(0);
	}
	.fylist ul li .m a{
		line-height: 26px;
		padding: 0 20px;
	}
	.rmxm_list .li a:hover,.rmxm_list li a:hover{
		transform: translateY(0px);
	}
	#foot .f_logo,#foot .f_nav{
		display: none;
	}
	#foot .f_lx{
		width: 100%;
		padding-top: 5px;
	}
	#foot .f_ewm{
		width: 60%;
		padding-top: 15px;
	}
	
}


@-webkit-keyframes returnToNormal {
  0%{
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
  }
  100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
@keyframes returnToNormal {
  0%{
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
  }
  100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}

.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{ float: none !important;}
.bdfx_comm{ overflow: hidden; padding-bottom: 3%;}
.bdfx_comm .bdsharebuttonbox { float: right;}




.gover_title{ padding: 1% 0; display: flex; align-items: center;}
.gover_left{ width: 4.5em; flex: 0 0 auto; white-space: nowrap;}
.gover_title > .line{ flex: 1; border-top: 2px solid #c8c8c8; font-size: 0;}
.gover_content{ display: flex; line-height: 2.5;}
.gover_content img{ max-width: 100% !important; height: auto !important;}
.gover_content + .gover_title{ margin-top: 1%;}
@media screen and (max-width:960px) {
.gover_content .gover_left{ width: 0; display: none;}
}