@charset "utf-8";
/*公共部分*/
.fs20 {
  font-size: 20px;
}
.bdbox {
  box-sizing: border-box;
}
.btn-video {
  display: inline-block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  transform: translate(-50%, -50%);
  background: url("../images/about/play.svg") center;
  background-size: 100%;
  z-index: 3;
}
.btn-video:hover {
  cursor: pointer;
}
.por {
  position: relative;
}
input {
  line-height: normal;
  outline: none;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
}
input:focus {
  border: none;
  -webkit-user-modify: read-write-plaintext-only;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*关于我们*/
.at-container img {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
}
.about .at-banner {
  height: 360px;
  background: url("../images/about/banner.jpg") no-repeat top center; 
}
.about .at-banner .wrap {
  text-align: right;
}
.about .at-banner .wrap p:nth-child(1) {
  font-size: 1.2em;
}
.about .at-banner .wrap p:nth-child(2) {
  font-size: 1.4em;
}
.about .at-nav-bread {
  height: 60px;
  line-height: 60px;
}
.about .at-nav-bread .breadcrumb {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.about .at-nav-bread .breadcrumb li {
  display: inline-block;
}
.about .at-nav-bread .breadcrumb > li + li:before {
  padding: 0 5px;
  content: ">";
  font-size: 0.8em;
  color: #333;
}
.about .at-nav-bread li:last-child a {
  color: #9f5bb0;
}
.about .at-nav-bread a {
  font-size: 0.8em;
  color: #333;
}
.about .at-nav-bread a:hover {
  color: #9f5bb0;
}
.about .at-container {
  overflow: hidden;
}
.about .at-container h3 {
  font-size: 28px;
  color: #333;
  position: relative;
  margin-top: 60px;
} 
.about .at-container .company-introduce {
  margin: 40px 0 65px;
  background-color: #fff;
  position: relative;
  padding: 30px;
  box-shadow:0px 2px 8px 0px rgba(0,0,0,0.1);
}
.about .at-container .company-introduce .tit {
  font-size: 1.2em;
  color: #333;
}
.about .at-container .company-introduce .desc {
  margin-top: 15px;
  font-size: 0.75em;
  color: #666;
  line-height: 2;
  text-align: justify;
}
.about .at-container .company-introduce div {
  position: absolute;
  right: 0px;
  top: -20px;
  width: 630px;
  height: 390px;
}
.about .at-container .company-introduce div img {
  width: 100%;
  height: 100%;
}
.about .at-container .vd-ul li {
  float: left;
  margin-right: 24px;
  width: calc((100% - 48px) / 3);
}
.about .at-container .vd-ul li:last-child {
  margin-right: 0;
}
.about .at-container .vd-ul p {
  color: #333;
  height: 40px;
  vertical-align: bottom; 
  line-height: 55px;
  overflow: hidden; 
}
.vd-ul li div,.xwAboutCover{
  position: relative;
}
.vd-ul li div:after,.xwAboutCover:after{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background:rgba(0,0,0,.3);
  content: '';
}

.about .at-container .vd-ul div {
  margin-top: 8px;
  width: 100%;
  height: 235px;
  position: relative;
}
.about .at-container .vd-ul div img {
  width: 100%;
  height: 100%;
}
.about .at-container .vd-ul div .btn-video {
  width: 38px;
  height: 38px;
  z-index: 2;
}
.about .at-container .vd-ul-c {
  margin-top:3px;
}
.about .at-swiper {
  width: 100%;
  height: 560px;
  position: relative;
  overflow: hidden;
  margin-top: 70px;
}
.about .at-swiper .swiper-tit {
  text-align: center;
}
.about .at-swiper .swiper-tit span {
  display: inline-block;
  width: 134px;
  height: 57px;
  line-height: 57px;
  border: 1px solid #dedede;
  text-align: center;
  cursor: pointer;
}
.about .at-swiper .swiper-tit span:nth-child(2){
  border-width:1px 0;
}
.about .at-swiper .swiper-tit span.active {
  background-color: #e62129;
  color: #fff;
}
 
.about .at-swiper .swiper-pagination {
  width: 100%;
}
.about .at-swiper .swiper-pagination span {
  width: 20px;
  height: 4px;
  background-color: #C5C5C5;
  border-radius: 2px;
  margin-right: 10px;
}
.about .at-swiper .swiper-pagination span.swiper-pagination-bullet-active {
  width: 40px;
  background-color: #e62129;
}
.about #at_sp1 {
  margin-top: 40px;
}
.about #at_sp1 .swiper-slide {
  height: 440px;
}
.about .at-add {
  background: #fbfbfb url("../images/about/bg-add.png") no-repeat bottom center / 100%;
  padding-top: 65px;
  padding-bottom: 60px;
}
.about .at-add h3 { 
  margin-top: 0;
}
.about .at-add li {
  float: left;
  width: 48%;
  margin-top: 18px;
  background-color: #fff;
  border:1px solid #eee;
  padding: 20px  ;
  margin-right: 24px;
  box-sizing: border-box;
}
.about .at-add li .tit {
  font-size: 1.2em;
  color: #333;
  height: 33px;
  line-height: 33px;
  background: url("../images/about/add.svg") no-repeat left center / 26px;
  padding-left: 30px;
}
.about .at-add li .add {
  font-size: 0.7em;
  color: #666;
  line-height: 20px;
  height: 40px;
  margin: 10px 0;
}
.about .at-add li .tel {
  font-size: 0.9em;
  color: #333;
}
.about .at-add li:nth-child(4n) {
  margin-right: 0;
}
.about .at-school {
  padding-top: 80px; 
}
.about .at-school h3 {
  margin-top: 0; 
  margin-bottom: 20px;
} 
.about .at-school img {
  height: 42px ;
}
.about .at-certificate {
  padding-top: 80px;
  padding-bottom: 120px;
}
.about .at-certificate .wrap {
  position: relative;
}
.about .at-certificate h3 {
  margin-top: 0;
}
.about .at-certificate .swiper-button-prev,
.about .at-certificate .swiper-button-next {
  width: 34px;
  height: 34px;
  top: auto;
  bottom: 55px;
  left: -50px;
  margin-top: 0;
  background: url("../images/about/prev1.png") no-repeat center;
}
.about .at-certificate #at_next2 {
  left: auto;
  right: -50px;
  transform: rotate(180deg);
}
.about #at_sp2 {
  margin-top: 50px;
}
.about #at_sp2 img {
  height: 144px;
  width: auto;
  margin-right: 46px;
}
.about #at_sp2 img:last-child {
  margin-right: 0;
}
.about .at-event {
  margin-top: 80px;
  background: #e62129 ;
  padding-top: 80px; 
  padding-bottom: 40px;
}
.about .at-event h3 {
  margin-top: 0;
  color: #fff;
}
.about .at-event h3:before {
  background: #fff;
}
.about .at-event .container {
  max-width: 1400px;
  margin: 0 auto;
  height: 400px;
  position: relative;
  margin-top: 50px;
}
.about .at-event .long-line {
  position: absolute;
  height: 2px;
  width: 100%;
  top: 199px;
  left: 0px;
  background: #fff;
}
.about .at-event .swiper-button-prev,
.about .at-event .swiper-button-next {
  width: 28px;
  height: 28px;
  background: url("../images/about/prev.png") no-repeat center;
  left: -27px;
  margin-top: -14px;
}
.about .at-event #at_next3 {
  left: auto;
  right: -27px;
  background: url("../images/about/next.png") no-repeat center;
}
.about .at-event #at_sp3 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.about .at-event #at_sp3 .swiper-wrapper {
  padding-top: 185px;
  box-sizing: border-box;
  height: auto;
}
.about .at-event #at_sp3 .swiper-slide {
  width: 70px;
  height: 28px;
  line-height: 25px;
  border-radius: 26px;
  border: 2px solid #fff;
  background-color: #e62129;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 16px;
}
.about .at-event #at_sp3 .swiper-slide.swiper-slide-active {
  background-color: #fff;
  border: 2px solid #fff;
  color:#e62129;
}
.about .at-event #at_sp3 .swiper-slide.swiper-slide-active .desc {
  line-height: 2;
  color: #fff;
  transition: all .5s linear;
}
.about .at-event #at_sp3 .swiper-slide.swiper-slide-active .tit {
  opacity: 1;
  transition: all .5s linear;
}
.about .at-event #at_sp3 .swiper-slide.swiper-slide-active .swiper-slide-up {
  top: -135px;
}
.about .at-event #at_sp3 .swiper-slide.swiper-slide-active .swiper-slide-down {
  bottom: -135px;
}
.about .at-event #at_sp3 .swiper-slide-up {
  position: absolute;
  width: 280px;
  height: 130px;
  top: -135px;
  left: -105px;
  transition: all .5s linear;
}
.about .at-event #at_sp3 .swiper-slide-up .desc {
  font-size: 13px;
  line-height: 1.8;
  color: #fff;
  margin-top: 10px;
  transition: all .5s linear;
}
.about .at-event #at_sp3 .swiper-slide-up .tit {
  font-size: 36px;
  color: #fff;
  opacity: 0;
  transition: all .5s linear;
}
.about .at-event #at_sp3 .swiper-slide-down {
  position: absolute;
  width: 280px;
  height: 110px;
  bottom: -125px;
  left: -105px;
  transition: all .5s linear;
}
.about .at-event #at_sp3 .swiper-slide-down .desc {
  width: 100%;
  font-size: 13px;
  line-height: 1.8;
  color: #fff;
  position: absolute;
  bottom: 35px;
  transition: all .5s linear;
  padding: 0 30px;
}
.about .at-event #at_sp3 .swiper-slide-down .tit {
  width: 100%;
  position: absolute;
  bottom: 0;
  font-size: 36px;
  color: #fff;
  opacity: 0;
  transition: all .5s linear;
}
/*学位班*/
.titleBar h3 span {
  color: #fff;
}
/*学习效果*/
.effect > p {
  font-size: 24px;
  color: #333;
}
.effect > p .b {
  color: #683EAA;
}
.effect > p .o {
  color: #FF641A;
}
.effect div {
  width: 310px;
  height: 234px;
  padding-top: 40px;
  text-align: center;
  margin-right: 30px;
  margin-top: 30px;
  box-shadow: 0px 6px 24px 0px #dfdfee;
  background: #fff;
}
.effect div p:nth-child(1) {
  color: #683EAA;
  font-size: 19px;
  height: 60px;
  line-height: 60px;
  background: url("../images/act/block.png") no-repeat center / 271px 60px;
  margin-bottom: 30px;
}
.effect div p:nth-child(2) {
  font-size: 15px;
  color: #333;
  padding: 0 43px;
  text-align: left;
}
.effect img {
  width: 490px;
  height: 310px;
  margin-top: -46px;
}
.pagination {
  position: static;
  margin-top: 40px;
  width: 100%;
  height: 20px;
}
.pagination span {
  width:12px;
  height:12px;
  background-color: #E1E1E1;
  border-radius:50%;
  margin-right: 10px;
}
.pagination span.swiper-pagination-bullet-active {
  width: 30px;
  background-color: #e62129;
  border-radius:6px;
}
.prev,
.next {
  width: 34px;
  height: 34px;
  left: -50px;
  background: url("../images/about/prev1.png") no-repeat center;
  margin-top: 10px;
}
.next {
  left: auto;
  right: -50px;
  transform: rotate(180deg);
}
#swiperMba_prev2,
#swiperMba_next2 {
  margin-top: 60px;
}
.course {
  height: auto;
  background: #fff;
}

