@charset "utf-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
ol,
ul {
  list-style: none;
}
body {
  font-family: "黑体";
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
#wrapper {
  min-width: 1350px;
}
.index_titlebox {
  text-align: center;
}
.index_titlebox .index_title {
  font-size: 32px;
  font-family: '楷体';
  position: relative;
}
.index_titlebox .index_title:before {
  content: '';
  position: absolute;
  width: 140px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0px;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #1B6D85;
}
.index_titlebox .index_intro {
  font-size: 15px;
  color: #727272;
  margin: -12px 0 50px 0;
}
#nav-header {
  height: 70px;
  line-height: 70px;
  background-color: #000000;
}
#nav-header a,
#nav-header:link,
#nav-header:visited {
  color: white;
  text-decoration: none;
  font-size: 15px;
}
#nav-header a:hover,
#nav-header nav li:hover {
  color: #35b558;
}
#nav-header .header {
  width: 1200px;
  margin: 0 auto;
}
#nav-header .header h1 {
  display: inline;
}
#nav-header .header h1 .logo {
  width: 100px;
  height: 37px;
  margin-top: 1px;
  float: left;
  margin-right: 45px;
}
#nav-header .header h1 .logo img {
  display: block;
  height: 71px;
}
#nav-header .rous {
  width: 810px;
  display: inline-block;
  float: left;
  margin: 0 auto;
}
#nav-header .rous ul li {
  color: #555;
  list-style: none;
  line-height: 69px;
  padding-right: 32px;
  text-decoration: none;
  font-size: 15px;
  float: left;
  cursor: pointer;
  position: relative;
}
#nav-header .rous ul li i.slide-icon {
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  background: url(icon.png)/*tpa=http://cee.bjkingkerry.com/homes/images/icon.png*/;
  background-position: 0px -47px;
  display: inline-block;
  width: 11px;
  margin-left: 5px;
  height: 7px;
}
#nav-header .rous ul li:hover i.slide-icon {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
#nav-header .rous .slide-submeu {
  position: absolute;
  left: 0;
  top: 69px;
  z-index: 1000;
  width: 110px;
  padding: 5px 0;
  background: #fff;
  border-top: 1px solid #E4E4E4;
  box-shadow: -1px 3px 5px rgba(0, 0, 0, 0.3);
  display: none;
}
#nav-header .rous .slide-submeu a {
  line-height: 30px;
  color: #000000;
  display: block;
  font-size: 12px;
  line-height: 35px;
  padding: 0px 15px;
}
#nav-header .rous .slide-submeu a:nth-child(2n) {
  background: #FAFAFA;
}
#nav-header .rous .slide-submeu a:hover {
  color: #35b558;
}
#nav-header .nav-other {
  float: right;
  width: 130px;
  height: 70px;
}
#nav-header .nav-other .userinfo-notlogin {
  display: inline-block;
  float: right;
  font-size: 14px;
}
#nav-header .nav-other .userinfo-notlogin a {
  padding: 0px 15px;
  font-size: 14px;
  float: left;
}
#nav-header .nav-other .userinfo-notlogin a:nth-child(3) {
  padding-right: 0;
}
#nav-header .nav-other .userinfo-notlogin i {
  border-left: 1px solid #ccc;
  height: 15px;
  display: inline-block;
  float: left;
  overflow: hidden;
  margin-top: 27px;
}
#nav-header .nav-other nav {
  display: inline-block;
  float: right;
  margin: 0 auto;
}
#nav-header .nav-other nav ul li {
  text-align: center;
  color: #555;
  list-style: none;
  line-height: 69px;
  padding-right: 32px;
  text-decoration: none;
  font-size: 15px;
  float: left;
  cursor: pointer;
  position: relative;
}
#nav-header .nav-other nav ul li a {
  color: #fff;
}
#nav-header .nav-other nav ul li i.slide-icon {
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  background: url(icon.png)/*tpa=http://cee.bjkingkerry.com/homes/images/icon.png*/;
  background-position: 0px -47px;
  display: inline-block;
  width: 11px;
  margin-left: 5px;
  height: 7px;
}
#nav-header .nav-other nav ul li:hover i.slide-icon {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
#nav-header .nav-other nav .slide-submeu {
  position: absolute;
  left: 0;
  top: 69px;
  z-index: 1000;
  width: 110px;
  padding: 5px 0;
  background: #fff;
  border-top: 1px solid #E4E4E4;
  box-shadow: -1px 3px 5px rgba(0, 0, 0, 0.3);
  display: none;
}
#nav-header .nav-other nav .slide-submeu a {
  line-height: 30px;
  color: #000000;
  display: block;
  font-size: 12px;
  line-height: 35px;
  padding: 0px 15px;
}
#nav-header .nav-other nav .slide-submeu a:nth-child(2n) {
  background: #FAFAFA;
}
#nav-header .nav-other nav .slide-submeu a:hover {
  color: #35b558;
}
#nav-header .search {
  height: 32px;
  width: 30px;
  display: inline-block;
  float: left;
  /*margin-top: 20px;*/
  transition: all 0.3s;
}
#nav-header .search nav {
  width: 100px;
  display: inline-block;
  float: left;
  margin: 0 auto;
}
#nav-header .search nav ul li {
  color: #555;
  list-style: none;
  line-height: 69px;
  padding-right: 32px;
  text-decoration: none;
  font-size: 15px;
  float: left;
  cursor: pointer;
  position: relative;
}
#nav-header .search nav ul li a {
  color: #fff;
}
#nav-header .search nav ul li i.slide-icon {
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  background: url(icon.png)/*tpa=http://cee.bjkingkerry.com/homes/images/icon.png*/;
  background-position: 0px -47px;
  display: inline-block;
  width: 11px;
  margin-left: 5px;
  height: 7px;
}
#nav-header .search nav ul li:hover i.slide-icon {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
#nav-header .search nav .slide-submeu {
  position: absolute;
  left: 0;
  top: 69px;
  z-index: 1000;
  width: 110px;
  padding: 5px 0;
  background: #fff;
  border-top: 1px solid #E4E4E4;
  box-shadow: -1px 3px 5px rgba(0, 0, 0, 0.3);
  display: none;
}
#nav-header .search nav .slide-submeu a {
  line-height: 30px;
  color: #000000;
  display: block;
  font-size: 12px;
  line-height: 35px;
  padding: 0px 15px;
}
#nav-header .search nav .slide-submeu a:nth-child(2n) {
  background: #FAFAFA;
}
#nav-header .search nav .slide-submeu a:hover {
  color: #35b558;
}
#nav-headers {
  display: none;
  height: 70px;
  line-height: 70px;
  background-color: #000000;
}
#nav-headers a,
#nav-headers:link,
#nav-headers:visited {
  color: white;
  text-decoration: none;
  font-size: 15px;
}
#nav-headers a:hover,
#nav-headers nav li:hover {
  color: #35b558;
}
#nav-headers .header {
  width: 1200px;
  margin: 0 auto;
}
#nav-headers .header h1 {
  display: inline;
}
#nav-headers .header h1 .logo {
  width: 100px;
  height: 37px;
  margin-top: 1px;
  float: left;
  margin-right: 45px;
}
#nav-headers .header h1 .logo img {
  display: block;
  height: 71px;
}
#nav-headers .rous {
  width: 810px;
  display: inline-block;
  float: left;
  margin: 0 auto;
}
#nav-headers .rous ul li {
  color: #555;
  list-style: none;
  line-height: 69px;
  padding-right: 32px;
  text-decoration: none;
  font-size: 15px;
  float: left;
  cursor: pointer;
  position: relative;
}
#nav-headers .rous ul li i.slide-icon {
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  background: url(icon.png)/*tpa=http://cee.bjkingkerry.com/homes/images/icon.png*/;
  background-position: 0px -47px;
  display: inline-block;
  width: 11px;
  margin-left: 5px;
  height: 7px;
}
#nav-headers .rous ul li:hover i.slide-icon {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
#nav-headers .rous .slide-submeu {
  position: absolute;
  left: 0;
  top: 69px;
  z-index: 1000;
  width: 110px;
  padding: 5px 0;
  background: #fff;
  border-top: 1px solid #E4E4E4;
  box-shadow: -1px 3px 5px rgba(0, 0, 0, 0.3);
  display: none;
}
#nav-headers .rous .slide-submeu a {
  line-height: 30px;
  color: #000000;
  display: block;
  font-size: 12px;
  line-height: 35px;
  padding: 0px 15px;
}
#nav-headers .rous .slide-submeu a:nth-child(2n) {
  background: #FAFAFA;
}
#nav-headers .rous .slide-submeu a:hover {
  color: #35b558;
}
#nav-headers .nav-other {
  float: right;
  width: 130px;
  height: 70px;
}
#nav-headers .nav-other .userinfo-notlogin {
  display: inline-block;
  float: right;
  font-size: 14px;
}
#nav-headers .nav-other .userinfo-notlogin a {
  padding: 0px 15px;
  font-size: 14px;
  float: left;
}
#nav-headers .nav-other .userinfo-notlogin a:nth-child(3) {
  padding-right: 0;
}
#nav-headers .nav-other .userinfo-notlogin i {
  border-left: 1px solid #ccc;
  height: 15px;
  display: inline-block;
  float: left;
  overflow: hidden;
  margin-top: 27px;
}
#nav-headers .nav-other nav {
  display: inline-block;
  float: right;
  margin: 0 auto;
}
#nav-headers .nav-other nav ul li {
  text-align: center;
  color: #555;
  list-style: none;
  line-height: 69px;
  padding-right: 32px;
  text-decoration: none;
  font-size: 15px;
  float: left;
  cursor: pointer;
  position: relative;
}
#nav-headers .nav-other nav ul li a {
  color: #fff;
}
#nav-headers .nav-other nav ul li i.slide-icon {
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  background: url(icon.png)/*tpa=http://cee.bjkingkerry.com/homes/images/icon.png*/;
  background-position: 0px -47px;
  display: inline-block;
  width: 11px;
  margin-left: 5px;
  height: 7px;
}
#nav-headers .nav-other nav ul li:hover i.slide-icon {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
#nav-headers .nav-other nav .slide-submeu {
  position: absolute;
  left: 0;
  top: 69px;
  z-index: 1000;
  width: 110px;
  padding: 5px 0;
  background: #fff;
  border-top: 1px solid #E4E4E4;
  box-shadow: -1px 3px 5px rgba(0, 0, 0, 0.3);
  display: none;
}
#nav-headers .nav-other nav .slide-submeu a {
  line-height: 30px;
  color: #000000;
  display: block;
  font-size: 12px;
  line-height: 35px;
  padding: 0px 15px;
}
#nav-headers .nav-other nav .slide-submeu a:nth-child(2n) {
  background: #FAFAFA;
}
#nav-headers .nav-other nav .slide-submeu a:hover {
  color: #35b558;
}
#nav-headers .search {
  height: 32px;
  width: 30px;
  display: inline-block;
  float: left;
  /*margin-top: 20px;*/
  transition: all 0.3s;
}
#nav-headers .search nav {
  width: 100px;
  display: inline-block;
  float: left;
  margin: 0 auto;
}
#nav-headers .search nav ul li {
  color: #555;
  list-style: none;
  line-height: 69px;
  padding-right: 32px;
  text-decoration: none;
  font-size: 15px;
  float: left;
  cursor: pointer;
  position: relative;
}
#nav-headers .search nav ul li a {
  color: #fff;
}
#nav-headers .search nav ul li i.slide-icon {
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  background: url(icon.png)/*tpa=http://cee.bjkingkerry.com/homes/images/icon.png*/;
  background-position: 0px -47px;
  display: inline-block;
  width: 11px;
  margin-left: 5px;
  height: 7px;
}
#nav-headers .search nav ul li:hover i.slide-icon {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
#nav-headers .search nav .slide-submeu {
  position: absolute;
  left: 0;
  top: 69px;
  z-index: 1000;
  width: 110px;
  padding: 5px 0;
  background: #fff;
  border-top: 1px solid #E4E4E4;
  box-shadow: -1px 3px 5px rgba(0, 0, 0, 0.3);
  display: none;
}
#nav-headers .search nav .slide-submeu a {
  line-height: 30px;
  color: #000000;
  display: block;
  font-size: 12px;
  line-height: 35px;
  padding: 0px 15px;
}
#nav-headers .search nav .slide-submeu a:nth-child(2n) {
  background: #FAFAFA;
}
#nav-headers .search nav .slide-submeu a:hover {
  color: #35b558;
}
#nav-headers.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.broad {
  width: 100%;
  height: 900px;
  background: #1B6D85;
  overflow: hidden;
}
.broad .shutter {
  overflow: hidden;
  width: 100%;
  height: 900px;
  position: relative;
}
.broad .shutter .banner-engine {
  height: 900px;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.broad .shutter .banner-engine .banner-ul {
  position: relative;
  width: 100%;
  height: 900px;
}
.broad .shutter .banner-engine .banner-text {
  position: absolute;
  left: 0;
  top: -800px;
  width: 100%;
  height: 552px;
}
.broad .shutter .banner-engine .banner-text {
  display: none;
}
.broad .shutter .banner-engine .banner-text1 {
  font-size: 50px;
  line-height: 50px;
  color: #fff;
}
.broad .shutter .banner-engine .banner-text2 {
  margin-top: 28px;
  font-size: 20px;
  line-height: 20px;
  color: #e4e7eb;
}
.broad .shutter .banner-engine .banner-link-button {
  display: inline-block;
  border: 1px solid #fff;
  margin-top: 54px;
  width: 160px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.broad .shutter .banner-engine .banner-link-button::hover {
  background: #fff;
  color: #333;
  border: 1px solid #fff;
}
.broad .shutter .banner-engine .banner-ul li {
  display: none;
  height: 100%;
  width: 100%;
  float: left;
}
.broad .shutter .banner-engine .banner-ul li {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  float: left;
}
.broad .shutter .banner-engine .banner-ul li::first-child {
  z-index: initial;
}
.broad .shutter .banner-engine .banner-point {
  display: none;
  position: absolute;
  bottom: 48px;
  left: 0;
  width: 100%;
  height: 18px;
  line-height: 18px;
}
.broad .shutter .banner-engine .banner-point {
  display: block;
}
.broad .shutter .banner-engine .slider-main {
  display: none;
  position: relative;
  margin: 0 auto;
  min-width: 1200px;
  max-width: 1200px;
}
.broad .shutter .banner-engine .slider-main {
  display: block;
}
.broad .shutter .banner-engine .slider-text {
  position: absolute;
  margin-top: 214px;
}
.broad .shutter .banner-engine .banner-area {
  width: 100%;
  text-align: center;
}
.broad .shutter .zztoo {
  width: 100%;
  height: 900px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
}
.broad .shutter .boxs {
  position: absolute;
  top: 12%;
  right: 10%;
  width: 708px;
  height: 500px;
  z-index: 110;
}
.broad .shutter .boxs .conent {
  width: 350px;
  height: 500px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  float: left;
  margin-left: 1%;
}
.broad .shutter .boxs .conent h2 {
  color: white;
  font-weight: 900;
}
.broad .shutter .boxs .conent h2 span {
  color: #23B684;
}
.broad .shutter .boxs .conent p {
  color: white;
  font-size: 15px;
}
.broad .shutter .boxs .conent .form-group input {
  height: 45px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px rgba(0, 0, 0, 0.2) solid;
}
.broad .shutter .boxs .conent .form-group input::-webkit-input-placeholder {
  color: #E4E4E4;
  font-size: 13px;
}
.broad .shutter .boxs .conent .form-group input:-moz-placeholder {
  color: #E4E4E4;
  font-size: 13px;
}
.broad .shutter .boxs .conent .form-group input:-ms-input-placeholder {
  color: #E4E4E4;
  font-size: 13px;
}
.broad .shutter .boxs .conent .form-group select {
  width: 100%;
  height: 45px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px rgba(0, 0, 0, 0.2) solid;
}
.broad .shutter .boxs .conent .form-group select::-webkit-input-placeholder {
  color: #E4E4E4;
  font-size: 13px;
}
.broad .shutter .boxs .conent .form-group select:-moz-placeholder {
  color: #E4E4E4;
  font-size: 13px;
}
.broad .shutter .boxs .conent .form-group select:-ms-input-placeholder {
  color: #E4E4E4;
  font-size: 13px;
}
.broad .shutter .boxs .conent .tjdd {
  color: white;
  margin-top: 25px;
  height: 45px;
  width: 300px;
  background: #e01f3d;
  border: 1px rgba(224, 31, 61, 0.2) solid;
}
.broad .shutter .boxs .conent .tjdd:hover {
  background: #23B684;
  border: 1px rgba(35, 182, 132, 0.2) solid;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.broad .shutter .boxs .notice {
  float: left;
  width: 350px;
  height: 500px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  background-attachment: fixed;
}
.broad .shutter .boxs .notice h2 {
  text-align: center;
  color: white;
  font-weight: 900;
  font-family: '楷体';
}
.broad .shutter .boxs .notice h2 span:nth-child(1) {
  animation: blink 1s steps(1, start) 0.33s infinite;
}
.broad .shutter .boxs .notice h2 span:nth-child(2) {
  animation: blink 1s steps(1, start) 0.66s infinite;
}
.broad .shutter .boxs .notice h2 span:nth-child(3) {
  animation: blink 1s steps(1, start) 0.33s infinite;
}
.broad .shutter .boxs .notice h2 span:nth-child(4) {
  animation: blink 1s steps(1, start) 0.66s infinite;
}
@keyframes blink {
  33% {
    color: white;
  }
  66% {
    color: #23B684;
  }
}
.broad .shutter .boxs .notice p {
  color: white;
  font-size: 15px;
}
.broad .shutter .boxs .notice .kong {
  text-align: left;
  display: block;
}
.broad .shutter .boxs .notice .kong #shop {
  margin: 0px auto;
  overflow: hidden;
  white-space: nowrap;
  /*不换行*/
  text-overflow: ellipsis;
  /*超出部分文字以...显示*/
  width: 80%;
  margin-top: 5%;
  height: 160px;
}
.broad .shutter .boxs .notice .kong #shop ul {
  height: 360px;
  height: auto;
}
.broad .shutter .boxs .notice .kong #shop ul li p {
  height: 24px;
  line-height: 24px;
}
.broad .shutter .boxs .notice .kong #shop ul li p a {
  color: white;
}
.broad .shutter .boxs .notice .kong #shop ul li p a:hover {
  color: red;
}
.broad .shutter .boxs .notice .kong #shop ul li p i {
  color: red;
}
.broad .shutter .boxs .notice .kong #rollCopy {
  height: auto;
}
.broad .shutter .boxs .notice .kong #gude {
  margin: 0px auto;
  width: 50%;
  height: 187px;
  overflow: hidden;
  white-space: nowrap;
  /*不换行*/
  text-overflow: ellipsis;
  /*超出部分文字以...显示*/
}
.broad .shutter .boxs .notice .kong #gude p a {
  color: #000000;
}
.broad .shutter .boxs .notice .kong #gude p a:hover {
  color: red;
}
.broad .shutter .boxs .notice .kong #gude p i {
  color: red;
}
.broad .shutter .boxs .notice .kong .too {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 300px;
  height: 45px;
  background: #000000;
  margin-top: 6%;
  border: 1px rgba(0, 0, 0, 0.2) solid;
  line-height: 45px;
}
.broad .shutter .boxs .notice .kong .too p {
  color: #23B684;
}
.broad .shutter .boxs .notice .kong .too:hover {
  background: #fff;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  border: 1px rgba(255, 255, 255, 0.2) solid;
  line-height: 45px;
}
.broad .shutter .boxs .notice .kong .too:hover p {
  color: #e01f3d;
}
.broad .shutter .boxs .notice .kong .tow {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 300px;
  height: 45px;
  margin-top: 6%;
  line-height: 30px;
  border: 1px #1c4fe7 solid;
  background: rgba(72, 118, 255, 0.5);
}
.broad .shutter .boxs .notice .kong .tow:hover {
  background: #4876ff;
  border: 1px rgba(35, 182, 132, 0.2) solid;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.broad .shutter .boxs .notice .kong .toe {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 300px;
  height: 45px;
  margin-top: 6%;
  border: 1px #23B684 solid;
  background: rgba(35, 182, 132, 0.5);
  line-height: 30px;
}
.broad .shutter .boxs .notice .kong .toe:hover {
  background: #23b684;
  border: 1px rgba(35, 182, 132, 0.2) solid;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.broad .shutter .modas {
  position: absolute;
  bottom: 20%;
  right: 10%;
  width: 700px;
  /*.ydcx {
                position: absolute;
                bottom: 0%;
                right: 0%;
                z-index: 200;
                width: 50%;
                height: 38px;
                border: 1px rgba(28, 79, 231, 1) solid;
                background: rgba(72, 118, 255, 0.5);
                border-radius: 30px;
                &:hover {
                    background: rgba(72, 118, 255, 1);
                    border: 1px rgba(35, 182, 132, 0.2) solid;
                    -moz-transition: all 0.5s ease 0s;
                    -webkit-transition: all 0.5s ease 0s;
                    transition: all 0.5s ease 0s;
                    -o-transition: all 0.5s ease 0s;
                }
            }
            .yjcx{
                position: absolute;
                bottom: 15%;
                right: 51%;
                z-index: 200;
                width: 50%;
                height: 38px;
                border: 1px #23B684 solid;
                background: rgba(35, 182, 132, 0.5);
                border-radius: 30px;
                &:hover {
                    background: rgba(35, 182, 132, 1);
                    border: 1px rgba(35, 182, 132, 0.2) solid;
                    -moz-transition: all 0.5s ease 0s;
                    -webkit-transition: all 0.5s ease 0s;
                    transition: all 0.5s ease 0s;
                    -o-transition: all 0.5s ease 0s;
                }
            }*/
}
.broad .shutter .modas .cxss {
  margin-top: 2%;
  background: #e01f3d;
  border: 1px rgba(224, 31, 61, 0.2) solid;
}
.broad .shutter .modas .cxss:hover {
  background: #23B684;
  border: 1px rgba(35, 182, 132, 0.2) solid;
}
.broad .shutter .mtk-z {
  margin-top: 10%;
}
.broad .shutter .mtk-z .mtk-k {
  background: rgba(0, 0, 0, 0.5);
}
.broad .shutter .mtk-z .mtk-k .mtk-ul {
  margin: 5% 0 2% 5%;
  width: 808px;
  border-bottom: 1px #521 solid;
}
.broad .shutter .mtk-z .mtk-k .mtk-ul a {
  border: 2px #235 solid;
  border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
}
.broad .shutter .mtk-z .mtk-k .mtk-tab {
  margin: 0 5% 0 5%;
  height: 170px;
  color: wheat;
}
.broad .beat-char {
  line-height: 3.4em;
  position: relative;
  display: inline-block;
  background: transparent;
}
.broad .rotate {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  /*IE 9 */
  -moz-transform: rotate(360deg);
  /* Firefox */
  -webkit-transform: rotate(360deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(360deg);
  -webkit-transition-duration: 0.7s;
}
.orders {
  width: 100%;
  height: 67px;
  background: #666666;
}
.orders input {
  color: #000;
  border: 1px rgba(255, 255, 255, 0.2) solid;
}
.orders .cxjk {
  width: 16%;
  height: 30px;
  border-radius: 5px;
  margin-left: 1%;
}
.orders .cxjk:hover {
  background: #000000;
  color: white;
}
.area-padding {
  background-image: url(bj001.jpg)/*tpa=http://cee.bjkingkerry.com/homes/images/bj001.jpg*/;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 100px 0px;
}
.area-padding h1,
.area-padding h2,
.area-padding h3,
.area-padding h4,
.area-padding h5,
.area-padding h6 {
  margin: 0 0 15px;
  color: #444;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
.area-padding p {
  margin: 0 0 15px;
  color: #CFCFCF;
}
.left-headline {
  padding-bottom: 15px;
}
.left-headline h3 {
  font-size: 26px;
  line-height: 36px;
  position: relative;
  margin-bottom: 40px;
  color: #fff;
}
.left-headline h3::after {
  border: 1px solid #F3B007;
  bottom: -20px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  width: 70px;
  right: auto;
}
#header {
  z-index: 10;
  height: 118px;
}
#header * {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  text-decoration: none;
  font-size: 12px;
  font-family: "微软雅黑";
  color: #000000;
}
#header #gla {
  overflow: hidden;
  margin: -105px auto;
  margin-left: -18%;
  max-width: 1100px;
  min-width: 650px;
  position: relative;
  height: 404px;
}
#header #gla_box {
  width: 700px;
  margin: auto;
}
#header .gla_inbox {
  overflow: hidden;
  position: relative;
}
#header .gla_inbox p {
  text-indent: 1em;
  font-size: 14px;
  width: 100%;
  color: #FFFFFF;
  line-height: 30px;
  background-color: hsl(0, 0%, 0%);
}
#header .gla_inbox a {
  padding: 5px;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: hsla(0, 0%, 0%, 0.5);
  color: #FFF;
}
#header .gla_inbox img {
  width: 100%;
  height: 100%;
  border: 2px #000 solid;
}
#header .roundabout-holder {
  height: 404px;
  width: 700px;
}
#header .roundabout-moveable-item {
  display: block;
  height: 300px;
  width: 500px;
  cursor: pointer;
}
#header .roundabout-in-focus {
  cursor: auto;
}
/* 移动端响应*/
.well_one {
  background-image: url(fwxm.jpg)/*tpa=http://cee.bjkingkerry.com/homes/images/fwxm.jpg*/;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  z-index: -1;
}
.well_one .container {
  padding-bottom: 20px;
}
.well_one .container .index_titlebox h3 {
  color: white;
}
.well_one .container .index_titlebox p {
  color: white;
}
.well_one .container .image01 {
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}
.well_one .container .image01 img {
  width: 100%;
  height: 196px;
  top: 0;
  position: relative;
  left: 0;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
}
.well_one .container .image01 .ovrly {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.well_one .container .image01 .buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #fff;
  display: none;
}
.well_one .container .image01 .buttons .fa {
  background: #ffffff;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: rgba(50, 50, 50, 0.9);
  display: inline-block;
  margin: 0 1px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.well_one .container .image01 .buttons i {
  width: 55px;
  height: 55px;
  display: inline-block;
  text-align: center;
  line-height: 54px;
  border-radius: 30px;
  font-size: 24px;
  border: 1px solid #fff;
  transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  cursor: pointer;
  margin-top: 5px;
}
.well_one .container .image01 .buttons i:hover {
  background: #f05753;
  border-color: #f05753;
}
.well_one .container .image01 .buttons p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.well_one .container .image01 .title {
  width: 100%;
  height: 35px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  bottom: 0;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
}
.well_one .container .image01:hover img {
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.well_one .container .image01:hover .ovrly {
  opacity: 1;
}
.well_one .container .image01:hover .buttons {
  display: block;
}
.well_one .container .image01:hover .buttons .fa {
  opacity: 1;
}
.well_one .container .image01:hover .title {
  display: none;
}
.well_one .container .image01 .tc {
  text-align: center;
}
.well_one .container .image01 .tc p {
  font-size: 1em;
}
.well_one:before {
  content: '';
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(fwxm.jpg)/*tpa=http://cee.bjkingkerry.com/homes/images/fwxm.jpg*/ center 0 no-repeat;
  background-size: cover;
}
.enterprise {
  width: 100%;
  background: white;
}
.enterprise .about {
  background-color: #000000;
  min-height: 500px;
  padding-bottom: 2%;
}
.enterprise .about .index_titlebox {
  margin-top: 5%;
}
.enterprise .about .index_titlebox h3,
.enterprise .about .index_titlebox p {
  color: #fff;
}
.enterprise .about .p1 {
  color: #D3D3D3;
  font-family: '楷体';
  font-weight: bold;
  text-indent: 28px;
}
.enterprise .about #logo {
  display: flex;
  position: relative;
  width: 550px;
  height: 245px;
  line-height: 700px;
  background: #fff;
  text-align: center;
}
.enterprise .about #logo img {
  width: 550px;
  height: 245px;
}
.enterprise .about #logo i {
  color: #e01f3d;
  position: absolute;
  z-index: 200;
  bottom: -88%;
  left: 44%;
  font-size: 70px;
}
.enterprise .about #logo canvas {
  position: absolute;
  top: -25%;
  left: 11%;
  display: block;
}
.enterprise .about #logo:hover i {
  color: #35b558;
}
.enterprise .about .logo {
  float: left;
  width: 550px;
  height: 245px;
  line-height: 700px;
  background: #fff;
  text-align: center;
}
.enterprise .about .logo img {
  width: 550px;
  height: 245px;
}
.enterprise .about .logo i {
  color: #e01f3d;
  position: absolute;
  z-index: 200;
  bottom: -88%;
  left: 44%;
  font-size: 70px;
}
.enterprise .about .logo canvas {
  position: absolute;
  top: -25%;
  left: 11%;
  display: block;
}
.enterprise .about .logo:hover i {
  color: #35b558;
}
#fgs_ym {
  background: url(hxtp.png)/*tpa=http://cee.bjkingkerry.com/homes/images/img/hxtp.png*/ no-repeat;
}
#fgs_ym .w1200 {
  width: 1200px;
  margin: 0 auto;
}
#fgs_ym .w1200 .map-content-info {
  position: relative;
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0);
}
#fgs_ym .w1200 .map-content-info .branch-map-l {
  width: 849px;
  height: 575px;
  position: relative;
}
#fgs_ym .w1200 .map-content-info .branch-map-l .map-content-box {
  width: 100%;
  height: 100%;
  background: url(chinamap.png)/*tpa=http://cee.bjkingkerry.com/homes/images/img/chinamap.png*/ no-repeat center;
  position: relative;
}
#fgs_ym .w1200 .map-content-info .branch-map-l .map-content-box .map-dot {
  color: white;
}
#fgs_ym .w1200 .beijing {
  left: 568px;
  top: 210px;
  color: #fff;
}
#fgs_ym .w1200 .shanghai {
  left: 660px;
  top: 330px;
  color: #ABABAB;
}
#fgs_ym .w1200 .qingdao {
  left: 621px;
  top: 260px;
  color: #ABABAB;
}
#fgs_ym .w1200 .shenzhen {
  left: 582px;
  top: 458px;
  color: #fff;
}
.index_news {
  width: 100%;
  background: url(xwbj.jpg)/*tpa=http://cee.bjkingkerry.com/homes/images/xwbj.jpg*/ no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.index_news p {
  margin-bottom: 0;
}
.index_news .media-left p {
  width: 85px;
  height: 90px;
  border: 2px solid #ccc;
  display: inline-block;
  text-align: center;
  color: #606060;
  padding-top: 10px;
}
.index_news .media-left p span.month {
  font-size: 16px;
}
.index_news .media-left p span.day {
  font-size: 36px;
}
.index_news .media-body {
  color: #333;
}
.index_news .media-body h4 {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 424px;
}
.index_news .media-body p {
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index_news .media {
  background: #fff;
  padding: 10px;
  margin-bottom: 30px;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
}
.index_news a:hover {
  text-decoration: none;
}
.index_news a:hover h4 {
  color: #f05753;
}
.index_news a:hover .media {
  box-shadow: 0px 0px 20px #b3b3b3;
}
.index_news .news-one {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  height: 40px;
  line-height: 40px;
  border: 1px #e01f3d solid;
  border-radius: 5px;
  background-color: #e01f3d;
  margin-bottom: 2%;
}
.index_news .news-one:hover {
  border: 1px #23B684 solid;
  background-color: #23B684;
}
.index_news .news-one a {
  color: white;
}
@keyframes scaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
}
.hzlist {
  width: 100%;
  height: 400px;
  padding-top: 50px;
  position: relative;
  background: url(ysdz.jpg)/*tpa=http://cee.bjkingkerry.com/homes/images/ysdz.jpg*/ no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.hzlist .logo_list {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.hzlist .logo_list ul {
  width: 1200px;
  margin-left: 5%;
}
.hzlist .logo_list ul li {
  height: 80px;
  width: 180px;
  margin-left: 5px;
  margin-top: 5px;
  float: left;
}
.hzlist .logo_list ul li img {
  height: 80px;
  width: 180px;
  border: 1px #1B6D85 solid;
}
.hzlist .logo_list ul li img:hover {
  -webkit-animation-name: scaleDraw;
  /*关键帧名称*/
  -webkit-animation-timing-function: ease-in-out;
  /*动画的速度曲线*/
  -webkit-animation-iteration-count: infinite;
  /*动画播放的次数*/
  -webkit-animation-duration: 5s;
  /*动画所花费的时间*/
}
.agileits-w3layouts-footer {
  background: #131313;
  padding: 4em 0;
  text-align: center;
}
.w3-agile-grid h5 {
  text-transform: uppercase;
  margin: 0 0 1em 0;
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}
.w3-agile-grid p {
  color: #b5b5b5;
  font-size: 1em;
  line-height: 1.8em;
  margin: 0;
}
.footer-agileinfo-social {
  margin: 2em 0 0 0;
}
.footer-agileinfo-social ul {
  padding: 0;
  margin: 0;
}
.footer-agileinfo-social ul li {
  display: inline-block;
  margin: 0 0.5em 0 0;
}
.footer-agileinfo-social ul li a {
  color: #FFFFFF;
  text-align: center;
}
.footer-agileinfo-social ul li a i.fa {
  height: 35px;
  width: 35px;
  border: solid 2px #212121;
  line-height: 35px;
  background: #212121;
  color: #FFFFFF;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.footer-agileinfo-social ul li a i.fa.fa-facebook:hover {
  border: solid 2px #3b5998;
  background: #3b5998;
  color: #FFFFFF;
}
.footer-agileinfo-social ul li a i.fa.fa-twitter:hover {
  border: solid 2px #55acee;
  background: #55acee;
  color: #FFFFFF;
}
.footer-agileinfo-social ul li a i.fa.fa-rss:hover {
  border: solid 2px #f26522;
  background: #f26522;
  color: #FFFFFF;
}
.footer-agileinfo-social ul li a i.fa.fa-vk:hover {
  border: solid 2px #45668e;
  background: #45668e;
  color: #FFFFFF;
}
.footer-agileinfo-social ul li h5 {
  font-size: 16px;
}
.footer-agileinfo-social ul li img {
  width: 150px;
  height: 150px;
}
.w3ls-post-img {
  float: left;
  width: 25%;
}
.w3ls-post-img a img {
  width: 100%;
}
.w3ls-post-info {
  float: right;
  width: 70%;
}
.w3ls-post-info h6 {
  margin: 0;
  font-size: 1em;
  letter-spacing: 1px;
  font-weight: normal;
}
.w3ls-post-info h6 a {
  color: #FFFFFF;
  margin: 0;
  text-decoration: none;
}
.w3ls-post-info h6 a:hover {
  color: #FF5722;
}
.w3ls-post-info h6 a:focus {
  outline: none;
  text-decoration: none;
}
.w3ls-post-info p {
  color: #b5b5b5;
  font-size: 0.9em;
  margin: 1em 0 0 0;
}
.w3ls-post-grid:nth-child(2),
.w3ls-post-grid:nth-child(3) {
  margin: 1em 0;
}
.w3-address {
  text-align: left;
}
.w3-address-grid {
  background: #212121;
  padding: 1em;
}
.w3-address-left {
  float: left;
  width: 10%;
}
.w3-address-left i.fa.fa-phone,
.w3-address-left i.fa.fa-envelope,
.w3-address-left i.fa.fa-map-marker {
  color: #FFFFFF;
  font-size: 1.5em;
}
.w3-address-right {
  float: right;
  width: 87%;
}
.w3-address-right h6 {
  color: #FFFFFF;
  font-size: 1em;
  margin: 0;
  font-weight: 400;
}
.w3-address-right p {
  color: #b5b5b5;
  margin: 1em 0 0 0;
  font-size: 1em;
}
.w3-address-right p a {
  color: #b5b5b5;
  text-decoration: none;
}
.w3-address-right p a:hover {
  color: #e01f3d;
}
.w3-address-right p span {
  display: block;
  margin: 0.5em 0;
}
.w3-address-grid:nth-child(2) {
  margin: 1em 0;
}
.copyright {
  padding: 1.5em 0;
  text-align: center;
  background: #212121;
  background: #151515;
}
.copyright p {
  color: #b5b5b5;
  font-size: 1em;
  margin: 0;
  letter-spacing: 1px;
}
.copyright p a {
  color: #23B684;
  text-decoration: none;
}
.copyright p a::hover {
  color: #FFFFFF;
}
.aui .aui-data-bg {
  background: url("bg-data.jpg")/*tpa=http://cee.bjkingkerry.com/homes/images/jie/bg-data.jpg*/;
  background-size: cover;
}
.aui .aui-data-bg .aui-content {
  margin: 0 auto;
  padding: 80px 0;
  box-sizing: border-box;
}
.aui .aui-data-bg .aui-content .aui-content-region {
  width: 450px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.aui .aui-data-bg .aui-content .aui-content-region h2 {
  padding: 5px 0;
  margin: 0;
  font-weight: 500;
  font-size: 25px;
  color: #fff;
  letter-spacing: 2px;
}
.aui .aui-data-bg .aui-content .aui-content-region .aui-icon-left {
  background: url("icon-left-top.png")/*tpa=http://cee.bjkingkerry.com/homes/images/jie/icon-left-top.png*/ no-repeat;
  width: 19px;
  height: 32px;
  display: block;
  position: absolute;
  top: -9px;
  left: -14px;
}
.aui .aui-data-bg .aui-content .aui-content-region .aui-icon-right {
  background: url("icon-right-bottom.png")/*tpa=http://cee.bjkingkerry.com/homes/images/jie/icon-right-bottom.png*/ no-repeat;
  width: 19px;
  height: 32px;
  display: block;
  position: absolute;
  right: -12px;
  bottom: -8px;
}
.aui .wrap {
  width: 1240px;
  margin: 0 auto;
}
.aui .wrap .banner-content {
  position: relative;
  padding-top: 60px;
  height: 200px;
  -webkit-animation: fade-up-in 1s;
  -moz-animation: fade-up-in 1s;
  -o-animation: fade-up-in 1s;
  animation: fade-up-in 1s;
}
.aui .wrap .banner-content .title {
  letter-spacing: 6px;
  font-size: 55px;
  color: #1a1717;
}
.aui .wrap .banner-content .sub-title {
  margin-top: 23px;
  text-indent: 3px;
  letter-spacing: 2px;
  font-size: 24px;
  color: #333;
}
.aui .wrap .banner-content .desc {
  width: 500px;
  height: 200px;
  line-height: 30px;
  font-size: 16px;
  color: #5c7087;
}
.aui .wrap .banner-content .desc p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.aui .wrap .banner-content .btn-primary {
  background: #e01f3d;
  border-color: #e01f3d;
}
.aui .wrap .banner-content .btn-primary:hover {
  background: #23B684;
  border-color: #23B684;
}
.aui .wrap .banner-content .banner-play {
  right: 100px;
  top: 70px;
  position: absolute;
}
.aui .wrap .banner-content .banner-play img {
  margin-left: 20%;
  width: 500px;
  height: 307px;
}
.aui .mtk_fw {
  margin-bottom: 3%;
}
.aui .mtk_fw img {
  width: 100%;
  padding: 2%;
}
.aui .mtk_fw p {
  padding: 1% 3%;
}
.aui #servicelist {
  margin: 0 auto;
  padding-top: 20px;
  height: 320px;
  overflow: hidden;
  position: relative;
  bottom: -200px;
  z-index: 2;
  width: 1260px;
}
.aui #servicelist .serviceitem {
  width: 420px;
  height: 335px;
  float: left;
  margin-right: 0;
  height: 280px;
  min-height: 280px;
  padding-bottom: 0;
  background: #fff;
  transition: all 0.3s ease-out 0s;
}
.aui #servicelist .serviceitem a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
}
.aui #servicelist .serviceitem a.details {
  width: 35px;
  height: 35px;
  text-align: center;
  display: block;
  border-radius: 0;
  border: 1px solid transparent;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  top: -20px;
  display: none;
}
.aui #servicelist .serviceitem a img {
  float: none;
  margin: 0 auto;
  height: 120px;
  overflow: hidden;
  transition: all 0.3s ease-out 0s;
  position: relative;
  top: 0;
  margin-bottom: 10px;
  margin-top: 10px;
  background: rgba(0, 0, 0, 0.03);
}
.aui #servicelist .serviceitem div {
  position: relative;
  margin: 0;
  transition: all 0.3s ease-out 0s;
  top: 0px;
  padding-top: 0;
}
.aui #servicelist .serviceitem div p.title {
  color: #fff;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  transition: all ease-out 0.2s;
}
.aui #servicelist .serviceitem div p.description {
  font-size: 13px;
  line-height: 24px;
  height: 50px;
  overflow: hidden;
  width: auto;
  margin-top: 15px;
  padding: 0 40px;
  color: #fff;
}
.aui #servicelist .serviceitem div:after {
  position: absolute;
  content: "";
  left: 10px;
  width: 398px;
  height: 120%;
  border: 1px solid rgba(255, 255, 255, 0);
  margin-left: 0;
  top: 1px;
  transition: all 0.3s ease-out 0s;
}
.aui #servicelist .serviceitem:hover {
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
  margin-top: -20px;
  height: 320px;
}
.aui #servicelist .serviceitem:hover div {
  padding-top: 28px;
}
.aui #servicelist .serviceitem:hover div:after {
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 398px;
  left: 10px;
  height: 125%;
}
.aui #servicelist #serviceitem_0 {
  background: #43b9f6;
}
.aui #servicelist #serviceitem_1 {
  background: #6686ff;
}
.aui #servicelist #serviceitem_2 {
  background: #9878ff;
}
.aui .overview-section {
  margin-top: 132px;
  padding: 125px 0 102px;
  background: url("kongzhong_kece_a380.jpg")/*tpa=http://cee.bjkingkerry.com/homes/images/jie/kongzhong_kece_a380.jpg*/ no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.aui .overview-section .section {
  overflow: hidden;
  position: relative;
}
.aui .overview-section .card-primary .card-link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.aui .overview-section .section-services .card-service {
  margin-bottom: 30px;
  text-align: center;
  height: 229px;
}
.aui .overview-section .card-primary {
  background: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.03);
  overflow: hidden;
  padding: 30px;
  position: relative;
}
.aui .overview-section .card-service .card-header {
  margin-bottom: 10px;
}
.aui .overview-section .card-service .card-header .service-title {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aui .overview-section .card-service .card-text {
  font-size: 15px;
  color: #666;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.aui .overview-section .card-service .card-figure .service-icon {
  width: 82px;
  height: 82px;
  background: #fff537;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.aui .overview-section .card-service .card-figure .service-icon .fa {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 40px;
  color: #222222;
}
.aui .overview-section .card-service:hover .card-figure .service-icon {
  width: 82px;
  height: 82px;
  background: #222222;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.aui .overview-section .card-service:hover .card-figure .service-icon .fa {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 40px;
  color: #fff537;
}
.aui .container {
  width: 1180px;
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.aui .process {
  padding: 80px 0;
  text-align: center;
}
.aui .process h3 {
  font-size: 30px;
  line-height: 52px;
  color: #23292E;
  font-weight: 400;
}
.aui .process p {
  line-height: 26px;
  font-size: 14px;
  color: #999;
}
.aui .process .flowline {
  margin-top: 50px;
  margin-left: 40px;
  *zoom: 1;
}
.aui .process .flowline li {
  float: left;
  margin-left: 110px;
  text-align: center;
  list-style: none;
}
.aui .process .flowline li .icon-block {
  position: relative;
  display: inline-block;
  width: 72px;
  height: 72px;
  -webkit-border-radius: 72px;
  -moz-border-radius: 72px;
  border-radius: 72px;
  background-color: #181820;
  line-height: 0;
  margin-top: 0;
}
.aui .process .flowline li .icon-block i {
  margin: 20px 20px 0 16px;
  line-height: 72px;
  text-align: center;
  color: white;
  font-size: 42px;
}
.aui .process .flowline li .icon-block:before {
  content: '';
}
.aui .process .flowline li .icon-block span {
  margin: 0;
}
.aui .process .flowline li span {
  display: inline-block;
  margin-top: 20px;
  font-size: 18px;
  line-height: 36px;
  color: #333;
}
.aui .process .flowline li.process-0 {
  margin-left: 20px;
}
.aui .process .flowline li.process-1 {
  margin-left: 95px;
}
.aui .process .flowline li.process-4 {
  margin-left: 112px;
}
.aui .process .flowline li.process-5 {
  margin-left: 115px;
}
.aui .process .flowline li.process-5 .flow-line {
  display: none;
}
.aui .process .flowline .flow-line {
  position: absolute;
  top: 36px;
  left: 92px;
  width: 77px;
  border-bottom: 1px dotted #979797;
}
.wrap {
  width: 100%;
  margin: auto;
}
.bgf789 {
  background-color: #f7f8f9;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.lShadow {
  box-shadow: 0px 0px 6px 0px rgba(103, 114, 125, 0.1);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(103, 114, 125, 0.1);
  -moz-box-shadow: 0px 0px 6px 0px rgba(103, 114, 125, 0.1);
  -o-box-shadow: 0px 0px 6px 0px rgba(103, 114, 125, 0.1);
  text-align: center;
}
.lxwm_n {
  background: #fff;
  margin-top: -60px;
  padding-top: 90px;
}
.lxwm_o {
  padding-top: 100px;
  width: 1120px;
  box-shadow: 0px 0px 0px #fff;
  margin: auto;
}
.lxwm_o ul {
  width: 330px;
  height: 110px;
  text-align: center;
  border-right: 1px dashed #cacbcb;
  box-sizing: border-box;
  margin-bottom: 70px;
  box-shadow: 0px 0px 0px #fff;
  font-size: 16px;
}
.lxwm_o ul .li1 {
  margin-top: -18px;
}
.lxwm_o ul .li1 i {
  font-size: 30px;
}
.lxwm_o ul .li2 {
  color: #1c1e20;
  margin-top: 20px;
}
.lxwm_o ul .li3 {
  color: #383a3c;
  font-weight: bold;
  margin-top: 3px;
  line-height: 28px;
}
.lxwm_o ul .li3 a {
  color: #000;
}
.lxwm_o ul .li3 a:hover {
  color: #23B684;
  text-decoration: none;
}
.lxwm_o ul .li3 a:link {
  text-decoration: none;
}
.lxwm_s {
  padding-bottom: 125px;
}
.lxwm_s h4 {
  text-align: center;
  color: #666666;
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 20px;
}
.lxwm_bt {
  width: 266px;
  height: 67px;
  margin: auto;
  border: 2px solid #b79554;
  box-sizing: border-box;
}
.lxwm_bt p {
  width: 237px;
  text-align: center;
  color: #595959;
  font-size: 26px;
  background-color: #fff;
  margin: auto;
  margin-top: -20px;
}
.lxwm_bt span {
  display: block;
  text-align: center;
  color: #b79554;
  font-size: 24px;
  margin-top: 10px;
}
.map-content-info {
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
}
.branch-map-l {
  width: 100%;
  height: 575px;
  position: relative;
}
.map-content-box {
  width: 100%;
  height: 100%;
  background: url("fgsbj.png")/*tpa=http://cee.bjkingkerry.com/homes/images/img/fgsbj.png*/ no-repeat center;
  position: relative;
}
.map-dot {
  position: absolute;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}
.beijing {
  left: 540px;
  top: 210px;
  color: #fff;
}
.shanghai {
  left: 629px;
  top: 330px;
  color: #ABABAB;
}
.qingdao {
  left: 592px;
  top: 260px;
  color: #ABABAB;
}
.shenzhen {
  left: 551px;
  top: 460px;
  color: #fff;
}
.map-dot:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  background-color: #01B7BD;
  border-radius: 50%;
}
.map-dot.beijing:after {
  width: 13px;
  height: 12px;
  border-radius: 0;
  background: url("icon-star.png")/*tpa=http://cee.bjkingkerry.com/homes/images/icon-star.png*/ no-repeat center;
}
.branch-map-data {
  position: absolute;
  box-sizing: border-box;
  width: 430px;
  border: 1px solid #01B7BD;
  box-shadow: 0 0 2px 2px #e9e9e9;
  background-color: #fff;
  padding: 10px 30px;
  z-index: 1;
  display: none;
}
.branch-map-data-title {
  border-bottom: 1px solid #eee;
}
.branch-map-data-title p {
  font-size: 18px;
  color: #333;
  line-height: 28px;
}
.branch-map-data-info {
  max-height: 236px;
  overflow-y: auto;
}
.data-branch {
  border-bottom: 1px dashed #eee;
  padding: 6px 0;
  box-sizing: border-box;
}
.data-branch:last-child {
  border: none;
}
a,
button,
input,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.data-branch .data-name {
  font-size: 14px;
  color: #666;
  line-height: normal;
  margin-bottom: 5px;
}
.data-branch p {
  font-size: 12px;
  color: #999;
  line-height: 20px;
}
.data-branch p {
  font-size: 12px;
  color: #999;
  line-height: 20px;
}
.branch-map-data:before {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: transparent #01B7BD transparent transparent;
}
.branch-map-data:after {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: transparent #fff transparent transparent;
}
.map-dot.cur:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #01B7BD;
  animation: dot 4s infinite;
}
@keyframes dot {
  100% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateX(-50%) scale(1.5);
    opacity: 0.1;
  }
}
.showWrap {
  padding-bottom: 102px;
}
.showWrap .position {
  line-height: 26px;
  font-size: 16px;
  color: #fffefe;
  margin-bottom: 14px;
}
.showWrap .position img {
  vertical-align: top;
  margin-right: 2px;
}
.showWrap .position a {
  color: #fffefe;
}
.showWrap .position a,
.showWrap .position span {
  margin: 0 10px;
}
.show_txt {
  padding: 60px 165px 106px;
}
.show_txt_t {
  font-size: 48px;
  color: #333;
  font-weight: 800;
  text-align: center;
  line-height: 86px;
  width: 750px;
  margin: auto;
}
.show_txt_d {
  width: 400px;
  margin: 46px auto 76px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  text-align: center;
  font-size: 18px;
  color: #999;
  line-height: 30px;
  padding: 17px 0;
}
.show_txt_p {
  line-height: 28px;
  font-size: 16px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
*:hover {
  transition: all ease-in-out 0.2s;
}
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
  display: block;
}
.contain {
  overflow: hidden;
  margin: 0 auto 50px;
  padding: 0 38px 30px;
  background: #fff url(inside_zz.png)/*tpa=http://cee.bjkingkerry.com/homes/images/news/inside_zz.png*/ repeat;
  border: 1px solid #ededed;
  box-shadow: 1px 1px 2px #555;
  min-height: 500px;
}
.contain_line {
  background: url(inside_title_bg.png)/*tpa=http://cee.bjkingkerry.com/homes/images/news/inside_title_bg.png*/ repeat-x;
  height: 6px;
}
.inc_title {
  height: 180px;
}
.pic {
  text-align: center;
  position: relative;
}
.pic img {
  max-width: 100%;
  max-height: 100%;
}
.inc_nav {
  text-align: center;
  margin-bottom: -50px;
  margin-top: -50px;
}
.inc_nav a {
  display: inline-block;
  *display: inherit;
  zoom: 1;
  width: 148px;
  height: 38px;
  line-height: 38px;
  border: 1px rgba(255, 255, 255, 0.1) solid;
  background: #e01f3d;
  text-align: center;
  border-radius: 5px;
  margin: 0 4px 10px;
  font-size: 16px;
  color: #fff;
}
.inc_nav a:hover {
  color: #fff;
  background: #23B684;
  text-decoration: none;
}
.inc_nav a:on {
  color: #fff;
  background: #23B684;
}
.inc_nav a:link {
  text-decoration: none;
}
.inc_nav .linktitle {
  background: #23B684;
}
.location {
  height: 40px;
  border-bottom: 2px solid #c5a36e;
  line-height: 45px;
  background: url(icon_location.png)/*tpa=http://cee.bjkingkerry.com/homes/images/news/icon_location.png*/ no-repeat left center;
  padding-left: 30px;
  font-size: 14px;
}
.block {
  width: 1200px;
  margin: 2% auto;
  position: relative;
}
.main {
  overflow: hidden;
  position: relative;
}
.main ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.main ::-webkit-scrollbar-track {
  border-radius: 0px;
  background: #ccc;
}
.main ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #c5a36e;
}
.main ::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: #c5a36e;
}
.top_news {
  padding: 35px 30px;
  margin-top: 35px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 4px 4px 0px #dddbdc;
  position: relative;
}
.top_news a.prev {
  z-index: 9;
  display: inline-block;
  width: 15px;
  height: 40px;
  background: url(inc_news_prev.png)/*tpa=http://cee.bjkingkerry.com/homes/images/news/inc_news_prev.png*/ no-repeat center;
  position: absolute;
  right: 40px;
  bottom: 0px;
}
.top_news a.next {
  z-index: 9;
  display: inline-block;
  width: 15px;
  height: 40px;
  background: url(inc_news_next.png)/*tpa=http://cee.bjkingkerry.com/homes/images/news/inc_news_next.png*/ no-repeat center;
  position: absolute;
  right: 20px;
  bottom: 0px;
}
.top_news_l {
  float: left;
  width: 470px;
  height: 295px;
  position: relative;
}
.top_news_l li {
  width: 100%;
  height: 295px;
  position: relative;
}
.top_news_l img {
  width: 100%;
  height: 100%;
}
.top_news_l p {
  font-size: 16px;
  width: 100%;
  z-index: 1;
  line-height: 40px;
  color: #fff;
  text-indent: 20px;
  background: url(zz_yel.png)/*tpa=http://cee.bjkingkerry.com/homes/images/news/zz_yel.png*/ repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
.top_news_r {
  float: right;
  width: 565px;
  position: relative;
}
.top_news_r li {
  width: 100%;
}
.top_news_r .tit {
  font-size: 24px;
  color: #0f1b54;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top_news_r .date {
  font-size: 14px;
  color: #333333;
  line-height: 18px;
  border-bottom: 4px solid #c6c6c6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.top_news_r .desc {
  font-size: 14px;
  color: #000000;
  line-height: 28px;
  height: 168px;
  overflow: hidden;
}
.top_news_r .more {
  text-align: right;
}
.top_news_r .more a {
  width: 90px;
  height: 26px;
  margin: 10px 0;
  text-align: center;
  display: inline-block;
  line-height: 26px;
  color: #fff;
  font-size: 14px;
  background: #0a1a53;
}
.top_news_r .more:hover a {
  background: #c5a36e;
}
.top_news:hover {
  box-shadow: 4px 4px 0px #c5a36e;
}
.newslist {
  padding: 18px 30px;
  margin-top: 35px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 4px 4px 0px #dddbdc;
  position: relative;
}
.newslist .date {
  float: left;
  height: 185px;
  width: 70px;
  text-align: center;
  color: #888888;
  display: table-cell;
  vertical-align: middle;
}
.newslist .date b {
  font-size: 56px;
  display: block;
}
.newslist .date span {
  font-size: 16px;
  display: block;
}
.newslist .con {
  width: 625px;
  float: left;
  margin: 0 0 0 20px;
}
.newslist .tit {
  font-size: 22px;
  color: #0f1b54;
  border-bottom: 1px dashed #888;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.newslist .desc {
  line-height: 28px;
  overflow: hidden;
  height: 56px;
  font-size: 14px;
  color: #000000;
}
.newslist .more a {
  width: 90px;
  height: 26px;
  margin: 10px 0;
  text-align: center;
  display: inline-block;
  line-height: 26px;
  color: #fff;
  font-size: 14px;
  background: #0a1a53;
  text-decoration: none;
}
.newslist .pic {
  width: 330px;
  height: 185px;
  float: right;
}
.newslist:hover {
  box-shadow: 4px 4px 0px #c5a36e;
  color: #c5a36e;
}
.newslist:hover .date {
  color: #c5a36e;
}
.newslist:hover .con {
  color: #c5a36e;
}
.newslist:hover .tit {
  color: #c5a36e;
  border-color: #c5a36e;
}
.newslist:hover .desc {
  color: #c5a36e;
}
.newslist:hover .more a {
  background: #e01f3d;
  text-decoration: none;
}
.fpage {
  width: 100%;
  text-align: center;
  font-size: 13px;
  margin: 20px auto;
}
.fpage font {
  height: 25px;
  display: block;
  color: #fff;
  font-size: 15px;
  background: #d8b886;
}
.fpage a {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  margin-left: 2px;
  display: inline-block;
  display: -moz-inline-stack;
  *display: inline;
  *zoom: 1;
}
.fpage a:hover {
  color: #d8b886;
}
#dis_news {
  width: 700px;
  margin: 20px auto;
  overflow: hidden;
  position: relative;
}
#dis_news .dis_page {
  border-top: 1px solid #e0e0e0;
  padding-top: 13px;
  line-height: 28px;
}
#dis_news .d_prev {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#dis_news .d_next {
  text-align: left;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#dis_news .dnews_title {
  font-size: 20px;
  font-weight: bold;
  _height: 30px;
  min-height: 30px;
  line-height: 30px;
  text-align: center;
  color: #000;
}
#dis_news .dnews_line {
  text-align: center;
  _height: 25px;
  line-height: 25px;
  border-top: 1px solid #e0e0e0;
}
#dis_news .dnews_content {
  padding: 5px;
  _height: 200px;
  min-height: 200px;
  line-height: 23px;
}
.new_print {
  text-align: center;
}
.new_print a {
  color: #676767;
  margin: 10px 0;
}
@media screen and (max-width: 769px) {
  #dis_news {
    padding: 10px;
  }
}
.content-two {
  border: 1px #EBEBEB solid;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 20px;
  background: #F0F0F0;
}
.content-two span {
  color: #0a0a0a;
}
.content-one {
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-weight: normal;
  letter-spacing: normal;
  orphans: 2;
  text-indent: 0px;
  text-transform: none;
  white-space: normal;
  word-spacing: 0px;
  -webkit-text-stroke-width: 0px;
  background-color: #ffffff;
  text-decoration-style: initial;
  text-decoration-color: initial;
  margin: 0px;
  padding: 0px;
  max-width: 100%;
  box-sizing: border-box;
  color: #3e3e3e;
  font-size: 16px;
  line-height: 25.6px;
  text-align: start;
  widows: 1;
  word-wrap: break-word !important;
}
.content-one p {
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  max-width: 100%;
  text-align: justify;
  box-sizing: border-box;
  clear: both;
  min-height: 1em;
  word-wrap: break-word !important;
}
.content-one img {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btl {
  float: left;
  width: 150px;
  background: #c5a36e;
  height: 180px;
  border-radius: 8px;
  padding: 20px;
  overflow: hidden;
}
.btl li {
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  margin-bottom: 12px;
  display: block;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #f6f6f6;
  padding: 4px 12px 4px 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btl li a {
  color: #000;
}
.btl li a:link {
  text-decoration: none;
}
.btl li a:visited {
  text-decoration: none;
}
.btl li a:hover {
  text-decoration: none;
}
.btl li:hover {
  background: #727272;
  box-shadow: 0 0 10px #ccc;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btl li:hover a {
  color: wheat;
}
#conts .img-responsive {
  height: 260px;
}
#conts .yctd {
  margin-top: 30px;
}
#conts .tab_details {
  margin: 0;
  width: 100%;
  display: none;
  position: relative;
}
#conts .tab {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  width: 310px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#conts .tab li {
  height: 42px;
  width: 130px;
  line-height: 42px;
  cursor: pointer;
  font-family: '微软雅黑';
  font-size: 16px;
  float: left;
  border-radius: 50px;
  text-align: center;
  margin-right: 50px;
  border: 1px solid #e35b5b;
  transition: all 0.4s ease;
}
#conts .tab li a {
  text-decoration: none;
  color: #e35b5b;
  padding: 0;
}
#conts .tab li.last {
  margin-right: 0;
}
#conts .tab li.cur {
  background: #e35b5b;
}
#conts .on {
  display: block;
  margin-bottom: 5%;
}
#conts .tab li .cur a {
  color: #fff !important;
  text-decoration: none;
}
#conts .tab_nav {
  position: relative;
  height: 50px;
  padding: 70px 0 90px 0;
}
#conts .box .col-sm-7 {
  color: #474646;
}
#conts .box .col-sm-7 h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: -20px;
}
#conts .box .col-sm-7 p {
  margin-bottom: 15px;
  font-size: 14px;
  padding-top: 5px;
  line-height: 26px;
}
#conts .box .all_box {
  height: 184px;
  position: relative;
  margin-top: 60px;
  background-size: cover;
}
#conts .box .all_box .icon_box {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -50px;
  line-height: 100px;
  font-size: 40px;
  color: #fff;
}
#conts .box .all_box .text_box {
  padding-top: 70px;
}
#conts .box .all_box .text_box p {
  color: #fff;
  margin: 0;
  text-align: justify;
  padding: 0 15px;
  line-height: 26px;
}
#conts .box .title_box {
  height: 50px;
  background: #e35b5b;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
}
#conts .box .col-sm-3.col-xs-6 {
  padding: 0px;
  padding-right: 15px;
}
#conts .box .col-sm-3.col-xs-6.last {
  padding-right: 0px;
}
#conts [class^='imghvr-'],
#conts [class*=' imghvr-'] {
  position: relative;
  display: inline-block;
  margin: 0px;
  max-width: 100%;
  background-color: #e35b5b;
  color: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#conts [class^='imghvr-'] > img,
