@charset "UTF-8";
.Georgia {
  font-family: "Georgia",Microsoft YaHei,SimSun;
}

.Impact {
  font-family: "Impact",Microsoft YaHei,SimSun;
}

.icon_1::before {
  content: "";
  position: absolute;
  background-image: url(../img/icon_1.png);
  background-size: 190px 295px;
}

.icon_2::before {
  content: "";
  position: absolute;
  background-image: url(../img/icon_2.png);
  background-size: 190px 270px;
}

.bf {
  background-color: #f5f5f5;
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Microsoft YaHei',SimSun;
}

.icon_3 {
  background: url(../img/icon_3.png) no-repeat;
  background-size: 22px 75px;
}

textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
}

ol, ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

body,
p,
h1, h2, h3, h4, h5, h6,
input,
textarea,
ol, ul,
dl, dt, dd,
button {
  padding: 0;
  margin: 0;
}

em, i {
  font-style: normal;
}

button {
  background: none;
  border: 0;
  cursor: pointer;
}

#newBridge{
  z-index: 11 !important;
}

.width1200 {
  width: 1200px;
}

.margin {
  margin: 0 auto;
}

/*----------------------------------------------*/
.header-top {
  min-width: 1200px;
  width: 100%;
  height: 80px;
  background-color: #fff;
}

.header-top .header-top-left {
  float: left;
  padding-left: 10px;
  padding-top: 15px;
}

.header-top .header-top-left .header-logo {
  display: inline-block;
  vertical-align: middle;
}

.header-top .header-top-left .header-logo img {
  max-width: 100%;
}

.header-top .header-top-left .header-input {
  display: inline-block;
  width: 250px;
  height: 40px;
  vertical-align: middle;
  margin-left: 50px;
  position: relative;
}

.header-top .header-top-left .header-input form > input {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  padding: 0 60px 0 15px;
  border-radius: 3px;
}

