@charset "UTF-8";

body {
  font-family: Arial, Helvetica, sans-serif;

}

.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0
}

.clearfix {
  zoom: 1;
}

.positionR {
  position: relative;
}

.positionA {
  position: absolute;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt45 {
  margin-top: 45px;
}

.lf {
  float: left;
}

.show {
  display: block !important;
}

.hidden {
  display: none;
}

.wp995 {
  width: 99.5% !important;
}

.textAlignC {
  text-align: center;
}

.textAlignR {
  text-align: right;
}

.lright {
  float: right;
}

.lleft {
  float: left;
}

button {
  padding: 0;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.5s;
  outline: 0;
}

button:link,
button:visited,
button:active,
button:hover,
button:focus,
.btn:link,
.btn:visited,
.btn:active,
.btn:hover,
.btn:focus {
  outline: 0;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:disabled,
button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

a,
a:hover,
a:visited,
a:link,
a:active,
a:focus {
  text-decoration: none;
}

li {
  list-style: none;
}




/*----select2 插件样式设置*/
.formGroup .select2-container .select2-selection--single {
  height: 40px;
}

.formGroup .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}

.formGroup .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  width: 150px !important;
  border: 1px solid #aaa;
}

.formGroup .formControl .select2-container,
.formGroup .formControl select {
  width: 30.4% !important;
}

.formGroup .formControl .select2-container:nth-child(4),
.formGroup .formControl select:nth-child(2) {
  margin: 0 3%;
}

/**loading*/
.loadingOne {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
}

.loadingOne .loadingImg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
}

.ladyProfileDialog {
  display: none;
}

.ladyDiv .btnTwo,
.welcomeDiv .welcomeTwo .btnThree,
.whisblogDiv .whisblogInfo .btnFive {
  transition: all 0.3s;
}

.ladyDiv .btnTwo:hover,
.welcomeDiv .welcomeTwo .btnThree:hover,
.whisblogDiv .whisblogInfo .btnFive:hover {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}

.titleImg {
  display: block;
  margin: 63px auto;
}

.bannerDiv {
  min-height: 800px;
}

.bannerDiv .banner {
  width: 100%;
  height: 800px;
}

.bannerDiv .btnOne {

  position: absolute;
  right: 118px;
  top: 32px;
  width: 102px;
  height: 42px;
  line-height: 42px;
  color: #ffffff;
  background-color: #3d5779;
  border-radius: 4px;
  font-size: 16px;
}

.bannerDiv .bannerTextOne {
  position: absolute;
  left: 600px;
  top: 160px;
  display: block;
  width: 528px;
}

.bannerDiv .bannerTextTwo {
  position: absolute;
  left: 140px;
  top: 30px;
  display: block;
  width: 528px;
}

.liveBtnTwo {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -76px;
  display: block;
  padding: 23px 11px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  opacity: 0.6;
  font-size: 18px;
  color: #ffffff;
  word-wrap: break-word;
  writing-mode: vertical-lr;
  /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  writing-mode: tb-lr;
  /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
}

.liveBtnTwo:hover {
  color: #ffffff !important;
  background-color: #ea5e2c !important;
}

.plateDiv {
  display: flex;
  width: 1200px;
  margin: 45px auto 0px;
  padding-bottom: 49px;
}

.plateDiv .plateItem {
  flex: 1;
  text-align: center;
}

.plateDiv .plateItem .plateIcon,
.plateDiv .plateItem .plateName {
  color: #ea5e2c;
  display: block;
}

.plateDiv .plateItem .plateIcon {
  margin-bottom: 25px;
  font-size: 45px;
}

.plateDiv .plateItem .plateName {
  font-size: 24px;
  font-weight: 600;
}

.plateDiv .plateItem p {
  padding: 17px 35px 0px;
  font-size: 16px;
  color: #666666;
}

.ladyDiv {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 76px;
}

.ladyDiv .ladyWindow {
  overflow: hidden;
}

.ladyDiv .ladyWindow .ladyWrapper {
  width: 1450px;
  padding-left: 0px;
}

.ladyDiv .ladyWindow .ladyWrapper .ladyItem {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 256px;
  height: 334px;
  background-color: #e7e9ee;
  border-radius: 10px;
  margin-right: 30px;
  margin-bottom: 27px;
  overflow: hidden;
  cursor: pointer;
}

.ladyDiv .ladyWindow .ladyWrapper .ladyItem .imgMask {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  height: 145px;
  width: 100%;
  background: linear-gradient(360deg, rbga(0, 0, 0, 0.3), transparent);
}

