.bgC1 {
    /* 加important的原因是覆盖轮播图下方翻页器自带的背景色 */
    background: #b25d42 !important;
  }
  .bgC2 {
    background: #c57a62 ;
  }
  .bgC3 {
    background: #b25d42 ;
  }
  .bgC4 {
    background: #c57a62 ;
  }
  .colorC1 {
    color: #b25d42 ;
  }
  .colorC2 {
    color: #c57a62 ;
  }
  .colorC3 {
    color: #c57a62 ;
  }
  .bgImg1 {
    background: url('https://files.sciengine.com/template/u144.svg') no-repeat;
  }
  .borderC1 {
    border-bottom: 4px solid #b25d42;
  }
  .borderC2::after {
    content: " ";
    width: 100px;
    height: 5px;
    background: #b25d42;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
  .borderC3::after {
    content: " ";
    width: 100px;
    height: 5px;
    background: #b25d42;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  
  @font-face {
      font-family: "Montserrat Bold";
      src: url("https://files.sciengine.com/template/Montserrat-Bold.ttf");
    }
    @font-face {
      font-family: "Montserrat Regular";
      src: url("https://files.sciengine.com/template/Montserrat-Regular.ttf");
    }
  
  .font-regular {
    font-family: "Montserrat Regular", "Montserrat", sans-serif;
  }
  
  .font-bold {
    font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", sans-serif;
  }
  
  html,
  body {
    position: relative;
    width: 100%;
    height: auto;
    font-family: "Montserrat Regular", "Montserrat", sans-serif;
    text-size-adjust: 100% !important;
    -webkit-text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    vertical-align: baseline;
    list-style: none;
    box-sizing: border-box;
    font-size: 16px;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    margin: 0;
    padding: 0;
  }
  
  a {
    color: white;
    text-decoration: none;
  }
  
  #abbs {
    width: 100%;
    height: auto;
    color: #333333;
  }
  
  #abbs .contentBox .modulesBox {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
  
  @media (max-width: 768px){
	.contentBox{
		margin-top: 20px;
	}
}
@media (min-width: 768px) {
	.container{
		width: 100%;
	}
	.contentBox{
		margin-top: 35px;
	}
}
@media (min-width: 992px) {
	.container{
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container{
		width: 1170px;
	}
}
@media (min-width: 1366px) {
	.container{
		width: 1230px;
	}
}