/*网站通用样式*/
body {
  font-family: "Microsoft Yahei";
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
/*header头部样式*/
header .header-container {
  width: 100%;
  height: 90px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(204, 204, 204, 0.5);
  -moz-box-shadow: 0 0 20px rgba(204, 204, 204, 0.5);
  box-shadow: 0 0 20px rgba(204, 204, 204, 0.5);
  position: fixed;
  z-index: 999;
  top: 0px;
}
header .header-container .nav-box {
  width: 80%;
  height: 90px;
  margin: 0 auto;
}
header .header-container .nav-box .nav-left {
  width: 240px;
  height: 60px;
  float: left;
}
input {
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: none;
  width: 100%;
  padding: 0 15px;
  margin: 12px 0;
}

.box-right-mid > button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  transition: 0.1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
  width: 100%;
  color: #fff;
  background-color: #409eff;
  border-color: #409eff;
  margin: 30px auto 20px;
}
.yzm {
  display: flex;
  align-items: center;
}
[v-cloak] {
  display: none;
}
.account-header {
  font-size: 20px;
}
.account-header > span:nth-child(1) {
  font-weight: 900;
}
.account-list {
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
}
.account-list:last-of-type {
  border: none;
}
.account-list > div {
  height: 30px;
  line-height: 30px;
  display: flex;
}
.account-list > div > span {
  font-size: 16px;
  color: #409eff;
}
.account-list > div > span:first-of-type {
  font-size: 18px;
  color: #000;
  display: flex;
  width: 200px;
  align-items: center;
}
.account-list > div > span>img {
  width:20px;
  height: 20px;
  margin-right: 5px;
}
.yzm > button {
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  color: #606266;
  text-align: center;
  outline: none;
  margin: 0;
  transition: 0.1s;
  font-weight: 500;
  font-size: 14px;
  border-radius: 4px;
  color: #409eff;
  background: #ecf5ff;
  border-color: #b3d8ff;
  height: 40px;
  margin-left: 20px;
}
header .header-container .nav-box .nav-left #logo_top {
  width: 240px;
  height: 60px;
  float: left;
  margin-top: 10px;
  background: url("../img/logo.png") no-repeat center;
  background-size: auto 100%;
}
header .header-container .nav-box .nav-mid {
  height: 70px;
  float: right;
  margin-bottom: 20px;
}
header .header-container .nav-box .nav-mid #lang {
  width: 25px;
  height: 29px;
  float: right;
  margin-left: 44px;
  margin-top: 34px;
  cursor: pointer;
}
header .header-container .nav-box .nav-mid #lang a {
  float: right;
  width: 25px;
  height: 29px;
  background: url("../img/cn.png") no-repeat center;
}
header .header-container .nav-box .nav-mid .navbar-nav {
  position: relative;
  display: inline-block;
}
header .header-container .nav-box .nav-mid .navbar-nav li {
  float: left;
  height: 70px;
  margin: 0 40px 0 0;
  text-align: center;
  list-style: none;
}
header .header-container .nav-box .nav-mid .navbar-nav li a {
  min-width: 20px;
  font-size: 16px;
  font-family: "Microsoft YaHei UI";
  color: #898989;
  height: 70px;
  line-height: 59px;
  padding-bottom: 15px;
  margin: 0;
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
}
header .header-container .nav-box .nav-mid .navbar-nav li a::after {
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  content: "";
  display: block;
  height: 2px;
  background: #c7161e;
  position: absolute;
  bottom: 0;
  opacity: 0.3;
  left: -1px;
  width: calc(102%);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
}
header .header-container .nav-box .nav-mid .navbar-nav li a:hover::after {
  opacity: 1;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
header .header-container .nav-box .nav-mid .navbar-nav li a.active {
  border-bottom: 2px solid #c7161e;
  box-sizing: border-box;
  color: #434343;
}
header
  .header-container
  .nav-box
  .nav-mid
  .navbar-nav
  li
  a.active:hover::after {
  display: none;
}
header .header-container .nav-box .nav-mid .navbar-nav li.last {
  margin-right: 0;
}
header .header-container .nav-box .nav-mid .navbar-nav li.line-item {
  line-height: 87px;
  color: #999;
}

/*footer样式*/
footer {
  width: 100%;
  background-color: #fff;
  padding-top: 40px;
  -webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.5); /*透明度绿色高亮*/
  -moz-box-shadow: 0 0 10px rgba(204, 204, 204, 0.5);
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.5);
}

footer .footer-box {
  width: 90%;
  margin: 0 auto;
}

