.guoqi {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  /* background-color: lightslategrey; */
  /* margin-left: 330px; */
  margin-right: 20px;
  margin-top: 12px;
}

.guoqi img {
  width: 100%;
}

.ch {
  margin-left: 20px;
}

.ch>img {
  border-radius: 50%;
  text-align: center;
  width: 33px;
  height: 33px;
}

.en>img {
  border-radius: 50%;
  text-align: center;
  width: 33px;
  height: 33px;
}

.slider-homepage1 img {
  width: 100%;
  position: relative;
}

.container {
  max-width: 1000px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.container-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#contachus .content-footer ul li a {
  font-size: 15px;
  font-weight: bold;

}

#contachus .content-footer ul li {
  cursor: pointer;
}

#contachus .container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

.social-links a {
  display: inline-block;
  /* line-height: 38px; */
  /* padding-left: 4px; */
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 33px;
  height: 33px;
  transition: 0.3s;
}

.social-links a:hover {
  background: #C6EBBE;
  color: #fff;
  text-decoration: none;
}

.footer i {
  padding: 0;
  margin-top: 0px;
  font-size: 24px;
}

.social-links .weixin i:hover {
  color: #1afa29;
}

.social-links .weibo i:hover {
  color: #f79359;
}

.social-links .tianmao i:hover {
  color: #d81e06;
}

.social-links .jingdong i:hover {
  color: #d81e06;
}

.social-links-mobil {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.declare {
  /* position: absolute; */
  /* bottom: 0px; */
  background-color: rgb(227, 230, 230);
  padding-left: 0px !important;
  padding-right: 0px !important;
}


.smooth-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.smooth-menu .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.smooth-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.smooth-menu .drop-down ul a {
  padding: 10px 20px;
  font-weight: 500;
  text-transform: none;
  color: black;
}

.smooth-menu .drop-down ul a:hover,
.smooth-menu .drop-down ul .active>a,
.smooth-menu .drop-down ul li:hover>a {
  color: #009970;
}

.smooth-menu .drop-down>a:after {
  content: "\ea99";
  /* font-family: IcoFont; */
  padding-left: 5px;
}

.smooth-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.smooth-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.smooth-menu .drop-down .drop-down>a {
  padding-right: 35px;
}

.smooth-menu .drop-down .drop-down>a:after {
  content: "\eaa0";
  /* font-family: IcoFont; */
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .smooth-menu .drop-down .drop-down ul {
    left: -90%;
  }

  .smooth-menu .drop-down .drop-down:hover>ul {
    left: -100%;
  }

  .smooth-menu .drop-down .drop-down>a:after {
    content: "\ea9d";
  }
}

.header-mobile ul,
li {
  list-style: none
}

.header-mobile a {
  text-decoration: none;
  display: block;
  user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}

/*---------------------------------------------------------------------------------------------------------------手机站导航开始----------*/

.sp_header {
  height: 50px;
  overflow: hidden;
  background: #fff;
  position: fixed;
  z-index: 10;
  width: 100%;
}

.sp_logo {
  float: left;
  height: 50px
}

.sp_logo img {
  margin: auto;
  height: 48px;
  padding: 5px 10px 5px 10px;
}

.sp_nav {
  width: 50px;
  float: right;
  position: relative;
  cursor: pointer;
  height: 30px;
  margin-top: 15px
}

.sp_nav span {
  display: block;
  background: #000;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 10px;
  transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
  top: 0px
}

.sp_nav span:nth-of-type(2) {
  top: 10px
}

.sp_nav span:nth-of-type(3) {
  top: 20px
}

.sp_nav_se span:nth-of-type(1) {
  top: 10px;
  transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
  width: 0
}

.sp_nav_se span:nth-of-type(3) {
  top: 10px;
  transform: rotate(-45deg)
}

.sjj_nav {
  position: fixed;
  z-index: 9;
  background: #eee;
  width: 100%;
  height: calc(100% - 104px);
  font-size: 14px;
  line-height: 40px;
  top: -100%;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  transition: top ease 0.35s;
}

.nav_show {
  top: 50px
}

.sjj_nav>ul>li:first-child {
  overflow: hidden;
  border-top: 0
}

.sjj_nav>ul>li:first-child>a {
  float: left;
  width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
  float: right;
  width: 70px;
  overflow: hidden;
  line-height: 30px;
  margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
  width: 35px;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
}

.sjj_nav ul li i {
  position: absolute;
  top: 5px;
  right: 0px;
  border-left: 1px #ddd solid;
  height: 30px;
  padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
  transform: rotate(-90deg);
  transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg)
}

.sjj_nav ul li {
  border-top: 1px #ddd solid;
  margin-left: 20px;
  position: relative;
  line-height: 40px;
  font-size: 14px
}

.sjj_nav>ul>li:last-child {
  border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
  display: none
}

.sjj_nav ul li a {
  color: #666;
  width: 80%
}

.sjj_nav ul li ul li a {
  color: #999;
  display: block;
  text-align: left;
}

.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #0056b3
}

.sjj_nav ul li ul li>ul {
  margin-left: 10px
}

.sjj_nav .mactive>a {
  color: #000;
}

/*---------------------------------------------------------------------------------------------------------------手机站导航结束----------*/

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif !important;
  -webkit-font-smoothing: antialiased;
}

/* 滚动条整体样式 */
::-webkit-scrollbar {
  width: 14px;
}

/* 滚动条里面小方块 */
::-webkit-scrollbar-thumb {
  background: #ccc;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #b4b8c0;
}

::-webkit-scrollbar-thumb:active {
  background-color: #909399;
}

/*滚动条里面轨道*/
::-webkit-scrollbar-track {
  background-color: transparent;
}

.docdown {
  position: absolute;
  top: 17%;
  left: 41%;
  z-index: 100;
}

.docdown p {
  font-size: 25px;
  font-weight: 20;
  padding-left: 37px;
}

.docdown li {
  margin-top: 20px;
}

.docdown img {
  width: 100%;
  height: 40px;
}

.dropmenu a {
  padding: 0px 10px !important;
  text-align: left;
}

.icp-container {
  text-align: center;
  font-size: 14px;
  font-family: inherit;
  color: #939393;
  padding-top: 20px;
  padding-bottom: 50px;
}

.foot-link {
  display: inline-block;
  text-decoration: none;
  height: 20px;
  line-height: 20px;
  margin: 5px 5px 0px 0px;
  letter-spacing: 0px;
  color: #939393;
}

.foot-link-txt {
  padding-inline: 2px;
  height: 20px;
  line-height: 20px;
  color: #939393;
}

.foot-link-img {
  float: left;
  height: 18px;
  margin: 0px 5px 0px 0px;
}

.icphome {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}