#conts [class*=' imghvr-'] > img {
  vertical-align: top;
  max-width: 100%;
  height: 300px;
}
#conts [class^='imghvr-'] figcaption,
#conts [class*=' imghvr-'] figcaption {
  background-color: inherit;
  padding: 30px 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
#conts [class^='imghvr-'] h3,
#conts [class*=' imghvr-'] h3,
#conts [class^='imghvr-'] p,
#conts [class*=' imghvr-'] p {
  margin: 0;
  padding: 0;
  color: #fff;
}
#conts [class^='imghvr-'],
#conts [class*=' imghvr-'],
#conts [class^='imghvr-']:before,
#conts [class^='imghvr-']:after,
#conts [class*=' imghvr-']:before,
#conts [class*=' imghvr-']:after,
#conts [class^='imghvr-'] *,
#conts [class*=' imghvr-'] *,
#conts [class^='imghvr-'] *:before,
#conts [class^='imghvr-'] *:after,
#conts [class*=' imghvr-'] *:before,
#conts [class*=' imghvr-'] *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#conts [class^='imghvr-flip-'],
#conts [class*=' imghvr-flip-'] {
  -webkit-perspective: 50em;
  perspective: 50em;
}
#conts [class^='imghvr-flip-'] img,
#conts [class*=' imghvr-flip-'] img {
  backface-visibility: hidden;
}
#conts [class^='imghvr-flip-'] figcaption,
#conts [class*=' imghvr-flip-'] figcaption {
  opacity: 0;
}
#conts [class^='imghvr-flip-']:hover > img,
#conts [class*=' imghvr-flip-']:hover > img {
  opacity: 0;
}
#conts [class^='imghvr-flip-']:hover figcaption,
#conts [class*=' imghvr-flip-']:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
#conts .imghvr-flip-diag-2 figcaption {
  -webkit-transform: rotate3d(1, 1, 0, 100deg);
  transform: rotate3d(1, 1, 0, 100deg);
}
#conts .imghvr-flip-diag-2:hover > img {
  -webkit-transform: rotate3d(-1, -1, 0, 100deg);
  transform: rotate3d(-1, -1, 0, 100deg);
}
#conts .imghvr-flip-diag-2:hover figcaption {
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
}
#conts .imghvr-flip-diag-2 i {
  font-size: 40px;
}
#conts .imghvr-flip-diag-2 h3 {
  font-size: 20px;
  margin-top: 5px;
}
#conts .imghvr-flip-diag-2 p {
  font-size: 15px;
  line-height: 26px;
}
#conts .imghvr-flip-diag-2 figcaption div {
  margin-top: 20px;
}
#conts .section-ptb-160 {
  padding: 160px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #conts .section-ptb-160 {
    padding: 110px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #conts .section-ptb-160 {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  #conts .section-ptb-160 {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 479px) {
  #conts .section-ptb-160 {
    padding: 60px 0;
  }
}
#conts .mt--30 {
  margin-top: 30px;
}
#conts [data-overlay],
#conts [data-secondary-overlay],
#conts [data-black-overlay],
#conts [data-white-overlay] {
  position: relative;
}
#conts [data-overlay] > div,
#conts [data-overlay] > *,
#conts [data-secondary-overlay] > div,
#conts [data-secondary-overlay] > *,
#conts [data-black-overlay] > div,
#conts [data-black-overlay] > *,
#conts [data-white-overlay] > div,
#conts [data-white-overlay] > * {
  position: relative;
  z-index: 2;
}
#conts [data-overlay]:before,
#conts [data-secondary-overlay]:before,
#conts [data-black-overlay]:before,
#conts [data-white-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
#conts [data-black-overlay]:before {
  background-color: #000000;
}
#conts [data-overlay="6"]:before,
#conts [data-secondary-overlay="6"]:before,
#conts [data-black-overlay="6"]:before,
#conts [data-white-overlay="6"]:before {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
#conts .section-title {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
#conts .section-title h4 {
  color: #ff5951;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: -5px;
  margin-bottom: 10px;
  font-size: 22px;
}
#conts .section-title .text-white {
  font-size: 44px;
}
#conts .section-title:after {
  content: url("title-01.png")/*tpa=http://cee.bjkingkerry.com/homes/images/icon/title-01.png*/;
}
#conts .should-bg {
  background: url("01.jpg")/*tpa=http://cee.bjkingkerry.com/homes/images/01.jpg*/;
  background-size: cover;
}
#conts .single-choose-service {
  padding: 0 30px;
}
#conts .single-choose-service .service-content {
  margin-top: 30px;
}
#conts .single-choose-service .service-content h4 {
  color: #ffffff;
  font-weight: 600;
}
#conts .single-choose-service .service-content p {
  color: #ffffff;
  font-size: 14px;
  margin-top: 10px;
}
#conts .demo {
  background: #000;
}
#conts .demo .index_titlebox h3,
#conts .demo .index_titlebox p {
  color: white;
  position: relative;
}
#conts .demo .main-timeline {
  position: relative;
  margin-bottom: 50px;
}
#conts .demo .main-timeline:before,
#conts .demo .main-timeline:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
#conts .demo .main-timeline:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #302124;
  position: absolute;
  top: 0;
  left: 50%;
}
#conts .demo .main-timeline .timeline {
  width: 50%;
  float: left;
  position: relative;
  z-index: 1;
}
#conts .demo .main-timeline .timeline:before,
#conts .demo .main-timeline .timeline:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
#conts .demo .main-timeline .timeline:first-child:before,
#conts .demo .main-timeline .timeline:last-child:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #cca872;
  position: absolute;
  top: 0;
  right: -14px;
  z-index: 1;
}
#conts .demo .main-timeline .timeline:last-child:before {
  top: auto;
  bottom: 0;
}
#conts .demo .main-timeline .timeline:last-child:nth-child(even):before {
  right: auto;
  left: -12px;
  bottom: -2px;
}
#conts .demo .main-timeline .timeline-content {
  text-align: center;
  margin-top: 8px;
  position: relative;
  transition: all 0.3s ease 0s;
}
#conts .demo .main-timeline .timeline-content:before {
  content: "";
  width: 100%;
  height: 5px;
  background: #cca872;
  position: absolute;
  top: 88px;
  left: 0;
  z-index: -1;
}
#conts .demo .main-timeline .circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #000;
  border: 8px solid #cca872;
  float: left;
  margin-right: 25px;
  position: relative;
}
#conts .demo .main-timeline .circle:before {
  content: "";
  width: 26px;
  height: 30px;
  background: #cca872;
  margin: auto;
  position: absolute;
  top: 0;
  right: -33px;
  bottom: 0;
  z-index: -1;
  box-shadow: inset 7px 0 9px -7px #444;
}
#conts .demo .main-timeline .circle span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  line-height: 160px;
  border: 3px solid #adabab;
  font-size: 80px;
  color: #454344;
}
#conts .demo .main-timeline .circle span:before,
#conts .demo .main-timeline .circle span:after {
  content: "";
  width: 28px;
  height: 50px;
  background: #000;
  border-radius: 0 0 0 21px;
  margin: auto;
  position: absolute;
  top: -54px;
  right: -33px;
  bottom: 0;
  z-index: -1;
}
#conts .demo .main-timeline .circle span:after {
  border-radius: 21px 0 0 0;
  top: 0;
  bottom: -56px;
}
#conts .demo .main-timeline .content {
  display: table;
  padding-right: 40px;
  position: relative;
}
#conts .demo .main-timeline .year {
  display: block;
  padding: 10px;
  margin: 10px 0 50px 0;
  background: #cca872;
  border-radius: 7px;
  font-size: 25px;
  color: #fff;
}
#conts .demo .main-timeline .title {
  font-size: 25px;
  font-weight: bold;
  color: #cca872;
  margin-top: 0;
}
#conts .demo .main-timeline .description {
  font-size: 14px;
  color: #a6a6a6;
  text-align: justify;
}
#conts .demo .main-timeline .icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #cca872;
  position: absolute;
  top: 78px;
  right: -14px;
}
#conts .demo .main-timeline .icon:before {
  content: "";
  width: 15px;
  height: 25px;
  background: #cca872;
  margin: auto;
  position: absolute;
  top: -1px;
  left: -15px;
  bottom: 0;
  z-index: -1;
}
#conts .demo .main-timeline .icon span:before,
#conts .demo .main-timeline .icon span:after {
  content: "";
  width: 21px;
  height: 25px;
  background: #000;
  border-radius: 0 0 21px 0;
  margin: auto;
  position: absolute;
  top: -30px;
  left: -15px;
  bottom: 0;
  z-index: -1;
}
#conts .demo .main-timeline .icon span:after {
  border-radius: 0 21px 0 0;
  top: 0;
  left: -15px;
  bottom: -30px;
}
#conts .demo .main-timeline .timeline:nth-child(2n) .timeline-content,
#conts .demo .main-timeline .timeline:nth-child(2n) .circle {
  float: right;
}
#conts .demo .main-timeline .timeline:nth-child(2n) .circle {
  margin: 0 0 0 25px;
}
#conts .demo .main-timeline .timeline:nth-child(2n) .circle:before {
  right: auto;
  left: -33px;
  box-shadow: -7px 0 9px -7px #444 inset;
}
#conts .demo .main-timeline .timeline:nth-child(2n) .circle span:before,
#conts .demo .main-timeline .timeline:nth-child(2n) .circle span:after {
  right: auto;
  left: -33px;
  border-radius: 0 0 21px 0;
}
#conts .demo .main-timeline .timeline:nth-child(2n) .circle span:after {
  border-radius: 0 21px 0 0;
}
#conts .demo .main-timeline .timeline:nth-child(2n) .content {
  padding: 0 0 0 40px;
  margin-left: 2px;
}
#conts .demo .main-timeline .timeline:nth-child(2n) .icon {
  right: auto;
  left: -14px;
}
#conts .demo .main-timeline .timeline:nth-child(2n) .icon:before,
#conts .demo .main-timeline .timeline:nth-child(2n) .icon span:before,
#conts .demo .main-timeline .timeline:nth-child(2n) .icon span:after {
  left: auto;
  right: -15px;
}
#conts .demo .main-timeline .timeline:nth-child(2n) .icon span:before {
  border-radius: 0 0 0 21px;
}
#conts .demo .main-timeline .timeline:nth-child(2n) .icon span:after {
  border-radius: 21px 0 0 0;
}
#conts .demo .main-timeline .timeline:nth-child(2) {
  margin-top: 180px;
}
#conts .demo .main-timeline .timeline:nth-child(odd) {
  margin: -175px 0 0 0;
}
#conts .demo .main-timeline .timeline:nth-child(even) {
  margin-bottom: 80px;
}
#conts .demo .main-timeline .timeline:first-child,
#conts .demo .main-timeline .timeline:last-child:nth-child(even) {
  margin: 0;
}
@media only screen and (max-width: 990px) {
  #conts .demo .main-timeline:before {
    left: 100%;
  }
  #conts .demo .main-timeline .timeline {
    width: 100%;
    float: none;
    margin-bottom: 20px !important;
  }
  #conts .demo .main-timeline .timeline:first-child:before,
  #conts .demo .main-timeline .timeline:last-child:before {
    left: auto !important;
    right: -13px !important;
  }
  #conts .demo .main-timeline .timeline:nth-child(2n) .circle {
    float: left;
    margin: 0 25px 0 0;
  }
  #conts .demo .main-timeline .timeline:nth-child(2n) .circle:before {
    right: -33px;
    left: auto;
    box-shadow: 7px 0 9px -7px #444 inset;
  }
  #conts .demo .main-timeline .timeline:nth-child(2n) .circle span:before,
  #conts .demo .main-timeline .timeline:nth-child(2n) .circle span:after {
    right: -33px;
    left: auto;
    border-radius: 0 0 0 21px;
  }
  #conts .demo .main-timeline .timeline:nth-child(2n) .circle span:after {
    border-radius: 21px 0 0 0;
  }
  #conts .demo .main-timeline .timeline:nth-child(2n) .content {
    padding: 0 40px 0 0;
    margin-left: 0;
  }
  #conts .demo .main-timeline .timeline:nth-child(2n) .icon {
    right: -14px;
    left: auto;
  }
  #conts .demo .main-timeline .timeline:nth-child(2n) .icon:before,
  #conts .demo .main-timeline .timeline:nth-child(2n) .icon span:before,
  #conts .demo .main-timeline .timeline:nth-child(2n) .icon span:after {
    left: -15px;
    right: auto;
  }
  #conts .demo .main-timeline .timeline:nth-child(2n) .icon span:before {
    border-radius: 0 0 21px 0;
  }
  #conts .demo .main-timeline .timeline:nth-child(2n) .icon span:after {
    border-radius: 0 21px 0 0;
  }
  #conts .demo .main-timeline .timeline:nth-child(2),
  #conts .demo .main-timeline .timeline:nth-child(odd),
  #conts .demo .main-timeline .timeline:nth-child(even) {
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  #conts .demo .main-timeline:before {
    left: 0;
  }
  #conts .demo .main-timeline .timeline:first-child:before,
  #conts .demo .main-timeline .timeline:last-child:before {
    left: -12px !important;
    right: auto !important;
  }
  #conts .demo .main-timeline .circle,
  #conts .demo .main-timeline .timeline:nth-child(2n) .circle {
    width: 130px;
    height: 130px;
    float: none;
    margin: 0 auto;
  }
  #conts .demo .main-timeline .timeline-content:before {
    width: 99.5%;
    top: 68px;
    left: 0.5%;
  }
  #conts .demo .main-timeline .circle span {
    line-height: 115px;
    font-size: 60px;
  }
  #conts .demo .main-timeline .circle:before,
  #conts .demo .main-timeline .circle span:before,
  #conts .demo .main-timeline .circle span:after,
  #conts .demo .main-timeline .icon {
    display: none;
  }
  #conts .demo .main-timeline .content,
  #conts .demo .main-timeline .timeline:nth-child(2n) .content {
    padding: 0 10px;
  }
  #conts .demo .main-timeline .year {
    margin-bottom: 15px;
  }
  #conts .demo .main-timeline .description {
    text-align: center;
  }
}
#conts .case {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 50px;
}
#conts .case ul {
  width: 1300px;
  margin-top: 40px;
}
#conts .case ul li {
  float: left;
  width: 290px;
  margin-right: 13px;
  height: 275px;
  position: relative;
  margin-bottom: 13px;
}
#conts .case ul li img {
  width: 100%;
  height: 100%;
}
#conts .case ul li span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.41);
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #FFF;
  font-size: 5px;
}
.aui-data-bg {
  background: url("bg-data.jpg")/*tpa=http://cee.bjkingkerry.com/homes/images/jie/bg-data.jpg*/;
  background-size: cover;
}
.aui-data-bg .aui-content {
  margin: 0 auto;
  padding: 80px 0;
  box-sizing: border-box;
}
.aui-data-bg .aui-content .aui-content-region {
  width: 450px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.aui-data-bg .aui-content .aui-content-region h2 {
  padding: 5px 0;
  margin: 0;
  font-weight: 500;
  font-size: 25px;
  color: #fff;
  letter-spacing: 2px;
}
.aui-data-bg .aui-content .aui-content-region .aui-icon-left {
  background: url("icon-left-top.png")/*tpa=http://cee.bjkingkerry.com/homes/images/jie/icon-left-top.png*/ no-repeat;
  width: 19px;
  height: 32px;
  display: block;
  position: absolute;
  top: -9px;
  left: -14px;
}
.aui-data-bg .aui-content .aui-content-region .aui-icon-right {
  background: url("icon-right-bottom.png")/*tpa=http://cee.bjkingkerry.com/homes/images/jie/icon-right-bottom.png*/ no-repeat;
  width: 19px;
  height: 32px;
  display: block;
  position: absolute;
  right: -12px;
  bottom: -8px;
}
/*****头部导航图片结束*****/
/*****增值服务*****/
.inc-box {
  background-color: #f9f9f9;
}
.inc-box .main-content {
  border: 1px #858585 solid;
}
.inc-box .intro {
  padding: 5.6285em 0;
}
.inc-box .intro .intro-description {
  padding-left: 40px;
}
.inc-box .intro .intro-description h2 {
  color: #000000;
  font-size: 30px;
  margin-top: 0px;
  text-transform: uppercase;
}
.inc-box .intro .intro-description p {
  color: #969595;
  font-size: 14px;
  padding: 2px 60px 5px 0px;
  height: 87px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.inc-box .intro .intro-description .points {
  padding: 0px;
}
.inc-box .intro .intro-description .points li {
  color: #2E2E2E;
  margin-bottom: 10px;
}
.inc-box .intro .intro-description .points li span {
  margin-right: 10px;
}
.inc-box .intro .intro-description .btn {
  margin-top: 20px;
}
/*****增值服务结束*****/
/*****招兵买马*****/
#aui-web {
  background-attachment: fixed;
  background-image: url(zp.jpg)/*tpa=http://cee.bjkingkerry.com/homes/images/zp.jpg*/;
  background-size: 100% 100%;
}
#aui-web .container {
  font-family: 微软雅黑;
  padding: 30px;
  overflow: hidden;
  background: #fff;
  width: 1170px;
}
#aui-web .container .menu {
  width: 240px;
  float: left;
  border-right: 1px solid #aaa;
}
#aui-web .container .menu h3 {
  cursor: pointer;
  font-family: '华文新魏';
  font-size: 25px;
}
#aui-web .container .menu ul {
  display: none;
  text-align: center;
}
#aui-web .container .menu ul li {
  height: 28px;
  line-height: 28px;
}
#aui-web .container .menu ul li a:hover {
  background: #9FB6CD;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  color: #fff;
}
#aui-web ul {
  list-style: none;
}
#aui-web a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  display: block;
  width: 180px;
  height: 26px;
  padding-left: 10px;
}
#aui-web .container .menu .selected {
  background: #000;
  border-radius: 14px;
  color: #fff;
}
#aui-web .container .content {
  margin-top: 15px;
  width: 800px;
  margin-left: 280px;
}
#aui-web .container .content .menut .tab {
  display: none;
}
#aui-web .container .content .menut .tab td {
  width: 160px;
  height: 30px;
}
#aui-web .container .content .menut .active {
  display: block;
}
#aui-web .container .content .menut .tab p {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  word-break: break-all;
}
#aui-web .user_mesg {
  width: 1170px;
  height: 251px;
  margin: 0 auto;
  background-color: #fff;
  border-top: 1px solid #aaa;
}
#aui-web .user_mesg input,
#aui-web .user_mesg select,
#aui-web .user_mesg textarea {
  border: 1px solid #ccc;
  color: #666;
}
#aui-web .user_mesg #msgform {
  margin-top: 3%;
  margin-left: 12%;
}
#aui-web .user_mesg .star {
  color: #dd2218;
  display: inline-block;
  padding: 0 5px;
  vertical-align: middle;
}
#aui-web .user_mesg .star1 {
  color: #FFF;
  display: inline-block;
  padding: 0 5px;
  vertical-align: middle;
}
#aui-web .user_mesg #zuomian {
  float: left;
}
#aui-web .user_mesg .quick_liuyan_con {
  overflow: hidden;
}
#aui-web .user_mesg .quick_liuyan_con p {
  margin-bottom: 10px;
}
#aui-web .user_mesg .texts {
  float: right;
  margin-left: 20px;
}
#aui-web .user_mesg .item-right input {
  padding: 5px 2px;
  float: right;
}
#aui-web .user_mesg .items {
  width: 780px;
  margin: 0 auto;
}
#aui-web .user_mesg .btn-mesSubmit {
  float: left;
  line-height: 36px;
  background-color: #e01f3d;
  border-top: 1px solid #e01f3d;
  color: #fff;
  width: 120px;
  float: right;
  border-radius: 8px;
}
#aui-web .user_mesg .btn-mesSubmit:hover {
  background-color: #23B684;
  border-top: 1px solid #23B684;
  border-radius: 8px;
}
#aui-web .user_mesg textarea {
  font: 14px "Microsoft Yahei";
  padding: 5px;
  color: #666;
  resize: none;
  height: 138px;
  width: 365px;
  border-radius: 5px;
  background-color: #faf8f9;
}
#aui-web .user_mesg .item {
  margin-bottom: 16px;
  _height: 31px;
  text-align: left;
  width: 400px;
}
#aui-web .user_mesg .item span {
  display: block;
  float: left;
  width: 152px;
  margin-right: 10px;
  text-align: right;
  line-height: 30px;
  font-size: 16px;
  color: #333333;
}
#aui-web .user_mesg .item:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#aui-web .user_mesg .item input[type="text"] {
  padding: 5px;
  width: 202px;
  font-size: 14px;
  border-radius: 5px;
  background-color: #faf8f9;
}
#aui-web .user_mesg .item select {
  padding: 5px;
  width: 202px;
  font-size: 14px;
  border-radius: 5px;
  background-color: #faf8f9;
  float: right;
}
#aui-web .user_mesg .item input[type="text"]:focus {
  outline: 1px solid #fa6104;
  border-color: #fa6104;
}
#aui-web .user_mesg .item textarea:focus {
  outline: 1px solid #fa6104;
  border-color: #fa6104;
}
#aui-web .user_mesg .item input:disabled,
#aui-web .user_mesg .item textarea:disabled,
#aui-web .user_mesg .item select:disabled {
  background: #eee;
}
/*****招兵买马结束*****/
/*****分公司页面开始*****/
.mains {
  /* 展品公司 */
  /*分公司板块*/
}
.mains .do_well {
  background-color: #000;
  height: 420px;
}
.mains .do_well .hidden-xs {
  margin-top: 25px;
}
.mains .do_well .he_3DFlipY {
  display: block;
  height: 360px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: 0;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-perspective: 1700px;
  -moz-perspective: 1700px;
  perspective: 1700px;
  -webkit-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}
