@charset "UTF-8";
.img-box .img-d {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.img-box .img-h {
  transform: scale(1.1);
}
/**/
.abscss {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/*font*/
@media (max-width: 767px) {
  .h18 {
    font-size: 16px;
  }
  .h20 {
    font-size: 18px;
  }
}
/*color*/
/**!
 * 
 */
/**!
 * 
 */
/**!
 * 
 */
/**!
 * 
 */
/**!
 * 
 */
/*font*/
@media (max-width: 1440px) {
  .h30 {
    font-size: 28px;
  }
  .h24 {
    font-size: 22px;
  }
  .h30 {
    font-size: 28px;
  }
  .h32 {
    font-size: 32px;
  }
  .h48 {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .h30 {
    font-size: 26px;
  }
  .h24 {
    font-size: 20px;
  }
  .h30 {
    font-size: 26px;
  }
  .h32 {
    font-size: 28px;
  }
  .h48 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .h18 {
    font-size: 17px;
  }
  .h20 {
    font-size: 18px;
  }
  .h22 {
    font-size: 20px;
  }
  .h30 {
    font-size: 22px;
  }
  .h32 {
    font-size: 26px;
  }
  .h48 {
    font-size: 34px;
  }
}
/**/
/*  comp-text-list-01*/
/**!
 @color - 
 @box-bg - box 
 @padding - box 
 @height - 
 */
.comp-text-list-01 li:nth-child(2n + 1) {
  background-color: #f5f7fb;
}
.comp-text-list-01 .box-s {
  line-height: 30px;
  position: relative;
  padding: 15px 15px 15px 30px;
}
.comp-text-list-01 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-01 .box-s:after {
  content: '';
  position: absolute;
  left: 15px;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  top: 50%;
  margin-top: -3px;
  background-color: #3D55A7;
}
.comp-text-list-01 .box-s .box-title {
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.comp-text-list-01 .box-s:after {
  background: #acb3ca;
}
/*  comp-text-list-02*/
/**!
 @color - 
 @mb-num - box 
 @box-bg - box 
 @padding - box 
 @box-txt-col - box 
 */
.comp-text-list-02 li {
  margin-bottom: 30px;
}
.comp-text-list-02 .box-s {
  background: #f5f7fb;
  padding: 20px 30px;
  color: #666;
}
.comp-text-list-02 .box-s:hover .box-title {
  color: #3D55A7;
  font-weight: bold;
}
.comp-text-list-02 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333;
}
.comp-text-list-02 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  margin-top: 10px;
}
.comp-text-list-02 .box-s .box-date {
  margin-top: 10px;
}
/*  comp-text-list-03*/
/**!
 @color - 
 @box-bg - box 
 @padding - box 
 @box-txt-col - box 
 */
.comp-text-list-03 li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E9EDF3;
}
.comp-text-list-03 .box-s {
  color: #666;
}
.comp-text-list-03 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-03 .box-s .box-date {
  width: 82px;
  height: 82px;
  margin-right: 25px;
  padding-top: 10px;
  float: left;
  text-align: center;
  color: #333;
  background: #f5f7fb;
}
.comp-text-list-03 .box-s .box-date .date-01 {
  line-height: 40px;
  font-weight: bold;
}
.comp-text-list-03 .box-s .box-date .date-02 {
  line-height: 20px;
  font-size: 13px;
}
.comp-text-list-03 .box-s .box-info {
  overflow: hidden;
}
.comp-text-list-03 .box-s .box-title {
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333;
}
.comp-text-list-03 .box-s .box-txt {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
/*  comp-text-list-04*/
/**!
 @color - 
 @box-bg - box 
 @padding - box 
 @box-txt-col - box 
 @height - box 
 @mb-num - 
 */
.comp-text-list-04 .box-s {
  padding-left: 60px;
  background: #f5f7fb;
  height: 60px;
  min-height: 60px;
  margin-bottom: 30px;
  position: relative;
}
.comp-text-list-04 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-04 .box-s .box-icon {
  height: 60px;
  line-height: 60px;
  width: 60px;
  min-width: 60px;
  background-image: url("comm-img-01.png");
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.comp-text-list-04 .box-s .box-icon img {
  display: inline-block;
  vertical-align: middle;
}
.comp-text-list-04 .box-s .box-title {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  color: #333;
  font-weight: bold;
}
/*  comp-text-list-05*/
/**!
 @color - 
 @box-bg - box 
 @padding - box 
 @box-txt-col - box 
 @height - box 
 @mb-num - 
 */
.comp-text-list-05 .box-s {
  border-bottom: 1px solid #EEEEEE;
  padding: 30px 120px 30px 30px;
  transition: all 0.5s;
  position: relative;
}
.comp-text-list-05 .box-s:hover {
  box-shadow: 0 0 15px 0 rgba(209, 221, 243, 0.99);
}
.comp-text-list-05 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-05 .box-s:hover .box-more {
  background-color: #3D55A7;
  background-image: url("comm-img-04.png");
}
.comp-text-list-05 .box-s .box-date {
  line-height: 30px;
  color: #333;
  float: left;
  width: 120px;
}
.comp-text-list-05 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  color: #333;
}
.comp-text-list-05 .box-s .box-more {
  position: absolute;
  right: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  background-image: url("comm-img-03.png");
}
/*  comp-text-list-06*/
/**!
 @color - 
 @box-bg - box 
 @padding - box 
 @box-txt-col - box 
 @height - box 
 @mb-num - 
 */
.comp-text-list-06 .box-s {
  padding: 15px 0 15px 20px;
  line-height: 30px;
  border-bottom: 1px dotted #eee;
  transition: all 0.5s;
  position: relative;
  padding-right: 110px;
}
.comp-text-list-06 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-06 .box-s:before {
  background-color: #3D55A7;
  content: '';
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  top: 50%;
  margin-top: -3px;
}
.comp-text-list-06 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333;
}
.comp-text-list-06 .box-s .box-date {
  margin-top: -15px;
  color: #333;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 50%;
}
/*  comp-text-list-07*/
/**!
 @color - 
 @box-bg - box 
 @box-txt-col - box 
 */
.comp-text-list-07 .box-s {
  padding: 25px 25px 25px 15px;
  margin-bottom: 30px;
  background: #FFFFFF;
  box-shadow: 0 1px 9px 0 #EEEEEE;
  color: #666;
}
.comp-text-list-07 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-text-list-07 .box-s .box-date {
  color: #333;
  width: 82px;
  height: 82px;
  margin-right: 25px;
  padding-top: 10px;
  float: left;
  text-align: center;
}
.comp-text-list-07 .box-s .box-date .date-01 {
  line-height: 40px;
  color: #772100;
  font-weight: bold;
}
.comp-text-list-07 .box-s .box-date .date-02 {
  line-height: 20px;
  font-size: 13px;
}
.comp-text-list-07 .box-s .box-info {
  overflow: hidden;
}
.comp-text-list-07 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
}
.comp-text-list-07 .box-s .box-txt {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
/**/
/*  comp-image-text-list-01*/
/**!
 @height-img - box 
 @mb-num - box 
 */
.comp-image-text-list-01 .box-s {
  margin-bottom: 30px;
  position: relative;
}
.comp-image-text-list-01 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.comp-image-text-list-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-01 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-01 .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("comm-img-06.png");
  background-position: bottom center;
  background-repeat: repeat-x;
}
.comp-image-text-list-01 .box-s .box-mc .box-cont {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
}
.comp-image-text-list-01 .box-s .box-mc .box-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.comp-image-text-list-01 .box-s .box-mc .box-more {
  display: block;
  width: 100px;
  height: 26px;
  line-height: 24px;
  border: 1px solid #FFFFFF;
  text-align: center;
}
/*  comp-image-text-list-02*/
/**!
 @height - box 
 @mb-num - box 
 @padding - info 
 */
.comp-image-text-list-02 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-02 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 152px;
}
.comp-image-text-list-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-02 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-02 .box-s .box-info {
  background: #f5f7fb;
  padding: 20px;
}
.comp-image-text-list-02 .box-s .box-title {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
.comp-image-text-list-02 .box-s .box-date {
  background: url("comm-img-07.png") no-repeat left center;
  padding-left: 22px;
  margin-top: 10px;
}
/*  comp-image-text-list-03*/
/**!
 @height - box 
 @mb-num - box 
 */
.comp-image-text-list-03 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-03 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 180px;
}
.comp-image-text-list-03 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-03 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-03 .box-s .box-img,
.comp-image-text-list-03 .box-s .box-title,
.comp-image-text-list-03 .box-s .box-txt {
  margin-bottom: 10px;
}
.comp-image-text-list-03 .box-s .box-title {
  color: #333;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.comp-image-text-list-03 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}
/*  comp-image-text-list-04*/
/**!
 @height - box 
 @mb-num - box 
 */
.comp-image-text-list-04 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-04 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 224px;
}
.comp-image-text-list-04 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-04 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-04 .box-s .box-img {
  border: 1px solid #EEEEEE;
}
.comp-image-text-list-04 .box-s .box-date {
  width: 68px;
  height: 68px;
  background: #0084FF;
  margin-bottom: 15px;
  margin-top: -30px;
  padding-top: 9px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.comp-image-text-list-04 .box-s .box-date .date-01 {
  line-height: 30px;
  color: #fff;
  font-weight: bold;
}
.comp-image-text-list-04 .box-s .box-date .date-02 {
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
}
.comp-image-text-list-04 .box-s .box-title {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  margin-bottom: 15px;
}
.comp-image-text-list-04 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}
/*  comp-image-text-list-05*/
/**!
 @height - box 
 @mb-num - box 
 @height - box 
 */
