body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
p,
blockquote,
th,
td,
form,
pre {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active,
a:hover {
  outline: 0;
}
img {
  display: inline-block;
  border: none;
  vertical-align: middle;
}
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3 {
  font-weight: 400;
}
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
}
pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
body {
  line-height: 24px;
  font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}
hr {
  height: 1px;
  margin: 10px 0;
  border: 0;
  clear: both;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #777;
}
a cite {
  font-style: normal;
  *cursor: pointer;
}
.comwidth {
  width: 1200px;
  margin: auto;
}
.overflow {
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.paddingTop10 {
  padding-top: 10px;
}
.paddingTop20 {
  padding-top: 20px;
}
.header {
  background-color: #ffffff;
  position: relative;
  z-index: 1000;
  height: 100px;
  width: 100%;
}
.header-nav ul li {
  float: left;
  margin: 20px;
  line-height: 60px;
  position: relative;
}
.header-nav ul li a {
  display: block;
  padding: 0 18px;
  font-size: 18px;
  color: #333333;
  color: rgba(33, 33, 33, 0.7);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  border-bottom:2px solid #fff;
}
.header-nav ul li a:hover {
  color: #1ea2ee;
  border-bottom:2px solid #1ea2ee;
}
.header-nav ul li.header-login {
  margin: 20px 0;
}
.header-nav ul li.header-login a {
  display: block;
  height: 36px;
  width: 120px;
  font-size: 18px;
  background: #1e9fff;
  line-height: 36px;
  text-align: center;
  color: #fff;
  padding: 0;
  border-radius: 18px;
  margin-top: 12px;
  cursor:pointer;
}
.header-nav ul li.header-login a:hover{
	opacity: 0.8; filter:alpha(opacity=80); color: #fff;
}
.nav-bar {
  position: absolute;
  margin-top: 30px;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 2px;
  background-color: #1ea2ee;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  display: block;
}
.com-footer {
  background: #3b4149;
  width: 100%;
}
.footer-left {
  padding-top: 50px;
}
.footer-right {
  padding-top: 40px;
}
.footer-hotline {
  font-size: 18px;
  color: #ffffff;
  padding-left: 25px;
}
.footer-telephone {
  font-size: 30px;
  padding-top: 16px;
  color: #fff;
}
.footer-bottom {
  color: #ffffff;
  line-height: 25px;
  padding-top: 80px;
  font-weight: 400;
  font-size: 18px;
  padding-left: 10px;
}
.various {
  width: 128px;
  display: inline-block;
  text-align: center;
}
.variousname {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  padding-top: 10px;
}
.pbox h4.fblue{
	    font-size: 24px;
}