.course .o {
  margin-top: 50px;
  color: #666;
  font-size: 16px;
}
 
.course .btn-consult i {
  background-image: url(../images/act/link-b.svg);
}
.step {
  width: 1200px;
  height: auto;
  margin: 80px auto;
}
.btn-consult {
  display: inline-block;
  padding: 0 25px;
  height: 50px;
  line-height: 50px; 
  font-size: 22px;
  border:1px solid #e62129;
  color: #e62129;
  vertical-align: middle;
  border-radius:5px;
  margin-top: 40px;
}
.btn-consult.white { 
  border:1px solid #fff;
  color: #fff; 
}
#mba_sp1 {
  margin-top: 50px;
}
#mba_sp1 .swiper-slide {
  height: 588px;
}
#mba_sp2 {
  padding-top: 50px;
  width: 996px;
  margin:0 auto;
  padding-bottom: 20px;
}
#mba_sp2 .tag {
  width: 50px;
  height: 43px;
  position: absolute;
  top: 15px;
  left: 100px;
}
#mba_sp2 .swiper-slide {
  width: 966px;
  height: 350px;
  background: #fff; 
  position: relative;
  text-align: center;
  padding: 50px 100px;
  box-sizing: border-box;
}
#mba_sp2 .swiper-slide.swiper-slide-active div {
  opacity: 1;
}
#mba_sp2 .swiper-slide .head {
  width: 100px;
  height: 100px;
  border-radius: 50%;
 float:left;
 margin-right: 24px;
}
#mba_sp2 .swiper-slide div { 
  transition: all .3s linear;
  opacity: 0;
  text-align: left;
  margin-bottom: 30px;
  position: relative;
}
#mba_sp2 .swiper-slide div::after{
  position: absolute;
  top:0;
  right: 0;
  background: url(../images/new/q.png) no-repeat;
  width: 88px;
  height: 80px;
  display: block;
  content: '';
} 
#mba_sp2 .swiper-slide p {
  color: #666;
  line-height: 30px;
  font-size: 16px;
}
#mba_sp2 .swiper-slide .name {
  font-size: 22px;
  font-weight: 700;
  padding: 10px 0 0;
  color: #333;
}
#mba_sp2 .swiper-slide .clas {
  font-size: 14px;
}
#mba_sp2 .swiper-slide .desc {
  font-size: 14px;
  line-height: 28px;
  height: 112px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
}
#mba_pagination2 {
  margin-top: 20px;
}
.question{
    border:1px solid #eee;
    border-width:0 0 1px 1px ;
}
.question li {
    float: left;
    padding: 24px;
    height: 260px;
    width: 50%;
    box-sizing: border-box;
    border:1px solid #eee;
    border-width:1px 1px 0 0;
}
.question .q {
  font-size: 22px;
  color: #1a1a1a;   
  line-height: 36px;
  height: 72px;
}
.question .a { 
  margin-top: 40px; 
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
 .q-lis {
  text-align: center;
  margin-top: 50px;
}
.q-lis .o {
  font-size: 16px;
  color: #666; 
}
.mba-form {
  height: 350px;
  background: url("../images/act/bg-form.jpg") top center;
  color: #fff;
}
.mba-form h3 {
  text-align: left;
  color: #fff;
}
.mba-form .form-container {
  overflow: hidden;
  margin-top: -15px;;
}
.mba-form .form-container p {
  font-size: 16px;
  text-align: center;
  
}
.mba-form .form-container input::-webkit-input-placeholder {
  color: #666;
}
.mba-form .form-container form {
  margin-top: 50px;
  overflow: hidden;
}
.mba-form .form-container input {
  float: left;
  width: 328px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  margin-right: 24px;
  padding: 0 14px;
  border-radius: 5px;
}
.mba-form .form-container .btn-submit {
  width: 144px;
  background-color: #e62129;
  color: #fff;
  margin-right: 0;
}
.mba-form .p1 {
  font-size: 14px;
  margin-top: 70px;
  margin-bottom: 10px;
}
.mba-form .tel {
  font-size: 36px;
}
.t-tabitem {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  height: 70px;
}
.t-tabitem span {
  flex: 1;
  text-align: center;
  padding: 0 20px;
  font-size: 20px;
  line-height: 70px;
  color: #1a1a1a;
  background-color: #F7F7F7;
  margin-right: 2px;
  position: relative;
  transition: all .25s linear;
  cursor: pointer;
}
.t-tabitem span:last-child{
  margin-right: 0;
}
.t-tabitem span.active {
  background-color: #e62129;
  color:#fff;
}
.t-tabitem span.active:before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  content: " ";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #e62129;
  border-bottom: 10px solid transparent;
}
.t-tabcon {
  width: 100%;
  margin-top: 30px;
}
.t-tabcon > li {
  display: none;
}
.t-tabcon > li.active {
  display: block;
}
.t-tabcon .top {
  background-color: #fff;
  padding: 20px 35px 0px 180px;
  color: #333;
  height: 160px;
  position: relative;
  box-shadow:0px 3px 20px 0px rgba(102,102,102,0.08);
}
.t-tabcon .top p {
  line-height: 1.8;
}
.t-tabcon .top .c-name {
  font-size: 24px;
}
.t-tabcon .top .t-name {
  font-size: 16px;
}
.t-tabcon .top .desc {
  font-size: 12px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin-top: 5px;
}
.t-tabcon .top img {
  position: absolute;
  left: 35px;
  top: 20px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.t-tabcon .bottom {
  margin-top: 30px;
  background: -webkit-linear-gradient(left, transparent 0px, transparent 539px, #fff 539px, #fff 1200px);
  background: -o-linear-gradient(right, transparent 0px, transparent 539px, #fff 539px, #fff 1200px);
  background: -moz-linear-gradient(right, transparent 0px, transparent 539px, #fff 539px, #fff 1200px);
  background: linear-gradient(to right, transparent 0px, transparent 539px, #fff 539px, #fff 1200px);
}
.t-tabcon .b-tabitem {
  width: 486px;
  height: 419px;
}
.t-tabcon .b-tabitem > li {
  padding: 0 30px;
  height: 70px;
  line-height: 70px; 
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: #1A1A1A; 
  cursor: pointer;
  position: relative;
}
.t-tabcon .b-tabitem > li .num{
  width:36px;
  height:36px;
  background:rgba(224,225,227,1);
  border-radius:50%;
  display: inline-block;
  line-height: 36px;
  text-align: center;
  margin-right: 12px;
  color:#fff;
  font-size: 18px;
  vertical-align: middle;
  }
.t-tabcon .b-tabitem > li.active {
  background-color: #F7F7F7; 
  border-right:8px solid #e62129;
}
.t-tabcon .b-tabitem > li.active .num{
  background: #e62129;
}
.t-tabcon .b-tabitem > li.active::after{
  position: absolute;
  top: 50%;
  right: -28px;
  margin-top: -10px;
  width: 0;
  height: 0;
  content: " ";
  border: 10px solid transparent;
  border-left: 10px solid #e62129;
  
}
.t-tabcon .b-tabitem > li:last-child {
  margin-bottom: 0;
}
.t-tabcon .b-tabcon {
  width: 690px;
  background-color: #F7F7F7; 
  height: 419px;
}
.t-tabcon .b-tabcon > li {
  padding: 30px 30px 30px 60px;
  display: none;
}
.t-tabcon .b-tabcon > li.active {
  display: block;
}
.t-tabcon .b-tabcon > li p {
  font-size: 16px;
  margin-bottom: 20px;
  background: url("../images/index/plays.png") no-repeat 0 -32px;
  padding-left: 30px;
  color: #333;
}
.t-tabcon .b-tabcon > li p:last-child {
  margin-bottom: 0;
}
.gallery-top {
  height: 200px;
}
.gallery-thumbs {
  height: 100px;
}
.tch-container {
  position: relative;
}
.tch-container .t-top {
  width: 100%;
  height: 539px;
}
.tch-container .t-top > div {
  width: 100%;
  height: 100%;
  display: none;
}
.tch-container .t-top > div.active {
  display: block;
}
.tch-container .t-top img.fl {
  width: 473px;
  height: 100%;
  background-color: #fff;
}
.tch-container .t-top div.fr {
  height: 100%;
  width: calc(100% - 475px);
  padding-left: 30px;
  padding-top: 85px;
  box-sizing: border-box;
}
.tch-container .t-top div.fr p {
  margin-bottom: 7px;
}
.tch-container .t-top .name {
  font-size: 24px;
  color: #333;
}
.tch-container .t-top .tit {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
}
.tch-container .t-top .desc {
  font-size: 14px;
  height: 112px;
  color: #666;
  line-height: 28px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.tch-container .t-bottom-box {
  position: absolute;
  right: 0;
  bottom: 60px;
  height: 210px;
  width: 700px;
  z-index: 1;
  background-color: #fff;
  overflow: hidden;
}
.tch-container .t-bottom {
  height: 100%;
  width: 875px;
  margin-left: -175px;
}
.tch-container .t-bottom img {
  width: 100%;
  height: 100%;
}



.mbaPoster{
  height: 430px;
  width: 100%;
  background: url(../images/index/banner4.jpg) no-repeat center; 
  overflow: hidden;
}
.mbaPoster .btn{
  width: 250px;
  line-height: 50px;
  display: block;
  margin:300px auto 0;
  border-radius: 5px;
  background:#ffaa19;
  color:#fff;
  font-size: 20px;
  text-align: center;
}

.mbaList .tile{
    height:240px;
    background:rgba(255,255,255,1);
    box-shadow:0px 3px 20px 0px rgba(102,102,102,0.08); 
}
.mbaList .cover{
  position: relative;
  overflow: hidden;
  height:240px;
}
.mbaList img{
  width: 100%;
  height: 240px;
}
.mbaList .layer{
    opacity: 0;
    transition: all .3s ease;
    background:rgba(154,45,137,1);
    position: absolute;
    top:100%;
    left:0;
    width: 100%;
    text-align: center;
    padding: 90px 0;
    height:240px;
}
.mbaList .info{ 
  padding:16px;
  text-align: center;
  display: none;
}
.mbaList .caption{
  font-size: 22px;
  color:#1a1a1a;
  line-height: 36px;
  font-weight: bold;
}
.mbaList .text{
  font-size: 16px;
  color:#1a1a1a;
  line-height: 36px; 
}
.mbaList .layer p{
  font-size: 16px;
  color:#fff;
  line-height: 30px; 
}
.mbaList .tile:hover .layer {
  opacity: 1;
  top:0;
}
.bgWhite{
  background: #fff;
}

.infoItem .box{
    padding-top: 40px;
}
.infoItem:last-child{
  margin-top: 80px; 
}
.infoItem:last-child .box{ 
  padding-top: 0;
}
.infoItem .box{
  width: 585px;
}
.infoItem .cover{
  width: 585px;
  text-align: center
} 
.infoItem .caption{
  font-size: 22px;
  line-height: 36px;
  color:#1a1a1a;
  margin-bottom: 30px;
  font-weight: bold;
}
.infoItem .caption.c{ 
  color:#e62129;
  font-weight: normal;
}
.infoItem .text{
  font-size: 16px;
  line-height: 30px;
  color:#1a1a1a; 
}



.titC .titleBar{
    margin: 0 0 50px;
}
.titC .titleBar h3{
  font-size: 34px;
  float:none;
  text-align: center;
}
.imgCenter{
  text-align: center;
}
.certBg{
  background: url(../images/new/certBg.jpg) no-repeat center top;
}
