body {
	font-family: "Microsoft yahei";
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
hr,
form {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

img {
	border: 0;
}

.valignMid * {
	vertical-align: middle;
}

.valignTop * {
	vertical-align: top;
}

.cursorP {
	cursor: pointer;
}

em,
i {
	font-style: normal;
}

a {
	text-decoration: none;
	color: #333;
}
.pr{
	position: relative;
}

body{
	background-color: #f5f5f5;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.cb {
	visibility: hidden;
	height: 1px;
	border: none;
	clear: both;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

.clearfix {
	display: block;
	overflow: hidden;
}

.header {
	width: 100%;
	height: 90px;
	padding-bottom: 10px;
	margin: 0 auto;
	background-color: #fff;
}

.header .logo {
	margin-top: 30px;
}


.footer {
	width: 100%;
	height: 80px;
	line-height: 80px;
	border-top: 1px solid #dedede;
    overflow: hidden;
	text-align: center;
	font-size: 14px;
	color:#999
}
.footer p{
	height: 30px;
	line-height: 30px;
}
.footer .box {
	margin-bottom: 36px;
}



.copyright {
	border-top: 1px solid #595A62;
	height: 60px;
	line-height: 60px;
	font-size: 12px;
	color: #595A62;
}
.banner-com-name{
	padding-top: 110px;
	text-align: left;
}
.banner-com-name .tit{
	font-size:60px;
	font-weight: bold;
	color: #fff;
}
.banner-com-name .desc{
	font-size: 24px;
	font-weight: bold;
	color: #F91313;
}
.crumbs{
	height: 60px;
	line-height: 60px;
	font-size:14px;
	color: #656570;
}
.crumbs span,
.crumbs a{
	font-size:14px;
	color: #888;
}
.crumbs a:hover{
		color: #dc0107;
}
/*询价弹框样式*/
.popup-wrap{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}
.popup-wrap .opacity-bg{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
}
.popup-wrap .popup-box{
	position: absolute;
	left: 50%;
	top:50%;
	margin: -150px 0 0 -200px;
	padding: 20px;
	width: 360px;
	height: 260px;
	border-radius: 10px;
	background-color: #fff;
}
.popup-wrap .popup-box .hd{
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #f8f8f8;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color:#333;
}
.popup-wrap .popup-box .hd .close{
	position: absolute;
	top:-10px;
	right:-10px;
	display: inline-block;
	width:30px;
	height: 30px;
	font-size: 26px;
	cursor: pointer;
}
.popup-wrap .popup-box .bd{
	padding: 0 20px;
}
.popup-wrap .popup-box .bd .item{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.popup-wrap .popup-box .bd .item-name{
	display: inline-block;
	width: 50px;
	font-size: 16px;
	color:#333;
}
.popup-wrap .popup-box .bd .item-input{
	flex: 1;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	outline: none;
	border: 1px solid #d2d2d2;
}
.popup-wrap .popup-box .bd .btn{
	margin-top: 20px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #ff552e;
	border-radius: 2px;
	font-size: 14px;
	color: #fff;
	display: inline-block;
}


/*相关地区*/
.links-box{
padding: 0 0px 0 20px;
  margin-bottom: 30px;
  border: 1px solid #E3E3E3;
}
.links-box .item{
	display: flex;
	border-bottom: 1px dotted #dedede;
	padding: 20px 0;
}
.links-box .item:last-child{
	border-bottom: 0;
}
.links-box .links-b-left{
	width: 90px;
	margin-right: 20px;
	color:#666
}
.links-box .links-b-right{
	flex:1
}
.links-box .links-b-right a{
	display: inline-block;
	margin-right: 20px;
	width: 154px;
	color:#666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	}
}
.links-box .links-b-right a:nth-child(6n){
	margin-right: 0;
}