.mains .do_well .he_3DFlipY_inner {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.mains .do_well .he_3DFlipY_inner > div.he_3DFlipY_img {
  background: url(index_2.png)/*tpa=http://cee.bjkingkerry.com/homes/images/fgs/index_2.png*/ no-repeat center;
  width: 100%;
  height: 360px;
  backface-visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding-top: 100px;
}
.mains .do_well .he_3DFlipY_inner p {
  padding-top: 30px;
  line-height: 24px;
  font-size: 15px;
}
.mains .do_well .he_3DFlipY_inner p.p2 {
  line-height: 33px;
}
.mains .do_well .he_3DFlipY_inner > div.he_3DFlipY_img p,
.mains .do_well .he_3DFlipY_inner > div.he_3DFlipY_img i {
  color: #8f8f8f;
}
.mains .do_well .he_3DFlipY_inner i {
  font-size: 32px;
  margin: 0 10px;
}
.mains .do_well .he_3DFlipY_inner:hover > div.he_3DFlipY_img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.mains .do_well .he_3DFlipY_inner > div span {
  position: relative;
}
.mains .do_well .he_3DFlipY_inner > div span img {
  max-width: 58%;
  padding: 0;
  margin: 0;
  display: block;
  margin: 0 auto;
}
.mains .do_well .he_3DFlipY_inner > div span .wz {
  position: absolute;
  padding: 0;
  margin: 45px -30px;
  z-index: 999;
  color: rgba(255, 255, 255, 0.5);
  font-size: 60px;
}
.mains .do_well .he_3DFlipY_caption {
  position: absolute;
  top: 0;
  left: 0;
  background: url(index_1.png)/*tpa=http://cee.bjkingkerry.com/homes/images/fgs/index_1.png*/ no-repeat center;
  color: #fff;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  text-align: center;
  backface-visibility: hidden;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding-top: 100px;
}
.mains .do_well .he_3DFlipY_inner:hover .he_3DFlipY_caption {
  opacity: 1;
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  transform: rotateY(0);
}
.mains .do_well .he_3DFlipY_caption p {
  font-size: 15px;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 48%;
  margin: 0;
  padding: 0;
  color: #fff;
}
.mains .do-well {
  background-color: #fff;
}
.mains .do-well .box .col-sm-4 {
  margin-bottom: 30px;
}
.mains .do-well .box .col-sm-4 a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
.mains .do-well .box .col-sm-4 a:hover {
  transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -webkit-box-shadow: 0px 5px 20px #a0a0a0;
  -moz-box-shadow: 0px 5px 20px #a0a0a0;
  box-shadow: 0px 5px 20px #a0a0a0;
}
.mains .do-well .box .col-sm-4 .text_box {
  background: #666;
  padding: 10px 15px;
  text-align: center;
  height: 120px;
}
.mains .do-well .box .col-sm-4 .text_box h4 {
  font-size: 17px;
  font-weight: bold;
  margin: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.mains .do-well .box .col-sm-4 .text_box p {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.mains .do-well .box .col-sm-4 .img_box {
  overflow: hidden;
}
.mains .do-well .box .col-sm-4 .img_box img {
  height: 197px;
  width: 350px;
  transition: 0.3s all linear 0s;
}
.mains .do-well .box .col-sm-4:hover img {
  transform: scale(1.1);
}
.mains .enterprise .about {
  background-color: #fff;
}
.mains .enterprise .about .index_titlebox h3,
.mains .enterprise .about .index_titlebox p {
  color: #000;
}
.mains .enterprise .p1 {
  color: #3B3B3B;
}
.mains #services {
  padding: 50px;
  background: #F6CC07;
}
.mains #services .index_titlebox .index_intro {
  margin: 10px 0 0 0;
  font-size: 18px;
}
.mains #services .media.service-box:first-child {
  margin-top: 80px;
}
.mains #services .service-box {
  margin: 25px 0 36px;
  padding: 20px;
  padding-left: 86px;
  position: relative;
  color: #000000;
}
.mains #services .service-box .media-body {
  width: 260px;
}
.mains #services .service-box .media-body h4 {
  width: 260px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mains #services .service-box .media-body p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.mains #services .media.service-box .pull-left {
  margin-right: 20px;
}
.mains #services .media.service-box .pull-left > i {
  font-size: 35px;
  line-height: 53px;
  text-align: center;
  width: 79px;
  color: #085C98;
  transition: background-color 400ms, background-color 400ms;
  position: absolute;
  padding: 14px;
  left: -13px;
  top: -1px;
  vertical-align: middle;
  bottom: -1px;
}
.mains #services .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 24px;
}
.mains #services .media.service-box .pull-left > i {
  color: rgba(255, 255, 255, 0.68);
  font-size: 64px;
  margin-top: 10px;
  overflow: hidden;
}
.mains #ztnr {
  background-color: #F7F8FC;
}
.mains #ztnr .mb-20 {
  margin-bottom: 20px;
}
.mains #ztnr h2 {
  font-size: 32px;
  font-weight: 800;
  margin-top: 0;
  font-family: 'Raleway', sans-serif;
  color: #0c1f38;
  text-transform: capitalize;
}
.mains #ztnr h2 span {
  color: #daa106;
}
.mains #ztnr .padding {
  padding-top: 60px;
  padding-bottom: 120px;
}
.mains #ztnr .card-features {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 30px 30px 15px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(5, 16, 44, 0.15);
  box-shadow: 0 10px 30px 0 rgba(5, 16, 44, 0.15);
}
.mains #ztnr .card-features h3 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mains #ztnr .card-features img {
  margin: 0 auto;
  width: 108px;
  margin-bottom: 15px;
}
.mains #ztnr .card-features p {
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #6c757d;
}
.mains #ztnr .lib {
  padding-top: 5%;
}
.mains #ztnr .b-line {
  position: relative;
  width: 60px;
  height: 3px;
  background: #0c1f38;
  display: block;
  margin: 0 auto;
}
.mains #features {
  padding: 50px 0;
  background: #f6f6f6;
}
.mains #features .section-title {
  margin-bottom: 70px;
}
.mains #features .row {
  margin-top: 10%;
}
.mains #features .row h3 {
  font-size: 20px;
  font-weight: 300;
  color: #333;
  margin-top: 20%;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mains #features .row p {
  font-size: 15px;
  color: #777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.mains #features i.fa {
  font-size: 38px;
  color: #fff;
  padding: 30px 30px;
  border-radius: 50%;
  background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