.header-top .header-top-left .header-input form > button.icon_2 {
  width: 50px;
  height: 100%;
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.header-top .header-top-left .header-input form > button.icon_2::before {
  height: 25px;
  width: 25px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background-position: 1px -182px;
}

.header-top .header-top-right {
  float: right;
}

.header-top .header-top-right .nav-list {
  display: inline-block;
  border-right: 1px solid #ddd;
  vertical-align: top;
  height: 80px;
}

.header-top .header-top-right .nav-list > ul > li {
  line-height: 76px;
  display: inline-block;
  margin-right: 15px;
  position: relative;
}

.header-top .header-top-right .nav-list > ul > li:hover > a {
  background-color: #d70c19;
  color: #fff;
}

.header-top .header-top-right .nav-list > ul > li:hover > a.cur {
  background-color: #d70c19;
  color: #fff;
}

.header-top .header-top-right .nav-list > ul > li > a {
  display: block;
  padding: 0 10px;
  font-size: 16px;
  color: #333;
  text-align: center;
  border-bottom: 4px solid transparent;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.header-top .header-top-right .nav-list > ul > li > a.cur {
  color: #d70c19;
  border-bottom-color: #d70c19;
}

.header-top .header-top-right .nav-list .second-nav {
  position: absolute;
  top: 100%;
  display: none;
  z-index: 9;
  text-align: center;
  width: 100%;
  background: #fff;
  font-size: 14px;
}

.header-top .header-top-right .nav-list .second-nav a {
  color: #323232;
  display: block;
}

.header-top .header-top-right .nav-list .second-nav a:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}

.header-top .header-top-right .nav-list .second-nav li {
  line-height: 40px;
}

.header-top .header-top-right .contact {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
.auxiliary li a.live_icon::before {
  width: 34px;
  height: 36px;
  background: url(../img/icon_4.png) no-repeat center center;
  background-size: 100%;
  top: 10px;
  left: 19px;
}

.header-top .header-top-right .advisory {
  display: inline-block;
  height: 80px;
  vertical-align: middle;
  padding-left: 60px;
  padding-right: 20px;
  position: relative;
}

.header-top .header-top-right .advisory.icon_2::before {
  width: 46px;
  height: 35px;
  background-position: -35px -70px;
  left: 10px;
  top: 50%;
  margin-top: -17.5px;
}

.header-top .header-top-right .advisory .advisory-ip {
  display: inline-block;
  vertical-align: middle;
}

.header-top .header-top-right .advisory .advisory-ip p {
  color: #d70c19;
  font-size: 20px;
}

.header-top .header-top-right .advisory > i {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.header-top .header-top-right .social-way {
  display: inline-block;
  height: 80px;
  vertical-align: middle;
  font-size: 0;
  position: relative;
  z-index: 2;
}

.header-top .header-top-right .social-way .tencent-qq,
.header-top .header-top-right .social-way .tencent-wechat {
  display: inline-block;
  width: 80px;
  height: 80px;
  cursor: pointer;
  position: relative;
}

.header-top .header-top-right .social-way .tencent-qq.icon_2::before,
.header-top .header-top-right .social-way .tencent-wechat.icon_2::before {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.header-top .header-top-right .social-way .tencent-qq {
  background-color: #323232;
}

.header-top .header-top-right .social-way .tencent-qq.icon_2::before {
  width: 35px;
  height: 35px;
  background-position: 0 -70px;
}

.header-top .header-top-right .social-way .tencent-wechat {
  background-color: #fff;
}

.header-top .header-top-right .social-way .tencent-wechat.icon_2::before {
  width: 35px;
  height: 35px;
  background-position: 0 -105px;
}

.header-top .header-top-right .social-way .tencent-wechat:hover + .wechat-img {
  height: auto;
  opacity: 1;
  padding: 15px 10px;
}

.header-top .header-top-right .social-way .wechat-img {
  position: absolute;
  /*width: 100%;*/
  text-align: center;
  font-size: 14px;
  display: block;
  left: -70px;
  background: #d70c19;
  color: #fff;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.swiper-container.swiper-banner {
  width: 100%;
  min-width: 1200px;
}

.swiper-container.swiper-banner .swiper-lazy {
  height: 700px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.swiper-container.swiper-banner .swiper-lazy a{
  display: block;
  height: 100%;
}

.swiper-container.swiper-banner img {
  max-width: 100%;
}

.swiper-button-next.index-button-next,
.swiper-button-prev.index-button-prev {
  width: 50px;
  height: 50px;
  background-color: #000;
  background: rgba(0, 0, 0, 0.5);
}

.swiper-button-next.index-button-next {
  right: 0;
}

.swiper-button-prev.index-button-prev {
  left: 0;
}

.swiper-button-next.index-button-next::before,
.swiper-button-prev.index-button-prev::before {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.swiper-button-next.index-button-next::before {
  background-position: -85px -105px;
}

.swiper-button-prev.index-button-prev::before {
  background-position: -37px -155px;
}

.index-banner-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination.case-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d70c19;
  opacity: 1;
}

.index-banner-pagination.swiper-pagination .swiper-pagination-bullet,
.swiper-pagination.case-banner-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ddd;
  opacity: 0.6;
}

.swiper-pagination.case-banner-pagination .swiper-pagination-bullet {
  margin: 0 4px;
}

.banner-forms {
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  /*background-color: #000;*/
  /*background-color: rgba(0, 0, 0, 0.5);*/
  color: #fff;
  -webkit-transition: all .25s;
          transition: all .25s;
  background: url(../img/subscribe-l.png) no-repeat center center;
}

.banner-show{
  position: fixed;
  height: 103px;
  background: url(../img/subscribe.png) no-repeat 48px center;
  background-size: 126px;
  background-color: #131313;
  right: 0;
  bottom: 0;
  width: 180px;
  z-index: 2;
  border-top-left-radius: 120px;
  border-bottom-left-radius: 120px;
  cursor: pointer;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.banner-show.cur, .banner-forms.cur{
  right: -100%;
}

.banner-unfold::before{
  width: 50px;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 50px;
  top: 50%;
  margin-top: -25px;
  background-position: -84px -104px;
}

.banner-close{
  position: absolute;
  right: 0;
  line-height: 0;
  font-size: 40px;
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.banner-forms .banner-forms-result {
  margin-bottom: 20px;
}

.banner-forms .banner-forms-result em {
  color: #d70c19;
}

.banner-forms .banner-forms-result span {
  font-size: 18px;
}

.banner-forms .forms-input-list {
  text-align: center;
  padding: 74px 110px 29px 110px;
  padding-left: 300px;
  /*background: url(../img/apply.png) no-repeat left center;*/
  /*background-size: 234px;*/
}

.banner-forms .forms-input-list input,
.banner-forms .forms-input-list button {
  width: 31%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  border: 0;
  border-radius: 3px;
  height: 45px;
}

.banner-forms .forms-input-list .forms-input {
  background-color: #fff;
  padding: 0 15px;
}

.banner-forms .forms-input-list .forms-subscribe {
  background-color: #d70c19;
  color: #fff;
}

.tag-theme {
  min-width: 1200px;
  background-color: #323232;
  margin-bottom: 30px;
}

.tag-theme .tag-list {
  overflow: hidden;
}

.tag-theme .tag-list li {
  float: left;
  width: 25%;
  text-align: center;
  position: relative;
  padding: 30px 0;
}

.tag-theme .tag-list li::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  border-right: 1px solid #393939;
}

.tag-theme .tag-list li:first-child::after {
  border-right: 0;
}

.tag-theme .tag-list li .tag-list-img {
  width: 65px;
  height: 65px;
  position: relative;
  margin-bottom: 20px;
}

.tag-theme .tag-list li .synopsis-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.tag-theme .tag-list li .synopsis-title + p {
  font-size: 14px;
  color: #fff;
  line-height: 1.75;
}

.tag-theme .tag-list li:nth-child(1) .tag-list-img::before,
.tag-theme .tag-list li:nth-child(2) .tag-list-img::before,
.tag-theme .tag-list li:nth-child(3) .tag-list-img::before,
.tag-theme .tag-list li:nth-child(4) .tag-list-img::before {
  width: 100%;
  height: 100%;
  left: 0;
}

.tag-theme .tag-list li:nth-child(1) .tag-list-img::before {
  background-position: -80px 0;
}

.tag-theme .tag-list li:nth-child(2) .tag-list-img::before {
  background-position: -80px -65px;
}

.tag-theme .tag-list li:nth-child(3) .tag-list-img::before {
  background-position: -80px -130px;
}

.tag-theme .tag-list li:nth-child(4) .tag-list-img::before {
  background-position: -80px -195px;
}

.price-theme {
  overflow: hidden;
  margin-bottom: 40px;
}

.price-theme ul {
  margin-left: -10px;
}

.price-theme li {
  float: left;
  width: 390px;
  margin-left: 10px;
  overflow: hidden;
  position: relative;
}

.price-theme li:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.price-theme li:hover .theme-examine {
  opacity: 1;
}

.price-theme li img {
  display: block;
  max-width: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.price-theme li .span-price {
  text-align: center;
  position: absolute;
  width: 200px;
  line-height: 40px;
  background-color: #d70c19;
  color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 17px;
  right: -52px;
  z-index: 0;
}

.price-theme li .tag-keyword {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  bottom: 0;
  line-height: 55px;
  font-size: 12px;
  background-color: #000 \9;
  /* 浏览器不支持时显示 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.price-theme li .tag-keyword span {
  margin: 0 5px;
}

.price-theme li .theme-examine {
  position: absolute;
  width: 160px;
  line-height: 40px;
  color: #fff;
  background-color: #d70c19;
  text-align: center;
  font-size: 14px;
  border-radius: 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.communal {
  padding-top: 40px;
  text-align: center;
  margin-bottom: 40px;
}

.communal h3 {
  font-size: 30px;
  color: #323232;
  font-weight: 500;
  margin-bottom: 10px;
}

.communal small {
  font-size: 20px;
  color: #323232;
  display: inline-block;
  margin-bottom: 10px;
}

.communal p {
  color: #999999;
}

.case-swiper {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.case-swiper img {
  max-width: 100%;
  display: block;
}

.case-swiper .swiper-container.case-container {
  width: 62.5%;
  overflow: visible;
}

.swiper-button-prev.case-button-prev,
.swiper-button-next.case-button-next {
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
}

.swiper-button-prev.case-button-prev::before,
.swiper-button-next.case-button-next::before {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.swiper-button-prev.case-button-prev:hover,
.swiper-button-next.case-button-next:hover {
  background-color: #d70c19;
}

.swiper-button-prev.case-button-prev.icon_2 {
  left: -70px;
}

.swiper-button-prev.case-button-prev.icon_2::before {
  background-position: -37px -155px;
}

.swiper-button-next.case-button-next.icon_2 {
  right: -70px;
}

.swiper-button-next.case-button-next.icon_2::before {
  background-position: -85px -105px;
}

.swiper-pagination.case-banner-pagination {
  width: 100%;
  bottom: 0;
}

.tga-intro {
  position: absolute;
  width: 100%;
  padding: 20px 30px;
  padding-right: 30%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  font-size: 14px;
}

.tga-intro .tga-intro-title {
  margin-bottom: 10px;
}

.tga-intro .tga-intro-title > span {
  font-size: 20px;
  margin-right: 10px;
}

.tga-intro .order-button {
  position: absolute;
  width: 150px;
  line-height: 40px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  background-color: #d70c19;
  text-align: center;
  right: 30px;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
}

.tga-intro .order-button a{
	color: #fff;
}

.video-list {
  margin-bottom: 90px;
}

.video-content{
  background: #efefef;
  padding: 15px;
}

.video-tag{
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

.video-synopsis{
  color: #333333;
  margin-bottom: 10px;
}

.video-synopsis b{
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.video-list ul {
  overflow: hidden;
  margin-left: -15px;
  margin-bottom: 40px;
}

.video-list li {
  float: left;
  width: 390px;
  /* height: 230px; */
  overflow: hidden;
  margin-left: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}

.video-list li a {
  display: block;
  position: relative;
}

.video-list li a::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background-position: -45px 0;
  opacity: 0;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}

.video-list li a:hover::before {
  opacity: 1;
  z-index: 1;
}

.video-list li img {
  max-width: 100%;
  display: block;
}

.video-more {
  width: 200px;
  line-height: 40px;
  text-align: center;
  background-color: #323232;
  border-radius: 3px;
  font-size: 16px;
}

.video-more a {
  display: block;
  color: #fff;
}

.online-reservation {
  margin-bottom: 40px;
  padding-left: 671px;
  background: url(../img/activity-img.jpg) no-repeat left top/671px;
}

.online-reservation .online-reservation-form {
  background-color: #323232;
  padding: 50px 66px 80px 66px;
  position: relative;
}

.online-reservation .online-reservation-form::before {
  content: "";
  position: absolute;
  border: 20px solid transparent;
  border-right-color: #323232;
  left: -40px;
  top: 50%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.online-reservation .online-reservation-title {
  text-align: center;
  color: #fff;
  line-height: 1.75;
  margin-bottom: 40px;
}

.online-reservation .online-reservation-title p {
  font-size: 26px;
}

.online-reservation .online-list-input,
.online-reservation .online-list-button {
  display: block;
  width: 100%;
  font-size: 14px;
  border: 0;
  border-radius: 3px;
}

.online-reservation .online-list-input {
  height: 40px;
  background-color: #fff;
  padding: 0 10px;
  margin-bottom: 20px;
}

.online-reservation .online-list-button {
  background-color: #d70c19;
  color: #fff;
  line-height: 50px;
}

.design-team {
  background: url(../img/team-bj.jpg) no-repeat top center;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.design-team .communal {
  margin-bottom: 60px;
}

.swiper-container.swiper-details {
  margin-bottom: 100px;
}

.design-team-list {
  overflow: hidden;
  padding-right: 267px;
}

.design-team-list .design-team-img {
  float: left;
  width: 220px;
  height: 250px;
  overflow: hidden;
}

.design-team-list .design-team-img img {
  max-width: 100%;
}

.design-team-list .design-team-text {
  width: calc(100% - 220px);
  padding-left: 60px;
  float: left;
}

.design-team-list .team-text-details {
  padding-left: 80px;
}

.design-team-list .team-text-details p {
  margin-bottom: 5px;
  font-size: 14px;
  color: #323232;
}

.design-team-list .team-text-details span {
  position: absolute;
  width: 80px;
  margin-left: -80px;
  text-align: justify;
}

.design-team-list .team-text-details span::after {
  content: '';
  width: 100%;
  display: inline-block;
  overflow: hidden;
  height: 0;
}

.design-team-list .design-team-button {
  position: absolute;
  bottom: 0;
   /* display: none; */
}

.design-team-list .design-team-button span {
  display: inline-block;
  width: 200px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #323232;
  border-radius: 3px;
  background-color: #efefef;
  margin-right: 20px;
  cursor: pointer;
}

.design-team-list .design-team-button span a{
  color: #323232;
}

.design-team-list .design-team-button span + span {
  background-color: #d70c19;
  color: #fff;
  border-color: #d70c19;
}

.swiper-breviary .swiper-slide.swiper-slide-active {
  background-color: #323232;
}

.swiper-breviary .swiper-slide.swiper-slide-active .breviary-text {
  color: #fff;
}

.swiper-breviary .swiper-slide {
  height: 120px !important;
  padding: 10px;
  background-color: #ddd;
}

.swiper-container.swiper-breviary {
  width: 1080px;
}

.small-swiper {
  position: relative;
}

.small-swiper .breviary-img,
.small-swiper .breviary-text {
  display: inline-block;
  vertical-align: middle;
}

.small-swiper .breviary-text {
  padding-left: 30px;
}

.small-swiper .breviary-img {
  height: 100px;
  overflow: hidden;
}

.swiper-button-prev.breviary-button-prev,
.swiper-button-next.breviary-button-next {
  width: 50px;
  height: 50px;
  border: 1px solid #323232;
  background: none;
}

.swiper-button-prev.breviary-button-prev.icon_2 {
  left: 0;
}

.swiper-button-prev.breviary-button-prev.icon_2::before {
  width: 50px;
  height: 50px;
  background-color: #323232;
  background-position: -39px -155px;
}

.swiper-button-next.breviary-button-next.icon_2 {
  right: 0;
}

.swiper-button-next.breviary-button-next.icon_2::before {
  width: 50px;
  height: 50px;
  background-color: #323232;
  background-position: -84px -104px;
}

.news {
  padding-left: 600px;
  height: 420px;
  position: relative;
  background: url(../img/new-message.jpg) no-repeat left top;
  margin-bottom: 60px;
  overflow: hidden;
}

.news-moer-link{
  position: absolute;
  left: 234px;
  width: 160px;
  bottom: 50px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #333;
  color: #fff;
}

.news ul {
  background-color: #efefef;
}

.news ul li {
  height: 140px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  position: relative;
}

.news ul li:hover {
  background-color: #d70c19;
}

.news ul li:hover a {
  color: #fff;
}

.news ul li:hover a h3 {
  color: #fff;
}

.news ul li:hover span.icon_2 {
  opacity: 1;
}

.news ul li a {
  display: block;
  padding: 20px 130px 20px 40px;
  color: #666666;
  font-size: 14px;
}

.news ul li a h3 {
  color: #323232;
  font-size: 16px;
  padding: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news ul li a .news-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news ul li a span.icon_2 {
  opacity: 0;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.news ul li a span.icon_2::before {
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.2);
  background-position: -85px -157px;
  top: 50%;
  right: 36px;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.jijia-works {
  background: url(../img/works.jpg) no-repeat center center;
  padding-bottom: 70px;
  background-size: cover;
}

.jijia-works .communal .Georgia,
.jijia-works .communal small {
  color: #fff;
}

.jijia-works .communal p {
  color: #999;
}

.jijia-works .works {
  position: relative;
  padding: 20px 45px;
  color: #fff;
  font-size: 16px;
}

.jijia-works .works::before {
  content: "";
  position: absolute;
  border: 1px solid #fff;
  width: 45px;
  height: 45px;
  border-right-width: 0;
  border-bottom-width: 0;
  left: 0;
  top: 0;
}

.jijia-works .works::after {
  content: "";
  position: absolute;
  border: 1px solid #fff;
  width: 45px;
  height: 45px;
  border-left-width: 0;
  border-top-width: 0;
  right: 0;
  bottom: 0;
}

.service-process {
  background-color: #efefef;
  padding-top: 40px;
  padding-bottom: 100px;
  margin-bottom: 40px;
}

.service-process .process-list {
  padding-top: 60px;
}

.service-process ul {
  padding-top: 56px;
  border-top: 1px solid #d5d5d5;
  position: relative;
  height: 204px;
}

.service-process ul::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
  top: 1px;
}

.service-process ul li {
  float: left;
  position: relative;
  width: 171.42px;
  text-align: center;
  height: 150px;
  background-color: #323232;
  padding-top: 40px;
  color: #fff;
}

.service-process ul li::after {
  content: "";
  position: absolute;
  border: 13px solid transparent;
  border-bottom-color: #323232;
  top: -26px;
  left: 50%;
  margin-left: -13px;
}

.service-process ul li::before {
  content: "";
  position: absolute;
  height: 100%;
  border-right: 1px solid #efefef;
  left: 0;
  top: 0;
}

.service-process ul li i {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #d70c19;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  border-radius: 50%;
  top: -70px;
  z-index: 1;
  left: 50%;
  margin-left: -15px;
}

.service-process ul li span.icon_1 {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  margin-bottom: 20px;
}

.service-process ul li span.icon_1::before {
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
}

.service-process ul li span.icon_1.process_1::before {
  background-position: 0 -240px;
}

.service-process ul li span.icon_1.process_2::before {
  background-position: 0 0;
}

.service-process ul li span.icon_1.process_3::before {
  background-position: 0 -40px;
}

.service-process ul li span.icon_1.process_4::before {
  background-position: 0 -240px;
}

.service-process ul li span.icon_1.process_5::before {
  background-position: 0 -120px;
}

.service-process ul li span.icon_1.process_6::before {
  background-position: 0 -160px;
}

.service-process ul li span.icon_1.process_7::before {
  background-position: 0 -200px;
}

.partners {
  margin-bottom: 80px;
}

.partners .partners-list {
  position: relative;
}

.partners .partners-swiper {
  width: 1082px;
  margin: 0 auto;
}

.partners .partners-swiper img {
  display: block;
  border: 1px solid #ddd;
}

.partners #partners_prev {
  left: -10px;
}

.partners #partners_next {
  right: -10px;
}

.footer-index {
  /* background-color: #323232; */
  /* padding-top: 40px; */
}

.footer-f{
  background-color: #323232;
}

.footer-index .copyright {
  text-align: center;
  color: #999;
  font-size: 12px;
  padding: 10px 0;
  background-color: #222;
}

.footer-index .copyright a {
  color: #999;
  padding: 0 5px;
}

.footer-links{
  display: table;
}

.footer-links > span {
  display: table-cell;
  width: 145px;
  vertical-align: middle;
  background-color: #d70c19;
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}

.footer-links .links {
  display: table-cell;
  padding-top: 30px;
  padding-bottom: 30px;
  vertical-align: middle;
  padding-left: 20px;
}

.footer-links .links p {
  line-height: 1.7;
}

.footer-links .links a {
  color: #6b6b6b;
  font-size: 14px;
}

.footer-links .links a:hover {
  text-decoration: underline;
}

.footer-links .links a::after {
  content: "|";
  display: inline-block;
  vertical-align: 1px;
  font-size: 12px;
  margin: 0 10px;
}

.footer-links .links a:last-child::after {
  content: "";
}

.footer-logo {
  margin-bottom: 15px;
}

.footer-r {
  padding: 40px 0;
}

.footer-r li {
  display: inline-block;
  padding: 0 30px;
  position: relative;
  vertical-align: middle;
  overflow: hidden;
  border-right: 1px solid #494949;
  min-height: 162px;
  padding-top: 6px;
}

.footer-r li.footer-first{
  min-width: 360px;
  text-align: center;
  padding-right: 30px;
}

.footer-r li:last-child{
  border-right: 0;
}

.footer-select{
  border: 1px solid #525151;
  background-color: #2b2b2b;
  font-size: 0;
  color: #999;
  text-align: left;
}

.footer-select select,
.footer-select .footer-exhibition{
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

.footer-select select{
  min-width: 80px;
  background: none;
  color: #999;
  text-align: center;
  padding: 10px 25px 10px 10px;
}

.footer-select .footer-exhibition::before{
  content: '▼';
  font-size: 12px;
  position: absolute;
  margin-left: -35px;
}

.footer-select .footer-exhibition{
  width: 247px;
  border-left: 1px solid #525151;
  padding: 10px 15px;
}

.footer-r li:first-child {
  padding-left: 0;
}

.footer-r li .hot-line {
  color: #fff;
  line-height: 30px;
  font-size: 14px;
}

.footer-r li .hot-line b {
  display: inline-block;
  font-size: 16px;
}

.footer-r li .hot-line .hot-phone {
  font-size: 16px;
  padding-left: 36px;
  font-weight: 600;
  color: #e61616;
  border-bottom: 1px solid #5d5d5d;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.footer-r li .hot-line .hot-phone + p{
  color: #999;
  font-size: 16px;
}

.hot-line-title{
  padding-left: 36px;
}

.hot-line-title::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../img/f-i.png) no-repeat center;
  margin-left: -40px;
}

.footer-r li dl {
  float: left;
  color: #fff;
  line-height: 30px;
  margin-left: 34px;
}

.footer-r li dl:first-child {
  margin-left: 0;
}

.footer-r li dl dt {
  font-size: 16px;
}

.footer-r li dl dd a {
  color: #848484;
  font-size: 14px;
}

.footer-r li .taiyiss {
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 35px;
}

.auxiliary {
  position: fixed;
  z-index: 5;
  width: 80px;
  /*height: 240px;*/
  right: 0;
  top: 50%;
  /*display: none;*/
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  background-color: #323232;
}

.auxiliary li {
  width: 80px;
  height: 80px;
  border-bottom: 1px solid #484848;
  text-align: center;
  font-size: 12px;
}

.auxiliary li:hover {
  background-color: #d70c19;
}

.auxiliary li a {
  color: #ffffff;
  display: block;
  padding-top: 50px;
  position: relative;
}

.auxiliary li#lastTop{
  display: none;
}

.auxiliary li a.zx::before {
  width: 100%;
    height: 100%;
    top: 7px;
    left: 0;
    background: url(../img/12.GIF) no-repeat center / cover;
}

.auxiliary li a.zxiu::before {
  width: 34px;
  height: 36px;
  background-position: 0 -36px;
  top: 10px;
  left: 19px;
}

.auxiliary li:last-child {
  border-bottom: 0;
}

.auxiliary li:last-child a {
  padding-top: 0;
  height: 100%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: 0;
  top: 0;
}

.auxiliary li:last-child a.to-up::before {
  width: 35px;
  height: 35px;
  left: 50%;
  background-position: -92px -112px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#pop_up_wechat,
#pop_up {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

#pop_up .pop_cont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  padding: 30px;
  background-color: #fff;
  border-radius: 3px;
}

#pop_up .pop_cont img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

#pop_up .pop_cont span {
  position: absolute;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 25px;
  right: 10px;
  top: 10px;
  cursor: pointer;
  background-color: #d70c19;
}

.communal-banner {
  position: relative;
  width: 100%;
  min-width: 1200px;
}

.communal-banner img {
  display: block;
  max-width: 100%;
}

.communal-banner .communal-brief {
  position: absolute;
  width: 650px;
  height: 240px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  padding: 20px;
  text-align: center;
}

.communal-banner .communal-brief.contact-brief {
  width: 440px;
  height: 140px;
  background: none;
  line-height: 100px;
}

.communal-banner .communal-brief.boutique-brief {
  width: 400px;
  height: 160px;
  padding: 25px;
  background: none;
}

.communal-banner .communal-brief.boutique-brief::before {
  background: url(../img/F76DFA17629AB3E3E844B24EA093DC70.PNG) no-repeat center/266px;
}

.communal-banner .communal-brief .communal-brief-conter,
.communal-banner .communal-brief i {
  display: inline-block;
  vertical-align: middle;
}

.communal-banner .communal-brief i {
  height: 100%;
}

.communal-banner .communal-brief small {
  font-size: 30px;
  display: inline-block;
  margin-bottom: 20px;
}

.communal-banner .communal-brief h2 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
}

.communal-banner .communal-brief::before {
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  position: absolute;
  left: 20px;
  top: 20px;
  border: 1px solid #fff;
}

.nav-team {
  height: 70px;
  background-color: #323232;
}

.nav-team ul {
  overflow: hidden;
}

.nav-team ul li {
  float: left;
}

.nav-team ul li a {
  display: block;
  width: 224px;
  color: #fff;
  line-height: 70px;
  text-align: center;
  font-size: 14px;
}

.nav-team ul li a.cur {
  background-color: #d80c18;
}

.crumbs {
  padding: 30px 0;
  position: relative;
}

.crumbs li {
  display: inline-block;
}

.crumbs li::after {
  content: "/";
  color: #333;
  display: inline-block;
  margin: 0 5px;
}

.crumbs li:last-child::after,
.crumbs li.no-after::after {
  content: "";
}

.crumbs li.crumbs-search {
  position: absolute;
  right: 0;
  top: 20px;
}

.crumbs li.crumbs-search input {
  background-color: #fff;
  padding: 0 30px 0 15px;
  border: 1px solid #efefef;
  border-radius: 3px;
  height: 40px;
  width: 270px;
}

.crumbs li.crumbs-search button.icon_2 {
  width: 50px;
  height: 40px;
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.crumbs li.crumbs-search button.icon_2::before {
  height: 25px;
  width: 25px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background-position: 1px -182px;
}

.crumbs a {
  color: #333;
}

.crumbs a.cur {
  color: #d70c19;
}

.team-list {
  overflow: hidden;
  font-size: 0;
}

.team-list.case-list ul li {
  width: 386px;
}

.team-list.case-list ul li .team-text {
  position: relative;
}

.team-list.case-list ul li .team-img {
  width: 386px;
  height: 200px;
}

.team-list.case-list ul li .team-img img {
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.team-list.case-list ul li .team-text-title {
  margin-bottom: 0;
  color: #323232;
}

.team-list.case-list ul li .team-text-title span {
  font-size: 12px;
  color: #666;
}

.team-list.case-list ul li .team-text-years {
  position: absolute;
  opacity: 0;
  width: 386px;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 59px;
  color: #fff;
  background-color: #393939;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.team-list.case-list ul li:hover .team-text-years {
  opacity: 1;
}

.team-list.case-list ul li:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.team-list ul {
  margin-left: -20px;
  margin-bottom: 40px;
}

.team-list li {
  display: inline-block;
  width: 285px;
  background-color: #fff;
  margin-left: 20px;
  margin-bottom: 20px;
  border: 1px solid #efefef;
}

.team-list li:hover {
  box-shadow: 0 0px 12px -5px #ccc;
}

.team-list li img {
  display: block;
}

.team-list li .team-text {
  padding: 20px;
  color: #666;
  text-align: center;
  font-size: 14px;
}

.team-list li .team-text .team-text-title {
  margin-bottom: 10px;
}

.team-list li .team-text .team-text-title span {
  font-size: 16px;
  color: #333;
}

.team-list li .team-text .team-text-years span {
  color: #d70c19;
}

.team-list li .team-img {
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.team-list li .team-img img {
  max-width: 100%;
}

.banner-forms.communal-forms {
  padding: 30px;
  position: static;
  -webkit-transform: none;
  transform: none;
  background-color: #323232;
}

.banner-forms.communal-forms .forms-input,
.banner-forms.communal-forms .forms-subscribe {
  width: calc(33% - 15px);
  margin-left: 15px;
}

.filtrate {
  background-color: #fff;
  border: 1px solid #efefef;
  margin-bottom: 55px;
}

.filtrate li {
  border-bottom: 1px solid #efefef;
  position: relative;
  font-size: 14px;
  padding: 15px 10px 5px 113px;
}

.filtrate li:last-child {
  border: 0;
}

.filtrate li span {
  border-right: 1px solid #efefef;
  padding: 20px 40px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.filtrate li a {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 18px;
  color: #323232;
  margin-bottom: 10px;
}

.filtrate li a.cur {
  color: #fff;
  background-color: #323232;
  border-radius: 3px;
}

.product-title {
  padding-top: 76px;
  text-align: center;
  color: #323232;
  position: relative;
  margin-bottom: 50px;
}

.product-title > h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}

.product-title > small {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 10px;
  background-color: #f5f5f5;
}

.product-title > small::after {
  content: "";
  position: absolute;
  width: 36%;
  border-bottom: 1px solid #ddd;
  left: 0;
  top: 78%;
}

.product-title > small::before {
  content: "";
  position: absolute;
  width: 36%;
  border-bottom: 1px solid #ddd;
  right: 0;
  top: 78%;
}

.product-title > p {
  font-size: 14px;
  color: #999;
}

.product-samll {
  text-align: center;
  margin-bottom: 56px;
}

.product-samll .swiper-slide {
  display: inline-block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #fff;
  color: #323232;
  text-align: center;
  line-height: 110px;
  margin: 0 25px;
  cursor: pointer;
}

.product-samll .swiper-slide.cur {
  background-color: #d70c19;
  color: #fff;
}

.inventory .inventory-title {
  font-size: 25px;
  color: #323232;
  text-align: center;
  margin-bottom: 60px;
}

.inventory .inventory-nav {
  margin-bottom: 46px;
}

.inventory .inventory-nav ul {
  text-align: center;
}

.inventory .inventory-nav ul li {
  display: inline-block;
  width: 140px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #323232;
  border: 1px solid #efefef;
  border-radius: 3px;
  background-color: #fff;
  margin-left: 20px;
  cursor: pointer;
}

.inventory .inventory-nav ul li.cur {
  background-color: #d70c19;
  color: #fff;
}

table {
  background-color: #FFF;
  border: none;
  color: #323232;
  font-size: 12px;
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
}

.inventory-list {
  margin-bottom: 60px;
}

.inventory-list .inventory-item {
  display: none;
  box-shadow: 0 5px 5px -1px #eaeaea;
}

.inventory-item table thead {
  background-color: #323232;
  color: #fff;
  border: 1px solid #323232;
}

.inventory-item table thead tr th {
  padding: 20px;
  font-weight: 500;
  font-size: 16px;
  border-right-color: #393939;
}

table, td, th {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

.inventory-item tbody td,
.inventory-item tbody th {
  border-bottom: 1px solid #efefef;
  padding: 20px;
}

.inventory-item tbody tr td {
  border: 0;
}

.inventory-item tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

.quoted {
  width: 1200px;
  height: 250px;
  padding: 30px;
  background: url(../img/bj.jpg) no-repeat center;
}

.quoted .quoted-title {
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
}

.quoted .quoted-input {
  margin-left: -20px;
  margin-bottom: 40px;
  font-size: 0;
  text-align: center;
}

.quoted .quoted-input input {
  width: 366px;
  height: 40px;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  border: 0;
  margin-left: 20px;
}

.quoted .quoted-submit {
  text-align: center;
}

.quoted .quoted-submit button {
  width: 366px;
  height: 40px;
  border-radius: 3px;
  background-color: #d70c19;
  color: #fff;
}

.contact-content .contact-list {
  padding: 80px 30px;
  background-color: #fff;
}

.contact-content ul {
  text-align: center;
  font-size: 0;
}

.contact-content li {
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
  font-size: 13px;
}

.contact-content li .contact-phone {
  font-size: 20px;
  color: #d70c19;
}

.contact-content li > img {
  margin-bottom: 30px;
}

.contact-content li p {
  line-height: 40px;
  color: #333;
}

.contact-content .contact-map {
  text-align: center;
  margin-bottom: 40px;
}

.contact-content .contact-map p.map-title {
  padding-top: 50px;
  margin-bottom: 30px;
}

.contact-content .contact-map img {
  display: block;
}

.feature-tab {
  text-align: center;
  margin-bottom: 50px;
}

.feature-tab span {
  display: inline-block;
  padding: 10px;
  width: 100px;
  border: 1px solid #efefef;
  margin-left: 30px;
  border-radius: 3px;
  cursor: pointer;
}

.feature-tab span.cur {
  border-color: #d70c19;
  background-color: #d70c19;
  color: #fff;
}

.feature-item {
  font-size: 0;
  margin-left: -20px;
  overflow: hidden;
  display: none;
}

.feature-item.cur {
  display: block;
}

.feature-item li {
  width: 182px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #333;
  margin-left: 20px;
  border: 1px solid #efefef;
  height: 340px;
}

.feature-item li img {
  display: block;
  max-width: 100%;
}

.feature-item li .feature-text {
  padding: 10px;
}

.feature-item li .feature-text h3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
}

.feature-item li .feature-text p {
  line-height: 1.7;
}

.boutique-feature {
  padding-bottom: 90px;
  border-bottom: 40px solid #f5f5f5;
}

.feature-container {
  position: relative;
}

.feature-container .swiper-slide {
  padding-top: 30px;
}

.feature-container ul {
  padding-top: 50px;
  border-top: 1px solid #e5e5e5;
  height: 300px;
  margin-left: -22px;
}

.feature-container li {
  height: 300px;
  width: 150px;
  border: 1px solid #efefef;
  position: relative;
  float: left;
  margin-left: 24px;
}

.feature-container li > span {
  position: absolute;
  width: 60px;
  height: 94px;
  top: -78px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding-top: 17px;
  background: url(../img/process-bj.png) no-repeat center center;
  left: 50%;
  margin-left: -30px;
}

.feature-container li img {
  width: 150px;
  display: block;
}

.feature-container li .feature-text {
  padding: 10px;
}

.feature-container li h3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
}

.feature-container li .feature-text p {
  line-height: 1.7;
  font-size: 14px;
  text-align: justify;
}

.quote-main {
  padding-top: 50px;
  padding-bottom: 130px;
  background: url(../img/quote-bj.jpg) no-repeat center center/cover;
}

.quote-main header {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

.quote-main header::after {
  content: "";
  position: absolute;
  width: 125px;
  height: 267px;
  background: url(../img/quote-d.png) no-repeat center center/cover;
  top: -57px;
  left: 0;
  z-index: 1;
}

.quote-main .quote-exhibition {
  height: 700px;
  position: relative;
}

.quote-main .quote-exhibition::after {
  content: "";
  position: absolute;
  width: 145px;
  height: 204px;
  background: url(../img/quote-h.png) no-repeat center center/cover;
  bottom: -74px;
  right: -30px;
}

.quote-main .quote-left {
  float: left;
  width: 810px;
  height: 700px;
  background-color: #fff;
}

.quote-main .quote-left .quote-title {
  line-height: 90px;
  text-align: center;
  border-bottom: 1px solid #eee;
  font-size: 25px;
}

.quote-main .quote-left .quote-form {
  padding: 40px;
}

.quote-main .quote-left .quote-form .quote-input {
  margin-bottom: 20px;
}

.quote-main .quote-left .quote-form .quote-input input {
  width: 306px;
  border: 1px solid #efefef;
  height: 40px;
  padding: 0 20px;
}

.quote-main .quote-left .quote-form .quote-input label {
  width: 80px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 3px;
  font-size: 14px;
  color: #666;
}

.quote-main .quote-left .quote-form .quote-input .quote-r {
  display: inline-block;
  vertical-align: middle;
}

.quote-main .quote-left .quote-form .quote-input .quote-r span {
  color: #333;
  display: inline-block;
  vertical-align: middle;
}

.quote-main .quote-left .quote-form .quote-input .quote-r select {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #efefef;
  height: 40px;
  padding: 0 20px;
  background: url(../img/quote1.png) no-repeat right center/40px;
}

.quote-main .quote-left .quote-form .quote-input .quote-r select.quote-site {
  width: 260px;
  margin-left: 10px;
}

.quote-main .quote-left .quote-form .quote-input .quote-r .quote-hardcover {
  width: 306px;
  color: #d70c19;
}

.quote-main .quote-left .quote-form .quote-submit {
  text-align: center;
  padding-top: 40px;
}

.quote-main .quote-left .quote-form .quote-submit button {
  width: 410px;
  line-height: 50px;
  background-color: #d70c19;
  color: #fff;
  border-radius: 3px;
}

.quote-main .quote-left .quote-form #house-type {
  font-size: 14px;
  color: #999;
}

.quote-main .quote-left .quote-form #house-type li {
  height: 50px;
  display: inline-block;
  margin-right: 5px;
}

.quote-main .quote-left .quote-form #house-type li input {
  width: 50px;
  height: 50px;
  border-right-color: #efefef;
}

.quote-main .quote-left .quote-form #house-type li .house-operate {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #efefef;
  margin-left: -5px;
  margin-right: 5px;
}

.quote-main .quote-left .quote-form #house-type li .house-operate span.add-up,
.quote-main .quote-left .quote-form #house-type li .house-operate span.subtract-down {
  display: block;
  width: 25px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  background: #333;
  color: #fff;
}