.comp-image-text-list-05 .box-s {
  border: 1px solid #EEEEEE;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-05 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 254px;
}
.comp-image-text-list-05 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-05 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-05 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-05 .box-s:hover .box-more a {
  color: #3D55A7;
}
.comp-image-text-list-05 .box-s .box-info {
  padding-left: 20px;
  padding-right: 20px;
}
.comp-image-text-list-05 .box-s .box-top {
  border-bottom: 1px solid #EEEEEE;
  padding-top: 15px;
  padding-bottom: 15px;
}
.comp-image-text-list-05 .box-s .box-date {
  float: left;
  width: 66px;
  border-right: 1px solid #EEEEEE;
  margin-right: 13px;
}
.comp-image-text-list-05 .box-s .box-date .date-01 {
  line-height: 40px;
  color: #00A0E9;
  font-weight: bold;
  margin-bottom: 5px;
}
.comp-image-text-list-05 .box-s .box-date .date-02 {
  line-height: 20px;
  color: #999;
}
.comp-image-text-list-05 .box-s .box-right {
  overflow: hidden;
}
.comp-image-text-list-05 .box-s .box-title {
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
.comp-image-text-list-05 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 22px;
  height: 44px;
}
.comp-image-text-list-05 .box-s .box-more {
  height: 46px;
  line-height: 46px;
}
.comp-image-text-list-05 .box-s .box-more a {
  display: block;
  background: url("comm-img-08.png") no-repeat right center;
  padding-right: 45px;
  color: #333;
}
/*  comp-image-text-list-06*/
/**!
 @height - box 
 @mb-num - box 
 */
.comp-image-text-list-06 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-06 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 190px;
}
.comp-image-text-list-06 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-06 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-06 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-06 .box-s .box-img {
  float: left;
  margin-right: 30px;
  width: 290px;
}
.comp-image-text-list-06 .box-s .box-info {
  padding-top: 20px;
  overflow: hidden;
}
.comp-image-text-list-06 .box-s .box-title {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  height: auto;
  margin-bottom: 15px;
  font-weight: bold;
}
.comp-image-text-list-06 .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
  margin-bottom: 15px;
}
.comp-image-text-list-06 .box-s .box-date {
  color: #EAAC75;
}
/*  comp-image-text-list-07*/
/**!
 @height - box 
 @mb-num - box 
 @info - 
 */
.comp-image-text-list-07 .box-s {
  margin-bottom: 30px;
  color: #666;
}
.comp-image-text-list-07 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 200px;
}
.comp-image-text-list-07 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-image-text-list-07 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-image-text-list-07 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-image-text-list-07 .box-s .box-img {
  border-radius: 5px;
}
.comp-image-text-list-07 .box-s .box-info {
  margin-top: -60px;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(59, 71, 113, 0.08);
  border-radius: 5px;
  position: relative;
  z-index: 2;
  margin-left: 30px;
  margin-right: 30px;
  overflow: hidden;
}
.comp-image-text-list-07 .box-s .box-title {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 30px;
  height: 90px;
  margin-bottom: 20px;
}
.comp-image-text-list-07 .box-s .box-other {
  line-height: 38px;
}
.comp-image-text-list-07 .box-s .box-date {
  float: left;
  background: url("comm-img-09.png") no-repeat left center;
  padding-left: 25px;
}
.comp-image-text-list-07 .box-s .box-more {
  float: right;
  display: block;
  height: 38px;
  width: 38px;
  background: url("comm-img-10.png") no-repeat;
}
/*  comp-personnel-list-01*/
/**!
 @height-img - 
 @info-bg - info 
 @mb-box - 
 */
.comp-personnel-list-01 .row {
  margin-left: -13px;
  margin-right: -13px;
}
.comp-personnel-list-01 .row .box-w {
  padding-left: 13px;
  padding-right: 13px;
}
.comp-personnel-list-01 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 200px;
}
.comp-personnel-list-01 .box-s:hover .box-info .box-title {
  color: #3D55A7;
}
.comp-personnel-list-01 .box-s:hover .box-info:after {
  width: 100%;
}
.comp-personnel-list-01 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.comp-personnel-list-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-01 .box-s .box-img {
  border: 1px solid #eee;
}
.comp-personnel-list-01 .box-s .box-info {
  position: relative;
  border-bottom: 4px solid #5184c6;
  padding: 10px 15px;
  background-color: #f5f7fb;
}
.comp-personnel-list-01 .box-s .box-info:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 4px;
  background-color: #3D55A7;
  width: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.comp-personnel-list-01 .box-s .box-info .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
}
.comp-personnel-list-01 .box-s .box-info .box-txt {
  color: #666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
}
/*  comp-personnel-list-02*/
/**!
 @height-img - 
 @@width-box - box 
 @mb-box - 
 */
.comp-personnel-list-02 .box-s {
  max-width: 186px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.comp-personnel-list-02 .box-s:hover .box-info .box-title {
  color: #3D55A7;
}
.comp-personnel-list-02 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.comp-personnel-list-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-02 .box-s .box-img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 15px;
}
.comp-personnel-list-02 .box-s .box-title {
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.comp-personnel-list-02 .box-s .box-txt {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-height: 24px;
  height: 120px;
}
/*  comp-personnel-list-03*/
/**!
 @height-img - 
 @@width-box - box 
 @mb-box - 
 */
.comp-personnel-list-03 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.comp-personnel-list-03 .box-s:hover .box-title {
  color: #3D55A7;
}
.comp-personnel-list-03 .box-s:hover .box-more {
  background-color: #3D55A7;
}
.comp-personnel-list-03 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 210px;
}
.comp-personnel-list-03 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-03 .box-s .box-img {
  float: left;
  border-radius: 4px;
  border: 1px solid #eee;
  margin-right: 25px;
  width: 145px;
}
.comp-personnel-list-03 .box-s .box-info {
  overflow: hidden;
}
.comp-personnel-list-03 .box-s .box-title {
  position: relative;
  border-bottom: 1px solid #d9dfe7;
  line-height: 26px;
  padding-bottom: 10px;
  font-weight: bold;
  clear: #3D55A7;
  display: block;
  margin-bottom: 15px;
}
.comp-personnel-list-03 .box-s .box-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 28px;
  height: 2px;
  background-color: #4c63b6;
  z-index: 2;
}
.comp-personnel-list-03 .box-s .box-other {
  color: #666;
  margin-bottom: 15px;
}
.comp-personnel-list-03 .box-s .box-other span {
  font-weight: bold;
  color: #3b4461;
  line-height: 28px;
}
.comp-personnel-list-03 .box-s .box-more {
  position: relative;
  width: 60px;
  height: 30px;
  background-color: #354a96;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("comm-arrow.png");
}
@media (min-width: 992px) {
  .comp-personnel-list-03 .row .box-w:nth-child(2n +1) {
    clear: left;
  }
}
/*  comp-personnel-list-04*/
/**!
 @height-img - 
 @@width-box - box 
 @mb-box - 
 */
.comp-personnel-list-04 .box-s {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center       ;
}
.comp-personnel-list-04 .box-s:hover .box-info .box-title {
  color: #3D55A7;
}
.comp-personnel-list-04 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 280px;
}
.comp-personnel-list-04 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-04 .box-s .box-img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 15px;
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
}
.comp-personnel-list-04 .box-s .box-title {
  color: #333;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}
.comp-personnel-list-04 .box-s .box-title span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.comp-personnel-list-04 .box-s .box-title:after {
  content: '';
  position: absolute;
  left: 50%;
  background: #d0d4e3;
  width: 26px;
  height: 2px;
  margin-left: -13px;
  bottom: 0;
}
.comp-personnel-list-04 .box-s div[class^="box-txt"] {
  color: #666;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
/*  comp-personnel-list-05*/
/**!
 @height-img - 
 @@width-box - box 
 @mb-box - 
 */
.comp-personnel-list-05 .box-s {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #999;
}
.comp-personnel-list-05 .box-s:hover .box-title .title-name {
  color: #3D55A7;
}
.comp-personnel-list-05 .box-s:hover .box-more {
  color: #3D55A7;
}
.comp-personnel-list-05 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 205px;
}
.comp-personnel-list-05 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.comp-personnel-list-05 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.comp-personnel-list-05 .box-s .box-img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
  float: left;
  width: 165px;
  margin-right: 25px;
}
.comp-personnel-list-05 .box-s .box-info {
  overflow: hidden;
  padding-top: 15px;
}
.comp-personnel-list-05 .box-s .box-title {
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.comp-personnel-list-05 .box-s .box-title .title-name {
  color: #3D55A7;
}
.comp-personnel-list-05 .box-s .box-txt {
  line-height: 26px;
  color: #333;
  margin-bottom: 10px;
}
.comp-personnel-list-05 .box-s .box-txt > div {
  float: left;
  margin-right: 20px;
}
.comp-personnel-list-05 .box-s .box-txt > div:last-child {
  margin-right: 0;
}
.comp-personnel-list-05 .box-s .box-other {
  line-height: 24px;
  color: #666;
  margin-bottom: 10px;
}
.comp-personnel-list-05 .box-s .box-more {
  display: inline-block;
  color: #333;
}
/*  comp-personnel-list-06*/
/**!
 @title-col - 
 */
.comp-personnel-list-06 .box-s {
  background: url("comm-arrow2.png") no-repeat left center;
  padding-left: 20px;
  color: #4D4D4D;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  margin-bottom: 15px;
}
.comp-personnel-list-06 .box-s.title-col {
  color: #3D55A7;
  font-weight: bold;
}
.comp-personnel-list-06 .box-s:hover {
  color: #3D55A7;
}
/**/
/*  comp-personnel-details-01*/
/**!
 @width-img - 
 */
.comp-personnel-details-01 .info-top {
  position: relative;
  padding: 30px 220px 30px 30px;
  margin-bottom: 30px;
  background: #f6f7fa;
  min-height: 280px;
}
.comp-personnel-details-01 .info-top .box-img {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 160px;
}
.comp-personnel-details-01 .info-top .box-img img {
  display: block;
  width: 100%;
}
.comp-personnel-details-01 .info-top .box-info .info-title {
  border-bottom: 1px solid #c4cdd7;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
  color: #454545;
}
.comp-personnel-details-01 .info-top .box-info .info-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 3px;
  background: #FF8500;
}
.comp-personnel-details-01 .info-top .box-info .info-title span {
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
  display: inline-block;
}
.comp-personnel-details-01 .info-top .box-info .box-s {
  line-height: 24px;
  margin-bottom: 6px;
}
.comp-personnel-details-01 .info-top .box-info .box-s:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-01 .info-top .box-info .box-s .title-s {
  color: #454545;
}
.comp-personnel-details-01 .info-top .box-info .box-s .txt-s {
  color: #1a5ba8;
}
.comp-personnel-details-01 .info-top .box-info .info-table {
  display: table;
  width: 100%;
}
.comp-personnel-details-01 .info-top .box-info .info-table .table-row {
  display: table-row;
  width: 100%;
}
.comp-personnel-details-01 .info-top .box-info .info-table .table-row > div {
  line-height: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
}
.comp-personnel-details-01 .info-top .box-info .info-table .table-call {
  display: table-cell;
  width: 50%;
}
.comp-personnel-details-01 .info-groups {
  margin-bottom: 25px;
}
.comp-personnel-details-01 .info-groups:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-01 .info-groups .info-title {
  line-height: 1.4;
  background: #F6F7FA;
  border-left: 5px solid #c5cfea;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
}
.comp-personnel-details-01 .info-groups .info-txt {
  color: #666;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-01 .details-info {
  color: #666;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-01 .details-info b {
  line-height: 1.4;
  background: #F6F7FA;
  border-left: 5px solid #c5cfea;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
  margin-top: 20px;
  display: block;
  font-size: 16px;
}
/*  comp-personnel-details-02*/
/**!
 @width-img - 
 */