/*****分公司页面结束*****/
/*****视频播放页开始*****/
.window-box {
  width: 100%;
  height: 800px;
  overflow: hidden;
  position: relative;
  z-index: 1198;
}
.window-cut,
.side-content.show .side-html {
  width: 100%;
  height: 100%;
  will-change: transform;
  transition-timing-function: cubic-bezier(1, 0, 0.5, 1) !important;
  -moz-transition-timing-function: cubic-bezier(1, 0, 0.5, 1) !important;
  -ms-transition-timing-function: cubic-bezier(1, 0, 0.5, 1) !important;
  -o-transition-timing-function: cubic-bezier(1, 0, 0.5, 1) !important;
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0.5, 1) !important;
}
.window-bin {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-position: top center;
  background-size: cover;
  transition: visibility 0s 0.5s;
  -moz-transition: visibility 0s 0.5s;
  -ms-transition: visibility 0s 0.5s;
  -o-transition: visibility 0s 0.5s;
  -webkit-transition: visibility 0s 0.5s;
}
.window-bin.swiper-slide-active {
  transition: visibility 0s;
  -moz-transition: visibility 0s;
  -ms-transition: visibility 0s;
  -o-transition: visibility 0s;
  -webkit-transition: visibility 0s;
}
.window-bin:not(.foot) {
  display: -ms-flexbox;
  -ms-flex-align: center;
  display: -moz-box;
  -moz-box-align: center;
  display: -webkit-box;
  -webkit-box-align: center;
  display: box;
  box-align: center;
}
.window-bin.foot {
  height: auto!important;
}
.window-bin .container {
  position: relative;
  position: absolute\9!important;
  left: 50%\9!important;
  top: 50%\9;
  -ms-transform: translate(-50%, -50%) \9 !important;
  transform: translate(0, 0) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .window-bin .container {
    -ms-transform: translate(0, 0) !important;
  }
}
.window-bin .container:before {
  position: absolute;
  left: -35px;
  right: -35px;
  top: -35px;
  bottom: -35px;
  z-index: 1;
  display: block;
  content: '';
  background: rgba(0, 0, 0, 0.45);
}
.window-bin .container .row {
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .window-bin .container:before {
    left: -25px;
    right: -25px;
    top: -25px;
    bottom: -25px;
  }
}
@media (max-width: 992px) {
  .window-bin:not(.window-banner) .container {
    width: 650px;
  }
  .window-bin .container:before {
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
  }
}
@media (max-width: 767px) {
  .window-bin .container:before {
    left: -15px;
    right: -15px;
    top: -15px;
    bottom: -15px;
  }
  .window-bin .container .row {
    margin: 0;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .window-bin:not(.window-banner) .container {
    margin-top: 50px;
  }
}
@media (max-height: 375px) and (orientation: landscape) {
  .window-bin:not(.window-banner) .container {
    margin-top: 40px;
  }
}
.window-next {
  position: absolute;
  left: 50%;
  bottom: 3.07%;
  width: 100px;
  margin-left: -50px;
  text-align: center;
  padding-bottom: 22px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-family: 'AddFont';
  cursor: pointer;
  -webkit-animation: -webkit-scroll 4s infinite ease-in-out;
  -moz-animation: -moz-scroll 4s infinite ease-in-out;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
}
@media (min-width: 1200px) {
  .picture-box,
  .met-product.type-0 .container {
    width: 1170px;
  }
}
@media (min-width: 1440px) {
  .picture-box,
  .met-product.type-0 .container {
    width: 1230px;
  }
}
@media (min-width: 1600px) {
  .picture-box,
  .met-product.type-0 .container {
    width: 1402px;
  }
}
@media (min-width: 1900px) {
  .picture-box,
  .met-product.type-0 .container {
    width: 1578px;
  }
}
.video-left {
  float: left;
  width: 82%;
  opacity: 0;
  transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  -webkit-transition: 0s;
}
.video-left.active {
  opacity: 1;
  transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
}
.video-content {
  float: left;
  width: 720px;
  position: relative;
  font-size: 0;
  overflow: hidden;
  height: 405px;
  opacity: 0;
  transition: 0s 0.5s;
  -moz-transition: 0s 0.5s;
  -ms-transition: 0s 0.5s;
  -o-transition: 0s 0.5s;
  -webkit-transition: 0s 0.5s;
}
@media (max-width: 1599px) {
  .video-content {
    float: left;
    width: 675px;
    height: 380px;
  }
}
@media (max-width: 1199px) {
  .video-content {
    float: left;
    width: 550px;
    height: 310px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .video-left {
    width: 70%;
  }
  .video-content {
    float: none;
    width: 455px;
    height: 255px;
  }
}
@media (max-width: 767px) {
  .video-content {
    float: left;
    width: 355px;
    height: 200px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .video-left {
    width: auto;
    float: none;
    display: inline;
  }
  .video-left:after {
    display: none!important;
  }
  .video-content {
    float: float;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 420px) and (orientation: portrait) {
  .video-content {
    height: 218px;
  }
}
@media (max-width: 415px) and (orientation: portrait) {
  .video-content {
    height: 216px;
  }
}
@media (max-width: 395px) and (orientation: portrait) {
  .video-content {
    height: 204px;
  }
}
@media (max-width: 380px) and (orientation: portrait) {
  .video-content {
    height: 194px;
  }
}
@media (max-width: 325px) and (orientation: portrait) {
  .video-content {
    height: 163px;
  }
}
@media (max-height: 413px) and (orientation: landscape) {
  .video-content {
    float: left;
    width: 320px;
    height: 180px;
  }
}
.video-content.video {
  transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  visibility: hidden;
}
.window-bin.swiper-slide-active .video-content {
  opacity: 1;
  visibility: visible;
  transition: 0.6s 0.75s;
  -moz-transition: 0.6s 0.75s;
  -ms-transition: 0.6s 0.75s;
  -o-transition: 0.6s 0.75s;
  -webkit-transition: 0.6s 0.75s;
  transition-property: transform, opacity;
  -moz-transition-property: transform, opacity;
  -ms-transition-property: transform, opacity;
  -o-transition-property: transform, opacity;
  -webkit-transition-property: transform, opacity;
}
.window-bin.swiper-slide-active .video-content.video {
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
.video-content.video:before {
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  background: rgba(0, 0, 0, 0.4);
  content: '';
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  opacity: 1;
  visibility: visible;
}
.video-content.video:after {
  border-width: 20px 0 20px 40px;
  margin: -20px 0 0 -15px;
  transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.9);
  border-style: solid;
  content: '';
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  opacity: 1;
  visibility: visible;
}
.video-content.play:before,
.video-content.play:after {
  opacity: 0;
  visibility: hidden;
}
.video-content:hover:before {
  background-color: #FFC012;
}
.video-content img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.video-content.video img {
  opacity: 1;
  visibility: visible;
}
.video-content.play img {
  opacity: 0;
  visibility: hidden;
}
.video-content video {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.6);
  background-size: cover;
  z-index: 1;
  font-size: 16px;
}
.video-content embed,
.video-content iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.video-text {
  padding: 0 0 0 745px;
}
.video-text h3 {
  display: block;
  margin: 0;
  padding: 10px 0;
  color: #FFC012;
  font-size: 28px;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0s 0.5s;
  -moz-transition: 0s 0.5s;
  -ms-transition: 0s 0.5s;
  -o-transition: 0s 0.5s;
  -webkit-transition: 0s 0.5s;
  transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
}
.window-bin.swiper-slide-active .video-text h3 {
  opacity: 1;
  transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transition: 0.6s 0.51s;
  -moz-transition: 0.6s 0.51s;
  -ms-transition: 0.6s 0.51s;
  -o-transition: 0.6s 0.51s;
  -webkit-transition: 0.6s 0.51s;
}
.video-text ul {
  display: block;
  list-style: none;
  margin: 8px 0 18px 0;
  padding: 0;
}
.video-text ul li {
  list-style: none;
  padding: 0;
  color: rgba(255, 255, 255, 0.85);
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0s 0.5s;
  -moz-transition: 0s 0.5s;
  -ms-transition: 0s 0.5s;
  -o-transition: 0s 0.5s;
  -webkit-transition: 0s 0.5s;
  transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
  -webkit-transform: translateX(30px);
}
.video-text ul li b {
  font-weight: normal;
  color: rgba(255, 255, 255, 0.9);
}
.video-text ul li b:after {
  display: inline-block;
  color: #ffffff;
  padding: 0 8px 0 4px;
  content: ':';
}
.window-bin.swiper-slide-active .video-text ul li {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
}
.window-bin.swiper-slide-active .video-text ul li:nth-child(1) {
  transition: 0.6s 0.68s;
  -moz-transition: 0.6s 0.68s;
  -ms-transition: 0.6s 0.68s;
  -o-transition: 0.6s 0.68s;
  -webkit-transition: 0.6s 0.68s;
}
.window-bin.swiper-slide-active .video-text ul li:nth-child(2) {
  transition: 0.6s 0.75s;
  -moz-transition: 0.6s 0.75s;
  -ms-transition: 0.6s 0.75s;
  -o-transition: 0.6s 0.75s;
  -webkit-transition: 0.6s 0.75s;
}
.window-bin.swiper-slide-active .video-text ul li:nth-child(3) {
  transition: 0.6s 0.81s;
  -moz-transition: 0.6s 0.81s;
  -ms-transition: 0.6s 0.81s;
  -o-transition: 0.6s 0.81s;
  -webkit-transition: 0.6s 0.81s;
}
.window-bin.swiper-slide-active .video-text ul li:nth-child(4) {
  transition: 0.6s 0.86s;
  -moz-transition: 0.6s 0.86s;
  -ms-transition: 0.6s 0.86s;
  -o-transition: 0.6s 0.86s;
  -webkit-transition: 0.6s 0.86s;
}
.window-bin.swiper-slide-active .video-text ul li:nth-child(5) {
  transition: 0.6s 0.9s;
  -moz-transition: 0.6s 0.9s;
  -ms-transition: 0.6s 0.9s;
  -o-transition: 0.6s 0.9s;
  -webkit-transition: 0.6s 0.9s;
}
.window-bin.swiper-slide-active .video-text ul li:nth-child(6) {
  transition: 0.6s 0.93s;
  -moz-transition: 0.6s 0.93s;
  -ms-transition: 0.6s 0.93s;
  -o-transition: 0.6s 0.93s;
  -webkit-transition: 0.6s 0.93s;
}
.window-bin.swiper-slide-active .video-text ul li:nth-child(7) {
  transition: 0.6s 0.95s;
  -moz-transition: 0.6s 0.95s;
  -ms-transition: 0.6s 0.95s;
  -o-transition: 0.6s 0.95s;
  -webkit-transition: 0.6s 0.95s;
}
.video-text ul li:before {
  display: inline-block;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 2px;
  transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  background: #FFC012;
  position: relative;
  top: -3px;
  margin: 0 8px 0 4px;
}
.video-text p {
  margin: 0 0 25px 0;
  max-height: 267px;
  overflow: hidden;
  display: block;
  color: rgba(255, 255, 255, 0.95);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  opacity: 0;
  transition: 0s 0.5s;
  -moz-transition: 0s 0.5s;
  -ms-transition: 0s 0.5s;
  -o-transition: 0s 0.5s;
  -webkit-transition: 0s 0.5s;
  transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  -webkit-transform: translateY(30px);
}
.window-bin.swiper-slide-active .video-text p {
  opacity: 1;
  transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transition: 0.6s 1s;
  -moz-transition: 0.6s 1s;
  -ms-transition: 0.6s 1s;
  -o-transition: 0.6s 1s;
  -webkit-transition: 0.6s 1s;
}
.window-bin.swiper-slide-active .video-text .click-box {
  transition: 0.5s 1.1s ease-out;
  -moz-transition: 0.5s 1.1s ease-out;
  -ms-transition: 0.5s 1.1s ease-out;
  -o-transition: 0.5s 1.1s ease-out;
  -webkit-transition: 0.5s 1.1s ease-out;
}
@media (max-width: 1599px) {
  .video-text {
    padding: 0 0 0 695px;
  }
  .video-text p {
    max-height: 212px;
  }
}
@media (max-width: 1199px) {
  .video-text {
    padding: 0 0 0 570px;
  }
  .video-text h3 {
    font-size: 21px;
    padding: 8px 0;
  }
  .video-text ul {
    margin: 2px 0 12px 0;
    font-size: 14px;
  }
  .video-text p {
    margin: 0 0 20px 0;
    max-height: 189px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .video-text {
    padding: 0;
  }
  .video-text h3 {
    padding: 16px 0 8px 0;
  }
  .video-text ul {
    margin: 0 0 8px 0;
  }
  .video-text ul:after {
    display: block;
    clear: both;
    content: '';
  }
  .video-text ul li {
    float: left;
    width: 45%;
  }
  .video-text p {
    margin: 0 0 10px 0;
    max-height: 120px;
    -webkit-line-clamp: 5;
  }
}
@media (max-width: 767px) {
  .video-text {
    padding: 0 0 0 366px;
  }
  .video-text h3 {
    font-size: 18px;
    padding: 8px 0 12px 0;
  }
  .video-text ul {
    display: none;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .video-text {
    padding: 0 23px 0 0;
    float: left;
    width: 70%;
  }
  .video-text h3 {
    padding: 16px 0 8px 0;
  }
  .video-text ul {
    margin: 0 0 8px 0;
  }
  .video-text ul:after {
    display: block;
    clear: both;
    content: '';
  }
  .video-text ul li {
    float: left;
    width: 45%;
  }
  .video-text p {
    margin: 0 0 10px 0;
    max-height: 117px;
    -webkit-line-clamp: 5;
  }
}
@media (max-height: 413px) and (orientation: landscape) {
  .video-text {
    padding: 0 0 0 330px;
  }
}
@media (max-height: 320px) and (max-width: 480px) and (orientation: landscape) {
  .video-text {
    display: none;
  }
}
.video-right {
  width: 15%;
  height: 393px;
  margin: 12px 14px 0 0;
  opacity: 0;
  float: right;
  transition: 0s 0.5s;
  -moz-transition: 0s 0.5s;
  -ms-transition: 0s 0.5s;
  -o-transition: 0s 0.5s;
  -webkit-transition: 0s 0.5s;
  border-width: 0 0 2px 2px;
  border-color: #FFC012;
  border-style: solid;
  transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
}
.window-bin.swiper-slide-active .video-right {
  opacity: 1;
  transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transition: 0.6s 1s;
  -moz-transition: 0.6s 1s;
  -ms-transition: 0.6s 1s;
  -o-transition: 0.6s 1s;
  -webkit-transition: 0.6s 1s;
  transition-property: transform, opacity;
  -moz-transition-property: transform, opacity;
  -ms-transition-property: transform, opacity;
  -o-transition-property: transform, opacity;
  -webkit-transition-property: transform, opacity;
}
.video-right:before {
  border-top: 2px solid #FFC012;
  width: 14px;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.video-right:after {
  border-left: 2px solid #FFC012;
  height: 12px;
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.video-list {
  overflow: hidden;
  display: block;
  height: 100%;
  position: relative;
  left: 14px;
  top: -12px;
  z-index: 2;
}
.video-list ol {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.video-list ol li {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  cursor: pointer;
}
.video-list ol li font {
  position: relative;
  display: block;
}
.video-list ol li font:before {
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  background: rgba(0, 0, 0, 0.4);
  content: '';
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
}
.video-list ol li font:after {
  border-width: 10px 0 10px 20px;
  margin: -10px 0 0 -7px;
  transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.9);
  border-style: solid;
  content: '';
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
}
.video-list ol li.active font:before,
.video-list ol li.active font:after,
.video-list ol li:hover font:before,
.video-list ol li:hover font:after {
  opacity: 1;
  visibility: visible;
}
.video-list ol li:hover font:hover:before {
  background-color: #FFC012;
}
.video-list ol li img {
  display: block;
  width: 100%;
}
.video-list ol li span {
  display: block;
  padding: 0 4px 12px 4px;
}
.video-list ol li span a {
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
.video-list ol li span a:hover {
  color: #FFC012;
}
.video-list ol li:last-child span {
  padding-bottom: 0px;
}
@media (min-width: 1200px) {
  .video-list:hover ol {
    transition-duration: 0.25s !important;
    -moz-transition-duration: 0.25s !important;
    -ms-transition-duration: 0.25s !important;
    -o-transition-duration: 0.25s !important;
    -webkit-transition-duration: 0.25s !important;
  }
}
@media (max-width: 1599px) {
  .video-right {
    height: 370px;
  }
}
@media (max-width: 1199px) {
  .video-right {
    height: 300px;
    margin: 10px 12px 0 0;
  }
  .video-list {
    left: 12px;
    top: -10px;
  }
  .video-list ol li span a {
    font-size: 14px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .video-right {
    height: 456px;
    width: 24%;
  }
}
@media (max-width: 767px) {
  .video-right {
    height: 194px;
    margin: 6px 8px 0 0;
  }
  .video-list {
    left: 8px;
    top: -6px;
  }
  .video-list ol li span {
    padding-bottom: 4px;
  }
  .video-list ol li font:before {
    width: 26px;
    height: 26px;
    margin: -13px 0 0 -13px;
  }
  .video-list ol li font:after {
    border-width: 6px 0 6px 12px;
    margin: -6px 0 0 -4px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .video-right {
    height: 150px;
    width: 30%;
    margin: 15px 0 0 0;
    position: relative;
    right: 8px;
  }
}
@media (max-height: 413px) and (orientation: landscape) {
  .video-right {
    height: 174px;
  }
}
/*****视频播放页结束*****/
/*****运价查询开始*****/
.yjcx .block {
  background: #f5f5f5;
}
.yjcx .bk1 {
  margin-top: 2%;
  height: 50px;
  border: 2px #000000 solid;
  border-radius: 10px;
  -moz-border-radius: 10px;
  /* Old Firefox */
}
.yjcx .bk1 .sz1 {
  text-align: center;
  height: 46px;
  color: #000000;
  line-height: 50px;
  font-family: '黑体';
  font-size: 20px;
  font-weight: 900;
  border-right: 1px #000000 solid;
}
.yjcx .bk1 .sr1 {
  margin-left: 2%;
  height: 46px;
  background: none;
  outline: none;
  border: 0px;
  color: #000000;
  font-size: 20px;
}
.yjcx .btn-primary {
  margin-top: 10%;
  height: 46px;
  color: #fff;
}
.yjcx #yj_tow .dhl .yj {
  margin-top: 5%;
  height: 46px;
  line-height: 45px;
  text-align: center;
  color: #000000;
  background: #999;
  border-top: 0px #000000 solid;
  border-left: 0px #000000 solid;
  border-right: 1px rgba(0, 0, 0, 0.1) solid;
  border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  /* Old Firefox */
}
.yjcx #yj_tow .dhl .yj .dx {
  height: 12px;
  width: 12px;
  display: inline-block;
  background-image: url('icon-unchecked.png')/*tpa=http://cee.bjkingkerry.com/homes/images/icon-unchecked.png*/;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.yjcx #yj_tow .dhl .yj input[type="checkbox"] {
  display: none;
}
.yjcx #yj_tow .dhl .yj input[type="checkbox"]:checked + .dx {
  background-image: url('icon-checked.png')/*tpa=http://cee.bjkingkerry.com/homes/images/icon-checked.png*/;
}
.yjcx #yj_tow .dhl .yj .cx {
  height: 46px;
  width: 100%;
  border: 0;
  background-color: transparent;
  outline: none;
}
.yjcx #yj_tow .dhl .yj .cx:hover {
  color: white;
  background: rgba(255, 109, 0, 0.5);
}
.yjcx .row {
  margin-right: 0;
  margin-left: 0;
}
.yjcx .search-bj {
  width: 100%;
  background: #999;
}
.yjcx .search-top-left {
  float: left;
  font-size: 16px;
  line-height: 70px;
  color: #fff;
  margin-left: 9px;
}
.yjcx .search-top-left i {
  font-size: 30px;
  color: #DADADA;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
.yjcx .search-top-center {
  float: left;
}
.yjcx .search-top-center .search-px {
  width: 62px;
  text-align: center;
  float: left;
}
.yjcx .search-top-center .search-px p {
  line-height: 76px;
  display: block;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 0px;
}
.yjcx .search-box {
  background: rgba(0, 0, 0, 0.1);
  padding: 10px 0 10px 0;
  margin-top: 10px;
}
.yjcx .search-box .search-box-left {
  float: left;
  color: #000;
  font-weight: bold;
}
.yjcx .search-box .search-box-left .cwbzcls {
  width: 40px;
  display: inline-block;
  position: absolute;
  left: -15px;
  top: -10px;
}
.yjcx .search-box .search-box-left .cwbzcls img {
  width: 40px;
  position: absolute;
  top: 60px;
  left: 28px;
}
.yjcx .search-box .search-box-left .search-qyg {
  height: 23px;
  width: 18px;
  font-size: 1.3em;
  font-weight: 700;
}
.yjcx .search-box .search-box-left .search-qyg em,
.yjcx .search-box .search-box-left .search-mdg em {
  color: #f0aa90;
  font-size: 12px;
  font-style: normal;
}
.yjcx .search-box .search-box-left .sep-ct {
  display: inline-block;
  position: relative;
  min-width: 60px;
  margin-left: 0px;
  top: -64px;
}
.yjcx .search-box .search-box-left .sep-ct .sep-ct1 {
  width: 150%;
  color: #c1c1c1;
  font-size: 12px;
  position: absolute;
  top: 45px;
  text-decoration: none;
}
.yjcx .search-box .search-box-left .sep-ct .sep-ct1 .zzg_cls {
  position: relative;
  top: 6px;
  display: initial;
  background-color: #E5E5E5;
  width: 35px;
  z-index: 1;
  text-align: center;
  left: -36px;
  float: right;
  color: #666;
  font-weight: 700;
}
.yjcx .search-box .search-box-left .sep-ct .sep-ct2 {
  font-size: 12px;
  color: #666;
  position: absolute;
  top: 50px;
}
.yjcx .search-box .search-box-left .search-mdg {
  margin-left: 16px;
  padding-left: 6px;
  height: 35px;
  line-height: 40px;
  font-size: 1.3em;
  font-weight: 700;
}
.yjcx .search-box .search-box-center {
  width: 100%;
  float: left;
  margin-top: 0px;
}
.yjcx .search-box .search-box-center .search-box-yj {
  color: #FF8400;
  width: 62px;
  text-align: center;
  float: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}
.yjcx .search-box .search-box-center .search-box-right {
  float: right;
  padding-right: 30px;
  padding-top: 5px;
  text-align: right;
}
.yjcx .search-box .search-box-center .search-box-right a {
  width: 100px;
  height: 30px;
  border-radius: 3px;
  background: #FF6D00;
  color: #fff;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  margin-top: 5px;
}
.yjcx .search-box .new_new > div.container {
  margin-top: 10px;
}
.yjcx .search-box .new_new {
  width: 100%;
}
.yjcx .search-box .search-box-title {
  width: 100%;
  background: #E5E5E5;
  line-height: 15px;
  color: #666;
  font-size: 13px;
}
.yjcx .search-box .search-box-title li {
  width: 150px;
  float: left;
  margin-left: 20px;
}
/*****运价查询结束*****/
/*****工程项目开始*****/
#xmwl .about-section {
  position: relative;
  padding: 120px 0px 120px 0px;
}
#xmwl .about-section .sec-title {
  position: relative;
  font-size: 44px;
  font-family: 'Playfair Display', serif;
  line-height: 55px;
  font-weight: 700;
  color: #0f3a4a;
  padding-bottom: 14px;
  letter-spacing: 1px;
  text-align: center;
}
#xmwl .about-section .sec-title.left {
  text-align: left;
  padding-bottom: 39px;
  margin-bottom: 32px;
}
#xmwl .about-section .sec-title.left:before {
  position: absolute;
  content: '';
  background: url(shap.png)/*tpa=http://cee.bjkingkerry.com/homes/images/win/shap.png*/;
  width: 80px;
  height: 7px;
  left: 0px;
  bottom: 0px;
}
#xmwl .about-section .about-content {
  margin-right: 40px;
  padding-bottom: 45px;
  margin-top: 40px;
}
#xmwl .about-section .about-content .text {
  margin-bottom: 30px;
  color: #000000;
  font-size: 17px;
}
#xmwl .about-section .img-box {
  position: relative;
  width: 100%;
  height: 100%;
}
#xmwl .about-section .img-box .img-three {
  position: absolute;
  top: 0px;
  right: 50px;
  box-shadow: 25px 30px 50px #f7f7f7;
}
#xmwl .about-section .img-box .img-three img {
  width: 335px;
  height: 490px;
}
#xmwl .about-section .img-box .img-two {
  position: absolute;
  top: 228px;
  right: 0px;
}
#xmwl .about-section .img-box .img-two img {
  width: 140px;
  height: 140px;
}
#xmwl .about-section .img-box .img-one {
  position: absolute;
  left: 50px;
  top: 50px;
  box-shadow: 0 16px 50px rgba(13, 41, 51, 0.3);
}
#xmwl .about-section .img-box .img-one img {
  width: 250px;
  height: 320px;
}
@media (min-width: 1200px) {
  #xmwl .about-section .container {
    max-width: 1170px;
    padding: 0px;
  }
}
#xmwl .about-section a:hover {
  text-decoration: none;
}
#xmwl .about-section a:link {
  text-decoration: none;
}
#xmwl .video-section {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 200px 0px 200px 0px;
}
#xmwl .video-section:before {
  position: absolute;
  content: '';
  background: rgba(15, 58, 74, 0.1);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
