* {
	-ms-word-break: break-all;
}

body {
	text-align: left;
	color: #333333;
	line-height: 150%;
	font-family: "Microsoft YaHei", tahoma, arial, simsun, ;
	font-size: 16px;
}

html,body,div,ul,li,dl,dt,dd,form,input,select,h1,h2,h3,h4,h5,h6,p {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	outline: none;
}

 ul {
	list-style: none;
} 

li {
	list-style: outside none;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px currentColor;
	border-image: none;
}

input {
	font-size: 12px;
}

select {
	font-size: 12px;
}

table {
	border-collapse: separate;
	border-spacing: 2px;
}


/*common*/
.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
h3{font-weight: normal;}
a:hover {
    color: #850000;
    text-decoration: none;}
/* header */
.header{
	height: 259px;
	background: url(../images/top.png) top center no-repeat;
	position: relative;
}
.logo{
	
}
.logo img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 25px;
	margin: auto;

}

/*nav*/

.nav {
	display: flex;
	justify-content: space-around;
	padding: 0px;
	height: 55px;
	line-height: 55px;
	position: relative;
	z-index: 1;
	clear: both;

	
}

.nav-main {
	height: 55px;
	margin-top: 0px;
	background:#d80607;
}

.nav a {
	color: #fff;
	
}

.nav .nLi {
	float: left;
	position: relative;
	display: inline;
}

.nav .nLi h3 {
	float: left;

}

.nav .nLi h3 a {
	display: block;
	padding: 0 41px;
	font-size: 18px;

}

.nav .sub {
	display: none;
	width: 176px;
	left: 0;
	top: 50px;
	position: absolute;
	background: #d80607;
	line-height: 26px;
	padding: 5px 0;
}

.nav .sub li {
	zoom: 1;
	text-align: center;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.nav .sub a {
	display: block;
	padding: 0 10px;
}

.nav .sub a:hover {
	background: #f12323;
	color: #FFFFFF;
}

.nav .on h3 a {
	background: #f12323;
	color: #FFFFFF;
}

.bq{
	height: 150px;
	background: url(../images/bq_bj.png) center no-repeat;
	padding-top: 40px;
	    box-sizing: border-box;
margin-top:20px;
}
.bq p{
	color: #fff;
}
.bq div img{
	margin-right: 20px;
}
.search-box {
  position: relative;
  width: 258px;
margin: 110px 0;
}

.search-box .text {
  background: none;
  padding: 0 10px;
  line-height: 20px;
  padding: 7px 40px 7px 7px;
  border: 1px solid #fff;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
}
.search-box .btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}