﻿html,
body {
  min-width: 1200px;
  width: 100%;
}
.textCenter {
  text-align: center;
}
a {
  color: #fff;
}
.box-sz {
  box-sizing: border-box;
}
.layui-main {
  width: 1200px !important;
  min-width: 1200px;
}
/*#navTop.oldNav {
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    -moz-box-shadow: 0 5px 7px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 5px 7px rgba(0,0,0,0.1);
    box-shadow: 0 5px 7px rgba(0,0,0,0.1);
    background-color: @white;
    z-index: 99;

    .layui-nav {
        min-width: 1200px;
        width: 100%;
        position: relative;
        padding: 18px 0;
        text-align: center;
        background-color: @white;

        .ltj-logo {
            float: left;
            vertical-align: middle;
            margin-top: 5px;

            & > a {
                img {
                    width: 170px;
                    height: 48px;
                }
            }
        }

        .layui-this {
            a {
                color: #537ada !important;
            }

            &::after {
                width: 8px;
                height: 8px;
                left: 46%;
                background-color: #537ada;
                border-radius: 100%;
            }
        }

        .layui-nav-item {
            a {
                font-size: 15px;
                padding: 0 25px;
                color: @lightGray;
            }
        }

        .loginOrReg {
            line-height: 60px;
            float: right;

            .btnBox {
                border-radius: 30px;
                padding: 10px 20px;
                border: 1px solid #dedede;
                color: @lightGray;

                img {
                    vertical-align: sub;
                }

                a {
                    color: @lightGray;

                    &:hover {
                        text-decoration: underline;
                    }
                }
            }
        }
    }
}*/
@media only screen and (max-width: 1360px) {
  #navTop .layui-nav .layui-nav-item a {
    padding: 0 15px !important;
  }
}
@keyframes waveFlow {
  from {
    background-position-x: -10px, 0;
  }
  to {
    background-position-x: -30px, -20px;
  }
}
#navTop.commonNav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  -moz-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
  background-color: #1d253f;
  z-index: 99;
}
#navTop.commonNav .layui-nav {
  min-width: 1200px;
  width: 100%;
  padding: 0;
  position: relative;
  text-align: center;
  background-color: #1d253f;
}
#navTop.commonNav .layui-nav .ltj-logo {
  float: left;
  vertical-align: middle;
  height: 70px;
  line-height: 70px;
}
#navTop.commonNav .layui-nav .ltj-logo > a img {
  width: 170px;
  height: 48px;
  vertical-align: middle;
  margin-bottom: 4px;
}
#navTop.commonNav .layui-nav .layui-this:not(.rz)::before {
  content: '';
  position: absolute;
  top: auto;
  bottom: 3px;
  width: 45px;
  height: 20px;
  left: 25%;
  background: radial-gradient(circle at 10px -7px, transparent 8px, currentColor 0px, currentColor 10px, transparent 0) repeat-x, radial-gradient(circle at 10px 24px, transparent 8px, currentColor 8px, currentColor 10px, transparent 0) repeat-x;
  background-size: 21px 20px;
  background-position: -10px calc(100% + 13px), 0 calc(100% - 4px);
  animation: waveFlow 1s infinite linear;
}
#navTop.commonNav .layui-nav .layui-this:not(.rz)::after {
  width: 45px;
  height: 20px;
  bottom: 10px;
  left: 25%;
  background: radial-gradient(circle at 10px -7px, transparent 8px, currentColor 0px, currentColor 10px, transparent 0) repeat-x, radial-gradient(circle at 10px 24px, transparent 8px, currentColor 8px, currentColor 10px, transparent 0) repeat-x;
  background-size: 21px 20px;
  background-position: -10px calc(100% + 13px), 0 calc(100% - 4px);
  animation: waveFlow 1s infinite linear;
}
#navTop.commonNav .layui-nav .layui-nav-item {
  height: 70px;
  line-height: 70px;
}
#navTop.commonNav .layui-nav .layui-nav-item:not(.layui-this):hover {
  background-color: rgba(83, 122, 218, 0.4);
  transition: 0.5s all ease;
}
#navTop.commonNav .layui-nav .layui-nav-item a {
  display: inline-block;
  height: 100%;
  font-size: 15px;
  padding: 0 27px;
  color: #fff;
}
#navTop.commonNav .layui-nav .layui-nav-item.rz::after {
  background-color: transparent;
}
#navTop.commonNav .layui-nav .loginOrReg {
  float: right;
  height: 70px;
  line-height: 70px;
}
#navTop.commonNav .layui-nav .loginOrReg .btnBox {
  border-radius: 30px;
  padding: 10px 20px;
  border: 1px solid #fff;
  color: #fff;
}
#navTop.commonNav .layui-nav .loginOrReg .btnBox img {
  vertical-align: sub;
}
#navTop.commonNav .layui-nav .loginOrReg .btnBox a:hover {
  color: #fff;
  text-decoration: underline;
}
#navTop.commonNav .layui-nav .loginOrReg .btnBox a .vip {
  width: 25px;
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 8px;
}
#navTop.oldNav .layui-nav-item a {
  padding: 0 21px !important;
}
.zwf {
  height: 70px;
}
#loginBox {
  display: none;
  padding: 30px;
}
#loginBox .logo {
  display: block;
  margin: auto;
}
#loginBox .layui-tab {
  padding: 0 50px;
}
#loginBox .layui-tab .layui-tab-title {
  text-align: center;
  margin: 25px 0;
}
#loginBox .layui-tab .layui-tab-title li {
  padding: 0;
  width: 33%;
  color: #414141;
  font-size: 15px;
}
#loginBox .layui-tab .layui-tab-title .layui-this {
  color: #537ada;
}
#loginBox .layui-tab .layui-tab-title .layui-this::after {
  border-color: #537ada;
}
#loginBox .layui-tab .layui-tab-content .layui-tab-item input[type='text'],
#loginBox .layui-tab .layui-tab-content .layui-tab-item input[type='password'] {
  margin-bottom: 15px;
  height: 40px;
  line-height: 40px;
  padding-left: 40px;
}
#loginBox .layui-tab .layui-tab-content .layui-tab-item input[name='userName'],
#loginBox .layui-tab .layui-tab-content .layui-tab-item input[name='tel'] {
  background: url(/Content/imgs/commonImg/login_tel-ico.png) 13px center no-repeat;
}
#loginBox .layui-tab .layui-tab-content .layui-tab-item input[name='passtoken'],
#loginBox .layui-tab .layui-tab-content .layui-tab-item input[name='captcha'] {
  background: url(/Content/imgs/commonImg/password-ico.png) 13px center no-repeat;
}
#loginBox .layui-tab .layui-tab-content .layui-tab-item:nth-child(2) input[name='captcha'] {
  width: 65%;
  float: left;
}
#loginBox .layui-tab .layui-tab-content .layui-tab-item .sendCaptcha {
  background-color: #537ada;
  font-size: 12px;
  float: right;
}
#loginBox .layui-tab .layui-tab-content .layui-tab-item .forgetAndRecord {
  color: #414141;
}
#loginBox .layui-tab .layui-tab-content .layui-tab-item .forgetAndRecord #record {
  vertical-align: middle;
  margin-right: 1%;
}
#loginBox .layui-tab .layui-tab-content .layui-tab-item .forgetAndRecord .forgetPwd {
  float: right;
  color: #414141;
}
#loginBox .layui-tab .layui-tab-content .layui-tab-item #userlogin,
#loginBox .layui-tab .layui-tab-content .layui-tab-item #msgLogin {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: none;
  border-radius: 30px;
  background-color: #537ada;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 20px;
}
#loginBox .layui-tab .layui-tab-content .layui-tab-item #msgLogin {
  margin-top: 34px;
}
#loginBox .layui-tab .layui-tab-content .layui-tab-item .goReg {
  text-align: center;
  color: #414141;
}
#loginBox .layui-tab .layui-tab-content .layui-tab-item .goReg a {
  color: #537ada;
  margin-left: 2%;
}
#registerBox {
  display: none;
  color: #767676;
  padding: 30px;
}
#registerBox .layui-form {
  padding: 0 50px;
}
#registerBox .logo {
  display: block;
  margin: auto;
}
#registerBox .title {
  text-align: center;
  font-size: 15px;
  margin: 25px 0;
}
#registerBox .title .th {
  margin: 0 15px;
}
#registerBox .title .line {
  display: inline-block;
  height: 1px;
  width: 130px;
  vertical-align: middle;
  background-color: #a0a0a0;
}
#registerBox .fromData input[type='text'],
#registerBox .fromData input[type='password'] {
  margin-bottom: 15px;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
}
#registerBox .fromData input[name='code'] {
  width: 65%;
  float: left;
}
#registerBox .fromData .sendCaptcha {
  font-size: 12px;
  float: right;
  background-color: #537ada;
}
#registerBox .termsService {
  margin-top: 10px;
}
#registerBox .termsService #record {
  vertical-align: middle;
  margin-right: 1%;
}
#registerBox .termsService a.terms {
  color: #537ada;
}
#registerBox #registerBtn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: none;
  border-radius: 30px;
  background-color: #537ada;
  color: #fff;
  margin: 20px 0;
}
#registerBox .goLogin {
  text-align: center;
  color: #414141;
}
#registerBox .goLogin a {
  color: #537ada;
  margin-left: 2%;
}
#forgetPwdBox {
  display: none;
  padding: 30px;
  color: #767676;
}
#forgetPwdBox .layui-form {
  padding: 0 50px;
}
#forgetPwdBox .logo {
  display: block;
  margin: auto;
}
#forgetPwdBox .title {
  text-align: center;
  font-size: 15px;
  margin: 25px 0;
}
#forgetPwdBox .title .th {
  margin: 0 15px;
}
#forgetPwdBox .title .line {
  display: inline-block;
  height: 1px;
  width: 130px;
  vertical-align: middle;
  background-color: #a0a0a0;
}
#forgetPwdBox .fromData input[type='text'] {
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
}
#forgetPwdBox .fromData input[name='forgetCaptcha'] {
  width: 65%;
  float: left;
}
#forgetPwdBox .fromData .sendCaptcha {
  font-size: 12px;
  float: right;
  background-color: #537ada;
}
#forgetPwdBox #forgetPwdBtn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: none;
  border-radius: 30px;
  background-color: #537ada;
  color: #fff;
  margin: 20px 0;
}
#breadcrumb {
  margin: 15px 0;
}
#breadcrumb a,
#breadcrumb span,
#breadcrumb cite {
  color: white !important;
}
#breadcrumb cite {
  margin-right: 1%;
}
#breadcrumb .condition {
  border-radius: 30px;
  border: 1px solid #dedede;
  background-color: #fff;
  padding: 4px 0;
  padding-right: 26px;
  padding-left: 1%;
  margin-left: 4px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  position: relative;
}
#breadcrumb .condition .closeCondition {
  border-radius: 100%;
  padding: 0px 6px 0 6px;
  position: absolute;
  right: 2px;
  font-style: initial;
  background-color: #dedede;
  cursor: pointer;
}
#conpanyBranch {
  background-color: #24232b;
}
#conpanyBranch ul li {
  float: left;
  color: #fff;
  width: 25%;
}
#conpanyBranch ul li > a {
  width: 100%;
  padding: 30px 20px;
  box-sizing: border-box;
  display: inline-block;
}
#conpanyBranch ul li > a:hover {
  color: #fff;
}
#conpanyBranch ul li > a img {
  float: left;
}
#conpanyBranch ul li > a div {
  margin-left: 4%;
}
#conpanyBranch ul li > a div p {
  line-height: 220%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 4px;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#conpanyBranch ul li > a div p:last-of-type {
  color: #a0a0a0;
}
#conpanyBranch ul li > a div .address {
  font-size: 12px;
}
#conpanyBranch ul li:first-of-type:hover > a {
  background: url('/Content/imgs/commonImg/lsdf.png') top center no-repeat;
  background-size: cover;
}
#conpanyBranch ul li:first-of-type:hover > a div p {
  padding-left: 10px !important;
}
#conpanyBranch ul li:nth-child(2):hover > a {
  background: url('/Content/imgs/commonImg/cddf.jpg') top center no-repeat;
  background-size: cover;
}
#conpanyBranch ul li:nth-child(2):hover > a div p {
  padding-left: 10px !important;
}
#conpanyBranch ul li:nth-child(3):hover > a {
  background: url('/Content/imgs/commonImg/hzdf.jpg') top center no-repeat;
  background-size: cover;
}
#conpanyBranch ul li:nth-child(3):hover > a div p {
  padding-left: 10px !important;
}
#conpanyBranch ul li:last-of-type:hover > a {
  background: url('/Content/imgs/commonImg/jsdf.jpg') top center no-repeat;
  background-size: cover;
}
#conpanyBranch ul li:last-of-type:hover > a div p {
  padding-left: 10px !important;
}
#footer {
  background-color: #222127;
  padding: 60px 0;
  color: #fff;
}
#footer .help_Title {
  line-height: 36px;
  font-size: 17px;
}
#footer .tel_me {
  float: left;
  width: 15%;
}
#footer .tel_me p {
  line-height: 40px;
}
#footer .tel_me p .tel {
  font-size: 18px;
  margin-left: 5%;
}
#footer .tel_me p .getSalesMan {
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 4px 15px;
  margin-left: 7%;
}
#footer .tel_me p .getSalesMan:hover {
  color: lightGray;
}
#footer .quickHelp {
  float: left;
  width: 85%;
}
#footer .quickHelp > li {
  float: left;
  margin-left: 11.6%;
}
#footer .quickHelp > li .weChat-code {
  text-align: center;
}
#footer .quickHelp > li ul li {
  line-height: 25px;
}
#footer .quickHelp > li ul li:first-of-type {
  margin-top: 10px;
}
#footer .hrLine {
  height: 1px;
  padding-top: 3%;
  border-bottom: 1px solid #34333c;
}
#footer .blogroll {
  padding-top: 10px;
}
#footer .blogroll .anchor {
  display: inline-block;
  padding: 2px 15px;
  background-color: #333238;
  border-radius: 5px;
  margin-right: 1%;
  margin-top: 1%;
  margin-bottom: 1%;
}
#footer .blogroll .anchor:hover {
  cursor: pointer;
  background-color: #46454a;
  color: lightGray;
}
#footer .blogroll .links a {
  margin-right: 1%;
  line-height: 25px;
  color: #afafaf;
  font-size: 12px;
}
#footer .authentication {
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: center;
}
#footer .authentication a {
  display: inline-block;
  width: 110px;
  height: 40px;
  margin: 0 5px;
}
#footer .authentication a img {
  width: 100%;
}
#footer .copyright {
  text-align: center;
  color: #828282;
}
#float_right {
  position: fixed;
  box-sizing: border-box;
  background-color: #1d253f;
  border-radius: 5px;
  right: 0;
  top: 15%;
  text-align: center;
  cursor: pointer;
  z-index: 9;
  letter-spacing: 0;
  word-spacing: 0;
  font-size: 0;
  height: 570px;
  -moz-box-shadow: 0px 5px 10px #3c3d40;
  -webkit-box-shadow: 0px 5px 10px #3c3d40;
  box-shadow: 0px 5px 10px #3c3d40;
}
#float_right .float-c {
  display: inline-block;
  padding: 45px 0;
}
#float_right .float-c > div {
  width: 40px;
  color: #fff;
  padding: 5.5px 0;
  position: relative;
  font-size: 12px;
}
#float_right .float-c > div:hover {
  background-color: #537ada;
}
#float_right .float-c > div:not(:last-of-type) {
  margin-bottom: 28px;
}
#float_right .float-c > div > a {
  color: #fff;
  display: block;
  width: 70%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#float_right .float-c .Management a img,
