
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
html,
body {
  min-width: 1024px;
  -webkit-text-size-adjust: none;
}
img,
input,
button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}
button {
  cursor: pointer;
}
ul,
ol {
  list-style: none;
}
select,
input {
  font-size: 14px;
  font-family: inherit;
  padding: 0;
  margin: 0;
  border: none;
  vertical-align: middle;

}

textarea {
  resize: none;
  outline: none;
  border: 0 none;
  padding: 0;
  margin: 0;
  overflow: auto;
  -webkit-appearance: none;
}
img {
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
body {
  font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  color: #666;
  background: #fff;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  line-height: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  *zoom: 1;
  /*IE/7/6*/
}
a {
  color: inherit;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}
s,
i,
em {
  font-style: normal;
  text-decoration: none;
}
b {
  font-weight: normal;
}
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button {
  display: inline-block;
  font-family: inherit;
  border: 0 none;
  outline: none;
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
input:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-modify: read-write-plaintext-only;
}
.hide {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.w {
  width: 1024px;
  min-width: 1024px;
  margin: 0 auto;
}
.header {
  background: url("../img/topBg.jpg") no-repeat center center;
  height: 140px;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.header .logo {
  margin-top:16px;
  width: 399px;
  height: 104px;
  background: url("../img/logo.png") no-repeat;
  -ms-background-size: 100% auto;
  -o-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.header .otherBox {
  padding-top: 80px;
  color: #999;
}
.header .otherBox .onlineBox li {
  float: left;
  height: 28px;
  line-height: 28px;
  margin-left: 25px;
  overflow: hidden;
}
.header .otherBox .onlineBox li i {
  float: left;
  margin-right: 6px;
  margin-top: -2px;
}
.header .otherBox .onlineBox li span {
  float: left;
}
.header .otherBox .onlineBox .consult i {
  width: 23px;
  height: 100%;
  background: url("../img/consult.png") no-repeat center center;
}
.header .otherBox .onlineBox .order i {
  width: 20px;
  height: 100%;
  background: url("../img/order.png") no-repeat center center;
}
.header .otherBox .searchBox {
  position: relative;
  margin-left: 18px;
  padding: 0 32px 0 12px;
  width: 102px;
  height: 28px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  background: #fafafa;
}
.header .otherBox .searchBox input {
  width: 100%;
  height: 100%;
  background-color: inherit;
}
.header .otherBox .searchBox .searchIcon {
  position: absolute;
  top: 0;
  right: 8px;
  width: 19px;
  height: 100%;
  background: url("../img/loupe.png") no-repeat center center;
  -ms-background-size: 100% auto;
  -o-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.header .otherBox .changeLang {
  overflow: hidden;
  position: relative;
  margin-left: 19px;
  width: 52px;
  height: 26px;
  line-height: 26px;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
  background: #6ea8ed;
  font-size: 12px !important;
}
.header .otherBox .changeLang span {
  float: left;
  width: 20px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
  color: #ebebeb;
  margin-left: 6px;
}
.header .otherBox .changeLang .on {
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 3px;
  top: 3px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #6ea8ed;
  background: #fff;
}
.nav {
  width: 100%;
  position: relative;
  height: 50px;
  line-height: 50px;
  color: #ebebeb;
  background: #0f61bb;
}
.nav .greenSpace {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  /*width: 100%;*/
  background: #5aad6d;
}
.nav .index {
  background: #5aad6d;
  cursor: pointer;
  float: left;
  padding-left: 112px;
  padding-right: 40px;
  -moz-border-radius: 0 25px 25px 0;
  -webkit-border-radius: 0 25px 25px 0;
  border-radius: 0 25px 25px 0;
  left: 0;
}
.nav .index:hover {
  color: #fff;
}
.nav .other {
  float: right;
}
.nav .other li {
  cursor: pointer;
  float: left;
}
.nav .other li:hover a {
  color: #fff;
}
.nav .other li a {
  display: block;
  margin-top: 10px;
  height: 30px;
  line-height: 30px;
  padding: 0 24px;
}
.nav .other .on a {
  color: #6ea8ed;
  background: #fff;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.nav .other .on:hover a {
  color: #6ea8ed;
}
.navFixed {
  position: fixed;
  top: 0;
  z-index: 2;
}
.navSpace {
  height: 50px;
}
.footer {
  position: relative;
  padding-top: 48px;
  padding-bottom: 50px;
  background: #6ea8ed;
  background: url("../img/footerBg.png") no-repeat right center;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  color: #ffffff;
}
.footerTop {
  margin-bottom: 46px;
}
.footerTop dl,
.footerTop ul {
  float: left;
}
.footerTop dl {
  margin-right: 80px;
}
.footerTop .introduce {
  width: 300px;
}
.footerTop .introduce .logo {
  padding-top: 0;
  height: 38px;
}
.footerTop .introduce .logo span {
  display: block;
  width: 278px;
  height: 38px;
  background: url("../img/logo2.png") no-repeat center center;
  -ms-background-size: 100% auto;
  -o-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.footerTop .introduce .title {
  width: 270px;
  margin-bottom: 12px;
}
.footerTop .introduce .dotted {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  width: 4px;
  height: 4px;
  background: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.footerTop .serviceTime {
  width: 295px;
}
.footerTop .serviceTime .title {
  margin-bottom: 10px;
}
.footerTop .serviceTime .service {
  margin-right: 10px;
}
.footerTop .contactUs {
  width: 265px;
  margin-right: 0;
}
.footerTop .contactUs i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 14px;
  height: 16px;
  background: url("../img/contact1.png") no-repeat center center;
  -ms-background-size: 100% auto;
  -o-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.footerTop .contactUs span {
  vertical-align: middle;
  line-height: 16px;
}
.footerTop .address i {
  width: 11px;
  background-image: url("../img/contact2.png");
}
.footerTop .tel i {
  width: 17px;
  background-image: url("../img/contact3.png");
}
.footerTop .postcode i {
  background-image: url("../img/contact4.png");
}
.footerTop dl dt {
  padding-top: 18px;
  height: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 15px;
}
.footerBottom {
  padding-top: 26px;
  padding-bottom: 44px;
  border-top: 1px solid #dadada;
}
.footerBottom li {
  margin-bottom: 6px;
}
.footerBottom li span {
  cursor: default;
}
.footerBottom .copyRight {
  cursor: default;
}
.footerBottom a {
  margin-left: 15px;
}
.footerBottom a:hover {
  text-decoration: underline;
}
.footerBottom dl {
  margin-right: 56px;
}
.footerBottom dl dd {
  cursor: pointer;
  float: left;
  margin-left: 20px;
  width: 20px;
  height: 20px;
  background: url("../img/sharefoot1.png") no-repeat center center;
  -ms-background-size: 100% auto;
  -o-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.footerBottom dl .sina {
  background-image: url("../img/sharefoot2.png");
}
.footerBottom dl .tencent {
  background-image: url("../img/sharefoot3.png");
}
.footerBottom dl .qqspace {
  background-image: url("../img/sharefoot4.png");
}
.footerBottom dl .rr {
  background-image: url("../img/sharefoot5.png");
}
.footerBlue {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  background: rgba(88, 136, 192, 0.48);
}
.w {
  width: 1024px;
  min-width: 1024px;
  margin: 0 auto;
}