#xmwl .video-section .title {
  position: relative;
  display: block;
  font-size: 25px;
  font-family: 'Playfair Display', sans-serif;
  color: #ffffff;
  font-weight: 600;
  padding: 0px 266px;
  text-indent: 2em;
}
#xmwl .f42 {
  font-size: 42px;
}
#xmwl .l-50 {
  line-height: 50px;
}
#xmwl .pt10 {
  padding-top: 10px;
}
#xmwl .wrap {
  width: 1066px;
  text-align: center;
}
#xmwl .pt55 {
  padding-top: 55px;
}
#xmwl .pt25 {
  padding-top: 25px;
}
#xmwl .f20 {
  font-size: 20px;
}
#xmwl .huise {
  color: #a9a9a9;
}
#xmwl .l-24 {
  line-height: 24px;
}
#xmwl .clearfix {
  display: block;
}
#xmwl .overflow {
  overflow: hidden;
}
#xmwl .clearfix::after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
#xmwl .f10 {
  font-size: 10px;
}
#xmwl .pt40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
#xmwl .fl {
  float: left;
}
#xmwl .fl img {
  height: 376px;
  width: 100%;
}
#xmwl .f18 {
  font-size: 18px;
}
#xmwl .w347 {
  width: 347px;
}
#xmwl .w345 {
  width: 345px;
  border: 1px solid #EAEAEA;
  height: 376px;
}
#xmwl .pl20 {
  padding-left: 20px;
}
#xmwl .pr20 {
  padding-right: 20px;
}
#xmwl .tl {
  text-align: left;
}
#xmwl .l-24 {
  line-height: 24px;
}
#xmwl .l-35 {
  line-height: 35px;
}
#xmwl .hs {
  color: #535252;
}
#xmwl img {
  border: medium none;
  vertical-align: middle;
}
#xmwl .mr15 {
  margin-right: 15px;
  font-size: 36px;
  color: #1874CD;
}
#xmwl .pt15 {
  padding-top: 15px;
}
#xmwl .sec-pad {
  padding: 107px 0px 120px 0px;
}
#xmwl .service-section:before {
  position: relative;
  content: '';
  background: url(pattern.png)/*tpa=http://cee.bjkingkerry.com/homes/images/win/pattern.png*/;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