.ladyDiv .ladyWindow .ladyWrapper .ladyItem .ladyImg {
  width: 256px;
  height: 333px;
}

.ladyDiv .ladyWindow .ladyWrapper .ladyItem .ladyDesc {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 15px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}

.ladyDiv .ladyWindow .ladyWrapper .ladyItem .ladyDesc .ladyCountry {
  width: 111px;
  height: 15px;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: auto;
}

.ladyDiv .ladyWindow .ladyWrapper .ladyItem .ladyDesc .chatBtn {
  margin-top: 15px;
  width: 106px;
  height: 33px;
  background-color: transparent;
  border-radius: 4px;
  border: solid 2px #ea5e2c;
  color: #ea5e2c;
}

.ladyDiv .ladyWindow .ladyWrapper .ladyItem .ladyDesc .chatBtn:hover {
  background-color: #ea5e2c;
  color: #ffffff;
  border: 1px solid #ea5e2c;
}

.ladyDiv .btnTwo {
  display: block;
  margin: 33px auto 0px;
  width: 208px;
  height: 60px;
  line-height: 60px;
  background-color: #3d5779;
  border-radius: 6px;
  font-size: 18px;
  color: #ffffff;
}

.serviceDiv {
  width: 1400px;
  margin: auto;
}

.serviceDiv .tab {
  display: flex;
}

.serviceDiv .tab .tabItem {
  position: relative;
  flex: 1;
  text-align: center;
  font-size: 22px;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}

.serviceDiv .tab .tabItem.active:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 6px;
  background-color: #ea5e2c;
  border-radius: 2px;
  bottom: 6px;
  left: 50%;
  margin-left: -30px;
  z-index: -1;
}

.serviceDiv .tabContent {
  text-align: center;
  margin: 100px auto 168px;
  min-height: 220px;

}

.serviceDiv .tabContent div {
  display: inline-block;
  vertical-align: middle;
}

.serviceDiv .tabContent .left {
  margin-right: 200px;
}

.serviceDiv .tabContent .left img {
  max-height: 219px;
}

.serviceDiv .tabContent .right {
  font-size: 20px;
  color: #333333;
  text-align: left;
  line-height: 30px;
}

