.fiexd-nav{
	display: none;
}
.nav-top{
	border-bottom: 2px solid #ff6000;
	box-sizing: border-box;
}

/* 内容区 */
.content{
	width: 1200px;
	margin: 20px auto 0;
}

.topnav{
	font-size: 14px;
	color: #666;
}
.topnav a{
	font-size: 14px;
	color: #666;
}


/* 筛选 */
.fws-sx{
	margin-top: 20px;
	background: #fff;
	padding: 0 30px;
}
.fws-sx>div{
	border-bottom: 1px solid #eeeeee;
}
.fws-sx>div span{
	display: block;
	line-height: 45px;
	font-size: 12px;
	color: #666;
}
.fws-sx>div ul li a{
	display: block;
	margin-left: 35px;
	line-height: 45px;
	font-size: 12px;
	color: #333;
}
.fws-sx>div ul li:hover a{
	color: #FF6000;
}
.fws-sx>div ul li.sx-active a{
	color: #ff6000;
}
.fws-sx>div ul{
	width: 1070px;
}
.fws-sx>div:last-child{
	border-bottom: 0;
}



/* 列表左侧 */
.list-box .list-l{
	width: 890px;
}
.list li{
	/* height: 140px; */
	box-sizing: border-box;
	margin-top: 20px;
	background: #fff;
	padding: 20px 30px;
	position: relative;
}
.list li>a img{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: block;
	margin-right: 25px;
	border: 1px solid #e2e2e2;
	box-sizing: border-box;
}
.list li>div{
	padding-top: 10px;
	width: 705px;
}
.list li>div h3 a{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	display: block;
	line-height: 20px;
	margin-right: 10px;
}
.list li>div h3:hover a{
	color: #ff6000;
}
.list li>div h3 img{
	width: 17px;
	height: 17px;
	margin-top: 3px;
}


.list li>div .bieming{
	font-size: 20px;
	color: #333;
	display: block;
}

.list li>div .name{
	font-size: 14px;
	margin-left: 10px;
	font-weight: normal;
	margin-top: 10px;
}

.list li>div .anli-num p{
	font-size: 14px;
	margin-top: 5px;
	color: #666;
	margin-right: 20px;
}
.list li>div .anli-num p span{
	color: #ff6000;
}
.list li>div  .dz{
	font-size: 14px;
	color: #666;
	background: url(/static/home/images/img/dw1.png) left center no-repeat;
	padding-left: 17px;
	background-size: 11px 13px;
	margin-top: 10px;
}
.list li>div .pic a{
	width: 225px;
	/* height: 150px; */
	margin-right: 15px;
	margin-top: 20px;
}
.list li>div .pic p{
	font-size: 14px;
	color: #666;
	margin-top: 5px;
}
.list li>div .pic img{
	width: 225px;
	height: 150px;
	/* margin-right: 15px;
	margin-top: 20px; */
}
.list li>div .pic a:nth-child(3n){
	margin-right: 0;
}
.list li .mfyy{
	position: absolute;
	width: 130px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	display: block;
	background: #ff6000;
	color: #fff;
	font-size: 16px;
	top: 50px;
	right: 30px;
}



/* 列表右侧 */
.list-box .list-r{
	width: 280px;
}

.fws-liuy{
	margin-top: 20px;
	padding: 35px 30px 20px;
	background: #e7dbc5;
}
.fws-liuy h3{
	font-size: 24px;
	color: #81632b;
	text-align: center;
	margin-bottom: 25px;
}
.fws-liuy input[type="text"]{
	display: block;
	width: 100%;
	height: 42px;
	padding-left: 15px;
	font-size: 14px;
	color: #999999;
	background: #fff;
	border-radius: 3px;
	margin: 13px auto 0;
	box-sizing: border-box;
}
.fws-liuy>div{
	position: relative;
}
.fws-liuy>div img{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 22px;
}
.fws-liuy select{
	display: block;
	width: 100%;
	height: 42px;
	padding-left: 15px;
	font-size: 14px;
	color: #717171;
	background: #fff;
	border-radius: 3px;
	margin: 13px auto 0;
	box-sizing: border-box;
}

.fws-liuy button{
	cursor: pointer;
	width: 100%;
	height: 49px;
	font-size: 20px;
	color: #fff;
	background: #ff6000;
	margin: 22px auto 0;
}


/* 我们的服务 */
.fws-fw{
	padding: 20px;
	background: #fff;
	margin-top: 20px;
}
.fws-fw>p{
	font-size: 18px;
	color: #333;
}
.fws-fw ul li{
	margin-top: 35px;
}
.fws-fw ul li img{
	width: 55px;
	height: 55px;
	display: block;
	margin-right: 13px;
}
.fws-fw ul li div{
	width: 140px;
}
.fws-fw ul li div span{
	font-size: 16px;
	color: #333;
}
.fws-fw ul li div p{
	font-size: 12px;
	line-height: 18px;
	color: #999999;
	margin-top: 2px;
}
/* 内容区 end*/