.comp-personnel-details-02 .info-top {
  padding-left: 20px;
  position: relative;
  margin-bottom: 30px;
}
.comp-personnel-details-02 .info-top:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: #ff9800;
}
.comp-personnel-details-02 .info-top .top-title {
  line-height: 40px;
  margin-bottom: 5px;
}
.comp-personnel-details-02 .info-top .top-title > div {
  float: left;
  margin-right: 20px;
}
.comp-personnel-details-02 .info-top .top-title > div:last-child {
  margin-right: 0;
}
.comp-personnel-details-02 .info-top .top-title .title-name {
  color: #004098;
  font-weight: bold;
}
.comp-personnel-details-02 .info-center {
  position: relative;
  margin-bottom: 30px;
  background: #f5f7fb;
  border-radius: 5px;
  overflow: hidden;
  padding-left: 280px;
  min-height: 300px;
}
.comp-personnel-details-02 .info-center .box-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
  width: 280px;
  background-color: #c1dced;
  text-align: center;
}
.comp-personnel-details-02 .info-center .box-img img {
  display: block;
  width: 100%;
  max-height: calc(300px - 60px);
  margin-left: auto;
  margin-right: auto;
}
.comp-personnel-details-02 .info-center .box-info {
  padding: 30px;
}
.comp-personnel-details-02 .info-center .box-info .box-s {
  line-height: 28px;
  margin-bottom: 10px;
}
.comp-personnel-details-02 .info-center .box-info .box-s:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-02 .info-center .box-info .box-s .title-s {
  color: #454545;
  font-weight: bold;
}
.comp-personnel-details-02 .info-center .box-info .box-s .txt-s {
  color: #1a5ba8;
}
.comp-personnel-details-02 .info-center .box-info .info-table {
  display: table;
  width: 100%;
}
.comp-personnel-details-02 .info-center .box-info .info-table .table-row {
  display: table-row;
  width: 100%;
}
.comp-personnel-details-02 .info-center .box-info .info-table .table-row > div {
  line-height: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
}
.comp-personnel-details-02 .info-center .box-info .info-table .table-call {
  display: table-cell;
  width: 50%;
}
.comp-personnel-details-02 .info-other {
  background: #f5f7fb;
  padding: 30px;
  font-size: 15px;
}
.comp-personnel-details-02 .other-txt {
  color: #333;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-02 .other-groups {
  margin-bottom: 25px;
  color: #666;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-02 .other-groups:last-child {
  margin-bottom: 0;
}
.comp-personnel-details-02 .other-groups .info-title {
  line-height: 1.4;
  background: #d5eaf8;
  border-left: 5px solid #1259b9;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
}
/*  comp-personnel-details-03*/
.comp-personnel-details-03 .details-info {
  width: 240px;
  float: left;
  margin-right: 30px;
}
.comp-personnel-details-03 .details-info.info-img-02 {
  width: 185px;
}
.comp-personnel-details-03 .details-info .info-img {
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
}
.comp-personnel-details-03 .details-info .info-img img {
  display: block;
  width: 100%;
}
.comp-personnel-details-03 .details-info .info-name {
  position: relative;
  border-bottom: 1px solid #D9DFE7;
  color: #3B4461;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-family: 'Raleway-Bold';
}
.comp-personnel-details-03 .details-info .info-name:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 28px;
  height: 2px;
  background-color: #3B4461;
}
.comp-personnel-details-03 .details-info .info-txt .title-s {
  font-family: 'Raleway-Bold';
  color: #3B4461;
}
.comp-personnel-details-03 .details-info .info-txt .txt-s {
  font-family: 'OpenSans-Regular';
  color: #444444;
  margin-bottom: 10px;
}
.comp-personnel-details-03 .details-cont {
  overflow: hidden;
}
.comp-personnel-details-03 .details-cont .cont-title {
  border-bottom: 1px solid #c4cdd7;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
  color: #454545;
}
.comp-personnel-details-03 .details-cont .cont-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 3px;
  background: #FF8500;
}
.comp-personnel-details-03 .details-cont .cont-title span {
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
  display: inline-block;
}
.comp-personnel-details-03 .details-cont .cont-info {
  line-height: 1.8;
  overflow: hidden;
  color: #444444;
}
.comp-personnel-details-03 .details-cont .cont-info p,
.comp-personnel-details-03 .details-cont .cont-info div {
  margin-bottom: 10px;
}
.comp-personnel-details-03 .details-cont .cont-info b {
  background-color: #f0f3fa;
  border-left: 5px solid #354a96;
  padding: 12px 15px;
  line-height: 24px;
  color: #3B4461;
  margin-bottom: 20px;
  display: block;
  font-size: 18px;
  margin-top: 20px;
}
.comp-personnel-details-03 .details-cont .cont-info b:first-child {
  margin-top: 0;
}
/**/
.comp-pages {
  padding-top: 35px;
}
.comp-pages.comp-page-01 .page-pc a {
  background: #EDEDED;
}
.comp-pages.comp-page-01 .page-pc a,
.comp-pages.comp-page-01 .page-pc span {
  border: none!important;
}
.comp-pages.comp-page-02 .page-pc a,
.comp-pages.comp-page-02 .page-pc span {
  border-radius: 20px;
}
.comp-pages.comp-page-03 .page-pc a,
.comp-pages.comp-page-03 .page-pc span {
  border: none!important;
  border-radius: 20px;
}
.comp-pages .page-pc {
  text-align: center;
}
.comp-pages .page-pc ul li {
  display: inline-block;
  vertical-align: bottom;
}
.comp-pages .page-pc a,
.comp-pages .page-pc span {
  display: inline-block;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  color: #333333;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #DCDCDC;
  margin-left: 2px;
  margin-right: 2px;
}
.comp-pages .page-pc a:hover,
.comp-pages .page-pc span:hover,
.comp-pages .page-pc a.active,
.comp-pages .page-pc span.active {
  background: #3D55A7;
  border: 1px solid #3D55A7;
  color: #fff;
}
.comp-pages .page-pc span {
  background: #3D55A7;
  border: 1px solid #3D55A7;
  color: #fff;
}
.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #3D55A7;
  display: none!important;
}
.comp-pages .page-phone:hover,
.comp-pages .page-phone:active {
  color: #fff;
}
/**/
.details-page {
  color: #666666;
  position: relative;
  line-height: 1.8;
}
.details-page img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.details-page video {
  border-radius: 5px;
  width: 76% !important;
  height: 100% !important;
  margin: 18px auto;
  display: block;
}
.details-page .detail-top {
  margin-bottom: 20px;
  border-bottom: 2px solid #e9e9e9;
  padding-bottom: 12px;
}
.details-page .detail-top .title-s {
  color: #333333;
  line-height: 1.5;
  font-weight: bold;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.details-page .detail-top .top-other {
  color: #797575;
  margin-top: 20px;
  padding: 0;
}
.details-page .detail-top .top-other.top-other-no-share .other-info {
  float: none;
  text-align: center;
}
.details-page .detail-top .top-other .other-info {
  float: left;
}
.details-page .detail-top .top-other .other-share {
  float: right;
}
.details-page .detail-top .top-other .other-share > div {
  display: inline-block;
}
.details-page .detail-top .top-other span,
.details-page .detail-top .top-other a {
  display: inline-block;
  margin-right: 5px;
}
.details-page .detail-top .top-other span:last-child,
.details-page .detail-top .top-other a:last-child {
  margin-right: 0;
}
.details-page .main-cont {
  color: #3F424D;
  text-align: justify;
}
.details-page .main-cont p {
  margin-bottom: 10px;
  line-height: 2;
}
.details-page .main-cont.cont-xilan img {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.details-page .cont-page {
  margin-top: 30px;
  border-top: 1px solid #c1d1e5;
  padding-top: 30px;
  line-height: 24px;
  color: #4D4D4D;
}
.details-page .cont-page .a-page {
  margin-bottom: 10px;
}
.details-page .cont-page .a-page a,
.details-page .cont-page .a-page span,
.details-page .cont-page .a-page p {
  display: inline;
}
.details-page .cont-page .a-page a {
  color: #4D4D4D;
}
.details-page .cont-page .a-page:hover {
  color: #D31616;
}
.details-page .cont-page .a-page:hover a {
  color: #D31616;
}
.details-page .cont-page-share {
  position: relative;
  padding-right: 100px;
  border-top: 1px solid #c1d1e5;
  margin-top: 30px;
}
.details-page .cont-page-share .cont-page {
  margin-top: 0;
  border-top: none;
}
.details-page .cont-page-share .cont-share {
  position: absolute;
  right: 0;
  top: 20px;
}
.details-page .cont-page-share .share-xl .social-share a {
  width: 32px;
  height: 32px;
}
/**/
.social-share {
  /**/
}
.social-share a {
  position: relative;
  text-decoration: none;
  margin: 4px;
  display: inline-block;
  outline: none;
}
.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}
.social-share .social-share-icon:hover {
  background: #666;
  color: #fff;
}
.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -64px;
  width: 160px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -64px;
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}
.share-xl .social-share a {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: none;
}
.share-xl .social-share a.icon-wechat {
  background: url("comm-wx.png");
  background-size: contain;
}
.share-xl .social-share a.icon-weibo {
  background: url("comm-wb.png");
  background-size: contain;
}
/*bread-crumbs*/
.bread-crumbs {
  position: relative;
  color: #677588;
}
.bread-crumbs.bread-crumbs-02 .bread-item > span:before {
  content: '\f101';
}
.bread-crumbs.bread-crumbs-03 .bread-item > span:before {
  content: '|';
}
.bread-crumbs.bread-crumbs-04 .bread-item > span:before {
  content: '/';
}
.bread-crumbs.bread-crumbs-05 .bread-item-groups {
  position: relative;
}
.bread-crumbs.bread-crumbs-05 .bread-item-groups:before {
  content: "\f015";
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
  font-size: 16px;
}
.bread-crumbs.bread-crumbs-06 .bread-item-groups {
  position: relative;
}
.bread-crumbs.bread-crumbs-06 .bread-item-groups:before {
  content: "\f041";
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
  font-size: 18px;
}
.bread-crumbs .bread-item-groups {
  line-height: 30px;
}
.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}
.bread-crumbs .bread-item a {
  color: #677588;
}
.bread-crumbs .bread-item a.cur {
  color: #3D55A7;
}
.bread-crumbs .bread-item > span:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
}
.bread-crumbs a:hover,
.bread-crumbs a.cur {
  color: #3D55A7;
}
/*other-menu*/
.other-menu {
  padding-bottom: 30px;
  margin-right: 8px;
}
.other-menu .menu-title {
  background: #3D55A7;
  background-size: cover;
  min-height: 65px;
  line-height: 35px;
  position: relative;
  color: #fff;
  font-weight: bold;
  padding: 15px 20px;
  border-bottom: 1px solid #fff;
}
.other-menu .menu-cont {
  background-color: #f5f7fb;
}
.other-menu .menu-cont .box-a {
  display: block;
  background: #FFFFFF;
  border-bottom: 1px solid #e2e5ef;
}
.other-menu .menu-cont .a-title {
  display: block;
  padding: 12px 30px;
  line-height: 30px;
  position: relative;
  color: #333;
  font-size: 17px;
}
.other-menu .menu-cont .a-title:after,
.other-menu .menu-cont .a-title:before {
  position: absolute;
}
.other-menu .menu-cont .a-title:before {
  content: '';
  left: 15px;
  top: 19px;
  width: 5px;
  height: 18px;
  background: #3D55A7;
  border-radius: 3px;
}
.other-menu .menu-cont .a-title:after {
  content: "\f105";
  font-family: 'FontAwesome';
  right: 15px;
  font-size: 18px;
}
.other-menu .menu-cont .a-title.active,
.other-menu .menu-cont .a-title:hover {
  color: #FFFFFF;
  background: #3D55A7;
}
.other-menu .menu-cont .a-title.active:before,
.other-menu .menu-cont .a-title:hover:before {
  background: #fff;
}
.other-menu .down-menu {
  padding-bottom: 10px;
  padding-left: 15px;
}
.other-menu .down-menu a {
  display: block;
  padding: 5px 20px 5px 35px;
  line-height: 24px;
  font-size: 15px;
  color: #333;
  position: relative;
}
.other-menu .down-menu a:hover,
.other-menu .down-menu a.active {
  color: #3D55A7;
}
.other-menu .down-menu a:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  background-size: contain;
  width: 4px;
  height: 4px;
  background-color: #2e6da4;
  border-radius: 5px;
}
/*banner*/
.comp-banner {
  overflow: hidden;
}
.comp-banner:hover .owl-nav button.owl-prev {
  left: 2%;
}
.comp-banner:hover .owl-nav button.owl-next {
  right: 2%;
}
.comp-banner.comp-banner-01 .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  margin-top: 0;
  margin-bottom: 0;
}
.comp-banner .banner-box {
  position: relative;
}
.comp-banner .banner-box img {
  display: block;
  width: 100%;
}
.comp-banner .banner-box .banner-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.comp-banner .banner-box .banner-mc .banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
}
.comp-banner .owl-item.active .item .banner-mc .banner-title {
  animation-name: moveInUp;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  backface-visibility: hidden;
}
.comp-banner .owl-dots {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.comp-banner .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #666;
}
.comp-banner .owl-dots .owl-dot.active {
  background-color: #3D55A7;
}
.comp-banner .owl-nav button {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -25px;
  background: rgba(0, 0, 0, 0.5) !important;
  text-align: center;
  transition: all 0.5s;
}
.comp-banner .owl-nav button span {
  display: none;
}
.comp-banner .owl-nav button:after {
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 40px;
}
.comp-banner .owl-nav button.owl-prev {
  left: -40px;
}
.comp-banner .owl-nav button.owl-prev:after {
  content: '\f104';
}
.comp-banner .owl-nav button.owl-next {
  right: -40px;
}
.comp-banner .owl-nav button.owl-next:after {
  content: '\f105';
}
.slider-progress-bar .progress {
  height: 4px;
  background: #3D55A7;
  animation: sliderProgressBar ease;
  display: block;
}
.my-slider:hover .slider-progress-bar .progress {
  animation-play-state: paused;
}
@keyframes sliderProgressBar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes moveInUp {
  0% {
    opacity: 0;
    transform: translate(-50%, -10%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
/**/
.comp-photo-album {
  width: 100%;
  min-height: 500px;
  padding-bottom: 60%;
}
.comp-photo-album .lg-outer .lg-thumb-outer {
  background-color: #fff;
}
/**/
body {
  font-family: "Microsoft YaHei", '', PingFangSC-Regular, Arial, sans-serif;
}
.owl-carousel h4 {
  height: 500px;
  background-color: #1b6d85;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 100px;
  text-align: center;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
@media (min-width: 1280px) {
  .container {
    width: 1254px;
  }
}
@media (min-width: 1440px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
/*default-bread-crumbs*/
.default-bread-crumbs {
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
/*page-main*/
.page-main {
  padding-bottom: 50px;
  position: relative;
  z-index: 101;
}
/*nav*/
/**/
@media (max-width: 992px) {
  nav.navbar.bootsnav.bootsnavdef .navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  nav.navbar.bootsnav.bootsnavdef .navbar-brand img.logo {
    width: 60px;
  }
}
/*1*/
nav.navbar.bootsnav.bootsnavnew {
  min-height: 60px;
  background: transparent;
  border: none;
  box-shadow: none;
  z-index: 999;
  position: relative;
  /*logo */
  /**/
}
nav.navbar.bootsnav.bootsnavnew .navbar-brand {
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}
nav.navbar.bootsnav.bootsnavnew .navbar-brand img {
  max-width: 100px;
}
nav.navbar.bootsnav.bootsnavnew ul.nav {
  margin-left: -15px;
  margin-right: -15px;
  float: right;
}
nav.navbar.bootsnav.bootsnavnew ul.nav > li {
  margin: 0;
  padding: 0 1px 0 0;
  height: 60px;
  position: relative;
}
nav.navbar.bootsnav.bootsnavnew ul.nav > li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  width: 1px;
  height: 15px;
  background: #E4EBF2;
}
nav.navbar.bootsnav.bootsnavnew ul.nav > li:last-child {
  padding-right: 0;
}
nav.navbar.bootsnav.bootsnavnew ul.nav > li:last-child:after {
  display: none;
}
nav.navbar.bootsnav.bootsnavnew ul.nav > li > a {
  line-height: 60px;
  color: #333;
  position: relative;
  padding: 0;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  padding-left: 20px;
  padding-right: 20px;
}
nav.navbar.bootsnav.bootsnavnew ul.nav > li.dropdown:last-child .dropdown-menu {
  left: auto;
  right: 0;
}
nav.navbar.bootsnav.bootsnavnew ul.nav > li > a:hover,
nav.navbar.bootsnav.bootsnavnew ul.nav > li > a:focus,
nav.navbar.bootsnav.bootsnavnew ul.nav > li.active > a:hover,
nav.navbar.bootsnav.bootsnavnew ul.nav > li.active > a:focus,
nav.navbar.bootsnav.bootsnavnew ul.nav > li.active > a,
nav.navbar.bootsnav.bootsnavnew ul.nav > li.dropdown.on > a {
  background-color: #bb2527 !important;
  color: #fff !important;
}
nav.navbar.bootsnav.bootsnavnew ul.nav li.dropdown ul.dropdown-menu {
  border: none;
  border-top: none;
  box-shadow: 0 0 15px 0 rgba(7, 0, 2, 0.22);
  background: #F3F5FB;
  min-width: 100%;
  width: auto;
}
nav.navbar.bootsnav.bootsnavnew ul.nav li.dropdown ul.dropdown-menu > li > a {
  border-bottom: none;
  color: #fff;
  margin: 0;
  padding: 12px 15px;
  line-height: 24px;
  background: #3D55A7;
  font-weight: normal;
  text-align: center;
  font-size: 16px;
}
nav.navbar.bootsnav.bootsnavnew ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
  background: #bb2527 !important;
  color: #fff;
}
nav.navbar.bootsnav.bootsnavnew.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
}
@media all and (max-width: 992px) {
  nav.navbar.bootsnav.bootsnavnew {
    /**/
  }
  nav.navbar.bootsnav.bootsnavnew .navbar-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.navbar.bootsnav.bootsnavnew .navbar-brand {
    float: left !important;
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav.bootsnavnew .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
    background: #3D55A7;
  }
  nav.navbar.bootsnav.bootsnavnew .navbar-toggle {
    background-color: transparent;
    float: right;
    margin-right: 0;
    top: 0;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  nav.navbar.bootsnav.bootsnavnew .navbar-toggle .fa-bars,
  nav.navbar.bootsnav.bootsnavnew .navbar-toggle .fa-times {
    color: #3D55A7;
  }
  nav.navbar.bootsnav.bootsnavnew ul.nav {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav.bootsnavnew ul.nav > li {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }
  nav.navbar.bootsnav.bootsnavnew ul.nav > li:after {
    display: none;
    padding-right: 0;
  }
  nav.navbar.bootsnav.bootsnavnew ul.nav > li > a {
    font-size: 16px;
    text-align: left;
    padding: 8px 15px;
    height: auto;
    line-height: 30px;
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
  }
  nav.navbar.bootsnav.bootsnavnew ul.nav li.dropdown ul.dropdown-menu {
    border: none;
    border-top: none;
    box-shadow: 0 0 15px 0 rgba(7, 0, 2, 0.22);
    background: #F3F5FB;
    min-width: 100%;
    width: auto;
    padding-left: 0 !important;
  }
  nav.navbar.bootsnav.bootsnavnew ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    color: #fff;
    margin: 0;
    padding: 12px 15px;
    line-height: 24px;
    background: #3D55A7;
    font-weight: normal;
    text-align: left;
    font-size: 15px;
  }
  nav.navbar.bootsnav.bootsnavnew ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
    background: #bb2527 !important;
    color: #fff;
  }
}
/*2*/
nav.navbar.bootsnav.bootsnavfull {
  min-height: 60px;
  background: #3D55A7;
  border: none;
  box-shadow: none;
  z-index: 999;
  position: relative;
  /*logo */
  /**/
}
nav.navbar.bootsnav.bootsnavfull .navbar-brand {
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}
nav.navbar.bootsnav.bootsnavfull .navbar-brand img {
  max-width: 100px;
}
nav.navbar.bootsnav.bootsnavfull ul.nav {
  margin-left: -15px;
  margin-right: -15px;
  float: none !important;
}
nav.navbar.bootsnav.bootsnavfull ul.nav > li {
  margin: 0;
  padding: 0 1px 0 0;
  height: 60px;
  position: relative;
  width: 12.5%;
}
nav.navbar.bootsnav.bootsnavfull ul.nav > li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  width: 1px;
  height: 15px;
  background: #E4EBF2;
}
nav.navbar.bootsnav.bootsnavfull ul.nav > li:last-child {
  padding-right: 0;
}
nav.navbar.bootsnav.bootsnavfull ul.nav > li:last-child:after {
  display: none;
}
nav.navbar.bootsnav.bootsnavfull ul.nav > li > a {
  line-height: 60px;
  color: #fff;
  position: relative;
  padding: 0;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  padding-left: 20px;
  padding-right: 20px;
}
nav.navbar.bootsnav.bootsnavfull ul.nav > li.dropdown:last-child .dropdown-menu {
  left: auto;
  right: 0;
}
nav.navbar.bootsnav.bootsnavfull ul.nav > li > a:hover,
nav.navbar.bootsnav.bootsnavfull ul.nav > li > a:focus,
nav.navbar.bootsnav.bootsnavfull ul.nav > li.active > a:hover,
nav.navbar.bootsnav.bootsnavfull ul.nav > li.active > a:focus,
nav.navbar.bootsnav.bootsnavfull ul.nav > li.active > a,
nav.navbar.bootsnav.bootsnavfull ul.nav > li.dropdown.on > a {
  background-color: #bb2527 !important;
  color: #fff !important;
}
nav.navbar.bootsnav.bootsnavfull ul.nav li.dropdown ul.dropdown-menu {
  border: none;
  border-top: none;
  box-shadow: 0 0 15px 0 rgba(7, 0, 2, 0.22);
  background: #F3F5FB;
  min-width: 100%;
  width: auto;
}
nav.navbar.bootsnav.bootsnavfull ul.nav li.dropdown ul.dropdown-menu > li > a {
  border-bottom: none;
  color: #fff;
  margin: 0;
  padding: 12px 15px;
  line-height: 24px;
  background: #3D55A7;
  font-weight: normal;
  text-align: center;
  font-size: 16px;
}
nav.navbar.bootsnav.bootsnavfull ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
  background: #bb2527 !important;
  color: #fff;
}
nav.navbar.bootsnav.bootsnavfull.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: #3D55A7;
}
@media all and (max-width: 992px) {
  nav.navbar.bootsnav.bootsnavfull {
    /**/
  }
  nav.navbar.bootsnav.bootsnavfull .navbar-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.navbar.bootsnav.bootsnavfull .navbar-brand {
    float: left !important;
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav.bootsnavfull .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
    background: #3D55A7;
  }
  nav.navbar.bootsnav.bootsnavfull .navbar-toggle {
    background-color: transparent;
    float: right;
    margin-right: 0;
    top: 0;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  nav.navbar.bootsnav.bootsnavfull .navbar-toggle .fa-bars,
  nav.navbar.bootsnav.bootsnavfull .navbar-toggle .fa-times {
    color: #fff;
  }
  nav.navbar.bootsnav.bootsnavfull ul.nav {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav.bootsnavfull ul.nav > li {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }
  nav.navbar.bootsnav.bootsnavfull ul.nav > li:after {
    display: none;
    padding-right: 0;
  }
  nav.navbar.bootsnav.bootsnavfull ul.nav > li > a {
    font-size: 16px;
    text-align: left;
    padding: 8px 15px;
    height: auto;
    line-height: 30px;
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
  }
  nav.navbar.bootsnav.bootsnavfull ul.nav li.dropdown ul.dropdown-menu {
    border: none;
    border-top: none;
    box-shadow: 0 0 15px 0 rgba(7, 0, 2, 0.22);
    background: #F3F5FB;
    min-width: 100%;
    width: auto;
    padding-left: 0 !important;
  }
  nav.navbar.bootsnav.bootsnavfull ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    color: #fff;
    margin: 0;
    padding: 12px 15px;
    line-height: 24px;
    background: #3D55A7;
    font-weight: normal;
    text-align: left;
    font-size: 15px;
  }
  nav.navbar.bootsnav.bootsnavfull ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
    background: #bb2527 !important;
    color: #fff;
  }
}
@media (min-width: 1920px) {
  .container {
    width: 1440px;
  }
}
header {
  padding: 58px 0 95px 0;
  background-size: cover !important;
  background: url('h-bg.jpg') no-repeat center center;
}
header .h-logo {
  display: block;
  width: 827px;
  margin: 0 auto;
}
header .h-logo img {
  width: 100%;
  height: 100%;
}
nav.navbar.bootsnav.bootsnavfull {
  min-height: 123px;
  background: #302B71;
}
nav.navbar.bootsnav.bootsnavfull ul.nav > li {
  padding: 0;
  height: 123px;
  width: 15%;
}
nav.navbar.bootsnav.bootsnavfull ul.nav > li:first-child {width: 10%;}
nav.navbar.bootsnav.bootsnavfull ul.nav > li > a {
  line-height: 123px;
  font-size: 38px;
  font-weight: bold;
}
nav.navbar.bootsnav.bootsnavfull ul.nav > li > a:hover,
nav.navbar.bootsnav.bootsnavfull ul.nav > li > a:focus,
nav.navbar.bootsnav.bootsnavfull ul.nav > li.active > a:hover,
nav.navbar.bootsnav.bootsnavfull ul.nav > li.active > a:focus,
nav.navbar.bootsnav.bootsnavfull ul.nav > li.active > a,
nav.navbar.bootsnav.bootsnavfull ul.nav > li.dropdown.on > a {
  background-color: #25205d !important;
  color: #fff !important;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
  display: none;
}
nav.navbar.bootsnav.bootsnavfull ul.nav > li:after {
  width: 4px;
  height: 58px;
  margin-top: -30px;
  background: #fff;
}
nav.navbar.bootsnav.bootsnavfull ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
  background: #25205d !important;
  color: #fff;
}
nav.navbar.bootsnav.bootsnavfull ul.nav li.dropdown ul.dropdown-menu > li > a {
  background: #302B71;
  padding: 14px 8px;
  font-size: 20px;
}
.t-cont {
  background: #ECF2FD;
  padding-top: 80px;
}
.tabbar {
  background-size: cover !important;
  background: url('tab-bg.jpg') no-repeat center center;
  padding: 60px 0 70px 0;
  position: relative;
}
.tabbar::after {
  position: absolute;
  content: '';
  top: -40px;
  right: 0;
  width: 60%;
  height: 40px;
  /*background: #fff;*/
}
.tabbar .t-img-box {
  float: left;
  width: 532px;
  overflow: hidden;
  margin-right: 58px;
  margin-top: 24px;
  height: 330px;
}
.tabbar .t-img-box video {display: block;width: 100%;height: 100%; object-fit: fill;}
.tabbar .t-img-box:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.tabbar .t-img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.tabbar .tab-cont {
  overflow: hidden;
}
.tabbar .tab-t-box {
  margin-bottom: 35px;
}
.tabbar .tab-t-box .title-box {
  float: left;
  padding-left: 70px;
  margin-right: 10px;
  background: none;
  transition: all 0.7s;
}
.tabbar .tab-t-box .title-box:hover,
.tabbar .tab-t-box .title-box:active,
.tabbar .tab-t-box .title-box.active {
  transition: all 0.7s;
  background: url('title-bg.png') no-repeat center left;
}
.tabbar .tab-t-box .title-box:hover:after,
.tabbar .tab-t-box .title-box:active:after,
.tabbar .tab-t-box .title-box.active:after {
  right: 53px;
  opacity: 1;
  transition: all 0.7s;
}
.tabbar .tab-t-box .title-box:after {
  left: auto;
  transform: translateX(0);
  opacity: 0;
}
.tabbar .tab-txt a {
  display: block;
}
.tabbar .tab-txt a div {
  font-size: 15px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 1.5;
  text-align: justify;
  max-height: 269px;
}
.tabbar .tab-txt .tab-img {
  /* display: block; */
  width: 436px;
  height: 271px;
  float: left;
  margin-right: 20px;
}
.tabbar .tabbar-c .tab-txt {
  display: none;
}
.tabbar .tabbar-c .tab-txt:first-child {
  display: block;
}
.title-box {
  position: relative;
}
.title-box .title-img-box {
  margin: 0 auto 54px;
  width: 290px;
  padding-left: 70px;
  position: relative;
  background: url('title-bg.png') no-repeat center left;
}
.title-box img {
  width: 203px;
  height: 49px;
}
.title-box:after {
  position: absolute;
  content: '';
  width: 94px;
  height: 4px;
  background: #EB5E18;
  bottom: -18px;
  left: 50%;
  transform: translateX(-24%);
}
.title-box .more-btn {
  position: absolute;
  right: 0;
  top: 25px;
  font-size: 24px;
  color: #000000;
}
.title-box .more-btn:hover {
  color: #EB5E18;
}
.showing {
  padding: 70px 0 50px 0;
  background-size: 100% 100% !important;
  background: url('show-bg.jpg') no-repeat right bottom;
}
.showing .m24 {
  margin: 0 -24px;
}
.showing .p24 {
  padding: 0 24px;
}
.showing .show-box {
  display: block;
  margin-bottom: 38px;
}
.showing .show-box:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.showing .img-box {
  height: 217px;
  overflow: hidden;
}
.showing .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.showing .show-title {
  background: #EB6019;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 25px;
  padding: 9px 10px;
  min-height: 43px;
}
.m-cont {
  background: #fff url(m-cont-bg1.png) no-repeat 0 60px;
  position: relative;
  z-index: 1;
  padding-top: 70px;
}
.m-cont::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: url(m-cont-bg2.png) no-repeat right bottom;
}
.famous .m10 {
  margin: 0 -10px;
}
.famous .p10 {
  padding: 0 10px;
}
.famous .famous-box {
  display: block;
  margin-bottom: 38px;
}
.famous .famous-box:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.famous .img-box {
  height: 217px;
  overflow: hidden;
}
.famous .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.famous .famous-title {
  background: #EB6019;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 25px;
  padding: 9px 10px;
  min-height: 43px;
}
.active-box {
  padding-top: 20px;
  margin-bottom: 60px;
}
.active-box .act-li {
  margin-bottom: 15px;
}
.active-box .act-li:last-child {
  margin-bottom: 0;
}
.active-box .act-box {
  display: block;
  position: relative;
}
.active-box .act-t {
  font-size: 26px;
  color: #302B71;
  line-height: 35px;
  padding: 5px 200px 5px 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background: url('act-t-bg.png') no-repeat center left;
}
.active-box a:hover .act-t {color: #eb6019;}
.active-box .act-date {
  position: absolute;
  font-size: 26px;
  color: #302B71;
  line-height: 35px;
  top: 6px;
  right: 0;
}
.active-box[data-v-list] {padding-top: 0px;margin-bottom: 30px;}

.corpus {
  padding: 96px 0 98px 0;
  background-size: cover !important;
  background: url('corpus-bg.jpg') no-repeat center center;
}
.corpus .m45 {
  margin: 0 -45px;
}
.corpus .p45 {
  padding: 0 45px;
}
.corpus .corpus-box {
  /* float: left; */
  display: block;
  /* margin-right: 94px; */
}
.corpus .corpus-box:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.corpus .corpus-box:last-child {
  margin-right: 0;
}
.corpus .img-box {
  float: left;
  width: 197px;
  height: 278px;
  overflow: hidden;
}
.corpus .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.corpus .corpus-t-box {
  width: 92px;
  overflow: hidden;
  height: 278px;
  background: #EB6019;
  text-align: center;
  position: relative;
  padding: 5px 0;
}
.corpus .corpus-t-box span {
  display: inline-block;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.corpus .corpus-t-box .corpus-t1 {
  font-size: 15px;
  width: 20px;
  line-height: 1;
  left: 18px;
  overflow: hidden;
}
.corpus .corpus-t-box .corpus-t2 {
  font-size: 20px;
  width: 24px;
  line-height: 1.1;
  right: 18px;
  display: block;
  /*-webkit-box-orient: vertical;
  -webkit-line-clamp: 12;*/
  overflow: hidden;max-height: 242px;
}
.visit {
  margin-top: 50px;
  margin-bottom: 40px;
  min-height: 362px;
  background: #ECF2FD url('vi-l-bg.png') no-repeat bottom left;
  position: relative;
}
.visit .vi-l {
  float: left;
  width: 328px;
  height: 362px;
  margin-right: 0px;
  font-size: 73px;
  line-height: 88px;
  font-weight: bold;
  color: #282894;
  text-align: center;
  padding-top: 76px;
  position: relative;
}
.visit .vi-l::after {
  position: absolute;
  content: '';
  top: 90px;
  right: 42px;
  width: 8px;
  height: 154px;
  background: #16288D;
}
.visit .vi-m {
  display: inline-block;
  overflow: hidden;
  font-size: 26px;
  color: #302B71;
  line-height: 43px;
  margin-top: 50px;
  width: calc(100% - 800px);
}
.visit .vi-m .vi-tip {
  margin-top: 40px;
  font-weight: bold;
}
.visit .vi-right {
  float: right;
  margin-top: 40px;
  margin-right: 30px;
}
.visit .vi-right img {
  display: block;
  width: 172px;
  margin: 0 auto;
}
.visit .vi-right .ewm-t {
  margin-top: 10px;
  font-size: 25px;
  color: #676767;
  text-align: center;
}
.visit .vi-right .ewm-t a {
  color: #676767;
}
.visit .vi-right .ewm-t a:hover {
  text-decoration: underline;
}
.footer {
  padding-bottom: 88px;
}
.footer .f-cont-img {
  float: left;
  width: 401px;
  margin-right: 90px;
}
.footer .f-cont-img img {
  width: 100%;
  height: 100%;
}
.footer .f-cont-list {
  overflow: hidden;
  font-size: 26px;
  padding-top: 12px;
}
.footer .f-cont-list span,
.footer .f-cont-list a {
  display: inline-block;
  margin-right: 15px;
  color: #494949;
}
.footer .f-cont-list a:hover {
  text-decoration: underline;
}
.footerbox {border-top: #333 solid 2px;padding-top: 90px;}

/*-------------CHT---------------*/
.pd-dp { padding:40px 0 0;overflow: hidden;}
.pd-lb { overflow: hidden;}
.pd-xl { padding:40px 70px 60px;overflow: hidden;}
@media (max-width: 767px){
	.pd-dp { padding:24px 0 0;}
}
/* Breadcrumb
---------------------------------- */
.breadcrumb { background: transparent;
	margin-bottom: 0;
	font-size: 15px;
	border-radius: 0px;padding: 18px 15px;
}
.breadcrumb > li { color:#444;}
.breadcrumb > li > a { color:#444;}
.breadcrumb > li > a:hover { color:#0031bc;}

.secondarybox { display:block; padding:50px 0 52px;
min-height: -moz-calc(100vh - 918px);
min-height: -webkit-calc(100vh - 918px);
min-height: calc(100vh - 918px);
}
.secondarybox-lb {display:block; padding:50px 0 22px;}
@media (max-width: 767px){
	.breadcrumb { padding: 10px 0;}
	.secondarybox {padding:30px 0 32px;}
}
/**/
.sidebar {overflow: hidden;margin-right: 20px;
/*-ms-box-shadow: 0px 6px 20px -18px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 6px 20px -18px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 6px 20px -18px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 6px 20px -18px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 6px 20px -18px rgba(0, 0, 0, 0.4);*/
}
.sidebar .title {margin-bottom: 0px;position: relative;padding: 28px 20px 30px 25px; font-size: 30px;font-weight: 700; color:#ffffff;border-top: #f08519 solid 0px;text-transform:uppercase;line-height: 1;background: #943200; }
@media (max-width:1199px) {
	.sidebar {margin-right: 0px;}
}
.contentWrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.contentLeft {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
	-ms-box-shadow: 0 0 8px 0px rgba(128, 82, 85, 0.1);
    -o-box-shadow: 0 0 8px 0px rgba(128, 82, 85, 0.1);
    -moz-box-shadow: 0 0 8px 0px rgba(128, 82, 85, 0.1);
    -webkit-box-shadow: 0 0 8px 0px rgba(128, 82, 85, 0.1);
    box-shadow: 0 0 8px 0px rgba(128, 82, 85, 0.1);
	border-left: #ffe7da solid 1px;border-bottom: #ffe7da solid 1px;border-right: #ffe7da solid 1px;
}
.contentRight {
  padding: 1.3rem 2rem;
  margin-left: 250px;
}
.deg90 {-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);}

.leftNavigation {
  margin: 0rem 0;
}
.leftNavigation, .leftNavigation li ul {
  list-style: none;
  padding: 9px 25px 9px;
}
.leftNavigation li a {
  font-size: 18px;
  display: block;
  padding: 16px 24px 16px 0;
  color: #3b4461;
  border-bottom: solid 1px #ffe7da;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-weight:400;
}
.leftNavigation li:last-child a {border-bottom: 0;}
.leftNavigation li ul li a {
  font-size: 14px;
  display: block;
  padding: 5px 1rem 5px 32px !important;
  color: #73798f;line-height: 1.4;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-weight:400;border-bottom: solid 0px #fff;
}
.leftNavigation li ul li a:after {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #9ca5c6;
    position: absolute;
    top: 13px;
    left: 16px;
    margin-top: -2px;
    background-image: none !important;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.leftNavigation li a, .leftNavigation li a .leftNavIcon {
  line-height: 130%;
}
.leftNavigation li a .leftNavIcon {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.8rem;
  padding: 12px 0 0;
  text-align: center;
  font-weight: 500;color: #f9c6ab;font-size: 22px;
}
.leftNavigation li.active a .leftNavIcon {color: #eb6019;}
.leftNavigation li a .leftNavIcon1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 7rem;
  padding: 16px 0 0 0;
  text-align: center;font-size: 12px;color: #f67400;
}
.leftNavigation li a:hover {
  color: #eb6019; text-decoration:none; font-weight: 700;
}
.leftNavigation li a:hover .leftNavIcon {color: #eb6019;}
.leftNavigation li ul {
  display: none;
  margin: 0;
  background-color: #f4f7fc;border-bottom: solid 1px #e5e5e5;
}
.leftNavigation li ul li { border-bottom: solid 0px #e5e5e5;}
.leftNavigation li ul li a:hover {
  color: #2a45a6; text-decoration:none;background: transparent;font-weight: 500;
}
.leftNavigation li ul li a:hover:after {background-color: #02449e;}
/*#

 li ul li:last-child a {
  border-bottom: none;
}*/
.leftNavigation li ul li.active a {
  color: #2a45a6; text-decoration:none;font-weight: 500;
}
.leftNavigation li ul li.active a:after {background-color: #02449e;font-weight: 500;}
.leftNavigation li.active > a {
  color: #eb6019; text-decoration:none;font-weight: 700;border: 0;/*padding: 18px 40px 12px 34px;*/
}
.leftNavigation li.active ul {
  display: block;padding: 0 0 15px 0;border-bottom: solid 1px #fff;
}
.leftNavigation > li.active {
  border-bottom: solid 1px #ffe7da;
}
.leftNavigation > li:last-child.active {
  border-bottom: solid 1px #fff;
}
.leftNavigation li ul li .level4 {border-top: solid 1px #D0E9F3;}
.leftNavigation li ul li .level4 li a {
  border-bottom: solid 0px #D0E9F3; font-size:13px; color:#535353; margin-left:30px; padding-left:12px;background: transparent;
}
.leftNavigation li ul li .level4 li a:hover {color: #006bb1;}
.leftNavigation li ul li .level4 li {border-bottom: solid 1px #D0E9F3;}
.leftNavigation li ul li .level4 li:last-child {border-bottom: solid 0px #D0E9F3;}

.lanmu { overflow: hidden;padding: 0 0 18px;border-bottom: #f2642d solid 2px;}
.lanmu_l{ line-height:1;color:#f2642d; font-weight:700; float:left; font-size:36px;padding-left:52px;position: relative;}
.lanmu_l:after {
    top: 4px;
    left: 0;
    content: "";
    position: absolute;
    width: 34px;
    height: 34px;
    background: url(title-bg.png);background-size: 100%;
}
.lanmu_r{ line-height:24px; padding-right:15px; float:right; color:#fff; font-size:16px;}
.lanmu_r a{ color:#fff; text-decoration:none;}
.lanmu_r a:hover{ color:#fff000; text-decoration:none;}
@media (max-width: 767px) {
	.lanmu_l{ font-size:23px;padding-left:44px;}
	.lanmu_l:after {width: 28px;height: 28px;}
}
/*------------------------------------*/
.nrhei {font-size: 17px; line-height: 1.9; color: #333;}
.xlmain {display: block;overflow: hidden;margin:0px;}
.xlmain hr {margin-top: 5px;}
.xlmain .wztitle {color: #eb6019; line-height:1.6; text-align:center; font-size: 30px; padding: 0px 0px 2px 0px;font-weight: 700;margin: 22px 0 20px;}
.xlmain .basicinfo {overflow: hidden; border-bottom: solid 1px #e2e2e2; padding: 0px 0px 3px 0px;text-align: center;}
.xlmain .basicinfo .qtinfo {color:#91949f; font-size: 14px;margin: 3px 0 10px 0;}
.xlmain .basicinfo .qtinfo a {color:#91949f; text-decoration: none;}
.xlmain .basicinfo .qtinfo a:hover {color:#de0c0c; text-decoration: none;}
.xlmain .basicinfo .share {overflow: hidden;float: right;}
.xlmain .text { overflow:hidden; display:block;}
.xlmain .text p {margin: 0 0 22px;}
.xlmain .text p:last-child {margin: 0;}
.xlmain .text img {display: inline-block;margin-right: auto;margin-left: auto;}
.xlmain .text .zc img {margin-left: inherit !important;margin-right: inherit !important;display: inline-block;}
.xlmain .text video {border: #f1d9c4 solid 6px;border-radius: 5px;width: 76% !important;height: 100% !important;margin: 18px auto;display: block;}

.xlmain .textlx { margin:0; overflow:hidden; display:block;}
.xlmain .textlx p {margin: 0 0 12px 0;}
.xlmain .textlx img {display: block;margin-right: auto;margin-left: auto;}
.xlmain .textxl { margin:40px 0 0; overflow:hidden; display:block;}
.xlmain .textxl p {margin: 0 0 32px 0;}
.xlmain .textxl p:last-child {margin: 0;}
.xlmain .textxl img {display: block;margin-right: auto;margin-left: auto;}
.xlmain .textxl table {margin: 0 0 15px 0;}
.xlmain .textxl td {text-align: center;}
.xlmain .textxl video {border: #f1d9c4 solid 6px;border-radius: 5px;width: 76% !important;height: 100% !important;margin: 18px auto;display: block;}
.xlmain .textsp { margin:30px auto 26px auto; overflow:hidden; display:block;width: 76%;}

.xlmain .textry {overflow: hidden;line-height: 1.9;}
.xlmain .textry .mt {margin-top: 288px;}
.xlmain .textry h3 { font-size:20px;line-height:1.2; margin:0 0 30px 0;display: block;color: #272727;font-family: times new roman;}
.xlmain .textry h3 span {font-size: 22px;margin-left: 20px;color: #999;}
.xlmain .textry h4 { font-size:28px;line-height:1.2; margin:5px 0 20px 0;display: block;color: #31373f;font-weight: 700;}
.xlmain .textry h4 span {font-size: 22px;margin-left: 20px;color: #999;}
.xlmain .textry p {margin: 0 0 22px;}
.xlmain .textry p:last-child {margin: 0;}
.xlmain .textry p a {color: #333;}
.xlmain .textry p a:hover {color: #005bac;}
.xlmain .textry p strong, .xlmain .textry strong {color: #3d55a7;font-size: 18px;}
.xlmain .textry th {color: #3b4461;font-size: 16px;}
.xlmain .textry .ryinfo {overflow: hidden;background: #e6f3fc;}
.xlmain .textry .ryinfo .ryimg { margin-right: 30px;background: #c1dced;padding: 30px 50px;}
.xlmain .textry .ryinfo .ryimg img{ border-radius: 5px;width: 180px;height: 240px;}
.xlmain .textry .ryinfo .rytxt p { line-height: 220%; font-size: 17px; margin: 30px 0 0 0; color:#222;}
.xlmain .textry .ryinfo .rytxt p a {color:#222;font-size: 17px;text-decoration: none;font-style: normal;}
.xlmain .textry .ryinfo .rytxt p a:hover {color:#ff7300;}
.xlmain .textry .rydetail {overflow: hidden;padding: 26px 0 0 0;}
.xlmain .textry .rydetail .detail {padding-left: 2px;font-size: 16px !important;line-height: 2 !important;}
.xlmain .textry .rydetail table {border: transparent;}
.xlmain .textry .rydetail tbody {background-color: transparent;}
.xlmain .textry .fl {margin-right: 38px;margin-bottom: 12px;}
.xlmain .textry .fl img {max-width: 198px;}
.xlmain .textry .fl h4 {font-size: 15px;line-height: 1.5;margin: 15px 0;text-align: center;font-weight: 500;color: #3157bb;}
.xlmain .textry h2 {font-size: 24px;line-height: 140%;font-weight: 700;padding: 3px 0 6px;color: #333;margin: 0;position: relative;}
.xlmain .textry .left img {max-width: 216px;margin-right: 32px;margin-bottom: 12px;border-radius: 4px;border: #efefef solid 1px;}

.xlmain .textxmz { margin:24px 0 0 0; overflow:hidden; display:block;}
.xlmain .textxmz p {margin: 0 0 10px 0;}
.xlmain .textxmz p:last-child {margin: 0;}
.xlmain .textxmz .el-tab-pane {line-height: 150%;}
.xlmain .textxmz .el-tabs--border-card>.el-tabs__content {padding: 20px 0px 0 0px;}
@media (min-width: 767px) {
	.xlmain .textxl img {max-width: 800px;}
}
@media (max-width: 1199px) {
	.xlmain .textsp { width: 80%;}
	.xlmain .text video {width: 80% !important;}
    .xlmain .textxl video {width: 80% !important;}
	.xlmain .textxl img {max-width: 80%;}
	.xlmain .textxl { margin:32px 0 0;}
}
@media screen and (max-width: 991px){
    .xlmain .wztitle {margin: 20px 0 24px 0;}
}
@media (max-width: 767px) {
	.xlmain .wztitle {font-size: 20px;margin: 26px 0 24px 0;}
    .xlmain .text .left {width: 100%;margin-right: auto !important;}
    .xlmain .textsp { width: 100%;margin:15px auto 2px auto;}
	.xlmain .text video {width: 100% !important;}
    .xlmain .textxl video {width: 100% !important;}
	.xlmain .textry .fl {width: 100%;}
    .xlmain .textry .fl img {margin-left: auto;margin-right: auto;margin-bottom: 20px;display: block;}
    .xlmain .textry h3 span {display: block;margin-top: 8px;margin-left: 0;}
	.xlmain .textry .left {width: 100%;}
    .xlmain .textry .left img {max-width: 238px;margin-left: auto;margin-right: auto;margin-bottom: 22px;}
	.xlmain .textxl { margin:22px 0 0;}
	.xlmain .textxl img {max-width: 100%;}
	.nrhei {font-size: 16px;}
}

.showing-list {overflow: hidden;}
.showing-list .row {margin-left: -20px;margin-right: -20px;}
.showing-list .row > [class^='col'] {padding-left: 20px;padding-right: 20px;}
.showing-list li {margin-bottom: 36px;}
.showing-list .show-box {
  display: block;
}
.showing-list .show-box:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.showing-list .img-box {
  height: 246px;
  overflow: hidden;
}
.showing-list .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.showing-list .show-title {
  background: #EB6019;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 25px;
  padding: 9px 10px;
  min-height: 43px;
}
@media (max-width: 1366px) {
	.showing-list .img-box {height: 239px;}
}
@media (max-width: 1280px) {
	.showing-list .img-box {height: 222px;}
}
@media (max-width: 1199px) {
	.showing-list .row {margin-left: -14px;margin-right: -14px;}
	.showing-list .row > [class^='col'] {padding-left: 14px;padding-right: 14px;}
	.showing-list li {margin-bottom: 28px;}
	.showing-list .img-box {height: 185px;}
}
@media (max-width: 991px) {
	.showing-list .img-box {height: 216px;}
}
@media (max-width: 767px) {
	.showing-list li {margin-bottom: 24px;}
	.showing-list .img-box {height: auto;}
	.showing-list .show-title {white-space: inherit;line-height: 1.5;}
}

.corpus-list {overflow: hidden;}
.corpus-list li {margin-bottom: 40px;}
.corpus-list .m45 {
  margin: 0 -45px;
}
.corpus-list .p45 {
  padding: 0 45px;
}
.corpus-list .corpus-box {
  float: left;
  display: block;
  margin-right: 94px;margin-bottom: 40px;
}
.corpus-list .corpus-box:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.corpus-list .corpus-box:nth-child(4n+0) {
  margin-right: 0;
}
.corpus-list .img-box {
  float: left;
  width: 197px;
  height: 278px;
  overflow: hidden;
}
.corpus-list .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.corpus-list .corpus-t-box {
  width: 92px;
  overflow: hidden;
  height: 278px;
  background: #EB6019;
  text-align: center;
  position: relative;
  padding: 5px 0;
}
.corpus-list .corpus-t-box span {
  display: inline-block;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.corpus-list .corpus-t-box .corpus-t1 {
  font-size: 15px;
  width: 20px;
  line-height: 1;
  left: 18px;
  overflow: hidden;
}
.corpus-list .corpus-t-box .corpus-t2 {
  font-size: 20px;
  width: 24px;
  line-height: 1.1;
  right: 18px;
  display: block;
  /*-webkit-box-orient: vertical;
  -webkit-line-clamp: 8;*/
  overflow: hidden;max-height: 242px;
}
@media (max-width: 1903px) {
	.corpus-list .corpus-box {
    margin-right: 32px;
  }
}
@media (max-width: 1680px) {
	.corpus-list .corpus-box {
    margin-right: 30px;
  }
}
@media (max-width: 1440px) {
	.corpus-list .img-box {
    width: 193px;
    height: 272px;
  }
  .corpus-list .corpus-t-box {
    width: 90px;
    height: 272px;
  }
}
@media (max-width: 1280px) {
	.corpus-list .img-box {
    width: 182px;
    height: 256px;
  }
  .corpus-list .corpus-t-box {
    width: 80px;
    height: 256px;
  }
  .corpus-list .corpus-t-box .corpus-t1 {
    left: 12px;
  }
  .corpus-list .corpus-t-box .corpus-t2 {
    font-size: 20px;
    width: 20px;
    line-height: 24px;
    right: 14px;
  }
}
@media (max-width: 1199px) {
	.corpus-list .corpus-box:nth-child(3n+0) {margin-right: 0;}
	.corpus-list .corpus-box:nth-child(4n+0) {margin-right: 30px;}
  .corpus-list .corpus-t-box .corpus-t2 {
    font-size: 20px;
    width: 20px;
    line-height: 24px;
    right: 14px;
  }
}
@media (max-width: 991px) {
	.corpus-list .wj-box .corpus-box:nth-child(2n+1) {
    clear: left;
  }
  .corpus-list .corpus-box {
    float: left;
    display: block;
    width: calc(50% - 30px);
  }
  .corpus-list .img-box {
    float: none;
    width: 100%;
    height: auto;
  }
  .corpus-list .corpus-t-box {
    width: 100%;
    overflow: initial;
    height: auto;
    min-height: 57px;
  }
  .corpus-list .corpus-t-box span {
    display: block;
    color: #FFFFFF;
    position: static;
    transform: translateY(0);
  }
  .corpus-list .corpus-t-box .corpus-t1 {
    width: 100%;
    overflow: initial;
  }
  .corpus-list .corpus-t-box .corpus-t2 {
    margin-top: 5px;
    width: 100%;
    overflow: initial;
  }
	.corpus-list .corpus-box:nth-child(2n+0) {margin-right: 0;}
	.corpus-list .corpus-box:nth-child(3n+0) {margin-right: 30px;}
	.corpus-list .corpus-box:nth-child(4n+0) {margin-right: 0px;}
}
@media (max-width: 767px) {
	.corpus-list {padding: 0;}
	.corpus-list .corpus-t-box {padding: 10px 6px;}
	.corpus-list .corpus-box {width: 90%;margin: 0 auto 20px;float: none;}
	.corpus-list .corpus-box:last-child {margin-right: auto;}
	.corpus-list .corpus-box:nth-child(4n+0) {margin-right: auto;}
	.corpus-list .corpus-box:nth-child(3n+0) {margin-right: auto;}
	.corpus-list .corpus-box:nth-child(2n+0) {margin-right: auto;}
}

.famous-list {overflow: hidden;}
.famous-list li {margin-bottom: 28px;}
.famous-list .famous-box {
  display: block;
}
.famous-list .famous-box:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.famous-list .img-box {
  height: 212px;
  overflow: hidden;
}
.famous-list .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.famous-list .famous-title {
  background: #EB6019;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 25px;
  padding: 9px 10px;
  min-height: 43px;
}
@media (max-width: 1900px) {
	.famous-list .img-box {height: 183px;}
}
@media (max-width: 1366px) {
	.famous-list .img-box {height: 178px;}
}
@media (max-width: 1199px) {
	.famous-list .img-box {height: 134px;}
}
@media (max-width: 991px) {
	.famous-list .img-box {height: 138px;}
}
@media (max-width: 767px) {
	.famous-list .img-box {height: auto;}
	.famous-list .famous-title {white-space: inherit;line-height: 1.5;}
}

.pgtitle-box {
  position: relative;
}
.pgtitle-box .title-img-box {
  margin: 0 auto 54px;
  width: 290px;
  padding-left: 70px;
  position: relative;
  background: url('title-bg.png') no-repeat center left;
  color: #eb6019;font-size: 50px;font-weight: 700;
}
.pgtitle-box img {
  width: 203px;
  height: 49px;
}
.pgtitle-box:after {
  position: absolute;
  content: '';
  width: 94px;
  height: 4px;
  background: #EB5E18;
  bottom: -18px;
  left: 50%;
  transform: translateX(-24%);
}

/*page*/
.pmt {margin-top: 10px;}
#pages {
    width:100%; FONT-SIZE: 14px; CLEAR: both; border-top: dotted 0px #cccccc; overflow: hidden; PADDING-TOP: 0px;float: left;text-align: center;
}
#pages A, #pages A:visited, #pages A:hover {
    BORDER: #f1d9c4 1px solid; HEIGHT: 36px; BACKGROUND: #fff; COLOR: #333; PADDING: 0 15px; TEXT-DECORATION: none; MARGIN: 0px 5px 6px 0; DISPLAY: inline-block; LINE-HEIGHT: 36px;border-radius: 3px;
}
#pages SPAN {
    HEIGHT: 36px;
    COLOR: #333;
    PADDING: 0 15px;
    TEXT-DECORATION: none;
    MARGIN: 0px 5px 6px 0;
    DISPLAY: inline-block;
    LINE-HEIGHT: 36px;
    font-size: 14px;border-radius: 3px;
}
/*#pages input {height: 24px; width: 36px;LINE-HEIGHT: 16px; float: left; margin-top: 0px; margin-left: 3px;}*/
#pages A:hover, #pages A.curr, #pages A.curr:visited, #pages A:hover {
    BORDER: #943200 1px solid; BACKGROUND: #943200; COLOR: #fff;
}