.loc{
	width: 100%;
	height: 70px;
	background-color: #f7f7f7;
}
.loc .box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.loc .slide{
	display: flex;
	flex-wrap: wrap;
}
.loc .slide div{
	width: 140px;
	height: 70px;
	
	color: #666666;
	font-size: 18px;
	text-align: center;
	line-height: 70px;
}
.loc .slide .active{
	background-color: #1058c4;
	color: white;
	position: relative;
}
.loc .slide .active::before{
	content: '';
	background: url('../img/多边形.png');
	background-size: 14px 8px;
	width: 14px;
	height: 8px;
	position: absolute;
	left: 60px;
	bottom: -8px;
}
.loc .location span{
	color: #1058c4;
}
.content{
	color: #333333;
	font-size: 18px;
	line-height: 2;
	
	margin: 40px auto;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 80px;
}
.zizhi{
	color: #333333;
	font-size: 18px;
	line-height: 2;
	
	margin: 40px auto;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 80px;
	overflow: hidden;
}

.zizhi .li{
	width: 410px;
	height: 360px;
	float: left;
	margin-right: 35px;
	margin-top: 20px;
}
.zizhi .li:nth-child(3n){
	margin-right: 0;
}
.zizhi .li .img{
	width: 100%;
	height: 300px;
	border: 2px solid #dddddd;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
.zizhi .li .img img{
	width: 100%;
	height: 274px;
	
}
.zizhi .li .name{
	width: 100%;
	height: 60px;
	color: black;
	line-height: 60px;
	text-align: center;
}
.zizhi .li:hover .img{
	border: 2px solid #1058c4;
}
.zizhi .li:hover .name{
	background-color: #1058c4;
	color: white;
}


.xxlist{
	display: flex;
	justify-content: space-between;
}
.xxlist .mainlist{
	width: 940px;
}
.xxlist .mainlist .li{
	width: 100%;
	height: 180px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0;
	border-bottom: 1px solid #eeeeee;
	margin: 10px 0;
	
}
.xxlist .mainlist .li img{
	width: 288px;
	height: 180px;
}
.xxlist .mainlist .li .xx{
	width: 616px;
	color: #999999;
	font-size: 16px;
	height: 170px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}
.xxlist .mainlist .li .xx .title{
	color: #222222;
	font-size: 20px;
	
	
}
.xxlist .mainlist .li .xx  .msg{
	
	overflow: hidden;
	
	text-overflow: ellipsis;
	
	display: -webkit-box;
	
	-webkit-line-clamp: 3;
	
	-webkit-box-orient: vertical;
}

.xxlist .tuij{
	width: 296px;
	margin-top: 60px;
}

.xxlist .tuij .search{
	width: 296px;
	height: 44px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #dddddd;
}
.xxlist .tuij .search input{
	width: 240px;
	height: 40px;
	border: none;
	text-indent: 10px;
	font-size: 18px;
}
.xxlist .tuij .search .img{
	width: 54px;
	height: 44px;
	background-color: #1058c4;
	display: flex;
	justify-content: center;
	align-items: center;
}
.xxlist .tuij .search .img img{
	width: 20px;
	height: 20px;
}
.tjtit{
	font-size: 18px;
	color: #222222;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #eeeeee;
}
.tj_li{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}
.tj_li img{
	width: 110px;
	height: 70px;
}
.tj_li .tjmain{
	width: 160px;
	height: 70px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: flex-start;
}
.tj_li .tjmain .tit{
	font-size: 16px;
	color: #222222;
	overflow: hidden;
	
	text-overflow: ellipsis;
	
	display: -webkit-box;
	
	-webkit-line-clamp: 2;
	
	-webkit-box-orient: vertical;
}
.tj_li .tjmain .time{
	font-size: 16px;
	color: #999999;
}

.xq{
	color: #333333;
	line-height: 1.8;
	padding: 30px 0;
}
.xq .title{
	font-size: 30px;
	text-align: center;
}
.xq .message{
	font-size: 16px;
	color: #999999;
	text-align: center;
	margin: 30px;
}
.xq .zhaiy{
	font-size: 16px;
	color: #666666;
	width: 100%;
	background-color: #f7f7f7;
	padding: 24px 30px;
}
.xq .zhaiy span{
	color: #da251c;
}
.xq .conts{
	margin-top: 40px;
	font-size: 18px;
}
.nextpage{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 60px auto;
}
.nextpage div{
	width: 620px;
	height: 70px;
	background-color: #efefef;
	padding: 0 30px;
	box-sizing: border-box;
	color: #333333;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nextpage img{
	width: 48px;
	height: 6px;
}
.nextpage div:nth-child(2) img{
	transform:rotate(180deg);
}
.nextpage div span{
	width: 445px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.nextpage .active{
	background-color: #1058c4;
	color: white;
}

.contact{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 100px auto;
}
.contact .infos{
	width: 660px;
}
.contact .map{
	width: 620px;
	height: 400px;
	
}
.contact .infos .li{
	width: 100%;
	display: flex;
	justify-content: flex-start;
}
.contact .infos .li img{
	width: 86px;
	height: 88px;
	margin-right: 20px;
}
.contact .infos .li .column{
	width: 500px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	color: #222222;
	line-height: 1.8;
}
.contact .infos .li .column span:nth-child(1){
	font-size: 16px
}
.contact .infos .li .column span:nth-child(2){
	font-size: 22px;
}

.maintitle{
	text-align: center;
	font-size: 30px;
	color: #464646;
	font-weight: bold;
}
.form .fli{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}
.form .fli div{
	background-color: #f4f4f4;
	width: 610px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 45px;
	box-sizing: border-box;
}
.form .fli div input{
	width: 100%;
	height: 100%;
	color: #666666;
	font-size: 16px;
	border: none;
	background-color: #f4f4f4;
	
}
.form textarea{
	width: 100%;
	height: 180px;
	margin-top: 30px;
	color: #666666;
	font-size: 16px;
	padding: 20px 30px;
	box-sizing: border-box;
	border: none;
	background-color: #f4f4f4;
}
.form .submit{
	width: 260px;
	height: 60px;
	background-color: #1058c4;
	color: white;
	font-size: 18px;
	text-align: center;
	line-height: 60px;
	margin: 60px auto;
}

.gwlist{
	border: 1px solid #dddddd;
	padding: 35px 50px;
	box-sizing: border-box;
	margin-top: 40px;
}
.gwlist .bet{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.gwlist .bet .l{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.gwlist .bet .l .title{
	font-size: 20px;
	color: #222222;
	
}
.gwlist .bet .l .bz{
	font-size: 14px;
	color: #666666;
	margin: 10px 0;
}
.gwlist .bet .l .bz .bq{
	color: #1058c4;
	padding: 2px 20px;
	border-radius: 15px;
	background-color: #ecf1ff;
	border: 1px solid #2768ca;
	font-weight: bold;
	margin-right: 20px;
}
.gwlist .bet .l .bz .bq2{
	color: #999999;
	background-color: #ecf1ff;
	border: 1px solid #999999;
}
.gwlist .bet .r{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	color: #666666;
	font-size: 14px
}
.gwlist .bet .r div:nth-child(1){
	font-size: 32px;
	color: #1058c4;
	font-weight: bold;
}

.gwlist .gwli{
	overflow: hidden;
	padding-bottom: 30px;
}
.gwlist .gwli .li{
	width: 25%;
	float: left;
	color: #222222;
	font-size: 16px;
	margin-top: 30px;
	cursor: pointer;
}
.gwlist .gwli .li div{
	width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pagebox{
	border: 1px solid #f1ebeb;
	padding: 40px;
	box-sizing: border-box;
	margin: 40px auto;
}
.pagebox .t{
	display: flex;
	width: 100%;
	justify-content: space-between;
	border-bottom: 1px solid #f1ebeb;
	padding-bottom: 30px;
	
}
.pagebox .t .l{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.pagebox .t .l .title{
	font-size: 20px;
	color: #222222;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 10px;
}
.pagebox .t .l .title span{
	color: #d70c18;
	margin-left: 20px;
}
.pagebox .t .l .bq{
	color: #1058c4;
	padding: 2px 20px;
	border-radius: 15px;
	background-color: #ecf1ff;
	border: 1px solid #2768ca;
	font-weight: bold;
	margin-right: 20px;
	font-size:14px;
}
.pagebox .t .r{
	display: flex;
	align-items: center;
}
.pagebox .t .r div{
	background-color: #1058c4;
	color: white;
	padding: 6px 20px;
	border-radius: 15px;
	font-size: 18px;
}
.shijian{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 20px 0;
	color: #666666;
}
.shijian img{
	margin-right: 10px;
}
.description{
	width: 100%;
	color: #222222;
	font-size: 18px;
	padding: 10px 0;
}
.description .tit{
	position:relative;
	padding-left: 20px;
	margin: 10px 0;
	margin-left: 20px;
}
.description .tit::before{
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 4px;
	height: 18px;
	background-color: #1058c4;
}
.description .xq{
	border-top: 5px solid #1058c4;
}

.pagebox .submit{
	width: 190px;
	height: 56px;
	border-radius: 28px;
	background-color: #1058c4;
	font-size: 18px;
	color: white;
	line-height: 56px;
	text-align: center;
	margin: 0 auto;
}

.pagebox .mtitle{
	font-size: 18px;
	color: #222222;
	font-weight: bold;
	margin-bottom: 40px;
}
.pagebox .d1 .ava{
	width: 104px;
	height: 104px;
	border-radius: 50%;
}
.pagebox .d1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	    padding-right: 270px;
		margin-bottom: 60px;
}
.pagebox .d1 .z_hao{
	width: 810px;
	display: flex;
	flex-direction: column;
}
.pagebox .d1 .z_hao .li{
	display: flex;
	align-items: center;
	color: #222222;
	font-size: 16px;
	height: 46px;
}
.pagebox .d1 .z_hao .li:nth-child(2){
	margin-top: 30px;
}
.pagebox .d1 .z_hao .li .label{
	width: 106px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.pagebox .d1 .z_hao .li .inp{
	width: 680px;
	background-color: #f1f5fa;
	height: 46px;
	display: flex;
	align-items: center;
	padding: 0 30px;
	box-sizing: border-box;
	margin-left: 20px;
	
}
.pagebox .d1 .z_hao .li .inp input{
	width: 100%;
	height: 40px;
	border: none;
	background-color: #f1f5fa;
}

.pagebox .bmnavs{
	border-bottom: 1px solid #dddddd;
	overflow: hidden;
}
.pagebox .bmnavs .nav{
	color: #666666;
	font-size: 16px;
	float: left;
	border-bottom: 4px solid white;
	width: 80px;
	text-align: center;
	padding-bottom: 16px;
}
.pagebox .bmnavs .active{
	border-bottom: 4px solid #1058c4;
	color: #1058c4;
}
.pagebox .bmlist{
	width: 100%;
	height: 108px;
	padding: 25px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #eeeeee;
	margin-top: 30px;
}
.pagebox .bmlist:hover{
	border: 1px solid #2768ca;
}
.pagebox .bmlist .l,.pagebox .bmlist .r{
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}
.pagebox .bmlist .l .bmtitle{
	color: #222222;
	font-size: 20px;
	font-weight: bold;
}
.pagebox .bmlist .l .bmprice{
	color: #d70c18;
	font-size: 20px;
	font-weight: bold;
	margin-left: 50px;
}
.pagebox .bmlist .l .bmmsg{
	color: #666666;
	font-size: 16px;
}
.pagebox .bmlist .r .bmtype{
	color: #37aa98;
	font-size: 20px;
	font-weight: bold;
}
.pagebox .bmlist .r .bmxq{
	color: #666666;
	font-size: 16px;
	text-decoration: underline;
}
.bmxq_list{
	width: 1168px;
	margin: 0 auto;
	padding: 60px 30px;
	box-sizing: border-box;
	background: url('../img/bmxqbg.png');
	background-size: 100% 100%;
	overflow: hidden;
}
.bmxq_list .bmli{
	width: 330px;
	height: 200px;
	background-color: white;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	padding: 24px 0;
	box-sizing: border-box;
	margin-right: 58px;
	border-radius: 20px;
	margin-bottom: 44px;
	float: left;
}
.bmxq_list .bmli:nth-child(3n){
	margin-right: 0;
}
.bmxq_list .bmli span{
	width: 33px;
	height: 33px;
	text-align: center;
	line-height: 33px;
	color: white;
	font-size: 20px;
	background-color: #79a5e8;
	border-radius: 50%;
	display: block;
	font-weight: 0;
	margin-right: 10px;
}
.bmxq_list .bmli div:nth-child(1){
	color: #222222;
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	margin-bottom: 10px;
}
.bmxq_list .bmli div:nth-child(2),.bmxq_list .bmli div:nth-child(3){
	color: #999999;
	font-size: 16px;
}
.bmxq_list .bmli div:nth-child(4){
	height: 34px;
	background-color: #ff8a57;
	line-height: 34px;
	font-size: 16px;
	color: white;
	padding: 0 50px;
	border-radius: 17px;
	margin-top: 10px;
}
