/* 清除浮动 */
/* link in text */
a.t {
  text-decoration: underline;
}
a.t:hover {
  color: #f30;
  text-decoration: underline;
}
/* clear float */
.cf {
  zoom: 1;
}
/* for IE */
.cf:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
/* for other */
/* end of clear float */
/* float */
.left {
  float: left;
}
.right {
  float: right;
}
.fnone {
  float: none;
}
.middle {
  float: left;
}
/* text-align */
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.tcenter {
  text-align: center;
}
/* display */
.dis {
  display: block;
}
.undis {
  display: none;
}
/*常用字号*/
/* 圆角  */
/*边框圆角*/
/*单行载断*/
/*单行载断溢出省略号*/
.spill1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*3行载断溢出省略号*/
/* 面包屑 */
.crumb {
  display: none;
}
@media (min-width: 768px) {
  .crumb {
    display: block;
    *zoom: 1;
    zoom: 1;
    line-height: 50px;
  }
  .crumb:after {
    content: " ";
    clear: both;
    display: table;
  }
  .crumb p {
    color: #999;
  }
  .crumb p a {
    padding: 0 10px;
  }
  .crumb p span {
    padding-left: 10px;
  }
}
/*配模式定位*/
/*1200屏*/
/* 背景自适应 */
/*下阴影*/
/* 背景自适应 */
/* box-sizing */
/* 文本元素内垂直居中 */
/* input提示字体颜色修改 */
.pa100 {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ztwrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ztwrap {
    width: 96%;
  }
}
img {
  vertical-align: middle;
  max-width: 100%;
}
button {
  border: none;
  background: none;
  cursor: pointer;
}
/*常用颜色*/
.container .ztwrap {
  max-width: 1132px;
}
.container .tang {
  background: url(../images/tangBG.jpg) no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  padding: 45px 0 0;
}
.container .tang > div {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.container .tang .contnentL {
  width: 660px;
}
.container .tang .contnentL .h2_title p span {
  margin-left: -74px;
}
.container .tang .contnentL dl {
  margin-top: 30px;
}
.container .tang .contnentL dl dd {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.container .tang .contnentL dl dd h3 {
  color: #2653ac;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 2px;
}
.container .tang .contnentL dl dd p {
  line-height: 24px;
  font-size: 14px;
  color: #333;
  font-weight: 600;
}
.container .tang .contnentR {
  padding-right: 80px;
  position: relative;
  padding-top: 60px;
}
.container .tang .contnentR > div {
  position: absolute;
  top: 10px;
  right: 0;
}
.container .tang .contnentR > div h4 {
  color: #dec19a;
  font-size: 18px;
}
.container .tang .contnentR > div h4 i {
  font-size: 32px;
  vertical-align: super;
  position: relative;
  top: -5px;
}
.container .tang .contnentR > div h4 b {
  font-size: 66px;
  font-weight: 500;
  line-height: 1;
  font-family: cursive;
  vertical-align: sub;
  margin-left: 5px;
}
.container .tang .contnentR > div p {
  font-size: 14px;
  line-height: 26px;
  color: #999;
}
.container .introduction {
  background: url(../images/introductionBG.jpg) no-repeat center;
  background-size: auto 100%;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  -ms-background-size: auto 100%;
  padding: 50px 0 80px;
}
.container .introduction .h2_title {
  position: relative;
}
.container .introduction .h2_title h2 {
  color: #fff;
  position: relative;
}
.container .introduction .h2_title h2::after {
  content: '';
  position: absolute;
  width: 178px;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.2;
  top: 46px;
  left: 92px;
}
.container .introduction .h2_title h2 em {
  color: #fff;
}
.container .introduction .h2_title p span {
  color: #fff;
}
.container .introduction .h2_title h3 {
  position: absolute;
  color: #2653ac;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 6px;
  bottom: 0;
  left: 318px;
}
.container .introduction .h2_title h3 em {
  color: #fff;
}
.container .introduction .content {
  margin-top: 22px;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  align-items: flex-start;
}
.container .introduction .content .txt {
  margin-left: auto;
  width: 585px;
}
.container .introduction .content .txt p {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.container .introduction .content .txt p:last-child {
  margin-bottom: 0;
}
.container .record {
  padding: 47px 0 55px;
}
.container .record .swiper-history {
  width: 979px;
}
.container .record .swiper-history .swiper-wrapper .swiper-slide h3 {
  max-width: 231px;
  font-size: 30px;
  line-height: 23px;
  color: #6592c4;
  text-align: center;
  margin: 0 auto 28px;
}
.container .record .swiper-history .swiper-wrapper .swiper-slide ul {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  padding-top: 7px;
  padding-left: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.container .record .swiper-history .swiper-wrapper .swiper-slide ul li {
  position: relative;
  width: 19%;
  padding: 16px 0 7px 15px;
  border-left: 1px solid #6592c4;
  margin-left: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.container .record .swiper-history .swiper-wrapper .swiper-slide ul li p {
  font-size: 14px;
  line-height: 15px;
  color: #333;
}
.container .record .swiper-history .swiper-wrapper .swiper-slide ul li p.title {
  font-weight: bold;
}
.container .record .swiper-history .swiper-wrapper .swiper-slide ul li p.content {
  min-height: 30px;
  margin: 12px 0 11px;
  padding-right: 10px;
}
.container .record .swiper-history .swiper-wrapper .swiper-slide ul li p.time {
  font-size: 24px;
  line-height: 23px;
  color: #6592c4;
  padding-left: 2px;
  margin-top: 15px;
}
.container .record .swiper-history .swiper-wrapper .swiper-slide ul li:first-child {
  margin-left: 0;
}
.container .record .swiper-history .swiper-wrapper .swiper-slide ul li::after {
  position: absolute;
  content: '';
  display: block;
  top: -7px;
  left: -8px;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border: solid 2px #6592c4;
  border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.container .record .swiper {
  width: 260px;
  height: 30px;
  margin: 30px auto 0;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.container .record .swiper div {
  width: 210px;
  height: 3px;
  background-color: #ffffff;
  opacity: 0.7;
}
.container .record .swiper div span {
  height: 3px;
  background-color: #2e63ce;
}
.container .record .swiper .swiper-pagination {
  width: 210px;
  height: 3px;
  background-color: #e5e5e5;
  opacity: 0.7;
  left: 50%;
  top: 12px;
  transform: translateX(-50%);
}
.container .record .swiper .swiper-button-prev,
.container .record .swiper .swiper-button-next {
  top: 1px;
  width: 11px;
  height: 21px;
  margin-top: 0;
  background-image: none;
}
.container .record .swiper .swiper-button-prev {
  left: 0;
}
.container .record .swiper .swiper-button-next {
  right: 0;
}
.container .record .processBox {
  overflow: hidden;
  overflow-x: auto;
  margin-top: 37px;
}
.container .honor {
  background-color: #00204f;
  padding: 37px 0 40px;
}
.container .honor .h2_title {
  margin-bottom: 47px;
}
.container .honor .h2_title h2 {
  color: #fff;
}
.container .honor .h2_title h2 em {
  color: #2e63ce;
}
.container .honor .h2_title p span {
  color: #2e63ce;
}
.container .honor .swiper-honor .swiper-slide {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.container .honor .swiper-honor .swiper-slide li {
  width: 239px;
  height: 162px;
  background: url(../images/qualificationsBg.png) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  text-align: center;
  padding: 0 35px;
  box-sizing: border-box;
  color: #ddc19a;
}
.container .honor .swiper-honor .swiper-slide li h4 {
  font-size: 24px;
  margin: 0 0 0px;
  font-weight: 600;
}
.container .honor .swiper-honor .swiper-slide li p {
  font-size: 20px;
  line-height: 1.3;
}
.container .honor .swiper {
  width: 260px;
  height: 30px;
  margin: 30px auto 0;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.container .honor .swiper div {
  width: 210px;
  height: 3px;
  background-color: #ffffff;
  opacity: 0.7;
}
.container .honor .swiper div span {
  height: 3px;
  background-color: #2e63ce;
}
.container .honor .swiper .swiper-pagination {
  width: 210px;
  height: 3px;
  background-color: #e5e5e5;
  opacity: 0.7;
  left: 50%;
  top: 12px;
  transform: translateX(-50%);
}
.container .honor .swiper .swiper-button-prev,
.container .honor .swiper .swiper-button-next {
  top: 1px;
  width: 11px;
  height: 21px;
  margin-top: 0;
  background: none;
}
.container .honor .swiper .swiper-button-prev {
  left: 0;
}
.container .honor .swiper .swiper-button-next {
  right: 0;
}
.container .advantage {
  padding: 47px 0 50px;
}
.container .advantage .h2_title {
  margin-bottom: 27px;
}
.container .advantage .swiper {
  position: relative;
}
.container .advantage .swiper .swiper-button-next,
.container .advantage .swiper .swiper-button-prev {
  background-image: none;
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  text-align: center;
  line-height: 32px;
}
.container .advantage .swiper .swiper-button-next {
  right: -62px;
}
.container .advantage .swiper .swiper-button-prev {
  left: -62px;
}
.container .advantage .swiper-advantage .swiper-slide {
  width: 355px;
  height: 300px;
  background: url(../images/advantageBG.png) no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  box-shadow: 0px 2px 12px 0px rgba(34, 44, 77, 0.2);
  border-radius: 4px;
  padding: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  color: #fff;
}
.container .advantage .swiper-advantage .swiper-slide h4 {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  margin: 10px 0 15px;
}
.container .advantage .swiper-advantage .swiper-slide p {
  font-size: 13px;
  line-height: 20px;
  padding: 10px 15px 15px;
  border-radius: 3px;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.1);
}
