.zz{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: #000;
	opacity: 0.5;
}
.tc-content{
	position: fixed;
	top: calc(50% - 150px);
	left: calc(50% - 150px);
	z-index: 1001;
}
.tc-content h1{
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.tc img{
	width: 300px;
	height: 300px;
}

.fuchuang{
	position: fixed;
	top: 54%;
	left: 6px;
	z-index: 999;
	color: #fff;
	
	width: 200px;
	height: 300px;
	border-radius: 4px;
	display: none;
	transform: translateX(0) translateY(-50%);
}
.f-content{
	padding: 0.5rem;
	background:#4f585c;
}
.f-text{
	font-size: 16px;
	margin: 10px 0;
	text-align: center;
}
.txt{
	/*border-top: 1px solid #fff;*/
}
.txt p{
	font-size: 14px;
	padding: 2px 0;
}
.cha{
	position: absolute;
	right: 5px;
	cursor: pointer;
}
/*SEO- 城市百科*/
.city_wiki,.city_hot,.our_news{
	width: calc(33.33% - 1rem);
    float: left;
}
.city_wiki H4,.city_hot H4,.our_news H4{
    font-size: large;
    line-height: 2.5;
    background: url(/static/images/yanglei/h4_bg.png) right bottom no-repeat;
    margin-bottom: 1rem;
    color: #FF5722;
}
.city_hot a:link, .our_news a:link, .city_wiki p {
    font-size: 14px;
    line-height: 2;
}
.city_hot,.our_news{
    padding-left: 1rem;
}
.city_wiki p{
    text-indent: 2rem;
    color: #666;
    height: 18rem;
    overflow-y: scroll;
}
/* 定义滚动条样式 */
.city_wiki p::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: rgba(240, 240, 240, 1);
}
  
/*定义滚动条轨道 内阴影+圆角*/
.city_wiki p::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
  border-radius: 10px;
  background-color: rgba(240, 240, 240, .5);
}
  
/*定义滑块 内阴影+圆角*/
.city_wiki p::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
  background-color: rgba(240, 240, 240, .5);
}
/*客户评价*/
.owl-item {
    float: left;
    width: 25%;
}
/*客户评价三角形*/
.tmain:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    margin-left: 30px;
    margin-top: 30px;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
}
/*头像*/
.index-news .img img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}
/*昵称*/
.index-news .img span.more {
    line-height: 64px;
}
ad{
    font-size: smaller;
    border: 1px solid #666;
    border-radius: 4px;
    margin-right: 1rem;
    padding: 2px;
}

/*常见问题*/
.faq{
    width: 100%;
    clear: both;
    margin-top: 4rem;
    display: inline-block;
}
.faq ul{
	/*padding: 1rem 0;*/
}
.faq li {
	display: inline-block;
    /* background: #efefef; */
    line-height: 1.2rem;
    padding: 0 0.5rem;
    margin: 4px 0;
}
.faq li:nth-child(1) {
	float: left;
    margin-right: 18px;
    color: #ff552e;
    font-size: 14px;
    font-weight: 600;
}
.faq li a{
	font-size: 14px;
    color: #333;
}
/*手机版底部咨询电话直接拨打*/
.mobilefooter{
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: hsla(0,0%,100%,.95);
    height: 50px;
    z-index: 1;
}
.mobilefooter a:visited{
    text-decoration: none;
    color:#FFF;
}
.footer_contract_icon{
    position: relative;
    z-index: 10;
    line-height: 50px;
    text-align: center;
    background: #e4393c;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    display: block;
    width: calc(50% - 1px);
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    /* margin-left: 2px; */
    
}
#btn-qq{
    float: left;
    background: linear-gradient(to right,#C552EB,#A10CEB) !important;
}
#btn-tel{
    float: left;
    margin-left:2px;
    background: linear-gradient(to right,#FF5974,#FF0D0D) !important;
}
/***/
