﻿#view * {
  font-family: 'Microsoft YaHei';
}

.row {
  margin: 0;
}

.left-menu {
  margin-top: 0px;
}

.content-main {
  width: 850px;
  background: #fff;
  min-height: 200px;
  padding: 15px;
}

.content-title {
  font-size: 75px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold !important;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  top: 220px;
  left: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 767px) {
  .content-title {
    display: none;
  }
}

.content-info {
  font-size: 12px;
  color: #808080;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 10px;
  overflow: hidden;
}

.content-type-title {
  text-align: center;
  margin: 20px auto 40px;
}

.content-type-title>.name {
  font-size: 30px;
  color: #292929;
  line-height: initial;
}

.content-type-title>.en_name {
  color: #999999;
  font-size: 14px;
}

.content-info a:link,
.content-info a:visited {
  color: #808080;
}

.content-info a:hover {
  color: #ff0000;
}

.content-view {
  width: 100%;
  line-height: 2;
  font-size: 14px;
  margin-bottom: 50px;
  margin-top: 20px;
}

.content-img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
}

#list {
  overflow: hidden;
  margin-bottom: 50px;
}

#list>div {
  margin-bottom: 15px;
}

#list .left {
  vertical-align: middle;
  display: table-cell;
  overflow: hidden;
  padding: 2%;
}

#list .left .img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  transition: all 0.6s;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

#list .right {
  vertical-align: middle;
  display: table-cell;
  padding: 2%;
  box-sizing: border-box;
}

#list .right .title {
  padding-bottom: 10px;
  color: #3a3a3a;
  font-size: 16px;
  font-weight: bold;
  transition: .6s;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

#list .right .title::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #cbcbcb;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: .6s;
}

#list>div:hover .right .title {
  color: #1388f8
}

#list>div:hover .left {
  border-radius: 8px;
}

#list>div:hover .left .img {
  transform: scale(1.2);
}

#list .right .text {
  font-size: 14px;
  color: #7b7b7b;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 15px;
  margin-bottom: 0;
  line-height: 1.8;
}

/*===========================
      加盟指南
===========================*/
._title h4 {
  font-size: 48px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold !important;
  font-weight: 700;
  color: #333333;
}

._title p {
  font-size: 14px;
  font-family: MicrosoftYaHeiLight !important;
  font-weight: normal;
  text-align: left;
  color: #333333;
  letter-spacing: 1.12px;
}

._top {
  margin-top: 50px;
  font-size: 26px;
  font-family: MicrosoftYaHei !important;
  font-weight: normal;
  color: #333333;
  display: flex;
  align-items: center;
}

._top span {
  width: 12px;
  height: 12px;
  background: #c7342d;
  border-radius: 50%;
  margin-right: 10px;
}

._box {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

._box ._item {
  display: flex;
  margin-bottom: 120px;
}

._box ._item img {
  width: 66px;
  height: 66px;
  margin-right: 20px;
}

._box ._item ._text h6 {
  font-size: 24px;
  font-family: MicrosoftYaHei !important;
  font-weight: normal;
  color: #c7342d;
}

._box ._item ._text p {
  margin-top: 5px;
  font-size: 14px;
  font-family: MicrosoftYaHei !important;
  font-weight: normal;
  color: #999999;
  width: 266px;
}

@media (max-width: 767px) {
  ._box ._item {
    margin-bottom: 50px;
  }
}


/*===========================
      CONTACT css 
===========================*/
.contact-area {
  background-color: #FDFAF6;
}

.main-btn2 {
  height: 54px;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 0 130px;
  font-size: 16px;
  line-height: 56px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background: url('/Webs/r/Home/37/assets/images/textBg2.png') no-repeat center center;
  background-size: 100% 100%;
  border: none;
}

.main-btn2:hover {
  color: rgba(255, 255, 255, 0.6);
}

._line {
  border-right: 1px dashed #e4e4e4;
}

.contact-area .contact-title .title {
  font-size: 60px;
  color: #333;
}

._mt {
  margin-left: 60px;
}

@media (max-width: 767px) {
  .contact-area .contact-title .title {
    font-size: 26px;
  }

  .main-btn2 {
    padding: 0 80px;
  }

  ._line {
    border: none;
  }
}

@media (max-width: 767px) {
  .contact-area {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.contact-box {
  padding: 48px 48px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(156, 156, 156, 0.25);
  -moz-box-shadow: 0px 0px 40px 0px rgba(156, 156, 156, 0.25);
  box-shadow: 0px 0px 40px 0px rgba(156, 156, 156, 0.25);
  background-color: #fff;
}

@media (max-width: 767px) {
  .contact-box {
    padding: 20px 5px;
  }

  ._ma {
    margin-top: 36px;
  }

  ._mt {
    margin-left: 0px;
  }
}

.contact-info .info-title {
  font-size: 24px;
  /* padding-bottom: 5px; */
}

.single-info {
  position: relative;
}

._mtInfo {
  margin-top: 40px;
}

.single-info .info-icon {
  position: absolute;
  left: 0;
  top: 0;
}

.single-info .info-icon img {
  width: 14px;
  height: 14px;
}

.single-info .info-content {
  padding-left: 40px;
}

.single-info .info-content p {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #333333;
}

@media (max-width: 767px) {
  .single-info .info-content p {
    font-size: 16px;
  }
}

.form-group {
  margin: 0;
}

.single-form {
  margin-top: 30px;
}

.single-form textarea,
.single-form input,
.single-form select {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #cecece;
  /* background-color: #f7f7ff; */
  padding: 0 20px 0 0;
}

.single-form select {
  outline: none;
}

.single-form textarea {
  height: 80px;
  /* padding-top: 15px; */
  resize: none;
}

.single-form textarea::placeholder,
.single-form input::placeholder {
  opacity: 1;
  color: #777;
}

p.form-message.success,
p.form-message.error {
  font-size: 16px;
  color: #333;
  background: #ddd;
  padding: 10px 15px;
  margin-left: 15px;
  margin-top: 15px;
}

p.form-message.error {
  color: #f00;
}

.list-unstyled li {
  font-size: 13px;
  margin-left: 2px;
  margin-top: 5px;
  color: #f00;
}

@media (max-width: 767px) {
  .single-form {
    margin-top: 24px;
  }

  ._mtInfo {
    margin-top: 24px;
  }
}