/* 弹框 */
.liuy-box{
	display: none;
	position: fixed;
	width: 400px;
	background: #fff;
	z-index: 1111;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 300px;
}
.liuy-box>h4{
	height: 40px;
	background: #ff6000;
}
.liuy-box>h4 p{
	line-height: 40px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding-left: 20px;
}
.liuy-box>h4>a img{
	width: 20px;
	margin-top: 10px;
	height: 20px;
	margin-right: 20px;
}
.liuy-box ul li{
	margin-top: 20px;
}
.liuy-box ul li p{
	text-align: right;
    font-size: 14px;
    color: #5a5657;
    line-height: 34px;
    width: 80px;
    margin-right: 5px;
}
.liuy-box ul li p span{
	color: #ff0101;
}
.liuy-box ul li input[type="text"]{
	border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 32px;
    width: 230px;
    padding: 0 10px;
}
.liuy-box ul li textarea{
	width: 230px;
    height: 32px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
    resize: none;
	overflow-x: hidden;
	overflow-y: auto;
}


.liuy-box button{
	display: block;
    width: 230px;
    height: 32px;
    background: #ed6c00;
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    margin: 20px auto 0;
}


.liuy-bg{
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.3);
	width: 100%;
	height: 100%;
	display: none;
	z-index: 1110;
}






/* 分页 */
.pagination{
	width: 392px;
	margin: 50px auto 70px;
}
.pagination ul{
	width: 100%;
	display: flex;
	/* justify-content: space-between; */
	margin: 0 auto;
}
.pagination ul li{
	background: #fff;
}
.pagination ul li span{
	display: block;
	width: 42px;
	font-size: 16px;
	color: #939393;
	height: 42px;
	text-align: center;
	line-height: 42px;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
}
.pagination ul li.page-l span{
	background: url(/static/home/images/img/page-l.png) no-repeat center;
	background-size: 8px 14px;
}
.pagination ul li.page-r span{
	background: url(/static/home/images/img/page-r.png) no-repeat center;
	background-size: 8px 14px;
}
.pagination ul li span.clecked{
	background: #ff6000;
	border-color: #ff6000;
	color: #fff;
}



/* 留言1230 */
.fws-liuy{
	background: #fff;
	padding: 15px 12px 10px;
}
.fws-liuy h4{
	font-size: 21px;
	color: #ff6000;
	text-align: center;
	font-weight: bold;
}
.fws-liuy form>p{
	font-size: 14px;
	color: #1e1e1e;
	text-align: center;
	margin-top: 7px;
}

.computedTy{
	width: 100%;
	background: url(/static/home/images/img/jisuan-bg.png) no-repeat;
	height: 45px;
	background-size:100% 100%;
}


.right-form1230 .item{
	display: flex;
	justify-content: space-between;
}
.right-form1230 .item input[type='text']{
	width: 100%;
	font-size: 12px;
	color: #999999;
	height: 38px;
	border-radius: 5px;
	border: 1px solid #e0e0e0;
}
.right-form1230 .item div{
	width: 123px;
	position: relative;
	height: 38px;
	border-radius: 5px;
	border: 1px solid #e0e0e0;
}
.right-form1230 .item div{
	margin-top: 13px;
}
.right-form1230 .item div select{
	width: 100%;
	height: 100%;
	margin: 0;
	font-size: 12px;
	color: #999999;
}
.right-form1230 .item div img{
	position: absolute;
	width: 10px;
	top: 15px;
	right: 8px;
}
.right-form1230 .item{
	position: relative;
}
.right-form1230 .item span{
	display: inline-block;
	position: absolute;
	top: 23px;
	font-size: 14px;
	color: #999;
	right: 8px;
}
.right-form1230 .item button{
	height: 39px;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	margin-top: 13px;
}
/* 留言1230 end*/
/* tag样式 */
.ptrz {
	display: inline-block;
	border: 1px solid #53ade1;
	color: #53ade1;
	font-size: 12px;
	padding: 3px 5px;
	line-height: 12px;
	border-radius: 3px;
}
.pprz {
	display: inline-block;
	border: 1px solid #ff6000;
	color: #ff6000;
	font-size: 12px;
	padding: 3px 5px;
	line-height: 12px;
	border-radius: 3px;
}
.gsrz {
	display: inline-block;
	border: 1px solid #2bb3b5;
	color: #2bb3b5;
	font-size: 12px;
	padding: 3px 5px;
	line-height: 12px;
	border-radius: 3px;
	margin-left: 4px;
}
.link_name {
	overflow: hidden;
	margin-top: 5px;
}
	
.link_name a {
	margin-left: 0!important;
}