/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-track {
  border-radius: 12px;
  background-color: #E2E2E2;
}
::-webkit-scrollbar-thumb {
  border-radius: 12px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
::selection {
  background-color: #0072ff;
  color: #fff;
}
::-moz-selection {
  background-color: #0072ff;
  color: #fff;
}
::-webkit-selection {
  background-color: #0072ff;
  color: #fff;
}
#wjdh-kefu .wjdh-kefu-qq p,
#wjdh-kefu .wjdh-kefu-qq a,
#wjdh-kefu .wjdh-kefu-tel p,
#wjdh-kefu .wjdh-kefu-tel img,
#wjdh-kefu .wjdh-kefu-erweima img {
  box-sizing: content-box;
}
* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}
body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
}
*:before,
*:after {
  box-sizing: content-box;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
}
input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
.webqq_ewm {
  box-sizing: content-box;
}
.fixedNav {
  position: fixed;
  top: 0px !important;
  left: 0px;
  width: 100%;
  z-index: 100000;
  box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.1);
}
html {
  cursor: url(../images/cur.png), default;
}
a {
  cursor: url(../images/Acur.png), default;
}
textarea {
  animation: animated 1s infinite;
  -moz-animation: animated 1s infinite;
  -webkit-animation: animated 1s infinite;
  -o-animation: animated 1s infinite;
}
input[type="text"] {
  animation: animated 1s infinite;
  -moz-animation: animated 1s infinite;
  -webkit-animation: animated 1s infinite;
  -o-animation: animated 1s infinite;
}
input[type="button"] {
  cursor: url(../images/Acur.png), default !important;
}
input,
button {
  outline: none;
}
@keyframes animated {
  0% {
    cursor: url('../images/Pcuro1.png'), auto;
  }
  8.8% {
    cursor: url('../images/Pcuro2.png'), auto;
  }
  17.6% {
    cursor: url('../images/Pcuro3.png'), auto;
  }
  26.4% {
    cursor: url('../images/Pcuro4.png'), auto;
  }
  35.2% {
    cursor: url('../images/Pcuro5.png'), auto;
  }
  44% {
    cursor: url('../images/Pcuro6.png'), auto;
  }
  52.8% {
    cursor: url('../images/Pcuro7.png'), auto;
  }
  61.6% {
    cursor: url('../images/Pcuro8.png'), auto;
  }
  70.4% {
    cursor: url('../images/Pcuro9.png'), auto;
  }
  79.2% {
    cursor: url('../images/Pcuro10.png'), auto;
  }
  88% {
    cursor: url('../images/Pcuro11.png'), auto;
  }
  100% {
    cursor: url('../images/Pcuro12.png'), auto;
  }
}
.wjdh-ico1,
.wjdh-ico2 {
  vertical-align: middle;
}
.spaceBox {
  position: relative;
  z-index: 999999999999999999999999999999;
}
#ss_menu {
  bottom: 30px;
  width: 60px;
  height: 60px;
  color: #fff;
  position: fixed;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  right: 30px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 999999;
}
#ss_menu > .menu {
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
  color: #fff;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
#ss_menu > .menu .share {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
#ss_menu > .menu .share .circle {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  margin-top: -6px;
  left: 12px;
  opacity: 1;
}
#ss_menu > .menu .share .circle:after,
#ss_menu > .menu .share .circle:before {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  content: '';
  opacity: 1;
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
}
#ss_menu > .menu .share .circle:after {
  left: 20.78461px;
  top: 12px;
}
#ss_menu > .menu .share .circle:before {
  left: 20.78461px;
  top: -12px;
}
#ss_menu > .menu .share .bar {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  width: 24px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  left: 18px;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
#ss_menu > .menu .share .bar:before {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  content: '';
  width: 24px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
#ss_menu > .menu .share.close .circle {
  opacity: 0;
}
#ss_menu > .menu .share.close .bar {
  top: 50%;
  margin-top: -1.5px;
  left: 50%;
  margin-left: -12px;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(405deg);
  -moz-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  -o-transform: rotate(405deg);
  transform: rotate(405deg);
}
#ss_menu > .menu .share.close .bar:before {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-450deg);
  -moz-transform: rotate(-450deg);
  -ms-transform: rotate(-450deg);
  -o-transform: rotate(-450deg);
  transform: rotate(-450deg);
}
#ss_menu > .menu.ss_active {
  background: #333;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
