sanjiao{
	border-top-color: #777777;
}
.loac{
	font-size: 14px;
	margin-top: 100px;
	padding-left: 18px;
	height: 47px;
	line-height: 47px;
	box-sizing: border-box;
}
body{
	background: white;
}
nav .nav-list  a{
	color: #777777;
}
/*咨询的style*/
.advisory{
	padding-top: 40px;
}
.func>div{
	height: 110px;
	margin-bottom: 60px;
}
.func>div:last-child{
	margin-bottom: 0;
}
.func>div>img:first-child{
	border-right: 1px solid #e2e2e2;
	padding-right: 30px;
	margin-right: 20px;
	padding-top: 10px;
}
.co{
	font-size: 16px;
}
.co>.fl{
	line-height: 38px;
}
.hotline .fl p:nth-child(1){
	font-size: 16px;
    line-height: 75px;
}
.hotline .fl p:nth-child(2){
	font-size: 30px;
	line-height: 0px;
	color: #00b7ee;
}
.weixin .text{
	font-size: 16px;
	margin-top: 30px;
}
.weixin .pic-weixin{
    width: 125px;
	margin-left: 17px;
}
.map{
	width: 592px;
	height: 443px;

}
#container{
	height:100%
} 
.advisory-footer{
	margin-top: 80px;
}
 /*question 的style*/
.question .card>ul{
	width: 770px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-around;
}
.question .card>ul>li{
	padding: 8px 20px;
	color: #3D3D3D;
	font-size: 14px;
	border-radius: 15px;
	background: #efefef;
	cursor: pointer;
}
.question .card>ul>li.active{
	color: white;
	background: #F39915;
}
.question .card>ul>li:hover{
	background: #F39915;
	color: white;
}
.question .cont{
	min-height: 350px;
}
.question .cont .lv2{
	border: 1px solid #fdecc9;
	display: none;
}
.question .cont .lv2.active{
	display: block;
}
.question .cont .lv2>div>p ,.question .cont .lv2>div>div{
	border-bottom: 1px solid #fdecc9;
}
.question .cont .lv2 .qu{
	background: #fffefb;
	padding: 14px 20px;
	font-size: 16px;
	cursor: pointer;
}
.question .cont .lv2 .qu img{
	width: 30px;
    top: 10px;
    right: 20px;
    transition: 0.8s;
}
.question .cont .lv2 .qu.active{
	background: #fdecc9;
	color: #F39915;
}
.question .cont .lv2 .qu.active img{
	transform: rotateZ(450deg);
}
.question .cont .lv2 .an{
	padding: 20px 20px;
	display: none;
	background: white;
}

.title_1{
	text-align: center;
	font-size: 34px;
	color: #222222;
	padding-top: 30px;
}
.title_2{
	text-align: center;
	font-size: 14px;
	color: #777777;
}
#ques{
	padding-bottom: 40px;
}
#advisory{
	background: #F7F7F7;
	padding-bottom: 40px ;
}
footer{
	background: #F7F7F7;
}
