/* start 全局样式 */

body {
  background-color: #ffffff;
}

a {
  display: inline-block;
  cursor: pointer;
}

.font-title-color {
  color: #8a9199;
}

.btn-type {
  width: 128px;
  height: 40px;
  text-align: center;
  /* line-height: 40px; */
  font-size: 14px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.btn-waring {
  color: #fff;
  background-color: #f06e00;
}

.btn-waring:hover {
  color: #fff;
  background-color: #e06803;
}

.btn-default {
  color: #8a9199;
  background-color: #d3dbe3;
}

.btn-default:hover {
  color: #fff;
  background-color: #bec5cc;
}

.btn-yellow {
  background-color: #fcbf01;
  color: #fff;
}

.btn-yellow:hover {
  background-color: #edb404;
  color: #fff;
}

.btn-deep-yellow {
  background-color: #f06e00;
  color: #fff;
}

.btn-deep-yellow:hover {
  background-color: #e16700;
  color: #fff;
}

.btn-sm {
  height: 30px !important;
  line-height: 28px !important;
}

.df-width {
  flex: 1;
}

.mt20 {
  margin-top: 20px;
}

.pr {
  position: relative;
}

.mb {
  margin-bottom: 0;
}

/* end 全局样式 */

/* 布局样式 */

.fixed-introduction-box {
  width: 320px;
  height: auto;
  min-height: 200px;
}

/* //右侧样式 */

.fixed-intro-img,
.fixed-intro-img > img {
  width: 100%;
  height: 130px;
}

.fixed-intro-contact > span {
  display: inline-block;
  color: #8a9199;
  font-size: 14px;
  vertical-align: middle;
}

.fixed-intro-contact > span:nth-child(1) {
  font-size: 24px;
  color: #242b33;
  font-weight: bolder;
}

.fixed-intro-contact > span:nth-child(2) {
  font-size: 30px;
  font-weight: normal;
  margin: 0 10px;
}

.fixed-contact-box {
  width: 100%;
  height: 80px;
  background-color: #f4f4f4;
  border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  position: relative;
  font-size: 14px;
  color: #575e66;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.fixed-contact-box:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 40px;
  width: 10px;
  height: 10px;
  border: 1px solid red;
}

/* 浮动样式完 */

/* 内容样式 */
.compention-main{
  font-size: 16px;
  line-height: 1.6;
}
.compention-main .text-p p {
  text-indent: 2em;
  font-size: 16px;
  line-height: 1.8 !important;
  color: #666;
  margin: 10px 0;
  text-align: justify;
}
.compention-main .compet-obj {
  color: #666;
  font-size: 16px;
  line-height: 1.8;
  margin: 15px 0;
}

p > span {
  color: #242b33;
}

.compention-main {
  /*    display: flex;
    flex-direction: column;
    flex: 1; */
  margin: 0 50px 50px 0;
}
.compention-main h2 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
}
.compention-main h4 {
  margin-top: 40px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
.compention-header {
  /* margin-top: 14px; */
  width: 100%;
  font-size: 30px;
  color: #242b33;
  font-weight: bolder;
  text-align: center;
  margin-bottom: 40px;
}

.compention-title-black {
  color: #242b33;
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 8px;
  margin-top: 26px;
}

.compention-title-black > p {
  /*text-indent: 2em;*/
  font-size: 17px;
  line-height: 24px;
  color: #242b33;
  margin-bottom: 12px;
  margin-top: 12px;
}

.compention-title-yellow {
  margin-top: 20px;
  color: #f06e00;
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 16px;
}
.intr-img {
  margin-left: 58px;
  margin-bottom: 44px;
}
