@charset "utf-8";
html {
  font-family: PingFangSC-Light, arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent;
}
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
li,
ol,
p,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
em,
i {
  font-style: normal;
  font-weight: 400;
}
button,
input,
select,
textarea {
  font-family: PingFangSC-Light, arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
}
button,
input,
select {
  box-sizing: border-box;
}
button {
  border: none;
}
button,
input[type=button],
input[type=submit],
select {
  cursor: pointer;
}
input {
  -webkit-appearance: none;
  border-radius: 0;
}
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
select {
  border-radius: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #ea5839;
}
a img,
fieldset,
iframe,
img {
  border-width: 0;
  border-style: none;
}
img {
  max-width: 100%;
  max-height: 100%;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
body {
  min-width: 1240px;
  width: 100%;
  font-size: 14px;
  margin: auto;
}
@media (max-width: 768px) {
  body {
    min-width: 100%;
    max-width: 640px;
  }
}
.body {
  font-size: 14px;
}
.indent2 {
  text-indent: 2em;
}
/*图片垂直水平居中*/
.middleCenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
/*图片垂直右对齐*/
.middleRight {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}
.container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1280px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .container {
    width: 100%;
  }
}
/*菜单按钮*/
.header .all-nav {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.2s ease-in-out;
  float: left;
}
.header .all-nav:hover {
  background: #f45f1d;
}
.header .all-nav.active {
  background: #f45f1d;
}
.header .all-nav.active .nav-flyout-trigger-icon:before {
  width: 40%;
}
.header .all-nav.active .nav-flyout-trigger-icon span {
  width: 60%;
}
.header .all-nav.active .nav-flyout-trigger-icon:after {
  width: 80%;
}
.nav-flyout-trigger-icon {
  display: block;
  cursor: pointer;
  position: absolute;
  width: 22px;
  height: 12px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: all .5s;
}
.nav-flyout-trigger-icon:before,
.nav-flyout-trigger-icon:after {
  content: "";
}
.nav-flyout-trigger-icon span,
.nav-flyout-trigger-icon:before,
.nav-flyout-trigger-icon:after {
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 3px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 20px;
  transition: all .5s;
}
.nav-flyout-trigger-icon:before {
  transform: rotate(0);
}
.nav-flyout-trigger-icon:after {
  margin-bottom: 0;
}
.inside-logo {
  font-size: 22px;
}
.header {
  height: 51px;
  padding-left: 55px;
  padding-right: 25px;
  position: absolute;
  width: 100%;
  min-width: 1240px;
  z-index: 999;
}
.header:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}
.header .logo img {
  height: 50px;
}
.header .operation {
  font-size: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 25px;
  height: 100%;
}
.header .operation:after {
  content: '';
  width: 0;
  height: 100%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.header .links {
  float: right;
  text-align: right;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  color: #fff;
}
.header .links > a {
  color: #fff;
}
.header .links .a-01 {
  display: inline-block;
  margin-left: 40px;
  vertical-align: middle;
  float: left;
}
.header .links .a-01:hover {
  color: #ea5839;
}
.header .links .shop img {
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 3px;
}
.header .search {
  display: inline-block;
  height: 50px;
  position: relative;
}
.header .search input {
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  border: 1px transparent solid;
  padding: 5px 10px;
  color: #fff;
  height: 50px;
  min-width: 250px;
  transition: all .5s;
}
.header .search input:hover {
  min-width: 350px;
  background: rgba(255, 255, 255, 0.1);
  border-color: #ea5839;
}
.header .search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.header .search .btn {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  font-size: 0;
  box-sizing: border-box;
  text-align: center;
  border-radius: 2px;
  background-color: transparent;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header .search .icon {
  display: inline-block;
  background-image: url(../images/public/search.png);
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 1px;
  right: 4px;
}
.header .language-switch {
  position: relative;
  vertical-align: middle;
  display: block;
  float: left;
}
.header .language-switch > .a-01 {
  float: left;
  padding-left: 25px;
  margin-left: 0;
  color: #fff;
  position: relative;
}
.header .language-switch .down {
  position: absolute;
  top: 50px;
  display: none;
  width: 185px;
  background: #272b2f;
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
  line-height: 30px;
  text-align: left;
}
.header .language-switch .down a {
  padding: 0 15px;
  color: #fff;
  display: block;
}
.header .language-switch .down a:hover {
  color: #ea5839;
}
.header .language-switch:hover .down {
  display: block;
}
.header .loginAfter {
  font-size: 16px;
  display: inline-block;
  margin-left: 15px;
  position: relative;
}
.header .loginAfter > .span-01 {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}
.header .loginAfter .down {
  position: absolute;
  right: 0;
  top: 50px;
  display: none;
  width: 100%;
  background: #272b2f;
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
  line-height: 30px;
  text-align: left;
  text-align: center;
}
.header .loginAfter .down a {
  padding: 5px 15px;
  color: #fff;
  display: block;
}
.header .loginAfter .down a:hover {
  background: #000;
  color: #fff;
}
.header .loginAfter:hover > .span-01 {
  color: #fff;
  background: #272b2f;
}
.header .loginAfter:hover > .span-01:after {
  background: url(../images/public/arrow-up-01.png) no-repeat center center;
}
.header .loginAfter:hover .down {
  display: block;
}
/*phone*/
.mHeader {
  background: #383D41;
  padding: 10px 10px;
  height: 60px;
  position: relative;
  display: none;
}
.mHeader .logo {
  display: block;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .mHeader {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .header {
    display: none;
  }
}
/*移动端导航控制*/
.navPhoneCtrl .nav-user {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 10em;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  position: absolute;
  right: 1.375rem;
  width: 1.375rem;
  height: 100%;
  top: 0;
  display: none;
}
.navPhoneCtrl .nav-user-icon {
  width: 0.625rem;
  height: 0.625rem;
  background: url(../images/public/member.png);
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
/*移动端会员按钮、导航按钮*/
.navPhoneBtn,
.memberBtn {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  z-index: 11;
  right: 10px;
  top: 0;
  height: 100%;
  padding-top: 22px;
}
.navPhoneBtn span,
.memberBtn span {
  display: block;
  width: 30px;
  height: 3px;
  margin-bottom: 5px;
  position: relative;
  background: #fff;
  z-index: 1;
  transform-origin: 0.625rem;
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.navPhoneBtn span:nth-last-child(2),
.memberBtn span:nth-last-child(2) {
  transform: rotate(0);
  transition: width .5s ease;
}
.navPhoneBtn span:last-child,
.memberBtn span:last-child {
  margin-bottom: 0;
}
.navPhoneBtn.memberBtn,
.memberBtn.memberBtn {
  opacity: 0;
  position: absolute;
  top: 0.3125rem;
  right: 0.75rem;
  z-index: 9;
  transition: opacity .5s ease;
}
.navPhoneBtn.close,
.memberBtn.close,
.navPhoneBtn.closeMember,
.memberBtn.closeMember {
  opacity: 1;
  z-index: 10;
}
.navPhoneBtn.close span,
.memberBtn.close span,
.navPhoneBtn.closeMember span,
.memberBtn.closeMember span {
  opacity: 1;
  transform: rotate(45deg);
}
.navPhoneBtn.close span:nth-last-child(3),
.memberBtn.close span:nth-last-child(3),
.navPhoneBtn.closeMember span:nth-last-child(3),
.memberBtn.closeMember span:nth-last-child(3) {
  opacity: 1;
  transform: rotate(-45deg);
}
.navPhoneBtn.close span:nth-last-child(2),
.memberBtn.close span:nth-last-child(2),
.navPhoneBtn.closeMember span:nth-last-child(2),
.memberBtn.closeMember span:nth-last-child(2) {
  width: 0;
  opacity: 0;
  transform: rotate(0);
  transition: width .5s;
}
.navPhoneBtn.close span:last-child,
.memberBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child,
.memberBtn.closeMember span:last-child {
  margin-bottom: 0;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes showMove {
  0% {
    left: 100%;
    opacity: 1;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes hideMove {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
/*移动端右侧导航 start*/
.mMenu-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 99;
  overflow: hidden;
  display: none;
  background-color: rgba(55, 61, 65, 0.4);
}
.mNavRightAside {
  position: fixed;
  z-index: 99999;
  height: 100%;
  width: 90%;
  top: 0;
  right: -100%;
  opacity: 0;
  transition: all .5s;
  display: none;
}
.mNavRightAside .mDropdown-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0%;
  z-index: 100;
  opacity: 0;
}
.mNavRightAside.show {
  display: block;
  animation: fadeIn .5s;
  opacity: 1;
  right: 0;
}
.mNavRightAside.show .mDropdown-wrap {
  opacity: 1;
  animation: showMove .5s;
}
.mNavRightAside.hide {
  display: none;
  animation: fadeOut .5s;
  opacity: 0;
  right: -100%;
}
.mNavRightAside.hide .mDropdown-wrap {
  opacity: 0;
  animation: hideMove .5s;
}
.bodyHidden {
  overflow: hidden;
}
.mMenu {
  position: relative;
  top: 0;
  height: 100%;
  z-index: 999;
  overflow: auto;
  background: #16171a;
  padding-bottom: 50px;
  color: #fff;
}
.mMenu a {
  color: #fff;
}
.mMenu .mSearch {
  background-color: #16171a;
  padding: 10px 20px;
  text-align: left;
  overflow: hidden;
  height: 56px;
  border-bottom: #202124 1px solid;
  position: relative;
}
.mMenu .mSearch .btn {
  width: 25px;
  height: 25px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -12.5px;
  left: 15px;
}
.mMenu .mSearch .btn .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(../images/public/search.png) no-repeat 0 0;
  background-size: 100%;
  margin-top: 1px;
}
.mMenu .mSearch input {
  height: 35px;
  border: 0;
  vertical-align: middle;
  box-sizing: border-box !important;
  color: #fff;
  padding: 5px;
  appearance: none;
  transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  opacity: 1;
  width: 100%;
  padding-left: 35px;
  border-radius: 2px;
  font-size: 16px;
  line-height: 24px;
  background-color: #16171a;
  position: static;
  left: 0;
  right: 0;
}
.mMenu .freeBtn {
  text-align: center;
}
.mMenu .freeBtn a {
  text-align: center;
  margin: 0.3125rem 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  width: 100%;
  background-color: #ea5839;
  border: none;
  color: #fff;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
}
.mMenu dl a {
  display: block;
  height: 100%;
  color: #fff;
}
.mMenu .level-01 {
  display: block;
  font-size: 16px;
  color: #fff;
  background-color: #16171a;
  height: 45px;
  line-height: 45px;
  padding-left: 35px;
  border-bottom: #2b2b2e 1px solid;
  position: relative;
}
.mMenu .level-01.active > .menu-ctrl {
  display: block;
}
.mMenu .level-02 {
  display: block;
  font-size: 14px;
  color: #fff;
  background-color: #202124;
  height: 45px;
  line-height: 45px;
  padding-left: 70px;
  padding-right: 40px;
  border-bottom: #2b2b2e 1px solid;
  position: relative;
}
.mMenu .level-03 a {
  margin-bottom: 0;
  padding-right: 0;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  padding-left: 6em;
  position: relative;
  background-color: #202124;
  display: block;
  border-bottom: #2b2b2e 1px solid;
}
.mMenu .menu-ctrl {
  display: none;
}
.mMenu .level-01,
.mMenu .level-02 {
  position: relative;
}
.mMenu .level-01:after,
.mMenu .level-02:after {
  content: '';
  border: 2px solid #777;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 18px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: none;
  border-right: none;
  right: 20px;
}
.mMenu .level-01.active:after,
.mMenu .level-02.active:after {
  top: 20px;
  border-bottom: none;
  border-left: none;
  border-right: 2px solid #777;
  border-top: 2px solid #777;
}
.mMenu .noneArrow:after {
  display: none;
}
.mMenu .hot .bt {
  font-size: 16px;
  padding-left: 35px;
}
.mMenu .hot .xx {
  font-size: 14px;
  background: #202124;
  overflow: hidden;
  margin-right: -1px;
}
.mMenu .hot .xx a {
  display: inline-block;
  width: 50%;
  float: left;
  overflow: hidden;
  line-height: 40px;
  border: 1px #2b2c2f solid;
  margin-top: -1px;
  margin-left: -1px;
  padding: 0 35px;
}
/*移动端右侧导航 end*/
.bodyHidden {
  overflow: hidden;
}
.phoneMenu {
  position: relative;
  top: 0;
  height: 100%;
  z-index: 999;
  overflow: auto;
  background: #16171a;
}
.phoneMenu .mSearch {
  background-color: #16171a;
  padding: 10px 20px;
  text-align: left;
  overflow: hidden;
  height: 56px;
  border-bottom: #202124 1px solid;
  position: relative;
}
.phoneMenu .mSearch .btn {
  width: 25px;
  height: 25px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -12.5px;
  left: 15px;
}
.phoneMenu .mSearch .btn .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(../images/public/search.png) no-repeat 0 0;
  background-size: 100%;
  margin-top: 1px;
}
.phoneMenu .mSearch input {
  height: 35px;
  border: 0;
  vertical-align: middle;
  box-sizing: border-box !important;
  color: #fff;
  padding: 5px;
  appearance: none;
  transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  opacity: 1;
  width: 100%;
  padding-left: 35px;
  border-radius: 2px;
  font-size: 16px;
  line-height: 24px;
  background-color: #16171a;
  position: static;
  left: 0;
  right: 0;
}
.phoneMenu .freeBtn {
  text-align: center;
}
.phoneMenu .freeBtn a {
  text-align: center;
  margin: 0.3125rem 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  width: 100%;
  background-color: #ea5839;
  border: none;
  color: #fff;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
}
.phoneMenu dl a {
  display: block;
  height: 100%;
  color: #fff;
}
.phoneMenu .level-01 {
  display: block;
  font-size: 16px;
  color: #fff;
  background-color: #16171a;
  height: 45px;
  line-height: 45px;
  padding-left: 2em;
  border-bottom: #2b2b2e 1px solid;
  position: relative;
}
.phoneMenu .level-01.active > .menu-ctrl {
  display: block;
}
.phoneMenu .level-02 {
  display: block;
  font-size: 14px;
  color: #fff;
  background-color: #202124;
  height: 45px;
  line-height: 45px;
  padding-left: 4em;
  padding-right: 40px;
  border-bottom: #2b2b2e 1px solid;
  position: relative;
}
.phoneMenu .level-03 a {
  margin-bottom: 0;
  padding-right: 0;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  padding-left: 6em;
  position: relative;
  background-color: #202124;
  display: block;
  border-bottom: #2b2b2e 1px solid;
}
.phoneMenu .menu-ctrl {
  display: none;
}
.phoneMenu .level-01,
.phoneMenu .level-02 {
  position: relative;
}
.phoneMenu .level-01:after,
.phoneMenu .level-02:after {
  content: '';
  border: 2px solid #777;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 18px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: none;
  border-right: none;
  right: 20px;
}
.phoneMenu .level-01.active:after,
.phoneMenu .level-02.active:after {
  top: 20px;
  border-bottom: none;
  border-left: none;
  border-right: 2px solid #777;
  border-top: 2px solid #777;
}
.phoneMenu .noneArrow:after {
  display: none;
}
/*phone*/
.header-02 {
  position: relative;
  height: 50px;
  background: #000;
}
.header-02:after {
  display: none;
}
.header-02 .operation {
  right: 0;
}
.header-02 .links .registerBtn {
  line-height: 50px;
  display: inline-block;
  float: right;
  background: #ea5839;
  color: #fff;
  padding: 0 15px;
  min-width: 145px;
  text-align: center;
  vertical-align: middle;
}
.header-02 .links .registerBtn:hover {
  background: #ea5839;
  color: #fff;
}
.inside-logo {
  font-size: 22px;
}
.truelandNav {
  position: absolute;
  z-index: 9;
  top: 50px;
  width: 100%;
  color: #fff;
  font-size: 14px;
  padding-left: 17px;
  min-width: 1240px;
}
.truelandNav:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}
.truelandNav a {
  color: #fff;
}
.truelandNav a:hover ,.truelandNav .cur,.truelandNav .active{
  color: #ea5839;
}
.truelandNav .list li {
  float: left;
  padding: 0 15px;
  line-height: 50px;
  position: relative;
}
.truelandNav .list .hot a {
  padding-right: 20px;
  display: inline-block;
  position: relative;
}
.truelandNav .list .hot a:after {
  content: "";
  display: block;
  width: 30px;
  height: 20px;
  background: url(../images/public/hot.png) no-repeat;
  position: absolute;
  right: -10px;
  top: 2px;
}
.truelandNav .list .cur a {
  color: #ea5839;
}
.truelandNav .registerBtn,
.truelandNav .freeBtn {
  line-height: 50px;
  display: inline-block;
  float: right;
  background: #f45f1d;
  color: #fff;
  padding: 0 15px;
  min-width: 145px;
  text-align: center;
  vertical-align: middle;
}
.truelandNav .registerBtn:hover,
.truelandNav .freeBtn:hover {
  background: #ea5839;
  color: #fff;
}
/*下拉菜单*/
.navChild {
  overflow: hidden;
  display: none;
  position: absolute;
  z-index: 9999;
  top: 90px;
  left: 60px;
  box-shadow: 8px 6px 8px 0 rgba(0, 0, 0, 0.1);
}
.navChild .arrow {
  width: 0;
  height: 0;
  content: '';
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #fff transparent;
  border-style: dashed;
  margin-left: -8px;
  border-bottom-color: #fff;
}
.navChild .newIcon,
.navChild .hotIcon {
  font-family: arial;
  color: #f45f1d;
  display: inline-block;
  margin-left: 5px;
}
.navChild .dropdown {
  background-color: #fff;
  line-height: 18px;
  position: static !important;
  left: 50%;
  top: 50%;
  border-color: #dedfe0;
  display: inline-block;
  pointer-events: auto;
  min-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 1200px;
  padding: 20px 10px;
  vertical-align: middle;
}
.navChild .dropdown::-webkit-scrollbar {
  width: 20px;
  cursor: pointer;
}
.navChild .dropdown::-webkit-scrollbar {
  width: 4px;
}
.navChild .dropdown::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: transparent;
}
.navChild .dropdown::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}
.navChild .dropdown::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}
.navChild.productChild .arrow {
  margin-left: 35px;
}
.navChild.productChild .dropdown {
  width: 1000px;
}
.navChild.productChild .left {
  width: 75%;
  float: left;
  padding: 20px 10px;
}
.navChild.productChild .left .item {
  width: 33.33333333%;
}
.navChild.productChild .right {
  float: left;
  width: 25%;
  background: #f8fafb;
  padding-top: 65px;
  padding-bottom: 25px;
}
.navChild.productChild .right .item {
  width: 100%;
}
.navChild.productChild .qyyyItem {
  height: 100%;
  padding-top: 75px;
}
.navChild.aiTechnologyChild .arrow {
  margin-left: 100px;
}
.navChild.aiTechnologyChild .dropdown {
  width: 800px;
}
.navChild.aiTechnologyChild .item {
  width: 25%;
}
.navChild.solutionChild {
  left: 130px;
}
.navChild.solutionChild .arrow {
  margin-left: 105px;
}
.navChild.solutionChild .item {
  width: 100%;
}
.navChild.solutionChild .dropdown {
  width: 230px;
  min-height: 240px;
}
.navChild.marketChild .arrow {
  margin-left: 275px;
}
.navChild.marketChild .dropdown {
  width: 600px;
}
.navChild.marketChild .item {
  width: 33.33333333%;
}
.navChild.zhchyFwChild {
  left: 450px;
}
.navChild.zhchyFwChild .arrow {
  margin-left: 185px;
}
.navChild.zhchyFwChild .dropdown {
  width: 400px;
}
.navChild.zhchyFwChild .item {
  width: 50%;
}
.navChild.zdyProductChild .arrow {
  margin-left: 75px;
}
.navChild.zdyProductChild .dropdown {
  width: 600px;
}
.navChild.zdyProductChild .item {
  width: 33.33333333%;
}
.navChild.zdySolutionChild .arrow {
  margin-left: 145px;
}
.navChild.zdySolutionChild .dropdown {
  width: 800px;
}
.navChild.zdySolutionChild .item {
  width: 25%;
}
.navChild .list {
  clear: both;
  margin: 0 auto;
  min-height: 170px;
}
.navChild .item {
  padding: 15px 0 0 20px;
  display: inline-block;
  vertical-align: top;
  width: 20%;
  white-space: normal;
  float: left;
}
.navChild .item-02 {
  width: 40%;
}
.navChild .item-02 .div-01 {
  width: 50%;
  float: left;
}
.navChild .bt {
  color: #333;
  font-size: 14px;
  padding-bottom: 8px;
  border-bottom: #f0f3f5 1px solid;
  max-width: 100%;
}
.navChild .sencond {
  padding: 8px 0;
}
.navChild .sencond a {
  display: block;
  line-height: 26px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #666666;
}
.navChild .sencond a:hover {
  color: #ff5c01;
  font-weight: 700;
  text-decoration: underline;
}
.navChild .search-quick {
  clear: both;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.navChild .search-quick .quick {
  width: 50%;
  float: right;
  line-height: 35px;
  padding-left: 30px;
}
.navChild .search-quick .quick a {
  display: inline-block;
  margin-right: 10px;
}
.navChild .childSearch {
  position: relative;
  width: 50%;
  float: left;
}
.navChild .childSearch input {
  height: 35px;
  line-height: 1;
  border-right: 0;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  font-size: 14px;
  padding-right: 20px;
  padding-left: 10px;
  border: 1px #e5e5e5 solid;
}
.navChild .childSearch input:focus {
  border-color: #f45e1d;
}
.navChild .childSearch .btn {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/public/search-02.png) no-repeat;
}
@media (max-width: 1279px) {
  .navChild .dropdown {
    width: 1000px;
  }
}
/*头部侧边栏导航*/
.product-02,
.solution-02,
.market-02,
.cooperation-02 {
  display: none;
}
.topAsideBar {
  color: #fff;
  height: 100%;
  min-height: 400px;
  position: absolute;
  z-index: 998;
  top: 50px;
}
.topAsideBar.active {
  display: block;
}
.topAsideBar.active .level1 {
  display: block;
  left: 0;
}
.topAsideBar *::-webkit-scrollbar {
  width: 10px;
}
.topAsideBar *::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: transparent;
}
.topAsideBar *::-webkit-scrollbar-thumb {
  background-color: #666666;
}
.topAsideBar *::-webkit-scrollbar-track {
  background-color: #3c4145;
}
.topAsideBar a {
  color: #fff;
}
.topAsideBar .level-01 {
  display: none;
  background: #282b2e;
  width: 200px;
  height: 100%;
  padding: 20px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  position: absolute;
  z-index: 4;
  left: 0;
  transition: all .5s;
}
.topAsideBar .level-01 a {
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 30px;
  position: relative;
}
.topAsideBar .level-01 a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
.topAsideBar .level-01 .asideShzwkBtn > a:after,
.topAsideBar .level-01 .asideZhchyFwBtn > a:after,
.topAsideBar .level-01 .asideZhdEduFwBtn > a:after {
  display: none;
}
.topAsideBar .level-02 {
  display: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 200px;
  background: #272b2e;
  width: 200px;
  padding: 20px 0;
  transition: all .5s;
}
.topAsideBar .level-02 a {
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 30px;
  position: relative;
}
.topAsideBar .level-02 a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
.topAsideBar .level-inner {
  overflow-y: auto;
  height: 100%;
}
.topAsideBar .inner-text {
  display: block;
  font-size: 14px;
}
.topAsideBar .inner-text > span {
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 30px;
  cursor: pointer;
  position: relative;
}
.topAsideBar .inner-text > span:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
.topAsideBar .inner-text > span a {
  display: inline;
}
.topAsideBar .inner-text > a {
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 25px;
  position: relative;
}
.topAsideBar .inner-text > a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
.topAsideBar .inner-text:hover > span {
  color: #ea5839;
}
.topAsideBar .inner-text:hover > span a {
  color: #ea5839;
}
.topAsideBar .inner-text:hover > span:after {
  border-color: #ea5839;
}
.topAsideBar .inner-text:hover > a {
  color: #ea5839;
}
.topAsideBar .inner-text:hover > a:after {
  border-color: #ea5839;
}
.topAsideBar .noArrow > a:after {
  display: none;
}
.topAsideBar .inner-text-02 {
  height: 40px;
  line-height: 40px;
}
.topAsideBar .inner-text-02 > a {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
.topAsideBar .inner-text-02:hover > a {
  color: #ea5839;
}
.topAsideBar .inner-text-02:hover > a:after {
  border-color: #ea5839;
}
.topAsideBar .level1 {
  background: #282b2e;
  width: 200px;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  position: absolute;
  z-index: 4;
  left: -200px;
  transition: all .5s;
}
.topAsideBar .level1 .level-inner {
  padding: 20px 0;
}
.topAsideBar .level1 .level1-li:hover:after {
  border-color: #ea5839;
}
.topAsideBar .level1 .level1-li:hover > a {
  color: #ea5839;
}
.topAsideBar .level1 .level1-li:hover .level2 {
  left: 200px;
  display: block;
}
.topAsideBar .level2 {
  height: 100%;
  position: absolute;
  top: 0;
  left: 200px;
  background: #272b2e;
  width: 200px;
  display: none;
  transition: all .5s;
}
.topAsideBar .level2.active {
  display: block;
}
.topAsideBar .level2.hover {
  display: block;
}
.topAsideBar .level2 .level2-li:hover .level3 {
  display: block;
}
.topAsideBar .level3 {
  position: absolute;
  z-index: 1;
  left: 200px;
  top: 0;
  width: 200px;
  height: 100%;
  background: #313538;
  display: none;
}
.topAsideBar .level3.active {
  display: block;
}
.topAsideBar .level3 .level-inner {
  padding: 20px 20px;
}
.topAsideBar .level3 .inner-text-02 > a {
  padding-left: 0;
  padding-right: 0;
  display: block;
}
.topAsideBar .level3 a {
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 25px;
  position: relative;
}
.topAsideBar .level3 a:hover {
  color: #ea5839;
}
.topAsideBar .yjsLevel3 {
  width: 800px;
  display: none;
  font-size: 12px;
}
.topAsideBar .yjsLevel3 .list {
  margin-left: -15px;
  margin-right: -15px;
}
.topAsideBar .yjsLevel3 .item {
  width: 20%;
  float: left;
  padding: 0 15px;
}
.topAsideBar .yjsLevel3 .bt {
  border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
  font-size: 14px;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  margin-bottom: 5px;
}
.topAsideBar .yjsLevel3 .sencond {
  padding-bottom: 20px;
}
.topAsideBar .yjsLevel3 .sencond a {
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.topAsideBar .yjsLevel3 .sencond a:hover {
  color: #ea5839;
}
.topAsideBar .yxyLevel3 {
  width: 400px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.topAsideBar .yxyLevel3 .div-01 {
  width: 50%;
  float: left;
}
.topAsideBar .yxyLevel3 .div-01 a {
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.topAsideBar .yxyLevel3 .div-01 a:hover {
  color: #ea5839;
}
.topAsideBar .qyyyLevel3 {
  width: 400px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.topAsideBar .qyyyLevel3 .list {
  width: 50%;
  float: left;
}
.topAsideBar .qyyyLevel3 .list a {
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.topAsideBar .qyyyLevel3 .list a:hover {
  color: #ea5839;
}
.partner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.partner .list {
  margin-top: 30px;
  padding-left: 3px;
  padding: 5px 0 5px 3px;
}
.partner li {
  width: 16.66666667%;
  float: left;
  border: 1px #f0eef1 solid;
  margin-left: -1px;
  position: relative;
}
.partner li:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 0 0 0 #ea5839;
  transition: all .5s;
}
.partner .box {
  display: block;
}
.partner .pic {
  display: block;
  position: relative;
}
.partner .pic:after {
  content: "";
  display: block;
  padding-top: 60%;
}
.partner img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.partner li:hover:after {
  box-shadow: 0 0 15px 0 #ea5839;
}
.partner li:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: none;
}
@media screen and (max-width: 768px) {
  .partner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .partner li {
    width: 33.33333333%;
    margin-top: -1px;
  }
}
.home-partner {
  padding-top: 0;
}
/*ljshq*/
.ljshq {
  padding: 45px 0 45px 0;
  background: url(../images/ljshq-bg.jpg) no-repeat center top;
  color: #fff;
  text-align: center;
}
.ljshq .title {
  font-size: 24px;
  font-family: 微軟正黑體;
}
.ljshq .btn {
  margin-top: 20px;
}
.ljshq .btn a {
  display: inline-block;
  border: 2px #fff solid;
  font-size: 18px;
  min-width: 142px;
  line-height: 38px;
  color: #fff;
  transition: all .5s;
}
.ljshq .btn a:hover {
  border-color: #ea5839;
  background: #ea5839;
}
@media (max-width: 1280px) {
  .ljshq {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .ljshq {
    display: none;
  }
}
/*底部*/
.footer {
  background: #252525;
  color: #a9a9aa;
}
.footer a {
  color: #666666;
}
.footer a:hover {
  color: #fff;
}
.footer .friendShip {
  padding: 20px 0;
  border-top: 1px #333333 solid;
  line-height: 2;
}
.footer .friendShip .list {
  overflow: hidden;
}
.footer .friendShip li {
  position: relative;
  padding-left: 80px;
}
.footer .friendShip li .bt {
  display: inline-block;
  width: 80px;
  position: absolute;
  left: 0;
  top: 0;
}
.footer .friendShip li a {
  display: inline-block;
  padding-right: 20px;
  transition: all .5s;
}
@media (max-width: 1280px) {
  .footer .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    font-size: 14px;
  }
  .footer .friendShip {
    padding-bottom: 0;
  }
  .footer .friendShip li {
    padding-left: 0;
    border-bottom: 1px #5B5B5B solid;
    padding: 20px 0;
  }
  .footer .friendShip li .bt {
    display: block;
    position: relative;
  }
  .footer .friendShip a {
    color: #D7D8D9;
  }
}
.footer-menu {
  min-height: 200px;
  padding: 45px 0;
  overflow: hidden;
}
.footer-menu a {
  color: #ccc;
}
.footer-menu .list {
  overflow: hidden;
  width: 80%;
  float: left;
}
.footer-menu .list li {
  width: 20%;
  float: left;
}
.footer-menu .list .bt {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px #333333 solid;
  margin-right: 70px;
  position: relative;
  font-size: 18px;
}
.footer-menu .list .bt > a {
  font-size: 18px;
  color: #888888;
}
.footer-menu .list .bt:after {
  content: "";
  display: block;
  width: 20px;
  border-bottom: 1px #ea5839 solid;
  position: absolute;
  bottom: -1px;
}
.footer-menu .list .child {
  padding: 15px 0;
}
.footer-menu .list .child a {
  color: #666666;
  display: block;
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.5;
  transition: all .4s;
}
.footer-menu .list .child a:hover {
  color: #ff5d01;
  padding-left: 5px;
}
.footer-menu .erweima {
  width: 20%;
  float: right;
  text-align: center;
  padding-top: 33px;
}
.footer-menu .erweima img {
  max-width: 140px;
}
@media (max-width: 1280px) {
  .footer-menu .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.copyright {
  background: #252525;
  color: #999999;
  font-size: 12px;
  border-top: 1px solid #ea5839;
  position: relative;
  min-height: 35px;
  padding: 30px 0;
  overflow: hidden;
  line-height: 2;
  font-size: 14px;
}
.copyright img {
  vertical-align: middle;
}
.copyright a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  color: #666666;
}
.copyright a:hover {
  color: #fff;
}
.copyright .text-01 {
  float: left;
  display: inline-block;
}
.copyright .text-02 {
  float: right;
  text-align: right;
}
.copyright .text-02 .links {
  float: left;
}
.copyright .gsh {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  margin-right: 20px;
}
.copyright .share {
  display: block;
  float: right;
  margin-top: 8px;
}
.copyright .bdshare-button-style0-16 a,
.copyright .bdshare-button-style0-16 .bds_more {
  padding: 0;
  margin: auto 5px;
}
.copyright .wechat {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #646464 url(../images/public/wechat.png) no-repeat;
  opacity: .7;
  transition: all .5s;
}
.copyright .wechat:hover {
  background-color: #ea5839;
  opacity: 1;
}
.copyright .sina {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #646464 url(../images/public/sina.png) no-repeat;
  opacity: .7;
  transition: all .5s;
}
.copyright .sina:hover {
  background-color: #ea5839;
  opacity: 1;
}
.copyright .tel {
  display: none;
}
@media (max-width: 1280px) {
  .copyright .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .copyright {
    border: none;
  }
  .copyright .tel {
    border: 1px solid #979797;
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    color: #EBECEC;
    margin: 0 0 30px 0;
  }
  .copyright .text-01 .quick {
    display: none;
  }
  .copyright .text-02 {
    display: none;
  }
}
#bdshare_weixin_qrcode_dialog {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  outline: 0;
}
@keyframes leve1ContentSlidein {
  0% {
    left: 0;
  }
  to {
    left: 200px;
  }
}
@keyframes leve1ContentSlideout {
  0% {
    left: 200px;
  }
  to {
    left: 0;
  }
}
@keyframes leve1ContentSlideoutExpand {
  0% {
    left: 200px;
  }
  to {
    left: -120px;
  }
}
@keyframes level2ContentSlideout {
  0% {
    left: 400px;
  }
  to {
    left: 0;
  }
}
@keyframes level2ContentSlideout {
  0% {
    left: 400px;
  }
  to {
    left: 0;
  }
}
@keyframes level2ContentSlidein {
  0% {
    left: 0;
  }
  to {
    left: 400px;
  }
}
@keyframes level2ContentSlideoutExpand {
  0% {
    left: 400px;
  }
  to {
    left: -280px;
  }
}
@keyframes level2ContentSlideinExpand {
  0% {
    left: -280px;
  }
  to {
    left: 400px;
  }
}
/*page*/
.page {
  clear: both;
  text-align: center;
  font-size: 0;
}
.page a,
.page span {
  color: #666666;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  min-width: 30px;
  line-height: 28px;
  height: 30px;
  margin: 0 5px;
  padding: 0 8px;
  background: #fff;
  border: 1px #cbcbcb solid;
  vertical-align: middle;
  transition: all 0.5s;
}
.page a.cur,
.page span.cur,
.page a:hover,
.page span:hover {
  background: #ea5839;
  border-color: #ea5839;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page a {
    display: none;
  }
  .page .prev {
    display: inline-block;
  }
  .page .next {
    display: inline-block;
  }
}
.mFooter {
  background: #373D41;
  color: #D7D8D9;
  font-size: 14px;
  padding: 0 0.234375rem;
}
.mFooter a {
  color: #D7D8D9;
}
.mFooter .mFriendShip {
  padding: .4rem 0;
}
.mFooter .mFriendShip li {
  border-bottom: 1px #5B5B5B solid;
  padding: 0.625rem 0.234375rem;
}
.mFooter .mFriendShip li:nth-child(1) a:nth-last-child(1) {
  display: none;
}
.mFooter .mFriendShip li:nth-child(1) a:nth-last-child(2) {
  display: none;
}
.mFooter .mFriendShip li:nth-child(1) a:nth-last-child(3) {
  display: none;
}
.mFooter .mFriendShip li:nth-child(2) a:nth-last-child(1) {
  display: none;
}
.mFooter .mFriendShip li:nth-child(2) a:nth-last-child(2) {
  display: none;
}
.mFooter .mFriendShip li:nth-child(2) a:nth-last-child(3) {
  display: none;
}
.mFooter .mFriendShip a {
  display: inline-block;
  padding-right: 20px;
}
.mFooter .bt {
  color: #999;
  padding-bottom: 0.3125rem;
}
.mFooter .mCopyright {
  padding: 0.4rem 0.234375rem;
}
.mFooter .tel {
  border: 1px solid #979797;
  display: block;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  color: #EBECEC;
  margin: 0.234375rem 0.234375rem;
}
/*头部全国城市*/
.whole-country {
  position: relative;
  vertical-align: middle;
  display: block;
  float: left;
}
.whole-country > .a-01 {
  float: left;
  padding-left: 25px;
  padding-right: 40px;
  margin-left: 0;
  color: #fff;
  position: relative;
}
.whole-country > .a-01:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/public/arrow-down-01.png) no-repeat center center;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
}
.whole-country > .a-01:hover {
  color: #fff;
  background: #272b2f;
}
.whole-country > .a-01:hover:after {
  background: url(../images/public/arrow-up-01.png) no-repeat center center;
}
.whole-country .down {
  position: absolute;
  right: 0;
  top: 50px;
  display: none;
  width: 600px;
  background: #272b2f;
  color: #fff;
  font-size: 14px;
  padding: 20px 20px;
  line-height: 30px;
  text-align: left;
}
.whole-country .down a {
  width: 20%;
  float: left;
  padding: 0 10px;
  color: #fff;
  display: block;
}
.whole-country .down a:hover {
  color: #ea5839;
}
.whole-country:hover > .a-01 {
  color: #fff;
  background: #272b2f;
}
.whole-country:hover > .a-01:after {
  background: url(../images/public/arrow-up-01.png) no-repeat center center;
}
.whole-country:hover .down {
  display: block;
}