.welcomeDiv {
  overflow: hidden;
  background: linear-gradient(180deg, transparent, #ebebeb);
}

.welcomeDiv .welcomeBox {
  width: 150%;
}

.welcomeDiv [class^=welcome],
.welcomeDiv [class*=" welcome"] {
  display: inline-block;
  vertical-align: top;
}

.welcomeDiv .welcomeOne,
.welcomeDiv .welcomeOne {
  height: 550px;
  min-width: 400px;
}

.welcomeDiv .welcomeTwo {

  padding: 137px 40px 75px;
  width: 457px;
  background-color: #262b2a;
}

.welcomeDiv .welcomeTwo .welcomeTit {
  text-align: center;
}

.welcomeDiv .welcomeTwo .welcomeTit img {
  width: 100%;
}

.welcomeDiv .welcomeTwo .welcomeDec {
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
  padding: 31px 0 33px;
}

.welcomeDiv .welcomeTwo .btnThree {
  display: inline-block;
  width: 123px;
  height: 44px;
  line-height: 44px;
  background-color: #ea5e2c;
  border-radius: 6px;
  color: #ffffff;
  font-size: 18px;
}

.welcomeDiv .welcomeTwo .welcomeThree {
  width: 1011px;
  height: 550px;
  background-color: #262222;
}

.whisblogBox {
  background: #ebebeb;
  padding: 141px 0px 88px;
}

.whisblogDiv {
  width: 1264px;
  padding-left: 0px;
  margin: auto;
}

.whisblogDiv .whisblogItem {
  display: inline-block;
  vertical-align: top;
  width: 390px;
  border-radius: 6px;
}

.whisblogDiv .whisblogItem:nth-child(2) {
  margin: 0px 42px;
}

.whisblogDiv .whisblogItem .whisblogImg {
  display: block;
  width: 390px;
  height: 214px;
  background-color: #ebebeb;
  border-radius: 6px;
}

.whisblogDiv .whisblogItem .whisblogTit {
  margin-top: 22px;
  margin-bottom: 0px;
  font-size: 22px;
  color: #333333;
  font-weight: 600;
}

.whisblogDiv .whisblogItem .whisblogDec {
  margin-top: 15px;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.whisblogDiv .whisblogItem .whisblogBtn {
  display: inline-block;
  padding: 0px 10px;
  text-align: center;
  border-radius: 2px;
  border: solid 1px #ff6633;
  background-color: transparent;
  font-size: 16px;
  color: #ff6633;
  margin-top: 17px;
}

.whisblogDiv .whisblogInfo .title {
  margin-top: 89px;
  font-size: 36px;
  color: #333333;
  font-weight: 600;
}

.whisblogDiv .whisblogInfo .dec {
  margin-top: 18px;
  margin-bottom: 38px;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.whisblogDiv .whisblogInfo .btnFive {
  display: block;
  width: 147px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  background-color: #ea5e2c;
  border-radius: 6px;
  font-size: 18px;
  color: #ffffff;
  padding: 0;
}

.whisblogDiv .whisblogSign {
  position: relative;
  height: 394px;
}

.whisblogDiv .btnSix {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -23px;
  width: 200px;
  height: 46px;
  padding: 0;
  background: #ff6633;
  color: #fff;
  font: 100 22px/46px Arial, Helvetica, sans-serif;
  border-radius: 46px;
}


.isSending {
  display: none;
}


/**---底部样式---*/
.footer {
  background-color: #333;
  height: auto;
  padding: 25px 0 30px;
}

.foot-info {
  height: 40px;
  line-height: 22px;
  text-align: center;
  color: #999;
}

.foot-info a {
  color: #aaa;
  padding: 0 25px;
  text-decoration: none;
}

.foot-info a:hover {
  color: #888
}

.foot-logo {
  height: 50px;
  line-height: 30px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #777;
}

.foot-info {
  line-height: 1.2em;
  font-size: 14px;
  color: #6c6c6c;
  text-align: center;
}

/* fb临时问题 */
.fberror_tip {
  position: fixed;
  right: 2%;
  top: 10%;
  width: 600px;
  height: 170px;
  border-radius: 15px;
  background-color: #fffedf;
  z-index: 1000;
  border: 1px solid #ccc;
  display: none;
}

.fberror_tip_close {
  position: absolute;
  top: 5px;
  right: 15px;
  cursor: pointer;
}
.foot-link{
  text-align: center;
}
.foot-linkWord{
  font-family: Arial;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #8a8889;
  margin: 14px 0 20px 0;
    height: auto;
}
    .logoWrap:hover, .logoWrap:focus{
  outline:none;
  text-decoration:none;
}

/*--表单样式---*/

.formContainer {
  width: 394px;

  position: relative;
}

.formDiv {
  border-radius: 8px;
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.formContainer .formBox {
  border-radius: 8px;

}

.formContainer .formBox .formTit {
  font-weight: 600;
  font-size: 28px;
  color: #ffffff;
  line-height: 61px;
  background-color: #ea5e2c;
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.formContainer .formGroup {
  margin: 15px 17px 0px;
}

.formContainer .formGroup label {
  display: block;
  margin-bottom: 10px;
  font-weight: inherit;
  font-size: 16px;
  color: #333333;
}

.formContainer .formGroup button {
  outline: none;
  border: none;
  cursor: pointer;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.formContainer .formGroup button:focus,
.formContainer .formGroup button:active {
  outline: none;
  border: none;
}

.formContainer .formGroup button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.formContainer .formGroup input,
.formContainer .formGroup select {
  width: 100%;
  height: 39px !important;
  outline: 0;
  padding: 0px 13px;
  border-radius: 4px;
  vertical-align: top;
  background-color: #ffffff;
  border: solid 1px rgba(0, 0, 0, 0.3);
  font-size: 14px;
}

.formContainer .formGroup input:focus,
.formContainer .formGroup input:active,
.formContainer .formGroup select:focus,
.formContainer .formGroup select:active {
  box-shadow: 0px 2px 6px 0px rgba(255, 102, 51, 0.5) !important;
  border: solid 1px #ff6633 !important;
}

.formContainer .formGroup.checkInline input[type=checkbox] {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px !important;
  background-color: #ffffff;
  border: solid 1px #a0a0a0;
  padding: 0px;
}

.formContainer .formGroup.checkInline input[type=checkbox]:focus,
.formContainer .formGroup.checkInline input[type=checkbox]:active {
  outline: none;
  border: solid 1px #a0a0a0;
  box-shadow: inherit;
}

.formContainer .formGroup.checkInline .checkDec {
  display: inline-block;
  vertical-align: top;
  margin-left: 7px;
  width: 325px;
}

.formContainer .formGroup .checkDec {
  font-size: 14px;
  color: #666666;
}

.formContainer .formGroup .checkDec .link {
  text-decoration: none;
  color: #ff6633;
}

.formContainer .formGroup .checkDec .link:hover {
  border-bottom: 1px solid;
}

.formContainer .formGroup .formBtn {
  width: 123px;
  line-height: 38px;
  border-radius: 4px;
  margin-bottom: 18px;
  background: #3d5779;
  font-size: 18px;
  color: #ffffff;
}

.formContainer .formGroup .isSending {
  position: absolute;
  top: 10px;
  right: 10px;
}

.formGroup input.error {
  border-color: red;
}

.formGroup label.error {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  color: red !important;
}

.formGroup label.error::before {
  display: inline-block;
  font-family: "iconfont";
  content: "\e724";
  color: red;
}

.formMsg .errorMsg {
  display: none;
  font-size: 14px;
  margin-top: 10px;
  color: #ff0000;
  font-family: sans-serif, Arial;
  text-align: left;
}

.formMsg .errorMsg p {
  display: inline-block;
  width: 92%;
  vertical-align: top;
  margin-top: 2px;
}

@media screen and (max-width: 1680px) {

  .formGroup .formControl .select2-container,
  .formGroup .formControl select {
    width: 30.2% !important;
  }

  .bannerDiv {
    min-height: 660px;
  }


  .bannerDiv .banner {
    width: 100%;
    height: 660px;
  }

  .bannerDiv .bannerTextOne {
    width: 376px;
    left: 500px;
    top: 153px;
  }

  .bannerDiv .bannerTextTwo {
    width: 376px;
    left: 100px;
  }

  .bannerDiv .btnOne {
    right: 83px;
    top: 22px;
    width: 74px;
    height: 31px;
    line-height: 31px;
    border-radius: 3px;
    font-size: 11px;
  }

  .formDiv {
    border-radius: 3px;
  }

  .formContainerOne {
    width: 281px;
  }

  .formContainerOne .formBox {
    border-radius: 3px;
  }

  .formContainerOne .formBox .formTit {
    line-height: 44px;
    font-size: 20px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  .formContainerOne .formGroup {
    margin: 10px 13px 0px;
  }

  .formContainerOne .formGroup input,
  .formContainerOne .formGroup select {
    height: 27px !important;
    padding: 0px 8px;
    font-size: 11px;
    border-radius: 3px !important;
  }

  .formContainerOne .formGroup label {
    font-size: 11px;
  }

  .formContainerOne .formGroup.checkInline input[type=checkbox] {
    width: 11px;
    height: 11px !important;
  }

  .formContainerOne .formGroup .select2-container .select2-selection--single {
    height: 28px;
    font-size: 10px;
  }

  .formContainerOne .formGroup.checkInline .checkDec {
    width: 216px;
    font-size: 10px;
  }

  .formContainerOne .formGroup .formBtn {
    width: 88px;
    line-height: 28px;
    font-size: 13px;
    margin-bottom: 13px;
  }

  .formContainerOne .formGroup .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
  }

  .formContainerOne .formGroup .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0px;
  }

  .plateDiv,
  .serviceDiv {
    width: 1100px;
  }

  .ladyDiv {
    width: 1192px;
  }

  .ladyDiv .ladyWindow .ladyWrapper {
    width: 1300px;
  }

  .ladyDiv .ladyWindow .ladyWrapper .ladyItem {
    width: 220px;
    height: 287px;
    margin-right: 23px;
    margin-bottom: 19px;
  }

  .ladyDiv .ladyWindow .ladyWrapper .ladyItem .ladyImg {
    width: 220px;
    height: 287px;
  }

  .welcomeDiv .welcomeOne,
  .welcomeDiv .welcomeThree {
    height: 500px;
  }

  .welcomeDiv .welcomeTwo {
    padding: 125px 40px 65px;
  }

  .welcomeDiv .welcomeTwo .welcomeDec {
    font-size: 16px;
  }

}

@media screen and (max-width: 1600px) {
  .bannerDiv .bannerTextOne {
    left: 555px;
    top: 150px;
  }

}

@media screen and (max-width: 1440px) {
  .bannerDiv {
    min-height: 570px;
  }


  .bannerDiv .banner {
    width: 100%;
    height: 570px;
  }

  .bannerDiv .bannerTextOne {
    width: 376px;
    left: 475px;
    top: 120px;
  }

}

@media screen and (max-width: 1400px) {
  .bannerDiv .bannerTextOne {
    left: 440px;
    top: 126px;
  }

}

@media screen and (max-width: 1366px) {
  .bannerDiv .bannerTextOne {
    left: 435px;
    top: 126px;
  }

}