
body {
 background: #fff;
}
.main {
  width: 100%;
  padding: 0 15px;
  position: relative;
}

/*列表项出现动效*/
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-120px, 0, 0);
    transform: translate3d(-120px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-120px, 0, 0);
    transform: translate3d(-120px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}


@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(120px, 0, 0px);
    transform: translate3d(120px, 0, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(120px, 0, 0px);
    transform: translate3d(120px, 0, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}


.text-line-1 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.text-line-2 {
   -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


@media (min-width: 1200px) {
  .main {
    width: 1200px;
    margin: 0 auto;
     padding: 0;
  }
}

.banner-intro {
  width: 100%;
  height: 290px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 100px;
  position: relative;
  background-image: url('/static/image/entInfo-paid/concat-ci-0a51af4588727a30a3507eee87329d84.png');
}
.banner-intro::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.4);
  width: 100%;
  height: 100%;
  
}
.banner-intro .main {
  position: relative;
  z-index: 2;
}

.local-title {
  font-size: 58px;
  font-weight: 500;
  line-height: 58px;
  color: #FFFFFF;
  margin: 0 0 20px 0;
}


.local-nav .arrow,
.local-nav a{
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  display: inline-block;
  vertical-align: top;
}
.local-nav a:hover {
  color: #3C7BFF;
  text-decoration: none;
}
.local-nav a.no-active:hover {
  color: #FFFFFF;
  text-decoration: none;
  cursor:auto;
}

.main-container {
  padding: 36px 0 112px;
}

.concat-us-container {
  width: 578px;
  float: left;
}

.comom-card-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #292929;
  padding-bottom: 12px;
  position: relative;
}
.comom-card-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #3875F6;
  width: 95px;
}


.concat-info-container {
  padding-top: 20px;
}

.concat-info-container .concat-tip {
 font-size: 16px;
  line-height: 24px;
  color: #646464;
  margin-bottom: 16px;
  min-height: 48px;
  width: 536px;
}

.concat-swiper {
   width: 480px;
   margin: -10px 0 0 -20px;
   border-radius: 12px;
    overflow-x: hidden;
}

.concat-list {
  list-style: none;
  margin: 0;
  padding: 10px 20px;
}


/*.swiper-container-horizontal > .swiper-pagination-bullets {*/
/*  bottom: 6px;*/
/*}*/

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 8px;
  border-radius: 4px;
  background: #D8D8D8;
  margin: 0 2px;
  opacity: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 24px;
  background: #3875F6;
}

.concat-list .concat-item {
  width: 440px;
  min-height: 220px;
  background-image: url('/static/image/entInfo-paid/concat-bg-a32a38156e3e01d8825e1b07df1787bd.png');
  background-size: cover;
  padding: 24px 32px 16px;
  margin-bottom: 24px;
  border-radius: 12px;
  word-break: break-all;
  background-position: center;
}


.concat-card-name span:nth-child(1){
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #292929;
}
.concat-card-name span:nth-child(2) {
  font-size: 16px;
  line-height: 24px;
  color: #3875F6;
  margin-left: 4px;
}
.concat-list .concat-item  .concat-line {
  width: 60px;
  height: 1px;
  opacity: 0.6;
  background-color: #9A9EAB;
  margin: 16px 0 11px 0;
}
.concat-list .concat-item  .concat-card-item {
  font-size: 16px;
  line-height: 24px;
  color: #292929;
  padding: 5px 0 5px 24px;
  background-size: 20px;
  background-position: left 5px;
  background-repeat: no-repeat;
}
.concat-list .concat-item  .concat-card-item.tel {
 background-image: url('/static/image/entInfo-paid/tel_ci-870e4b96ab8ef6a06b9d227c1fdc4981.png');
}
.concat-list .concat-item  .concat-card-item.email {
 background-image: url('/static/image/entInfo-paid/email_ci-770da7a1550824ee755aed0fbe854522.png');
}
.concat-list .concat-item  .concat-card-item.address {
 background-image: url('/static/image/entInfo-paid/addr_ci-05ce2b2c45e0fb73a79c1250ed4d2fb5.png');
}


.concat-msg-container {
  width: 578px;
  float: right;
}


.concat-form-container {
  width: 541px;
  background: #F8FAFC;
  border-radius: 12px;
  padding: 24px 24px 24px;
  min-height: 464px;
}

.concat-form-container .form-group {
  margin: 0 0 12px 0;
}

.concat-form-container .control-label {
  font-size: 16px;
  color: #292929;
  font-weight: normal;
  margin-bottom: 8px;
  line-height: 24px;
}
.concat-form-container .red-dot {
  color: #FC5D50;
}
.concat-form-container .form-control {
  height: 36px;
  padding: 8px;
  line-height: 1.2;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #DBDEE2;
}
.concat-form-container .form-control::-webkit-input-placeholder {
  color: #9A9EAB;
}
.concat-form-container textarea.form-control {
  height: auto;
  resize: vertical;
}

.concat-form-container .btn-primary {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background: #3C7BFF;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 8px;
  border-color: #3c7bff;
  outline: none !important;
}

.concat-form-container .btn-primary:hover {
  background-color: #1b5be2;
  border-color: #3c7bff;
}

.btn-primary.active:hover,
.btn-primary:active.focus
 {
  background-color: #1b5be2;
  border-color: #3c7bff;
  outline: none;
}


.concat-form-container .btn-primary::after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url('/static/image/entInfo-paid/sub_ci-fd341bbfab2b48cf51daa3e01be7227c.png');
  background-size: cover;
  vertical-align: top;
  margin-top: 2px;
  margin-left: 2px;
}
.shadow-hover {
  transition: all 0.3s;
}
.shadow-hover:hover {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

.local-nav a.no-active:hover {
  color: #FFFFFF;
  text-decoration: none;
  cursor:auto;
}