.resetStyle {
  color: #333;
  overflow-x: hidden;
  overflow-y: auto;
}
.resetStyle a {
  text-decoration: none;
  color: #333;
}
.resetStyle ul,
.resetStyle li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.center-verticall {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tra {
  transition: 0.2s;
}
.title {
  height: 47px;
  font-size: 20px;
  color: #585e61;
  line-height: 48px;
  margin-bottom: 10px;
}
.consult-immediately-plain {
  width: 272px;
  height: 72px;
  border: 2px solid #009e96;
  border-radius: 73px;
  opacity: 1;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 84px 0;
  color: #009e96 !important;
  font-weight: 500;
  cursor: pointer;
}
.consult-immediately-plain:hover {
  background-color: #009e96;
  color: #fff !important;
}
.cp {
  cursor: pointer;
}
.sr-e {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  white-space: nowrap;
}
.home-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #fff;
}
.home-header .header-nav .container .navmain {
  float: left;
  margin: 25px 0;
}
.home-header .header-nav .container .navmain .navlogo {
  float: left;
  margin: 0;
}
.home-header .header-nav .container .navmain .navlogo .logoa {
  display: block;
  width: 200px;
}
.home-header .header-nav .container .navmain .navlogo .logoa img {
  display: block;
  width: 100%;
}
.home-header .header-nav .container .navlist {
  float: right;
}
.home-header .header-nav .container .navlist .f-menu .active {
  font-weight: 600;
}
.home-header .header-nav .container .navlist .f-menu .active ::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 4px;
  background: #b7222d;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
  position: absolute;
  bottom: 36px;
  left: 0;
  right: 0;
  margin: auto;
}
.home-header .header-nav .container .navlist .f-menu > .hasdrop {
  margin-right: 10px;
}
.home-header .header-nav .container .navlist .f-menu > .hasdrop::before {
  position: absolute;
  content: "";
  bottom: 0;
  z-index: -1;
  opacity: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.home-header .header-nav .container .navlist .f-menu > .hasdrop:last-child {
  margin-right: 0;
}
.home-header .header-nav .container .navlist .f-menu > .hasdrop:last-child > a {
  padding-right: 0;
}
.home-header .header-nav .container .navlist .hasdrop {
  float: left;
  position: relative;
}
.home-header .header-nav .container .navlist .hasdrop > a {
  text-decoration: none;
  display: block;
  padding: 47.5px 30px;
  font-family: "Geometric212BT-BookCondensed";
  font-size: 18px;
  color: #333333;
}
.home-header .header-nav .container .navlist .hasdrop > a:hover {
  font-weight: 600;
}
.home-header .header-nav .container .navlist .hasdrop > a .mobile-navbtn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  font-size: 20px;
  width: 20px;
  height: 20px;
  transition: 0.3s;
}
.home-header .header-nav .container .navlist .hasdrop > a .mobile-navbtn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: rotate(45deg);
}
.home-header .header-nav .container .navlist .hasdrop > a .mobile-navbtn.open {
  transform: rotate(90deg);
}
.home-header .header-nav .container .navlist .hasdrop.son-hasdrop {
  width: 100%;
  transition: 0.5s;
}
.home-header .header-nav .container .navlist .hasdrop.son-hasdrop:hover {
  margin-left: 5px;
}
.home-header .header-nav .container .navlist .s-search {
  float: left;
  margin: 15px 0 0 10px;
  width: 40px;
  height: 46px;
  background:url(/res/baiila/images/headbg.png) no-repeat center;
}
.home-header .header-nav .container .navlist .s-search .s-icon {
  cursor: pointer;
  text-align: center;
  line-height: 44px;
}
.home-header .header-nav .container .navlist .s-search .header-search {
  position: relative;
}
.home-header .header-nav .container .navlist .s-search .search-box {
  display: none;
  position: absolute;
  height: 30px;
  right: 0;
  top: 120%;
}
.home-header .header-nav .container .navlist .s-search .search-box .text-in {
  height: 30px;
  line-height: 30px;
  outline: none;
  text-indent: 10px;
  padding-right: 30px;
}
.home-header .header-nav .container .navlist .s-search .search-box .sub-in {
  border: none;
  outline: none;
  width: 30px;
  height: 30px;
  background:url(/res/baiila/images/search.png) no-repeat center #2450a9;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .home-header .header-nav .container .navmain {
    margin: 18px 0;
  }
  .home-header .header-nav .container .navmain .navlogo .logoa {
    width: 146px;
  }
  .home-header .header-nav .container .navlist .hasdrop > a {
    font-size: 16px;
    padding: 35px 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home-header .header-nav .container .navmain {
    margin: 16px 0;
  }
  .home-header .header-nav .container .navmain .navlogo .logoa {
    width: 125px;
  }
  .home-header .header-nav .container .navlist .hasdrop > a {
    font-size: 16px;
    padding: 30px 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .home-header .header-nav .container .navlist .f-menu .active ::after {
    bottom: 26px !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home-header .header-nav .container .navlist .f-menu .active ::after {
    bottom: 23px !important;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .container .navlist .f-menu .active ::after {
    bottom: 32px !important;
  }
}
@media (max-width: 767px) {
  .home-header {
    position: relative;
  }
  .home-header .header-nav .container {
    height: 50px;
    overflow: hidden;
  }
  .home-header .header-nav .container .navmain {
    margin-top: 5px;
  }
  .home-header .header-nav .container .navmain .navlogo .logoa img {
    display: block;
    width: 55%;
  }
}
.fixed-header {
  background: #fff;
  zoom: 1;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  transition: 0.2s;
  box-shadow: 0 2px 16px rgba(54, 56, 79, 0.3);
}
.header-nav {
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  .title {
    height: 26px;
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .title {
    height: 30px;
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .title {
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .consult-immediately-plain {
    width: 140px;
    height: 40px;
    font-size: 14px;
    margin: 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .consult-immediately-plain {
    width: 222px;
    height: 52px;
    font-size: 18px;
    margin: 40px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .consult-immediately-plain {
    width: 252px;
    margin-top: 24px;
    height: 62px;
    margin: 64px 0;
  }
}
@media (min-width: 768px) {
  #backtop ul li .sidetop:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media (max-width: 767px) {
  #backtop {
    right: 10px;
    bottom: 10px;
  }
  #backtop ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 1200px) {
  .home-header .header-top {
    line-height: 40px;
    font-size: 16px;
  }
  .home-header .header-top .header-btn {
    padding: 0 39px;
  }
  .home-header .header-top .header-count {
    padding: 0 48px;
  }
  .home-header .header-top .header-count .line {
    margin: 0 12px;
  }
}
@media (max-width: 991px) {
  .home-header .header-top {
    line-height: 30px;
    font-size: 14px;
  }
  .home-header .header-top .header-btn {
    padding: 0 29px;
  }
  .home-header .header-top .header-count {
    padding: 0 38px;
  }
  .home-header .header-top .header-count .line {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  .home-header .header-top {
    display: none;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .container .navlist {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    max-height: 100%;
    background: #fff;
    overflow-y: scroll;
    z-index: 999999;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .container .navlist .f-menu {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .container .navlist .f-menu > .hasdrop {
    float: none;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .container .navlist .f-menu > .hasdrop {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  }
}
@media (min-width: 768px) {
  .home-header .header-nav .container .navlist .hasdrop:hover::before {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
  .home-header .header-nav .container .navlist .hasdrop:hover > .s-menu {
    transition: 0.5s;
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
  .home-header .header-nav .container .navlist .hasdrop:hover > .s-menu .hasdrop:hover > .t-menu {
    transition: 0.5s;
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
  .home-header .header-nav .container .navlist .hasdrop:hover > .s-menu .hasdrop:hover > .t-menu .hasdrop:hover > .four-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .container .navlist .hasdrop > a {
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    font-size: 14px;
    display: block;
    color: #333;
    text-decoration: none;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .home-header .header-nav .container .navlist .hasdrop > a i {
    display: none;
  }
}
@media (min-width: 768px) {
  .home-header .header-nav .container .navlist .hasdrop.active::before {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
  .home-header .header-nav .container .navlist .hasdrop.active a {
    color: #333333;
  }
}
@media (min-width: 768px) {
  .home-header .header-nav .container .navlist .s-menu {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    width: 200px;
    background: #fff;
    z-index: 2;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
    opacity: 0;
    visibility: hidden;
    text-align: left;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    left: 20%;
    top: 130%;
    margin-left: 0 !important;
  }
  .home-header .header-nav .container .navlist .s-menu > .hasdrop > a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    color: #555;
    padding: 5px 15px;
    white-space: normal;
    background-image: none;
  }
  .home-header .header-nav .container .navlist .s-menu .t-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 100%;
    top: 0;
    width: 150px;
    background: #fff;
    z-index: 2;
    display: none;
    text-align: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  .home-header .header-nav .container .navlist .s-menu .t-menu > .hasdrop:hover {
    background-color: #f5f5f5;
  }
  .home-header .header-nav .container .navlist .s-menu .t-menu > .hasdrop > a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    color: #555;
    padding: 5px 15px;
    white-space: normal;
    background-image: none;
  }
  .home-header .header-nav .container .navlist .s-menu .t-menu > .hasdrop > .four-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 100%;
    top: 0;
    width: 150px;
    background: #fff;
    z-index: 2;
    display: none;
    text-align: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  .home-header .header-nav .container .navlist .s-menu .t-menu > .hasdrop > .four-menu > .hasdrop:hover {
    background-color: #f5f5f5;
  }
  .home-header .header-nav .container .navlist .s-menu .t-menu > .hasdrop > .four-menu > .hasdrop > a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    color: #555;
    padding: 5px 15px;
    white-space: normal;
    background-image: none;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .container .navlist .s-menu {
    display: none;
    overflow: hidden;
  }
  .home-header .header-nav .container .navlist .s-menu > .hasdrop {
    padding: 10px 20px;
    width: 100%;
    padding-bottom: 0;
  }
  .home-header .header-nav .container .navlist .s-menu > .hasdrop > a {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    display: block;
    text-decoration: none;
    font-size: 13px;
    padding-right: 20px;
  }
  .home-header .header-nav .container .navlist .s-menu .t-menu {
    display: none;
    overflow: hidden;
  }
  .home-header .header-nav .container .navlist .s-menu .t-menu > .hasdrop {
    padding: 10px 20px;
    width: 100%;
  }
  .home-header .header-nav .container .navlist .s-menu .t-menu > .hasdrop > a {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    display: block;
    text-decoration: none;
    font-size: 13px;
    padding-right: 20px;
  }
  .home-header .header-nav .container .navlist .s-menu .t-menu > .hasdrop .four-menu {
    display: none;
    overflow: hidden;
  }
  .home-header .header-nav .container .navlist .s-menu .t-menu > .hasdrop .four-menu > .hasdrop {
    padding: 10px 20px;
    width: 100%;
  }
  .home-header .header-nav .container .navlist .s-menu .t-menu > .hasdrop .four-menu > .hasdrop > a {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    display: block;
    text-decoration: none;
    font-size: 13px;
    padding-right: 20px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .home-header .header-nav .container .navlist .s-search {
    margin: 10px 5px 0 10px;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .container .navlist .s-search {
    display: none;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .container .navbtn {
    width: 30px;
    height: 32px;
    margin: 10px;
    float: right;
    position: relative;
    display: block;
  }
  .home-header .header-nav .container .navbtn i {
    height: 2px;
    background: #333333;
    display: block;
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0px;
    transition: all 0.3s;
  }
  .home-header .header-nav .container .navbtn i.bar-1 {
    top: 7px;
  }
  .home-header .header-nav .container .navbtn i.bar-2 {
    top: 15px;
  }
  .home-header .header-nav .container .navbtn i.bar-3 {
    top: 23px;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .container .navbtn.open .bar-1 {
    top: 50%;
    transform: rotate(45deg);
  }
  .home-header .header-nav .container .navbtn.open .bar-2 {
    height: 0px;
  }
  .home-header .header-nav .container .navbtn.open .bar-3 {
    top: 50%;
    transform: rotate(-45deg);
  }
}
.home-footer {
  /*
    *联系我们
    **/
  background: #fff;
}
.home-footer .callus-view {
  background-image: url("/res/baiila/images/callUs-bg.png");
  height: 200px;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 49px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-footer .callus-view .center-verticall .title-text {
  font-size: 30px;
  font-weight: 600;
  color: #b7222d;
}
.home-footer .callus-view .center-verticall .call-btn {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  width: 120px;
  height: 40px;
  background: #b7222d;
  border-radius: 20px 20px 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-footer .container .content-view {
  display: flex;
  justify-content: space-between;
  padding-top: 85px;
  padding-bottom: 72px;
}
.home-footer .container .content-view .img-view {
  width: 260px;
  height: 90px;
}
.home-footer .container .content-view .img-view img {
  max-width: 260px;
  width: 100%;
}
.home-footer .container .content-view .entry-list {
  display: flex;
  flex-direction: column;
}
.home-footer .container .content-view .entry-list .dt {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 20px;
}
.home-footer .container .content-view .entry-list .dd {
  font-size: 14px;
  color: #666666;
  margin-bottom: 14px;
  cursor: pointer;
}
.home-footer .container .content-view .entry-list .dd:hover {
  font-weight: 600;
}
.home-footer .container .content-view .call-list {
  display: flex;
  flex-direction: column;
}
.home-footer .container .content-view .call-list .dt {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 20px;
}
.home-footer .container .content-view .call-list .dd {
  font-size: 14px;
  color: #666666;
  margin-bottom: 14px;
  cursor: pointer;
}
.home-footer .container .content-view .qr-view {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-footer .container .content-view .qr-view .img-view {
  width: 150px;
  height: 150px;
  margin-bottom: 23px;
}
.home-footer .container .content-view .qr-view .img-view > img {
  width: 100%;
  max-width: 150px;
}
.home-footer .container .content-view .qr-view .tips {
  font-weight: 600;
}
.home-footer .footer-view {
  background: #f4f4f4;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home-footer .container .content-view {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .home-footer .container .content-view .img-view {
    width: 200px;
    height: 70px;
  }
  .home-footer .container .content-view .img-view img {
    max-width: 200px;
    width: 100%;
  }
  .home-footer .container .content-view .entry-list .dt {
    font-size: 14px;
  }
  .home-footer .container .content-view .call-list .dt {
    font-size: 14px;
  }
  .home-footer .container .content-view .qr-view {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home-footer .container .content-view .qr-view .img-view {
    width: 130px;
    height: 130px;
    margin-bottom: 23px;
  }
  .home-footer .container .content-view .qr-view .img-view > img {
    width: 100%;
    max-width: 130px;
  }
  .home-footer .container .content-view .qr-view .tips {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .home-footer .container .content-view {
    padding-top: 20px;
    padding-bottom: 20px;
    flex-wrap: wrap;
  }
  .home-footer .container .content-view .img-view {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
  }
  .home-footer .container .content-view .img-view img {
    max-width: 110px;
  }
  .home-footer .container .content-view .entry-list {
    display: flex;
  }
  .home-footer .container .content-view .entry-list .dt {
    font-size: 12px;
    margin-right: 10px;
    width: 50px;
    margin-bottom: 10px;
  }
  .home-footer .container .content-view .entry-list .dd {
    margin-right: 10px;
    font-size: 12px;
    margin-bottom: 6px;
  }
  .home-footer .container .content-view .call-list {
    display: flex;
  }
  .home-footer .container .content-view .call-list .dt {
    font-size: 12px;
    margin-right: 10px;
    width: 50px;
    margin-bottom: 10px;
  }
  .home-footer .container .content-view .call-list .dd {
    margin-right: 10px;
    font-size: 12px;
    margin-bottom: 6px;
  }
  .home-footer .container .content-view .qr-view {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home-footer .container .content-view .qr-view .img-view {
    width: 90px;
    height: 90px;
    margin-bottom: 13px;
  }
  .home-footer .container .content-view .qr-view .img-view > img {
    width: 100%;
    max-width: 90px;
  }
  .home-footer .container .content-view .qr-view .tips {
    font-size: 12px;
  }
  .home-footer .footer-view .center-verticall {
    flex-direction: column;
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .home-footer .container .content-view {
    padding: 15px 0;
  }
  .home-footer .container .content-view .img-view {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
  }
  .home-footer .container .content-view .entry-list {
    display: none;
  }
  .home-footer .container .content-view .call-list {
    display: none;
  }
  .home-footer .container .content-view .qr-view {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-footer .callus-view {
    height: 160px;
    padding: 30px;
  }
  .home-footer .callus-view .center-verticall .title-text {
    font-size: 24px;
  }
  .home-footer .callus-view .center-verticall .call-btn {
    width: 106px;
    height: 34px;
  }
}
@media (max-width: 767px) {
  .home-footer .callus-view {
    height: 140px;
    padding: 20px;
  }
  .home-footer .callus-view .center-verticall .title-text {
    font-size: 24px;
  }
  .home-footer .callus-view .center-verticall .call-btn {
    width: 106px;
    height: 34px;
  }
}
@media (max-width: 500px) {
  .home-footer .callus-view {
    height: 130px;
    padding: 20px;
  }
  .home-footer .callus-view .center-verticall .title-text {
    font-size: 22px;
  }
  .home-footer .callus-view .center-verticall .call-btn {
    width: 106px;
    height: 34px;
  }
}
.back-top {
  position: fixed;
  z-index: 999;
  width: 64px;
  height: 64px;
  bottom: 38px;
  right: 38px;
  background-color: #fff;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
}
.back-top img {
  width: 24px;
  height: 24px;
  margin-bottom: 6px;
}
.back-top span {
  color: #666;
  font-size: 12px;
}