.quote-main .quote-left .quote-form #house-type li .house-operate span.add-up {
  border-bottom: 1px solid #efefef;
  line-height: 23px;
}

.quote-main .quote-right {
  width: 390px;
  height: 700px;
  padding: 35px;
  float: right;
  background-color: #eee;
}

.quote-main .quote-right .quote-statistics {
  text-align: center;
  color: #333;
  font-size: 16px;
  margin-bottom: 70px;
}

.quote-main .quote-right .quote-statistics span {
  padding: 2px 5px;
  background-color: #d70c19;
  color: #fff;
  border-radius: 3px;
}

.quote-main .quote-right .quote-list-statistics li {
  position: relative;
  padding-left: 110px;
  margin-bottom: 50px;
  color: #333;
  line-height: 1.7;
}

.quote-main .quote-right .quote-list-statistics li::before {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  left: 10px;
}

.quote-main .quote-right .quote-list-statistics li.m::before {
  background-position: -102px 0;
}

.quote-main .quote-right .quote-list-statistics li.y::before {
  background-position: -102px -51px;
}

.quote-main .quote-right .quote-list-statistics li.j::before {
  background-position: -103px -149px;
}

.quote-main .quote-right .quote-list-statistics li.q::before {
  background-position: -102px -210px;
}

.header-top .header-top-right .advisory.video-live {
  background-color: #d70c19;
  font-size: 14px;
  color: #fff;
  padding: 0 30px;
}

