@charset "utf-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
body {
  font-family: arial, "microsoft yahei";
  font-size: 12px;
  color: #333;
}
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: #666;
}
a:hover,
a:active,
a:focus {
  color: #0068B7;
}
ol,
ul {
  list-style: none;
}
img {
  border: 0;
}
/*¸¡¶¯¿Í·þ*/
.floatBar {
  display: none;
  width: 34px;
  height: 113px;
  position: fixed;
  right: 0;
  top: 50%;
  overflow: hidden;
  cursor: pointer;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
  background-color: #ff5c01;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/html/images/contact-icon.png);
}
.floatBar:hover {
  background-color: #ff7d34;
}
.float {
  top: 50%;
  position: fixed;
  right: 10px;
  z-index: 999;
  font-size: 14px;
  line-height: 28px;
  transform: translateY(-50%);
}
@media (max-width: 640px) {
  .float {
    display: none;
  }
}
.float .float-closed {
  right: 0;
  top: -25px;
  width: 18px;
  height: 18px;
  line-height: 15px;
  cursor: pointer;
  font-weight: 100;
  border-radius: 50%;
  color: #fff;
  display: none;
  font-size: 12px;
  text-align: center;
  position: absolute;
  background-color: #3560F2;
}
.float .return-top {
  width: 72px;
  height: 72px;
  display: block;
  cursor: pointer;
  margin-top: 30px;
  border-radius: 5px;
  box-shadow: 0px 2px 4px 2px rgba(225, 225, 225, 0.3);
  background: url(/html/images/f5.png) no-repeat center #ffffff;
}
.float .return-top:hover {
  background: url(/html/images/f5-h.png) no-repeat center #3560f2;
}
.float .float-box {
  padding: 6px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 2px 4px 2px rgba(225, 225, 225, 0.3);
}
.float .float-box li {
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  color: #666;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-position: center 5px;
  transition: all 0ms ease;
}
.float .float-box li > a {
  display: block;
  color: #666;
  padding-top: 32px;
  text-align: center;
  font-size: 13px;
  border-radius: 8px;
}
.float .float-box li:hover {
  border-radius: 3px;
  background-color: #3560F2;
}
.float .float-box li:hover > a {
  color: #fff!important;
}
.float .float-box li .item {
  top: 0px;
  right: 130%;
  width: 220px;
  height: 180px;
  display: none;
  color: #666;
  background: #fff;
  position: absolute;
  padding: 20px;
  font-size: 14px;
  border-radius: 5px;
  box-shadow: 0px 2px 4px 2px rgba(225, 225, 225, 0.3);
}
.float .float-box li .item .p-1 {
  padding-top: 10px;
  line-height: 18px;
  padding-left: 20px;
  position: relative;
}
.float .float-box li .item .p-1 span {
  display: block;
  margin-top: 5px;
}
.float .float-box li .item .p-1 span:nth-child(3) {
  color: #3560F2;
  font-weight: 600;
  font-size: 18px;
}
.float .float-box li .item .p-1 img {
  top: 18px;
  left: 0;
  position: absolute;
}
.float .float-box li .item .p-1:nth-child(2) {
  margin-top: 10px;
}
.float .float-box li .item .sm {
  text-align: center;
  color: #3560F2;
  line-height: 18px;
  margin-top:12px;
}
.float .float-box li .item-1 {
  width: 204px;
  height: 234px;
  bottom: 0;
  top: auto;
}
.float .active {
  border-radius: 3px;
  background-color: #3560F2;
}
.float .active > a {
  color: #fff!important;
}
.float .active:nth-child(1) {
  background-image: url(/html/images/f1-h.png);
}
.float .active:nth-child(2) {
  background-image: url(/html/images/f2-h.png);
}
.float .active:nth-child(3) {
  background-image: url(/html/images/f3-h.png);
}
.float .active:nth-child(4) {
  background-image: url(/html/images/f4-h.png);
}
.float .active:nth-child(5) {
  background-image: url(/html/images/f5-h.png);
}
.float li:nth-child(1) {
  background-image: url(/html/images/f1.png);
}
.float li:nth-child(1):hover {
  background-image: url(/html/images/f1-h.png);
}
.float li:nth-child(2) {
  background-image: url(/html/images/f2.png);
}
.float li:nth-child(2):hover {
  background-image: url(/html/images/f2-h.png);
}
.float li:nth-child(3) {
  background-image: url(/html/images/f3.png);
}
.float li:nth-child(3):hover {
  background-image: url(/html/images/f3-h.png);
}
.float li:nth-child(4) {
  background-image: url(/html/images/f4.png);
}
.float li:nth-child(4):hover {
  background-image: url(/html/images/f4-h.png);
}
.float li:nth-child(5) {
  background-image: url(/html/images/sh.png);
}
.float li:nth-child(5):hover {
  background-image: url(/html/images/sh_h.png);
}
