@charset "gb2312";
.contentbox span,p,div,li,a {
	white-space: initial !important;
}
* {
  margin: 0;
  padding: 0;
}
body {
	min-width: 1200px;
  padding-top: 100px;
  box-sizing: border-box;
}
ul,
p {
  margin-bottom: 0;
}
li {
  list-style: none;
}
p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
div,
span {
  font-family: "΢���ź�";
}
a {
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;
}

header .headbox {
  width: 1200px;
  position: relative;
  margin: 0 auto;
}
header .headbox a img {
  width: auto;
  height: 70px;
  float: left;
  margin-top: 15px;
}
header .headbox ul {
  height: 100%;
}
header .headbox ul li:first-child {
  margin-left: 0px;
}
header .headbox ul li {
  float: left;
  height: 100%;
  margin-left: 60px;
  padding: 0 4px;
  padding-top: 50px;
  box-sizing: border-box;
}
header .headbox ul li:hover {
  border-bottom: 2px solid #26568c;
}
header .headbox ul li:hover a {
  font-size: 20px;
  color: #26568c;
}
header .headbox ul li a {
  font-size: 20px;
  color: #333;
}
header .headbox ul .active {
  border-bottom: 2px solid #26568c;
}
header .headbox ul .active a {
  font-size: 20px;
  color: #26568c;
}
header .headbox .phone {
  position: absolute;
  right: 0px;
  top: 15px;
  font-size: 16px;
  color: #333;
}
.homeyw{
font-size:12px;
line-height:20px;
text-decoration: none;
}

.tip {
  width: 100%;
  height: 85px;
}
.tip p {
  text-align: center;
}
.tip .ptitle {
  font-size: 22px;
  line-height: 32px;
  color: #26568c;
}
.tip .pline {
  color: #999;
}
.tip .pline .line {
  display: inline-block;
  width: 50px;
  border-top: 1px solid #999999;
  vertical-align: 5px;
}
.tip .pline .line:first-child {
  margin-right: 10px;
}
.tip .pline .line:last-child {
  margin-left: 10px;
}

.phone a{ color:#FF0000;}