footer .footer-left {
  float: left;
  display: inline-block;
  margin-left: 10px;
  padding-left: 10%;
}

footer .footer-right {
  float: right;
  display: inline-block;
  margin-right: 10px;
  padding-right: 10%;
}
footer .globle {
  display: inline-block;
  margin: 0 auto;
  width: 240px;
  height: 150px;
  background-image: url("../img/global.png");
  background-repeat: no-repeat;
  background-size: contain;
}

footer ul {
  float: left;
  list-style: none;
  text-align: left;
}

footer ul li a {
  color: #555;
  font-size: 16px;
  line-height: 40px;
}

footer ul li a:hover {
  color: #c7161e;
  text-decoration: none;
}

footer ul .footer-contact {
  font-size: 14px;
  line-height: 30px;
  color: #898989;
}

footer ul:last-child {
  padding-top: 4px;
}

/*版权信息样式*/
.copy {
  background-color: #fff;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.5); /*透明度绿色高亮*/
  -moz-box-shadow: 0 0 10px rgba(204, 204, 204, 0.5);
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.5);
}
.copyright {
  padding-top: 10px;
  font-size: 12px;
}

/*返回顶部按钮*/
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-image: url("../img/back2top.png");
  width: 60px;
  height: 112px;
  background-size: cover;
  color: #fff;
  border: none;
  border-radius: 2px;
}

.back-to-top:hover {
  background-color: #000;
}

/*移动端菜单入口*/
header .header-container .nav-box .nav-mobile-menu {
  margin-top: 30px;
  float: right;
  display: none;
}
header .header-container .nav-box .nav-mobile-menu span {
  display: inline-block;
  width: 40px;
  height: 50px;
  background: url("../img/menu2.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
}

/*移动端菜单sidebar*/
.sidebar {
  position: fixed;
  top: 0px;
  width: 200px;
  background-color: #c7161e;
  padding: 20px 0px;
  transition: right 0.2s;
  z-index: 1001;
  right: -200px;
}
.sidebar ul {
  margin: 0;
  padding: 0;
}

.sidebar ul li {
  line-height: 40px;
  list-style: none;
  padding: 0px 20px;
  text-align: center;
}

.sidebar ul li a {
  text-decoration: none;
  color: #fff;
}

.sidebar ul li:hover {
  background-color: #930000;
}

.sidebar ul li .active {
  color: #ff9900;
}
.button {
  background-color: #dc0808;
  color: #fff;
  position: absolute;
  right: 30px;
  width: 60px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 25px;
  cursor: pointer;
}
.button:hover {
  color: #fff;
  text-decoration: none;
}
/*关灯遮罩*/
.mask {
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: none;
}

/*响应式媒体查询处理*/
@media screen and (max-width: 1200px) {
  #feature-last {
    display: none;
  }
  .feature {
    width: 740px !important;
  }
  #feature-response {
    display: block !important;
  }
}

@media screen and (max-width: 970px) {
  header .header-container .nav-box #lang {
    display: none;
  }
}

@media screen and (max-width: 830px) {
  header .header-container .nav-box {
    width: 90%;
  }
  header .header-container .nav-box .nav-mid {
    display: none;
    position: relative;
  }
  header .header-container .nav-box .nav-mobile-menu {
    display: block;
  }
}
/*移动端兼容*/
@media screen and (max-width: 740px) {
  .feature {
    width: 360px !important;
  }
  .feature .feature-content {
    margin-left: 0px;
  }
  .box-left {
    display: none !important;
  }
  .box-right {
    width: 100% !important;
  }
  .box-right-mid {
    padding: 20px !important;
  }
  .box {
    width: 90% !important;
  }
}

/*移动端banner兼容*/
@media screen and (max-width: 500px) {
  .banner img {
    height: 200px !important;
  }
  .main-wrapper-1 {
    background-image: url(../img/banner-1-m.png) !important;
  }
  .main-wrapper-2 {
    background-image: url(../img/banner-2-m.png) !important;
  }
  .main-wrapper-3 {
    background-image: url(../img/banner-3-m.png) !important;
  }
  .main-wrapper-4 {
    background-image: url(../img/banner-4-m.png) !important;
  }
  .main-wrapper-5 {
    background-image: url(../img/banner-5-m.png) !important;
  }
}

/*兼容iphone5以下小屏设备*/
@media screen and (max-width: 360px) {
  .feature {
    width: 100% !important;
  }
  .feature-image {
    width: 100% !important;
  }
  .feature-image img {
    width: 100% !important;
  }
  .feature-content {
    width: 100% !important;
  }
  .feature-text {
    width: 100% !important;
  }
}