#float_right .float-c .notice a img,
#float_right .float-c .help a img,
#float_right .float-c .BrowsingHistory a img,
#float_right .float-c .float_jiaoyan a img,
#float_right .float-c .float_phone a img {
  display: block;
  margin: auto;
  margin-bottom: 6px;
}
#float_right .float-c .float_jiaoyan .float_qq {
  display: none;
}
#float_right .float-c .float_phone {
  position: relative;
}
#float_right .float-c .float_phone:hover .float_hot2 {
  display: inline-block;
}
#float_right .float-c .float_phone .float_hot2 {
  display: none;
  position: absolute;
  right: 50px;
  top: -5px;
  border-radius: 8px;
  font-size: 15px;
  width: 160px;
  background-color: #fff;
  padding: 10px 20px;
  box-sizing: border-box;
}
#float_right .float-c .float_phone .float_hot2 p {
  text-align: left;
  line-height: 140%;
  color: #537ada;
  font-weight: bold;
}
#float_right .float-c .float_phone .float_hot2 p:first-of-type {
  height: 62px;
  width: 15px;
  position: absolute;
  right: -10px;
  top: 0;
}
#float_right .float-c .float_phone .float_hot2 p:nth-child(2) {
  color: #878787;
  font-weight: initial;
}
#float_right .float-c .returnTop img {
  display: block;
  margin: auto;
  margin-bottom: 6px;
}
#float_right .dance {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  font-size: 12px;
  width: 230px;
  margin-right: -230px;
  background-color: #10162D;
  padding: 10% 0;
  box-sizing: border-box;
}
#float_right .dance h6 {
  color: white;
  font-size: 1.4em;
  font-weight: 300;
}
#float_right .dance .BrowsingHistory-con {
  height: 100%;
  overflow-y: auto;
}
#float_right .dance .BrowsingHistory-con::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: transparent;
}
#float_right .dance .BrowsingHistory-con::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 4px;
}
#float_right .dance .BrowsingHistory-con:hover::-webkit-scrollbar-thumb {
  background: hsla(0, 0%, 53%, 0.4);
}
#float_right .dance .BrowsingHistory-con:hover::-webkit-scrollbar-track {
  background: hsla(0, 0%, 53%, 0.1);
}
#float_right .dance .BrowsingHistory-con .bh-list {
  padding: 8% 2% 0 2%;
}
#float_right .dance .BrowsingHistory-con .bh-list li {
  padding: 5px 0;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 8px;
  margin-bottom: 1.2em;
  overflow: hidden;
  zoom: 1;
}
#float_right .dance .BrowsingHistory-con .bh-list li a {
  display: inline-block;
  width: 100%;
}
#float_right .dance .BrowsingHistory-con .bh-list li a:hover {
  color: #dedede !important;
}
#float_right .dance .BrowsingHistory-con .bh-list li:hover {
  background-color: #2c3554;
}
#float_right .dance .BrowsingHistory-con .bh-list li img {
  padding-top: 2px;
}
#float_right .dance .BrowsingHistory-con .bh-list li div {
  width: 75%;
  float: right;
}
#float_right .dance .BrowsingHistory-con .bh-list li p {
  text-align: left;
  height: 38px;
  overflow: hidden;
  line-height: 1.6em;
  margin-bottom: 10px;
}
#float_right .dance .BrowsingHistory-con .bh-list li span {
  font-size: 14px;
  text-align: left;
  display: block;
}
@media only screen and (min-width: 450px) and (max-width: 1050px) {
  #float_right .dance {
    padding-top: 5.8em;
  }
}
#salesmanShow {
  height: 100%;
  border-radius: 16px;
  background: url("/Content/imgs/commonImg/salesmanShow-bg.png") #f7f7f7 top center no-repeat;
  position: relative;
  display: none;
}
#salesmanShow::before {
  content: "";
  position: absolute;
  background: url(/Content/imgs/commonImg/star-ico.png) no-repeat;
  top: -22px;
  left: 60px;
  width: 32px;
  height: 43px;
}
#salesmanShow .salesmanBox {
  position: absolute;
  background-color: #fff;
  border-radius: 14px;
  width: 645px;
  top: 78px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 40px 30px;
  box-sizing: border-box;
}
#salesmanShow .salesmanBox ul li {
  float: left;
  width: 25%;
  text-align: center;
}
#salesmanShow .salesmanBox ul li > p {
  color: #555555;
  margin: 10px 0;
}
#salesmanShow .salesmanBox ul li button[name='salesmanQQ'] {
  color: #537ada;
  border: 1px solid #537ada;
  background-color: transparent;
  height: 26px;
  line-height: 26px;
  padding: 0 12px;
  border-radius: 25px;
  cursor: pointer;
}
#salesmanShow .salesmanBox ul li button[name='salesmanQQ'] img {
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 4px;
}
#salesmanShow .bottomContent {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: auto;
}
#salesmanShow .bottomContent li {
  float: left;
  width: 33.33%;
  text-align: center;
  color: #777777;
  cursor: pointer;
}
#salesmanShow .bottomContent li:nth-child(2n) {
  position: relative;
}
#salesmanShow .bottomContent li:nth-child(2n)::before,
#salesmanShow .bottomContent li:nth-child(2n)::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #dcdcdc;
  top: 0;
  bottom: 0;
  margin: auto;
}
#salesmanShow .bottomContent li:nth-child(2n)::before {
  left: 0;
}
#salesmanShow .bottomContent li:nth-child(2n)::after {
  right: 0;
}
#salesmanShow .bottomContent li > img {
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 5px;
}
#rb_contact {
  position: fixed;
  right: 80px;
  bottom: 145px;
  z-index: 8;
  cursor: pointer;
}
#rb_contact .miniLtj {
  display: block;
  margin-left: 10%;
  margin-right: auto;
  margin-bottom: 5px;
  width: 97px;
}
#rb_contact input[name='contactSalesman'] {
  display: block;
  margin: auto;
  border: none;
  height: 38px;
  line-height: 38px;
  padding: 0 16px;
  background-color: #fadd16;
  color: #9e443b;
  font-size: 15px;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
  -moz-box-shadow: 3px 4px 2px #EECC48;
  -webkit-box-shadow: 3px 4px 2px #EECC48;
  box-shadow: 3px 4px 2px #EECC48;
}
.rightBox .wxQrCode {
  box-sizing: border-box;
  float: right;
  margin-top: 16px;
  margin-left: 5%;
}
#sales .consult .wxQrCode {
  opacity: 0;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}