#ss_menu > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 30px;
  text-align: center;
  background: #333;
  border-radius: 50%;
  display: table;
}
#ss_menu > div i {
  display: table-cell;
  vertical-align: middle;
}
#ss_menu > div:hover {
  background: #333;
  cursor: pointer;
}
#ss_menu div:nth-child(1) {
  top: 0;
  left: -160px;
}
#ss_menu div:nth-child(2) {
  top: -80px;
  left: -138.56406px;
}
#ss_menu div:nth-child(3) {
  top: -138.56406px;
  left: -80px;
}
#ss_menu div:nth-child(4) {
  top: -160px;
  left: 0;
}
#ss_menu > div i.htmleafdaohang {
  display: block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAADbklEQVRoQ+2aTYiWVRTHf380cKNGUhs/cCEhMVKLEAIFF7pQQXGjqBEWQoFoumsiclw4jh+go+LCjR9YKilZIkGUBmrgIogg2ggaaIRCkG1sIUfOcJ/h+PQ+H/POJMxwL7yLuc99zjn/c/7n3vucM2KcD41z+5lYAMzsBDAXOCHp9P8VHTN7H9gLPALek/Rdt7qeiYCZWRB0G/hU0tluhZffM7OlwHZgZemZO+6QpF9GqqsOQCHrtwTkwkiFF+vNrAf4ENhcI+Nf4DCwW9LfbXVVAdgFLAcWBkHuHY/IV22Fm9mM5PFPwjtuqHv8gzT3TdJVLPkDGJS0r42eSgCS+sxsFbAfeDUI+wnYKelKnQIz25Z4PiWsOwrsABYB13xekhK1DgCvlxzWL+l8nZ5aAIEC7wCu4OUg7FaKyLdRgZmtB9x7s8L8ReAjSZ5XmNmSCKBBz1XgY0mu7z+jFYCgwL3qQF4Ikm44EGByMvyN8Ox7YKC8y1QBCHp6gf6StSeBXkl/xvkRAQgKdgJ9NaF1mh2RdKrTmiYAKUpTgT3AlpKMXU7vYq4rAEmBc3sg7S6FvN+Bg5IGG/KjI4UqwM5P0VgzbLQ0bHfXAEI0NqVdxad6JP1aZ3xdDjSAdq975IcSf9QRCABWA5fS3zMl+TZYO9pQqCzAzDKAjl41sxyBJsqlvMkUyhQKO1frcyC8kymUKZQplK8SHbIgn8ThZplvo6Eu9MxXT4Nn8mUuX+bCAVOUFjOFxuqjPl/mmhIsH2T5IAscCQfZTa9zSvp6vFHoR+CtYPTDVCL37smTTmBGkgNmNgnYCGwF3kzyvJB7TtLdsbgLvQa8C6wDZpcEHk9tIO/YDI82AMxsBfA24KX3qnEd+By4LOl+V5W5sOdOA9am37KSsB8SkKFOTRUAM/PujnvbDX+pJOMfwOv9L4ZIxCWXgS+BK5IeJD3NH/UVFFkcwLwS1riXvAp9B/gizTv9HLAbHbs6xWveZzsT21RmNgfYkH4LSjY4bV22d4PmNRZ3GzjoxhdRcVBth0fsDPCZpMcNOhxAAcaBxfFXEcnK6nRbi8zMvVyAcbqVh5fY3Wj39r22cuM6M/M+WgFmenw2agAhVzzRXYm3mLxmfywZ/XM3Rle9Y2beVy7AnJTkG83QmFj/ajCWXntessZ9BJ4CMpTwT3FK3oMAAAAASUVORK5CYII=) no-repeat center;
  width: 60px;
  height: 60px;
  background-size: 50%;
  font-size: 0;
}
#ss_menu > div i.htmleaftianqi {
  display: block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAEbklEQVRoQ+2ZWahcRRCGv18UfXABQVHJgw9uSSAvKmJ80CvBi0vESBRFgxExEUTBKC7xwVyIBiIaXBBFEUURVGLcI3ElYIwal7hGFBUEF9yiBAx5+aVCn6HvuXPmnLnDOHPxFgwD09VV/9/dVV3VI6a4aIrjZ5rAoHdwegf+Nztgez/g2OyzB/Ap8A3wuqTfJrMY/8kRsj0C3A8cVQHyK2C1pIe7JdF3ArYXAQFszwbgnpR0QQO9lkpfCdheAdxSAvQJ8CHwJzADmA/sk+mskbSsKYl+E1gHnJPA/AgslfRiDs72LOApYHb2+6WSHmlCYtIEbO8LzAUOS9+xshGQ38dH0k7bi4E7gPVArOwHVaBsvwmcksZflnRmXwjYPhu4Aji9g4OfgVjBRyVtawLE9rnA2kz3YEm/1s3tegdsfwccXmc4je9MRK6JHambY/s94PikNyLprbo5kyHgktE4MuFoV5bjy35fBS6R9FMnQLZjZ28F3gaWSYoj2VFqCdh+ArgwLh1Jc2yflwJuN3BJ8d0S2wems3wvcGg29BFwkaQv60B1M96EwD9Zmlsk6fEmDmzvn4I3Ar2QccFp+4QgBRwBHJm+41KLz7fAC5Le6OSvCYE4GnslIwsl5YFWy8X23cBVmeIKSWO2A/ga4KAaI6skLa/SaULgOCCOw5WxMpJ21KIuKdj+Oq1uMXITsKoLOxskjbbTryRg+/q0cuskXd2Fswmqtk+Ngq2DjTHgXUnrbR8NnAwsSUmhmDa/fAnGQFsCKRB/zxzOlvRFjySeARa0sVFp23bc0JE0Qv4CZpYzWRWBCK7NmbNZvWaPirrofElPd1oY21uynbhT0rW5fhWBCLAi2+yStHcvqx9zbZ8BvJTZWStpYZ1d23GUHkh6GyXF8WpJFYG8itwiqbgd6/xVjts+ANieKSyXVBvIqdj7PM2LlD5D0h+FnXEEUrCtBE7MHMVlFQ1Jz1IqQ0YlbWhi1HZ++49L5S0CtiNNvdLG4DZJM5s4qtPJ4uCebjJbiUAkl8hI74S/3QRsR6/6fCqNCxyvpbL48jpg/R63fTtwXeZnKzAv+uiCQJ6uQm9MUsTB0EibLPagpCUqBclQgi9WsQ2JkSCQZ5yI9rmS/h6apS8BsR3V7DHp5/uCQH58bpC0eljBp3h9DLg4Yfw4CPyQXgfitwWSnh1yApcBDyWM24NA1BhRu4ecJSm/LYeOS+rJn0vAdgSBaPfmpR9ulnTb0KHOANmOlrPoDzYGgbjOb0w6jeqTQRK0nb813RUE8sItsNVWiIMikC7cqE4LWRwEogmP0jl60pBfJB0yKJCd/JY6u03AaHETl3chqr14Bhn3DDgoUum5JcqJeA0s5CRJm/JiLur/IJJLPJlEJ/b+gMDHc3zUaeVn+VZjUy6no3GPBn6YZVwlO6GhsT0HiO06bchYxJlfGY1/jqvTq0T+d1DVPyv95vgZEO+lWyXF6/cEqX0X6jfCXu1PE+h1BXudP70Dva5gr/On/A78CxfSnWfkaWJVAAAAAElFTkSuQmCC) no-repeat center;
  width: 60px;
  height: 60px;
  background-size: 44%;
}
#ss_menu > div i.htmleafjian {
  display: block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjBDRTM4NjcyNTcwMjExRUI4ODM3QzMxRDI4QTVCNTAzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjBDRTM4NjczNTcwMjExRUI4ODM3QzMxRDI4QTVCNTAzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MENFMzg2NzA1NzAyMTFFQjg4MzdDMzFEMjhBNUI1MDMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MENFMzg2NzE1NzAyMTFFQjg4MzdDMzFEMjhBNUI1MDMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5Xy0WBAAAEGUlEQVR42txa0ZGjMAwNN2mAFrgS2BK4ErgS2BKSEkgJpAS2BCgBSnBKMCVwJifPaHWSLRPyc5rxsLuALcny05PYbF3X038nzqjajcGN1o3KjfzAuXM3Jpi7eJcBm/JUrF/4xbkrZt4BnJYfZYAVDFDtBijUC/cuqyxdwOhWq7y0QKV8v0PvGBomm2HM3ENkTgPP9RoFDLNAo1S+kXYuMn+ldIh3Sp6iwFFSwxpU+giYrIJTnjubUe+7C97yLzfmhONTCs8/siz7AiP6g7BmcePjjK0lym+ybe3DjZtTYImdHXd5zuGe/RAeq8nvd5ifSsPoQh06u3UeGUYed/GxNYLyWEYYnBSwKPbOL7fATNENrXF39z+lc8gZ4J7PYgdli62SOTh7pQngfx1IdKsaqdDEQyCRGXjOShMyC7YYLdCcHfxsEmG8kQzYFiojUNoLGD4J3l0J7tdgfEvQpWX0mRjlTWompnKRcDlkAPl7JWR7nCPKJO8ruQq3eI9TP4PXltlJi3cadv4bpgtZetqTPd8lVjisNpC0goz17JDpTlJzDQkJQ+IN4K+AMRP8LgnG+3eozAgSF7fuHeA3FxLc54b1qfE/cfC1eYK515JwUJEzBfMVmSmVH0JS+sdrz6z3N8NSz59QcqI8RsNgb1JyTC54BBSomWcsZplM4huQZy+R9Wzk3EyhYicjXObCePOqsF3iLieJNgAiDdzuBeSBKM34jZ8JZeRh6IPDgUGcAdXKWjES/7apB0l4d+JimKnYSkXFtnLgEeoaDFokgcRnYotBvBvCrXKlM1QF0J7Wi4ltMyjirx0Ygo0JsVKOFZevKF3ApDYQ6z2DXHkglwRDAgxpvSP2KH0hsMj1dJpQuwUUj4HEpGmKiTAa6lIIEElLzFeaUgu8vyXLn+9oM6ZCpva5XttvkiRTGoF3YYGEsiBSNwKtaJhamnp6hMQ2woH0jYM5mbgl7kIjUIE+4nXj0Uc4G4ahDs2RDWVOaRUSaZUIJK/uCIVz1G63RyicWMzbECvNuHCBeK4g7nOGUGFStSAU4uK/Ejp4pwQUe3bhuDPCGTBEDuJRsqB6wwPCDJUdV8R/OQN+7y3qj5AWDm2h0GHQtlYyqawUtjnmwQe8xxUxW6txTDgTNIGySe4svH+FYmNGivmxKXeVMPtA+LuSQv+WigpdpOAfBGxvQl94EJp5HuU/JtbM15wC0Kk4Ak6HQKKqtAYIXQyOIFZHJq8psqBB3bWoARG+v4Yqtj38P0QThtQQUtIJfQm5k4UaH7MwckV4VJH1Wu23hle4CY13f8iMIg8UyhxkY33VGFHjJuhjsRipuGxi2EoOKWOdCNqrqV/s6u3uJHDAEVLeon/AKF849GZPras0ojm9W1CSEouYPXQ+dP+PAAMAV3C2J1DGKG4AAAAASUVORK5CYII=) no-repeat center;
  width: 60px;
  height: 60px;
  background-size: 44%;
}
#ss_menu > div i.htmleaffan {
  display: block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjAyOTEwMjcwNTcwMjExRUI5OTFDRDlBNTZCRTQyMUVFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjAyOTEwMjcxNTcwMjExRUI5OTFDRDlBNTZCRTQyMUVFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDI5MTAyNkU1NzAyMTFFQjk5MUNEOUE1NkJFNDIxRUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDI5MTAyNkY1NzAyMTFFQjk5MUNEOUE1NkJFNDIxRUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7IVORwAAAC+UlEQVR42uxZ7ZGjMAwNmW2AK4GUkCuBlEBKSErgSiAlZEswJZASSAmhBCiBlW7Ejtax/BHYhN1BM/qBsY2f/Z4sm6jv+9WvNQB3A2/BFXg2sq+E+jqDb1n5KHd91GQIquCD8ARw0PoZJib9FgA4473daqmdUK4c/SnLQBWtYBCAs/Ch1qPNWaCjtKKZZfA5q5uFAJA+qDxXrGLvYsvM2yiUGuoXTgCOD8YWgRppZuC/D22kPr+0kwDk/XSGK1n101uNAN4EBqWGsg78BI4rkLPyEvxqCUD4zkS7d/AG/ACeUFlD5T5WhobPwqIPFRA+v4hceJ89HEaFDm9ancI2KK1uLYmbbWRtoLitAGpTZ1qd1Ce84mZnmwgGQEkcDwJAyved2TtzbF5Iu0QAcBbE7wSgi/igPTdRFB0JREKCLKHs6hIVhduUifMvtOsEqXSC+IMTrlbLVRJhV25pidshQbPsysrxzWHlK8MKJN4U0mJ/qy+3EMuNtGBayjwmTfcqJCJFPDQSTXA597DcF1N6wWI2p9mGstN0ZAaPfWTCnnH0SXVbaUYdGWomRKapd95YEnHBhUab1paE1NG7K3P9LBBDOxRx9IDu9AygslSP7wRPM6c8+M71oVsy4qTmyj57CghGDayR6+B7z+9dDFw8QfsmYMDxlMfedUBdFOuOqPIHfMOo5Tt4pN5t4POzAXwa6oRmHamjWI6+dQy+Ih4PQLKXABAMB1NLwsF3NHguSCWk2t72NvFNzHBmkCJIbihPyJtZAABqnQQKpQYA/0P3XCj0ElsAvNqm1gDmKrlFxPMHQHnVj6UQ7tZGg3e7RQMLgAXAEkaXMLqEUS0T3c2NQq7/BP/ozFAO14xj/1OPBXBhs/ku3Jl+HkP5YYfdZHTsqiR+KgA85D94lTKcztLV/U3f/DVAlwJHvJKEx/3KfDvtRc05bGQlgXDVmfVOfLEc6k+2FVoHRJfjE8Kq/rynyCXTURBZwvjafOeoWRgdfrdeaUU6n/YfAgwAOMjI0RRHZ18AAAAASUVORK5CYII=) no-repeat center;
  width: 60px;
  height: 60px;
  background-size: 44%;
}
#ss_menu > div i.htmleafGoTop {
  display: block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAACoklEQVRoQ+2Zz6dWQRjHP4+UEolEJK4USSJREumKSIpESbSIfiwiIrqK7iW6SlxapEsULW79A3fZ3UbbWrVo1X/Q+pvJ83Kdd877zpwzhxNnluedmfP5PM8z75kzx/jPm8X4JR0FLvTEbdXMvtaxjAlIOg186Qn8CGPWzNZiTDGBeeBpzwTWzGw2VSCUz7eeCaRnIIB7GYVS6kML0Y+WT4CLLuI+UKcyDAKpkeqq35CBushK2gRsNLM/XUW/k0UsKWR1DngCbAFeAu/N7EcXIkVLSNIG4BNwuQL7HbjShUQxAS+ZFeBSTaQ7kSgiIGmzR/7ilDIpLtFaQNJWhz+fWONFJVoJSNoGhLI5lwg/6lZMorGApO0e+bOZ8EUlGglI2uHwZyLwC5HteNieh+vV1joT2QKSdjp8bH++YGbzkrSe1MxM0mPgWWmJLAFJuxz+VCzyAd6342MCfv0R8LykRLKApN0Of3IS/CQB/+0h8KKURJKApD0Of2Ia/DQB//0B8KqExFQBSTMOfywFPkXA+9wHltpKTBSQtBf4DIT35Gr7t2Bjf6GxRVzT7x7wuo1ErYCk/R75IznwqRkYzSnpLvCmqUTdwdYBhz+cC58r4P1vActNJGLnQgcd/lAT+CYCPuYm8C5XIudgq7bmqzdNXQORcTeADxGJFTO7FltHMYFwrFg9E0qGb5qBdWviOvCxAvvbzMJzaKylnI1mwbcV8PFXfZc7Ap4zs8UkAZ/guG+RJ54MxyYsIeBz7HOGn2a2WnevqQ+yuoGTrjddA03uNQjEojZkIKOWhhIaSiijXJKfAy3nDF94oq+UbecdBFIjOGQgNVJdfeQbMtCDDLwFbjvHspndyWDK6trVkzgcxYxeisKH6l9ZVBmdOxHIuH/rrn8BzLtMQDf4zMAAAAAASUVORK5CYII=) no-repeat center;
  width: 60px;
  height: 60px;
  background-size: 50%;
}
#container {
  width: 500px !important;
  height: 400px !important;
  position: fixed !important;
  top: calc(50% - 150px) !important;
  left: 50% !important;
  transform: translate(-50%) !important;
  border: 1px solid #fff !important;
  z-index: 999999;
}
.he-tianqiBox {
  position: fixed;
  bottom: 140px;
  right: 250px;
  width: 450px;
  display: none;
}
.he-tianqiBox .he-close {
  display: block;
  text-align: right;
}
.he-tianqiBox .he-close img {
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 5px;
}
.wv-n-h-now-rain-text {
  display: none !important;
}
.wv-n-h-now-rain-text {
  display: none !important;
}
.wv-n-h-now-rain img {
  display: none !important;
}
.wv-n-h-col-10[data-v-5f4c0628] {
  margin-top: 10px;
}
.wv-lt-location a {
  display: none !important;
}
.button i {
  font-size: 14px;
  min-width: 5px;
}
/**返回顶部*/
#backtoTop {
  background-color: #eee;
  border-radius: 100%;
  bottom: 20%;
  height: 40px;
  position: fixed;
  right: -100px;
  width: 40px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  box-shadow: 0 0 10px #ccc;
  border: #fff 1px solid;
  z-index: 99999;
}
#backtoTop.button--show {
  right: 10px;
}
.per {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
  color: #555;
  cursor: pointer;
}
.per:before {
  content: attr(data-percent);
}
.per:hover:before {
  content: "↑";
  font-size: 20px;
}
.webqqs {
  z-index: 9999999999999999999;
}
#container {
  position: relative;
  left: 100px;
  top: 100px;
  width: 600px;
  height: 600px;
  outline: 4px solid #222;
  overflow: auto;
}
#content {
  width: 800px;
  height: 1000px;
  background-color: #ccc;
}
#container2 {
  position: relative;
  left: 100px;
  top: 100px;
  width: 300px;
  height: 400px;
  outline: 4px solid #222;
  overflow: auto;
}
#content2 {
  width: 500px;
  height: 600px;
  background-color: #aaa;
}
.checkers {
  background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-size: 100px 100px;
  background-position: 0 0, 50px 50px;
}
::-webkit-scrollbar {
  width: 15px;
  /*height: 4px;*/
}
.ld-smart-container {
  position: absolute;
  z-index: 2;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}