#xmwl .service-section {
  position: relative;
}
#xmwl .service-section .tab-title {
  position: relative;
  margin-bottom: 63px;
  margin-right: -10px;
}
#xmwl .service-section .tab-title li {
  position: relative;
  width: 50%;
  float: left;
  cursor: pointer;
}
#xmwl .service-section .tab-title li .single-btn {
  position: relative;
  display: inline-block;
  text-align: center;
  border: 1px solid #e1e6eb;
  width: 100%;
  height: 150px;
  padding: 41px 15px 15px 15px;
}
#xmwl .service-section .tab-title li.active .single-btn {
  background: #0d2933;
  border: 1px solid #0d2933;
}
#xmwl .service-section .tab-title li.active .single-btn:before {
  position: absolute;
  content: '';
  background: #0d2933;
  width: 30px;
  height: 30px;
  left: 50%;
  margin-left: -15px;
  bottom: -8px;
  transform: rotate(45deg);
}
#xmwl .service-section .tab-title .single-btn .icon-box i:before {
  position: relative;
  display: inline-block;
  font-size: 45px;
  color: #9b9fa6;
  margin: 0px;
  margin-bottom: 23px;
  transition: all 500ms ease;
}
#xmwl .service-section .tab-title li.active .single-btn .icon-box i:before {
  color: #cda274;
}
#xmwl .service-section .tab-title .single-btn .text {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #9b9fa6;
  transition: all 500ms ease;
}
#xmwl .service-section .tab-title li.active .single-btn .text {
  color: #ffffff;
}
#xmwl .service-section .tab-details-content .img-box {
  position: relative;
  margin-right: 10px;
}
#xmwl .service-section .tab-details-content .img-box img {
  width: 100%;
}
#xmwl .service-section .tab-details-content .content .title {
  position: relative;
  font-size: 20px;
  line-height: 40px;
  font-family: 'Playfair Display', serif;
  color: #0d2933;
  font-weight: 700;
  margin-bottom: 23px;
}
#xmwl .service-section .tab-details-content .content p {
  margin-bottom: 30px;
  position: relative;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
  font-weight: 400;
  color: #9b9fa6;
  margin-bottom: 10px;
  font-style: normal;
  transition: all 500ms ease;
}
#xmwl .service-section .tab-details-content .content p:last-child {
  margin-bottom: 0px;
}
#xmwl .tab-content {
  display: none;
}
#xmwl .icon-box {
  height: 50px;
}
#xmwl .sec-title {
  position: relative;
  font-size: 44px;
  font-family: 'Playfair Display', serif;
  line-height: 55px;
  font-weight: 700;
  color: #0f3a4a;
  padding-bottom: 14px;
  letter-spacing: 1px;
  text-align: center;
}
#xmwl .sec-title.left {
  text-align: left;
  padding-bottom: 39px;
  margin-bottom: 32px;
}
#xmwl .sec-title.left:before {
  position: absolute;
  content: '';
  background: url(shap-1.png)/*tpa=http://cee.bjkingkerry.com/homes/images/resource/shap.png*/;
  width: 80px;
  height: 7px;
  left: 0px;
  bottom: 0px;
}
#xmwl .title-text {
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 70px;
  text-align: center;
}
#xmwl .title-text:before {
  position: absolute;
  content: '';
  background: url(shap.png)/*tpa=http://cee.bjkingkerry.com/homes/images/win/shap.png*/;
  width: 80px;
  height: 7px;
  left: 46%;
  margin-left: 10px;
  bottom: 0px;
}
@media only screen and (max-width: 1200px) {
  .about-section .img-box .img-two,
  .about-section .img-box .img-one {
    display: none;
  }
  .about-section .img-box .img-three {
    position: relative;
    right: 0px;
  }
  .service-section .tab-title li .single-btn {
    width: 230px;
  }
  .service-section .tab-details-content .img-box {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .service-section .tab-title li {
    width: 50%;
    margin-bottom: 30px;
  }
  .service-section .tab-details-content .img-box {
    margin: 0px;
  }
  .service-section .tab-details-content .content {
    position: relative;
    margin: 30px 0px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .service-section .tab-details-content .img-box {
    margin-right: 0px;
  }
  .sec-pad {
    padding: 60px 0px 70px 0px;
  }
}
@media only screen and (max-width: 599px) {
  .service-section .tab-title {
    margin-right: 0px;
  }
  .service-section .tab-title li .single-btn {
    width: 200px;
    padding: 41px 10px 15px 10px;
  }
}
@media only screen and (max-width: 499px) {
  .service-section .tab-title li {
    width: 100%;
    float: none;
    text-align: center;
  }
}
/*****工程项目页结束*****/
/*****货物类型*****/
.templates {
  padding: 0 0;
  width: 100%;
  overflow: hidden;
  background: url(bj01.jpg)/*tpa=http://cee.bjkingkerry.com/homes/images/category/bj01.jpg*/ no-repeat;
  background-size: 100% 100%;
  height: 500px;
}
.templates .category {
  text-align: center;
}
.templates .category ul {
  overflow: hidden;
  margin-top: 20px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  display: inline-block;
}
.templates .category ul li {
  float: left;
  display: inline-block;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  width: 140px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.templates .category ul li:after {
  content: '';
  height: 50%;
  border-left: 1px solid #eee;
  position: absolute;
  right: 0;
  top: 25%;
}
.templates .category ul li:last-child:after {
  border-left: none;
}
.templates .category ul li:hover {
  color: #fe782f;
}
.templates .category ul li.active {
  background: #fe782f;
  color: #fff;
}
.templates .category ul li.active:after {
  border-left: none;
}
.templates .content {
  width: 100%;
  height: auto;
  margin-top: 20px;
  display: none;
}
.templates .content.active {
  display: block;
}
.templates .content ul {
  width: 1160px;
  margin: 0 auto;
}
.templates .content ul li {
  float: left;
  position: relative;
  width: 109px;
  margin-right: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.templates .content ul li:last-child {
  margin-right: 0;
}
.templates .content ul li .img {
  width: 100%;
}
.templates .content ul li .bg {
  transition: opacity 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  text-align: center;
}
.templates .content ul li .bg p {
  background-color: rgba(153, 153, 153, 0.7);
  display: inline-block;
  width: 70%;
  margin-top: 75px;
  border-radius: 3px;
  opacity: 0;
  transition: opacity 0.5s;
  opacity: 1;
  color: white;
}
.templates .content ul li:hover {
  transform: translate3d(0, -10px, 0);
}
.templates .content ul li:hover .bg {
  background: rgba(0, 0, 0, 0.5);
}
.templates .content ul li:hover .bg p {
  opacity: 1;
  color: white;
}
.templates .content.wsc ul li {
  background: url(pc.png)/*tpa=http://cee.bjkingkerry.com/homes/images/category/pc.png*/ center center no-repeat;
  width: 346px;
  height: 118px;
  overflow: hidden;
  margin-right: 60px;
  background-size: 100% 100%;
}
.templates .content.wsc ul li {
  margin-bottom: 20px;
}
.templates .content.wsc ul li .img {
  margin-top: 7px;
}
.templates .content.wsc ul li .img img {
  width: 346px;
  height: 113px;
}
.templates .content.wsc ul li .bgg {
  width: 100%;
  height: 100%;
  top: 13px;
}
.templates .content.wsc ul li .bg p {
  width: 120px;
  margin-top: 98px;
}
.templates .content.wsc ul li:nth-child(3n) {
  margin-right: 0;
}
.templates .content.dnsc ul li {
  background: url(pc.png)/*tpa=http://cee.bjkingkerry.com/homes/images/category/pc.png*/ center center no-repeat;
  width: 200px;
  height: 118px;
  overflow: hidden;
  margin-right: 40px;
  background-size: 100% 100%;
}
.templates .content.dnsc ul li {
  margin-bottom: 20px;
}
.templates .content.dnsc ul li:nth-child(5n) {
  margin-right: 0;
}
.templates .content.dnsc ul li .img {
  margin-top: 7px;
}
.templates .content.dnsc ul li .img img {
  width: 100%;
  height: 113px;
}
.templates .content.dnsc ul li .bg {
  width: 100%;
  height: 100%;
}
.templates .content.dnsc ul li .bg p {
  width: 120px;
  margin-top: 98px;
}
/*****货物类型结束*****/