#salesmanShow .wxQrCode {
  padding: 0 12px;
  height: 26px;
  line-height: 26px;
  margin-top: 10px;
  width: unset;
}
#salesmanShow .wxQrCode .wechatIco {
  width: 12px;
}
.wxQrCode {
  border-radius: 30px;
  border: 1px solid #21c58f;
  background-color: #21c58f;
  padding: 8px 0;
  color: white;
  position: relative;
  width: 45%;
  display: inline-block;
  text-align: center !important;
  cursor: pointer;
}
.wxQrCode .wechatIco {
  vertical-align: middle;
  margin-bottom: 2px;
}
.wxQrCode:hover {
  color: white;
}
.qrCodeBox {
  border-radius: 10px;
  overflow: hidden;
}
.qrCodeBox img.businessCard {
  background-color: #ededef;
  padding: 10px;
  width: 360px;
  height: 505px;
  display: block;
  margin: 0 auto;
}
.qrCodeBox img.picture {
  width: 100%;
  height: 350px;
}
.qrCodeBox .msgBox {
  margin-top: -70px;
  padding-left: 15px;
}
.qrCodeBox .msgBox > p {
  color: white;
}
.qrCodeBox .msgBox .name {
  font-size: 26px;
  letter-spacing: 3px;
  word-spacing: 3px;
}
.qrCodeBox .msgBox .post {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 30px;
}
.qrCodeBox .msgBoxTwo {
  padding-left: 15px;
}
.qrCodeBox .msgBoxTwo > p {
  line-height: 160%;
  color: #222222;
}
.qrCodeBox .msgBoxTwo .ltj {
  font-weight: bold;
}
.qrCodeBox .msgBoxTwo img.qrCode {
  width: 100px;
  height: 100px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.floating_bot {
  width: 100%;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  bottom: -156px;
  top: auto;
  left: 0;
  right: auto;
  z-index: 101;
}
.floating_con {
  width: 1280px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  padding-top: 15px;
}
.floating_belle {
  position: absolute;
  bottom: 0;
  top: 25px;
  left: 265px;
  margin: auto 0;
  width: 70px;
}
.floating_form {
  margin-left: 350px;
}
.floating_tl {
  margin-bottom: 18px;
}
.floating_tl > div {
  float: left;
}
.floating_font {
  color: #fefefe;
  font-size: 20px;
}
.floating_phone {
  background: #394559;
  padding: 2px 10px;
  border-radius: 25px;
  margin-top: 4px;
}
.floating_phone > span {
  color: #ffffff;
  font-size: 12px;
}
.floating_phone > img {
  object-fit: contain;
}
.floating_cols {
  float: right;
  cursor: pointer;
  margin-top: -40px;
  margin-right: 55px;
}
.floating_in_box {
  background: #FFFFFF;
  width: 455px;
  height: 45px;
  float: left;
}
.floating_in_box > img {
  float: left;
  margin: 15px;
  width: 20px;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.floating_in_box > input {
  border: none;
  width: 300px;
  height: 45px;
  float: left;
  border: 0;
  outline: none;
  background: none;
}
.floating_in_before {
  background: #e4e4e4;
  width: 1px;
  height: 10px;
  float: left;
  margin-top: 20px;
  margin-right: 10px;
}
.floating_lx {
  width: 140px;
  height: 45px;
  background: #2f61ad;
  text-align: center;
  line-height: 45px;
  font-size: 14px;
  color: #fefefe;
  float: left;
  margin-right: 6px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.floating_lx:hover {
  background: #407ce9;
}
.floating_ewm {
  width: 50px;
  height: 50px;
  background: #9f988e;
  float: left;
  text-align: center;
  position: relative;
}
.floating_ewm > img {
  object-fit: contain;
}
.floating_ewms {
  position: absolute;
  bottom: 70px;
  left: -50px;
  right: auto;
  top: auto;
  display: none;
  width: 147px;
  height: 174px;
}
.floating_ewm:hover .floating_ewms {
  display: block;
}
.floatMsg {
  position: fixed;
  top: 40%;
  left: 0;
  right: auto;
  bottom: auto;
  cursor: pointer;
  z-index: 101;
  color: white;
  font-weight: bold;
  padding: 20px 15px;
  background-color: #537ada;
  font-size: 18px;
}
.floatMsg:hover {
  opacity: 0.8;
}
.floatMsg > img {
  margin-bottom: 5px;
  width: 20px;
}