.ld-overlap-container {
  position: absolute;
  top: 0 !important;
}
.ld-smart-container .ld-3d-parent {
  width: 100% !important;
  height: 100% !important;
  pointer-events: none;
  transform-style: preserve-3d;
  perspective: 9000px;
  opacity: 1;
  position: relative;
}
.ld-smart-container .ld-transform-target {
  position: relative;
  -webkit-transform-style: flat;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  width: 100% !important;
  height: 100% !important;
  pointer-events: none;
  transform-style: preserve-3d;
}
.ld-smart-container .ld-3d-object {
  position: absolute;
  pointer-events: none;
  -webkit-transform-style: flat;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform-style: preserve-3d;
  -webkit-perspective: 1000;
  backface-visibility: hidden;
  perspective: 1000px;
}
.ld-smart-container .ld-3d-object,
.ld-smart-container .ld-transform-target {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.ld-smart-container {
  position: absolute;
  z-index: 2;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}
.ld-overlap-container {
  position: absolute;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.ld-smart-container .ld-3d-parent {
  width: 100% !important;
  height: 100% !important;
  pointer-events: none;
  transform-style: preserve-3d;
  perspective: 9000px;
  opacity: 1;
  position: relative;
}
.ld-smart-container .ld-transform-target {
  position: relative;
  -webkit-transform-style: flat;
  width: 100% !important;
  height: 100% !important;
  transform-style: preserve-3d;
}
.ld-smart-container .ld-3d-object {
  position: absolute;
  -webkit-transform-style: flat;
  transform-style: preserve-3d;
  -webkit-perspective: 1000;
  backface-visibility: hidden;
  perspective: 1000px;
}
.xcConfirm .xc_layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: #666666;
  opacity: 0.5;
  transition: 0.3s;
  z-index: 2147000000;
}
.xcConfirm .popBox {
  position: fixed;
  left: 50%;
  top: 50%;
  background-color: #ffffff;
  z-index: 2147000001;
  width: 10px;
  height: 0px;
  margin-left: -285px;
  margin-top: -150px;
  border-radius: 5px;
  font-weight: bold;
  color: #535e66;
  transition: 0.3s;
  overflow: hidden;
}
.xcConfirm .popBox .ttBox {
  height: 30px;
  line-height: 30px;
  padding: 14px 30px;
  border-bottom: solid 1px #eef0f1;
}
.xcConfirm .popBox .ttBox .tt {
  font-size: 18px;
  display: block;
  float: left;
  height: 30px;
  position: relative;
}
.xcConfirm .popBox .txtBox {
  margin: 40px 100px;
  height: 100px;
  overflow: hidden;
}
.xcConfirm .popBox .txtBox p {
  height: 84px;
  margin-top: 16px;
  line-height: 26px;
  overflow-x: hidden;
  overflow-y: auto;
}
.xcConfirm .popBox .txtBox p input {
  width: 364px;
  height: 30px;
  border: solid 1px #eef0f1;
  font-size: 18px;
  margin-top: 6px;
}
.xcConfirm .popBox .btnArea {
  border-top: solid 1px #eef0f1;
}
.xcConfirm .popBox .btnGroup {
  float: right;
}
.xcConfirm .popBox .btnGroup .sgBtn {
  margin-top: 14px;
  margin-right: 10px;
}
.xcConfirm .popBox .sgBtn {
  display: block;
  cursor: pointer;
  float: left;
  width: 95px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 5px;
}
.xcConfirm .popBox .sgBtn.ok {
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  overflow: hidden;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
  box-sizing: border-box;
  border: none;
  background-color: #0095d9;
  cursor: pointer;
}
.xcConfirm .popBox .sgBtn.ok::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #0095d9;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.xcConfirm .popBox .sgBtn.ok:hover {
  color: #0095d9;
  background-color: #fff;
}
.xcConfirm .popBox .sgBtn.ok:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.xcConfirm .popBox .sgBtn.cancel {
  background-color: #546a79;
  color: #FFFFFF;
}
.xcConfirm {
  transition: 0.7s;
}
.xcConfirm .openh {
  height: 100%;
}
.xcConfirm .openw1 {
  width: 570px;
}
.xcConfirm .openw {
  height: 300px;
}
.center {
  width: 1280px;
  margin: 0 auto;
}
.nav {
  position: relative;
  z-index: 99999;
}
.fixedNav {
  position: fixed !important;
}
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.nav {
  height: 128px;
  background-color: #fff;
  margin-top: 1px;
}
.nav .center {
  height: 128px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nav .center .text h1 {
  float: left;
  margin-left: 34px;
  margin-top: 32px;
}
.nav .center .text .left {
  box-sizing: content-box;
  padding-left: 12px;
  margin-left: 12px;
  border-left: #ededed 1px solid;
  margin-top: 42px;
}
.nav .center .text .left .p1 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #15419c;
  font-weight: bold;
}
.nav .center .text .left .p2 {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #555555;
  line-height: 14px;
  margin-top: 10px;
}
.nav .center > ul {
  height: 128px;
}
.nav .center > ul > li {
  float: left;
  height: 128px;
}
.nav .center > ul > li > a {
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 128px;
  letter-spacing: 0px;
  color: #333333;
  transition: 0.7s;
  box-sizing: content-box;
  padding: 0 30px;
}
.nav .center > ul > li:hover > a {
  font-weight: bold;
}
.nav .center > ul .another > a {
  font-weight: bold;
}
.nav .center > ul > li {
  position: relative;
}
.nav .center > ul > li .navbg {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0 0 50px 50px;
  position: absolute;
  top: 128px;
  left: 0px;
  overflow: hidden;
  height: 0px;
  transition: 0.5s;
}
.nav .center > ul > li .navbg > ul {
  text-align: center;
  font-size: 0px;
  overflow: hidden;
}
.nav .center > ul > li .navbg > ul > li {
  display: inline-block;
  width: 260px;
  position: relative;
  box-sizing: content-box;
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
  margin: 0 16px;
  margin-top: 20px;
  transition: 0.7s;
  top: -350px;
}
.nav .center > ul > li .navbg > ul > li .img {
  display: block;
  width: 260px;
  height: 170px;
  overflow: hidden;
  border-radius: 10px;
  margin-top: 15px;
}
.nav .center > ul > li .navbg > ul > li .img img {
  width: 100%;
  height: 100%;
  transition: 0.7s;
}
.nav .center > ul > li .navbg > ul > li > .a1 {
  display: block;
  width: 170px;
  height: 40px;
  background-color: #0072ff;
  border-radius: 20px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  top: -20px;
  left: 69px;
  transition: 1.4s;
  opacity: 0;
  transform: scale(0.1);
}
.nav .center > ul > li .navbg > ul > li ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 16px;
  box-sizing: content-box;
}
.nav .center > ul > li .navbg > ul > li ul li a {
  text-align: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #666666;
  width: 130px;
  transition: 0.7s;
}
.nav .center > ul > li .navbg > ul > li ul li a:hover {
  color: #0072ff;
}
.nav .center > ul > li .navbg > ul > li ul li a:before {
  content: '◎';
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #666666;
  box-sizing: content-box;
  padding-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
.nav .center > ul > li .navbg > ul > li:hover .img img {
  transform: scale(1.1);
}
.nav .center > ul > li .nav_on {
  height: 390px;
  padding-top: 22px;
  box-sizing: content-box;
}
.nav .center > ul > li .nav_on > ul .on {
  top: 0px;
}
.nav .center > ul > li .nav_on > ul .on > .a1 {
  opacity: 1;
  transform: scale(1);
}
.nav .center > ul > li:hover > .down {
  opacity: 1;
}
.nav .center > ul > li:hover > .down > i {
  height: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.nav .center > ul > li:hover > .down > i > a {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.nav .center > ul > li > .down {
  position: absolute;
  width: 124px;
  top: 128px;
  display: inline-block;
  left: 0px;
  opacity: 0;
  z-index: 66666;
}
.nav .center > ul > li > .down > i {
  height: 0px;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  position: relative;
  transition: 0.5s;
  width: 124px;
}
.nav .center > ul > li > .down > i > a {
  height: 0px;
  line-height: 0px;
  font-size: 0px;
  display: block;
  color: white;
  text-align: center;
  background: linear-gradient(to right, #0072ff, #0072ff) no-repeat;
  background-size: 0% 100%;
  transition: 0.5s;
  padding: 0px;
  border-radius: 0%;
  width: 124px;
}
.nav .center > ul > li > .down > i > a:hover {
  background: linear-gradient(to right, #0072ff, #0072ff) no-repeat;
  background-size: 100% 100%;
  color: white;
}
.nav .center > ul > li > .down > i:hover > .down_ {
  width: 100%;
  opacity: 1;
}
.nav .center > ul > li > .down > i:hover > .down_ > i {
  height: 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.nav .center > ul > li > .down > i:hover > .down_ > i > a {
  font-size: 14px;
  line-height: 40px;
}
.nav .center > ul > li > .down > i > .down_ {
  width: 0%;
  position: absolute;
  left: 124px;
  top: 0px;
  transition: 0.5s;
  opacity: 0;
}
.nav .center > ul > li > .down > i > .down_ > i {
  font-size: 14px;
  height: 0px;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.5s;
  position: relative;
  width: 124px;
}
.nav .center > ul > li > .down > i > .down_ > i > a {
  line-height: 0px;
  font-size: 0px;
  display: block;
  color: white;
  text-align: center;
  background: linear-gradient(to right, #0072ff, #0072ff) no-repeat;
  background-size: 0% 100%;
  transition: 0.5s;
  padding: 0px;
  border-radius: 0%;
  width: 124px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav .center > ul > li > .down > i > .down_ > i > a:hover {
  background: linear-gradient(to right, #0072ff, #0072ff) no-repeat;
  background-size: 100% 100%;
  color: white;
}
.nav .center .right .p1 {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 75px;
  letter-spacing: 0px;
  color: #15419c;
  font-weight: bold;
  box-sizing: content-box;
  padding-left: 74px;
  background: url('../images/htel.png') no-repeat center;
  background-position-x: 30px;
}
.nav .center .right i {
  font-weight: normal;
  font-style: normal;
}
.nav .center .right .topxunpan {
  height: 40px;
  background: none;
}
.nav .center .right .topxunpan > p {
  float: right;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
}
.nav .center .right .topxunpan > .center > span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #aaaaaa;
}
.nav .center .right .topxunpan > .center > span i {
  font-weight: bold;
}
.nav .center .right .xp {
  position: relative;
  float: right;
  line-height: 40px;
  color: #aaaaaa;
  font-size: 14px;
  cursor: pointer;
  box-sizing: content-box;
  padding-left: 20px;
  margin-left: 15px;
  background: url('../images/h.png') no-repeat center;
  background-position-x: 0px;
}
.nav .center .right .xp > img {
  margin-right: 2px;
  margin-right: 5px;
  vertical-align: baseline;
}
.nav .center .right .topxunpan > .center > a {
  line-height: 40px;
  color: #aaaaaa;
  float: right;
  font-size: 14px;
  display: inline-block;
  transition: 0.7s;
}
.nav .center .right .topxunpan > .center > a:hover {
  color: #0072ff;
}
.nav .center .right .topxunpan > .center > a::after {
  content: '|';
  margin-left: 5px;
  margin-right: 5px;
  color: #aaaaaa;
  display: none;
}
.nav .center .right .xp i {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  display: inline-block;
  color: #aaaaaa;
  border-radius: 100%;
}
.nav .center .right .xp #xunpantip {
  z-index: 999999999999999999999;
  position: absolute;
  top: 40px !important;
  left: 50%;
  width: 180px;
  height: 30px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  background-color: #0072ff;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
}
.nav .center .right .xp #xunpantip::after {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #0072ff;
}
.nav .center .right .xp #xunpantip.xunpantextactive {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
  z-index: 999999999999999999999;
}
.nav .center .right .xp {
  display: block;
  width: 180px;
  height: 53px;
  border-radius: 30px 0px 0px 0px;
  background: url('../images/xp.png') no-repeat center;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 53px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-right: 0px;
  margin-left: 0px;
  box-sizing: content-box;
  padding-left: 62px;
}
.nav .center .right .xp i {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 53px;
  letter-spacing: 0px;
  color: #ffffff;
}
.link .center {
  box-sizing: content-box;
  padding: 40px 0;
  overflow: hidden;
}
.link .center .left {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #236edd;
}
.link .center > ul li {
  float: left;
  box-sizing: content-box;
  padding-left: 30px;
}
.link .center > ul li a {
  display: block;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #b3b3b3;
  transition: 0.7s;
}
.link .center > ul li a:hover {
  color: #0072ff;
}
.footer {
  background: url('../images/footer.jpg') no-repeat center;
  height: 532px;
}
.footer .center {
  padding-top: 50px;
  box-sizing: content-box;
}
.footer .center .u1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.footer .center .u1 li {
  float: left;
  box-sizing: content-box;
  padding-left: 60px;
  background: url('../images/fo1.png') no-repeat center;
  background-position-x: 0px !important;
  height: 46px;
}
.footer .center .u1 li .p1 {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 14px;
  letter-spacing: 0px;
  color: #effcf3;
}
.footer .center .u1 li .p2 {
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #effcf3;
  font-family: Arial;
  line-height: 22px;
  margin-top: 10px;
}
.footer .center .u1 .l2 {
  background: url('../images/fo2.png') no-repeat center;
}
.footer .center .u1 .l3 {
  background: url('../images/fo3.png') no-repeat center;
}
.footer .center .con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: content-box;
  padding: 0 50px;
}
.footer .center .con .flogo {
  float: left;
  display: block;
  padding-top: 65px;
  box-sizing: content-box;
}
.footer .center .con .ewm {
  margin-top: 65px;
}
.footer .center .con .ewm img {
  display: block;
  width: 118px;
  height: 118px;
  background: url('../images/ewm.png') no-repeat center;
  box-sizing: content-box;
  padding: 8px;
}
.footer .center .con .ewm p {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #777777;
  margin-top: 20px;
}
.footer .center .con > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 780px;
}
.footer .center .con > ul > li {
  padding-top: 70px;
  box-sizing: content-box;
  padding-left: 74px;
  background: url('../images/ful.png') no-repeat center;
  background-position-x: 0px;
  background-position-y: 0px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #323232;
  line-height: 16px;
}
.footer .center .con > ul > li ul {
  padding-top: 20px;
  box-sizing: content-box;
}
.footer .center .con > ul > li ul li a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #808080;
  transition: 0.7s;
}
.footer .center .con > ul > li ul li a:hover {
  color: #0072ff;
}
.footer .center .bb {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  margin-top: 30px;
}
.footer .center .bb a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  transition: 0.7s;
}
.footer .center .bb a:hover {
  color: #0072ff;
}




@media screen and (max-width: 1660px) {
  .nav .center .text .left{
    display: none;
  }
  .nav .center  .right{
    display: none;
  }
}