.playing_box {
  display: inline-block;
  vertical-align: -3px;
  margin-right: 2px;
}

.playing {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.playing_live {
  color: #fff;
}

.playing__bar {
  display: inline-block;
  background: white;
  width: 5px;
  height: 100%;
  margin-right: 3px;
  -webkit-animation: up-and-down 1.3s ease infinite alternate;
  animation: up-and-down 1.3s ease infinite alternate;
}

.playing__bar1 {
  height: 60%;
}

.playing__bar2 {
  height: 30%;
  -webkit-animation-delay: -2.4s;
  animation-delay: -2.4s;
}

.playing__bar3 {
  height: 75%;
  -webkit-animation-delay: -3.7s;
  animation-delay: -3.7s;
}

@-webkit-keyframes up-and-down {
  10% {
    height: 30%;
  }

  30% {
    height: 100%;
  }

  60% {
    height: 50%;
  }

  80% {
    height: 75%;
  }

  100% {
    height: 20%;
  }
}

@keyframes up-and-down {
  10% {
    height: 30%;
  }

  30% {
    height: 100%;
  }

  60% {
    height: 50%;
  }

  80% {
    height: 75%;
  }

  100% {
    height: 20%;
  }
}

@media screen and (max-width: 1600px) {
  .header-top .header-top-right .nav-list > ul > li > a {
    font-size: 14px;
    min-width: 70px;
    padding: 0 10px;
  }
  .header-top .header-top-left {
    /* width: 140px; */
    padding-top: 19px;
  }
  .header-top .header-top-right .advisory {
    padding-right: 10px;
    padding-left: 50px;
  }
  .header-top .header-top-right .advisory.icon_2::before {
    left: 0px;
  }
  .header-top .header-top-right .advisory .advisory-ip span {
    font-size: 14px;
  }
  .header-top .header-top-right .advisory .advisory-ip p {
    font-size: 16px;
  }
}


/*2020-02-26*/

.video-up{
  position: fixed;
  z-index: 12;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,.5);
  display: none;
}

.video_cont{
  position: absolute;
  width: 700px;
  height: 450px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  padding: 30px 20px;
}

#VideoIframe{
  width: 100%;
  height: 100%;
}

#video_close{
  position: absolute;
  font-size: 20px;
  right: 5px;
  cursor: pointer;
  top: 0;
}

@media screen and (max-width: 1366px) {
    .swiper-container.swiper-banner .swiper-lazy {
        height: 494px;
        background-position: top center;
        background-size: cover;
    }
}

@media screen and (max-width: 1500px) and (min-width: 1200px) {
    .header-top{
      height: 160px;
    }
    .header-top .header-top-right .social-way .wechat-img {
      width: 150px;
      left: -70px;
    }
    .auxiliary{
        top: 60%;
    }
}

@media (min-width: 1200px) {
    .header-top .header-top-left {
     width: 299px;
    }
    .header-top {
        height: 80px;
    }
}

@media (max-width: 900px) {
   .header-top .header-top-left {
     width: 240px;
    }
}

.video-list-link{
  display: block;
  width: 100%;
  height: 177px;
  overflow: hidden;
}
.video_list{
  display: block;
  height: 180px;
  overflow: hidden;
}








