/*
蓝色主题
*/
/*
系统主题
*/
.color {
  color: #1684FF;
}
.content {
  position: relative;
  padding-bottom: 50px;
  background-color: #f2f2f2;
  z-index: 3;
}
.banner {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 460px;
  background: url(../img/quality.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.banner h3 {
  margin-top: 109px;
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 400;
}
.banner h3.quality {
  margin-top: 72px;
}
.banner p {
  font-size: 24px;
}
.banner .experienceBttom {
  cursor: pointer;
  margin: 40px 0 50px 0;
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding: 0 50px;
  display: inline-block;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 50px;
  transition: background 0.5s, color 0.5s;
  background: transparent;
}
.banner .experienceBttom:hover {
  background: #5AA8FF;
  color: #fff;
  border: none;
  line-height: 52px;
}
.layui-container:before,
.container:before {
  display: table;
  content: " ";
}
.layui-container:after,
.container:after {
  display: table;
  content: " ";
  clear: both;
}
.mcontent {
  position: relative;
  width: 1400px;
  margin: 0 auto;
  margin-top: -110px;
  padding-top: 35px;
  z-index: 3;
  background-color: #fff;
}
.mcontent .title {
  margin: 70px 0;
}
.mcontent .title .h3tit {
  padding: 0;
}
.mcontent .title .subtit {
  margin-top: 24px;
}
.mcontent .thumbnail {
  display: inline-block;
  height: 212px;
  border: 0;
  text-align: center;
}
.mcontent .thumbnail h3 {
  margin: 12px 0 30px;
  color: #333;
  font-size: 18px;
}
.mcontent .thumbnail p {
  color: #7c7c7c;
  font-size: 14px;
  line-height: 24px;
}
.mcontent .strategy {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
}
.mcontent .strategy .media {
  margin-bottom: 130px;
  padding-right: 15px;
  padding-left: 15px;
}
.mcontent .strategy .media a {
  float: left;
  width: 50%;
  text-align: center;
  cursor: default;
}
.mcontent .strategy .media a .media-object {
  display: inline-block;
}
.mcontent .strategy .media .media-body {
  height: 242px;
}
.mcontent .strategy .media .media-body h4,
.mcontent .strategy .media .media-body p {
  display: inline-block;
  width: 460px;
  text-align: left;
}
.mcontent .strategy .media .media-body p {
  color: #7c7c7c;
  line-height: 24px;
}
.mcontent .strategy .media .media-body .media-heading {
  font-size: 24px;
  margin-bottom: 20px;
}
.mcontent .strategy .media .media-body .p1 {
  margin-bottom: 30px;
}
.mcontent .strategy li:nth-child(2n) a {
  float: right;
  text-align: left;
}
.mcontent .bbc {
  display: table;
  width: 1100px;
  height: 250px;
  margin: 0 auto;
  background-color: #1684FF;
  margin-bottom: 80px;
}
.mcontent .bbc .bbc-info {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.mcontent .bbc .bbc-info h3 {
  color: #fff;
  font-size: 24px;
  font-style: italic;
  margin-bottom: 20px;
}
.mcontent .bbc .bbc-info p {
  color: #fff;
  font-size: 18px;
}
.mcontent .bbc .bbc-info p .btn-common {
  display: inline-block;
  width: 220px;
  height: 48px;
  line-height: 48px;
  margin-top: 20px;
  border-radius: 24px;
  border: 1px solid #fff;
}
.mcontent .bbc .bbc-info .experienceBttom {
  cursor: pointer;
  margin: 40px 0 50px 0;
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding: 0 50px;
  display: inline-block;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 50px;
  transition: background 0.5s, color 0.5s;
  background: transparent;
}
.mcontent .bbc .bbc-info .experienceBttom:hover {
  background: #5AA8FF;
  color: #fff;
  border: none;
  line-height: 52px;
}
.custom {
  padding-bottom: 0;
  background-color: #fff;
}
.custom .banner {
  height: 400px;
  background: url(../img/banner_custom.jpg) center no-repeat;
}
.custom .banner.banner_bottom {
  margin-top: 120px;
  height: 233px;
  background: url(../img/banner_bottom.jpg) center no-repeat;
}
.custom .banner.banner_bottom h3 {
  margin-top: 57px;
  margin-bottom: 30px;
  font-size: 24px;
  font-style: italic;
}
.custom .banner.banner_bottom p {
  margin-bottom: 20px;
  font-size: 18px;
}
.custom .banner.banner_bottom p:last-child {
  margin-bottom: 0;
}
.custom .banner.banner_bottom p .btn-common {
  width: 320px;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
}
.custom .mcontent {
  margin-top: 0;
  padding-top: 0;
}
.custom .mcontent .title {
  margin: 63px 0 35px;
}
.custom .mcontent .thumbnail {
  width: 312px;
  height: 470px;
  border: 1px solid #e0e0e0;
  padding: 0 19px;
}
.custom .mcontent .thumbnail img {
  margin: 36px auto;
}
.custom .mcontent .thumbnail .caption {
  display: inline-block;
  padding: 0;
  border-top: 1px solid #e0e0e0;
}
.custom .mcontent .thumbnail h3 {
  margin: 20px 0;
  color: #1684FF;
}
.custom .mcontent .thumbnail p {
  text-align: left;
  line-height: 24px;
}
.custom .mcontent .thumbnail .p1 {
  margin-bottom: 30px;
}
.custom .mcontent .thumbnail:hover {
  box-shadow: 1px 0 28px rgba(0, 0, 0, 0.15);
}
.custom .mcontent .strategy ul {
  display: inline-block;
  margin: 0 auto;
}
.custom .mcontent .strategy ul li {
  float: left;
  width: 260px;
  height: 416px;
  margin-right: 20px;
}
.custom .mcontent .strategy ul li:last-child {
  margin-right: 0;
}
.custom .mcontent .strategy .picWrap {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}
.custom .mcontent .strategy .picWrap .shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 67px;
  padding: 0 20px;
  color: #fff;
  background: #5AA8FF;
  text-align: center;
  overflow: hidden;
}
.custom .mcontent .strategy .picWrap .shadow .name {
  font-size: 16px;
  line-height: 67px;
}
.custom .mcontent .strategy .picWrap .shadow .txt {
  font-size: 14px;
}
.custom .mcontent .strategy .picWrap .shadow.shadow_show {
  padding-top: 44px;
}
.custom .mcontent .strategy .picWrap .shadow.shadow_show .name {
  display: none;
  margin-top: 85px;
  line-height: 56px;
  font-size: 24px;
}
.custom .mcontent .strategy .picWrap .shadow.shadow_show .txt {
  line-height: 22px;
  margin-bottom: 25px;
  font-size: 14px;
  text-align: left;
}
.custom .mcontent .strategy .picWrap .shadow.shadow_show .txt:last-child {
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  .mcontent {
    width: 100%;
  }
}
.FAQ {
  padding-bottom: 0;
}
.FAQ .banner {
  height: 401px;
  background: url(../img/banner_FAQ.jpg) center no-repeat;
}
.FAQ .banner h3 {
  margin-bottom: 15px;
  font-size: 48px;
}
.FAQ .banner p {
  font-size: 18px;
}
.FAQ .banner .experienceBttom {
  width: 200px;
  height: 50px;
  background: #1684FF;
  opacity: 0.9;
  border-radius: 25px ;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  margin-top: 24px;
  border: none;
}
.FAQ .banner .experienceBttom:hover {
  background: #5AA8FF;
}
.FAQ .mcontent {
  width: 100%;
  margin-top: 0;
  padding-top: 0;
}
.FAQ .mcontent .btn-group {
  margin: 63px auto;
}
.FAQ .mcontent .btn-group .btn {
  width: 305px;
  height: 48px;
  line-height: 48px;
  padding: 0;
  background-color: transparent;
  color: #7c7c7c;
  border: 1px solid #e0e0e0;
}
.FAQ .mcontent .btn-group .btn.hover,
.FAQ .mcontent .btn-group .btn:hover {
  background-color: #1684FF;
  color: #fff;
  border: 1px solid #1684FF;
}
.FAQ .mcontent .strategy ul li {
  padding: 65px 0;
}
.FAQ .mcontent .strategy ul li:nth-child(2n) {
  background-color: #f2f2f2;
}
.FAQ .mcontent .strategy ul li:nth-child(2n) .media a {
  text-align: right;
}
.FAQ .mcontent .strategy ul li .media {
  margin-bottom: 0;
}
.FAQ .mcontent .strategy ul li .media a {
  text-align: left;
}
.FAQ .mcontent .strategy ul li .media .media-body h4 {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #1684FF;
  margin-bottom: 10px;
}
.FAQ .mcontent .strategy ul li .media .media-body p {
  width: 100%;
  font-size: 16px;
  margin-bottom: 25px;
}
.FAQ .mcontent .strategy ul li .media .media-body p.p2 {
  margin-bottom: 0;
}
.FAQ.fileType .banner {
  background: url(../img/banner_type.jpg) center no-repeat;
}
.FAQ.fileType .banner h3 {
  margin-top: 118px;
  font-size: 30px;
}
.FAQ.fileType .banner p {
  font-size: 18px;
}
.FAQ.fileType .strategy ul li:nth-child(2n) {
  background-color: #fff;
}
.FAQ.fileType .strategy ul li .media .media-body {
  height: 360px;
}
.FAQ.fileType .strategy ul li .media-body {
  display: table-cell;
  height: 360px;
  vertical-align: middle;
}
.FAQ.fileType .priceType {
  padding-bottom: 45px;
  background-color: #f2f2f2;
}
.FAQ.fileType .priceType .media a {
  float: right;
  width: 50%;
  text-align: center;
  cursor: default;
}
.FAQ.fileType .priceType .media .media-object {
  margin: -30px auto;
}
.FAQ.fileType .priceType .media .media-heading {
  width: 100%;
  line-height: 26px;
  font-size: 18px;
  font-weight: 700;
  color: #1684FF;
  margin-bottom: 10px;
}
.FAQ.fileType .priceType .media .media-body {
  height: 360px;
}
.FAQ.fileType .priceType .media .media-body p {
  width: 100%;
  font-size: 16px;
  margin-bottom: 25px;
  color: #7c7c7c;
}
.FAQ.fileType .priceType .media .media-body .p1 {
  margin-bottom: 30px;
}
.FAQ.fileType .priceType .media .media-body .p2 {
  margin-bottom: 0;
}
.FAQ.fileType .priceType .media .media-body .P3 {
  color: #333;
  margin-bottom: 0;
}
.FAQ.fileType .banner_fileType_bottom {
  height: 250px;
  margin-bottom: -4px;
  background: url(../img/banner_fileType_bottom.jpg) center no-repeat;
}
.FAQ.fileType .banner_fileType_bottom h3 {
  margin-top: 60px;
  font-style: italic;
  font-size: 24px;
  font-weight: bold;
}
.FAQ.fileType .banner_fileType_bottom p {
  margin-bottom: 15px;
  font-size: 18px;
}
.FAQ.fileType .banner_fileType_bottom .btn-common {
  width: 320px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  border-radius: 24px;
}
.deliver .banner {
  height: 460px;
  background: url(../img/banner_deliver.jpg) center no-repeat;
}
.deliver .banner .delv {
  margin-top: 89px;
}
.deliver .banner .experienceBttom {
  cursor: pointer;
  margin: 40px 0 50px 0;
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding: 0 50px;
  display: inline-block;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 50px;
  transition: background 0.5s, color 0.5s;
  background: transparent;
}
.deliver .banner .experienceBttom:hover {
  background: #5AA8FF !important;
  color: #fff !important;
  border: none;
  line-height: 52px;
}
.deliver .process {
  margin-bottom: 50px;
}
.deliver .thumbnail {
  width: 338px;
  height: 180px;
  margin-bottom: 100px;
  background-color: #CCEAFF;
}
.deliver .thumbnail .caption {
  padding: 13px;
  text-align: center;
}
.deliver .thumbnail .caption h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 24px;
}
.deliver .thumbnail .caption p {
  font-size: 16px;
  color: #333;
  text-align: left;
}
.deliver .communicate {
  max-width: 100%;
  margin-bottom: 85px;
}
.deliver .strategy ul li.media a {
  text-align: left;
}
.deliver .strategy ul li.media:nth-child(2n-1) .media-body {
  text-align: right;
}
.deliver .strategy ul li:nth-child(2n) a {
  text-align: right;
}
.deliver .bbc {
  height: 250px;
}
.deliver .bbc .bbc-info h3 {
  font-weight: bold;
  margin-top: 10px;
}
.deliver .bbc .bbc-info .btn {
  display: inline-block;
  width: 220px;
  height: 48px;
  line-height: 48px;
  margin-top: 20px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 24px;
}
.deliver .bbc .bbc-info .experienceBttom {
  cursor: pointer;
  margin: 40px 0 50px 0;
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding: 0 50px;
  display: inline-block;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 50px;
  transition: background 0.5s, color 0.5s;
  background: transparent;
}
.deliver .bbc .bbc-info .experienceBttom:hover {
  background: #fff !important;
  color: #5AA8FF !important;
  border: none;
  line-height: 52px;
}
.price {
  padding-bottom: 0;
}
.price .banner {
  height: 528px;
  background: url(../img/banner_price.jpg) center no-repeat;
}
.price .main .price_desc .thumbnail {
  background-color: transparent;
  border: 0;
  margin: 55px auto 90px;
}
.price .main .price_desc .thumbnail .caption h3 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #333;
  text-align: center;
}
.price .main .price_desc .thumbnail .caption p {
  padding-left: 85px;
  font-size: 14px;
  color: #7c7c7c;
  text-align: left;
}
.price .main .textCenter .thumbnail .caption p {
  padding-left: 10px;
  text-align: left;
}
.price .main .publicBlock {
  background-color: #fff;
}
.price .main .h3tit {
  padding: 60px 0 10px;
}
.price .main .langWrap {
  display: inline-block;
  padding: 15px 0 60px 50px;
}
.price .main .langWrap .p1 {
  width: 400px;
  padding: 12px;
  text-align: left;
}
.price .main .langWrap .lang_right {
  margin-top: 50px;
}
.price .main .langWrap .or_domain_select {
  width: 400px;
}
.price .main .langWrap .or_domain_select h3 {
  height: 50px;
  line-height: 50px;
  background-position: 95% center;
}
.price .main .langWrap .hover .or_domain_select h3 {
  color: #333;
  border-color: #1684FF;
}
.price .main .level {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}
.price .main .level .thumbnail {
  width: 500px;
  height: 395px;
  padding: 0;
}
.price .main .level .thumbnail .title {
  height: 140px;
  padding: 0 20px;
  background-color: #1684FF;
  color: #fff;
  text-align: center;
}
.price .main .level .thumbnail .title h1 {
  padding: 17px 0;
  font-size: 24px;
}
.price .main .level .thumbnail .title h1 span {
  font-size: 16px;
}
.price .main .level .thumbnail .title hr {
  margin: 0;
  height: 0;
  border-top: 1px solid #1684FF;
  border-bottom: 1px solid #1684FF;
}
.price .main .level .thumbnail .title h2 {
  padding-top: 8px;
  font-size: 16px;
}
.price .main .level .thumbnail .title h2 span {
  font-size: 48px;
}
.price .main .level .thumbnail .caption {
  padding: 25px 15px;
}
.price .main .level .thumbnail .caption .leftHand,
.price .main .level .thumbnail .caption .rightHand {
  float: left;
  width: 50%;
}
.price .main .level .thumbnail .caption .leftHand h4,
.price .main .level .thumbnail .caption .rightHand h4 {
  margin-bottom: 10px;
  color: #1684FF;
  font-size: 18px;
}
.price .main .level .thumbnail .caption .leftHand p,
.price .main .level .thumbnail .caption .rightHand p {
  margin-bottom: 5px;
}
.price .main .level .thumbnail.yellow .title {
  background-color: #ffc659;
}
.price .main .level .thumbnail.yellow .title hr {
  border-top: 1px solid #fcbd36;
  border-bottom: 1px solid #ffd27c;
}
.price .main .banner_middle {
  display: inline-block;
  width: 100%;
  height: 260px;
  background: url(../img/banner_middle.jpg) center no-repeat;
  text-align: center;
}
.price .main .banner_middle h3 {
  margin: 74px 0 20px;
  color: #fff;
  font-size: 30px;
}
.price .main .banner_middle .btn-common {
  width: 320px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
}
.price .main .table {
  width: 1056px;
  margin: 25px auto 60px;
  border: 1px solid #e0e0e0;
  text-align: center;
}
.price .main .table th,
.price .main .table td {
  padding: 0;
  border-right: 1px solid #e0e0e0;
}
.price .main .table th:first-child,
.price .main .table td:first-child {
  width: 218px;
  background-color: #fff;
  color: #333;
}
.price .main .table th:nth-child(2),
.price .main .table td:nth-child(2) {
  width: 194px;
  background-color: #1684FF;
  color: #fff;
}
.price .main .table th:nth-child(3),
.price .main .table td:nth-child(3) {
  width: 175px;
  background-color: #f7c457;
  color: #fff;
}
.price .main .table th:nth-child(4),
.price .main .table td:nth-child(4) {
  width: 462px;
  background-color: #1684FF;
  color: #fff;
}
.price .main .table th {
  height: 54px;
  line-height: 54px;
  text-align: center;
}
.price .main .table td {
  height: 71px;
  line-height: 71px;
}
.price .main .table td p {
  line-height: 22px;
  text-align: left;
}
.price .main .table td:last-child {
  padding: 13px;
  vertical-align: middle;
}
.price .main .banner_bottom {
  display: inline-block;
  width: 100%;
  height: 259px;
  background: url(../img/banner_bottom_price.jpg) center no-repeat;
  text-align: center;
}
.price .main .banner_bottom h3 {
  margin: 74px 0 15px;
  color: #fff;
  font-size: 30px;
}
.price .main .banner_bottom p {
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
}
.price .main .banner_bottom .btn-common {
  width: 320px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
}
.manual .banner {
  background: url(../img/banner_manual.jpg) center no-repeat;
}
.manual .experienceBttom {
  cursor: pointer;
  margin: 40px 0 50px 0;
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding: 0 50px;
  display: inline-block;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 50px;
  transition: background 0.5s, color 0.5s;
  background: transparent;
}
.manual .experienceBttom:hover {
  background: #5AA8FF;
  color: #fff;
  border: none;
  line-height: 52px;
}
.manual h3 {
  margin-top: 89px;
}
.manual .strategy .title {
  text-align: center;
}
.manual .strategy .media .media-body .p2 .color {
  float: left;
  text-align: left;
  cursor: pointer;
}
.manual .strategy ul {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  border-left: 2px solid #e0e0e0;
}
.manual .strategy ul li {
  overflow: visible;
}
.manual .strategy ul .ol p {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-size: 24px;
  background: #5b5b5b;
  left: 0;
  top: 0;
  margin-left: -45px;
}
.manual .strategy ul .ol h2 {
  margin: 7px 0 20px;
  color: #1684FF;
  font-size: 24px;
  font-weight: bold;
}
.manual .strategy ul li:nth-child(2n-1) a.media-middle {
  float: right;
  text-align: left;
}
.manual .strategy ul li:nth-child(2n) a.media-middle {
  float: left;
  text-align: left;
}
.manual .strategy ul li:first-child .media-object {
  margin-top: -70px;
}
.manual .bbc {
  height: 190px;
}
.manual .bbc .bbc-info p .btn-common {
  margin-top: 15px;
  width: 224px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #fff;
  border-radius: 24px;
}
.manual .bbc .experienceBttom {
  cursor: pointer;
  margin: 40px 0 50px 0;
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding: 0 50px;
  display: inline-block;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 50px;
  transition: background 0.5s, color 0.5s;
  background: transparent;
}
.manual .bbc .experienceBttom:hover {
  background: #fff !important;
  color: #5AA8FF !important;
  border: none;
  line-height: 52px;
}
.lang {
  display: inline-block;
  padding: 20px;
}
.lang .tit {
  margin-bottom: 20px;
  font-size: 16px;
  color: #1684FF;
}
.lang ul {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e0e0e0;
}
.lang ul li {
  float: left;
  display: inline-block;
  margin-right: 22px;
  margin-bottom: 12px;
}
.lang ul li a {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 12px 25px;
  background-color: #f2f2f2;
  color: #7c7c7c;
  font-size: 14px;
  border: 1px solid #f2f2f2;
}
.lang ul li a i {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 23px;
  height: 18px;
  background: url(../../common/img/icon-selected.png) center no-repeat;
}
.lang ul li a:hover {
  background-color: transparent;
  color: #1684FF;
  border-color: #1684FF;
}
.lang ul li a.hover {
  background-color: transparent;
  color: #1684FF;
  border-color: #1684FF;
}
.lang ul li a.hover i {
  display: block;
}
.lang ul .other input {
  display: inline-block;
  width: 250px;
  height: 41px;
  line-height: 41px;
  padding: 0 10px;
  border: 1px solid #e0e0e0;
}
.lang ul .other input:focus {
  border-color: #1684FF;
}
.lang ul:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
/* 语翼态度 start */
.attitude .banner {
  background: url(../img/banner_attitude.jpg) center repeat;
}
.attitude .banner h3 {
  display: inline-block;
  width: 600px;
  margin-top: 130px;
  text-align: left;
}
.attitude .banner .h3 {
  margin-top: 0px;
}
.attitude .h3tit .line {
  width: 100px;
}
.attitude .mcontent .thumbnail {
  height: auto;
}
.attitude .wrap {
  padding-top: 90px;
  text-align: center;
}
.attitude .wrap h4 {
  padding-top: 22px;
  padding-bottom: 20px;
  font-size: 24px;
}
.attitude .wrap p {
  line-height: 24px;
}
.attitude .wrap .attitudeImg {
  margin-top: 30px;
}
.attitude .wrap h2 {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: bold;
}
.attitude .wrap h2:last-child {
  margin-bottom: 50px;
}
.attitude .mcontent .strategy .media .media-body {
  height: 415px;
}
.attitude .mcontent .strategy .media .media-body p {
  color: #333;
  line-height: 24px;
}
.attitude .mcontent .strategy .media .media-body .p1 {
  font-size: 16px;
}
.attitude .mcontent .strategy .media .media-body .p2 {
  font-size: 12px;
}
.attitude .mcontent .strategy .media .media-body .p2 a {
  display: inline-block;
  width: auto;
  cursor: pointer;
}
.attitude .mcontent .strategy .media .media-body .p2 a i {
  display: inline-block;
  width: 14px;
  height: 6px;
  background: url(../img/arrowRight.png) center repeat;
}
.attitude .mcontent .bbc {
  height: 200px;
}
.attitude .mcontent .bbc .bbc-info h3 {
  font-weight: bold;
}
.attitude .mcontent .bbc .bbc-info .btn {
  display: inline-block;
  width: 220px;
  height: 48px;
  line-height: 48px;
  margin-top: 20px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 24px;
}
/* 语翼态度 end */
