.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;
}
/*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: #F5F8FC;
}
.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: #1F5CC8;
}
.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: #1F5CC8;
}
.comp-text-list-01 .box-s .box-title {
  color: #333333;
  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: #F5F8FC;
  padding: 20px 30px;
  color: #666666;
}
.comp-text-list-02 .box-s:hover .box-title {
  color: #1F5CC8;
  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: #333333;
}
.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: #666666;
}
.comp-text-list-03 .box-s:hover .box-title {
  color: #1F5CC8;
}
.comp-text-list-03 .box-s .box-date {
  width: 82px;
  height: 82px;
  margin-right: 25px;
  padding-top: 10px;
  float: left;
  text-align: center;
  color: #333333;
  background: #F5F8FC;
}
.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: #333333;
}
.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: #F5F8FC;
  height: 60px;
  min-height: 60px;
  margin-bottom: 30px;
  position: relative;
}
.comp-text-list-04 .box-s:hover .box-title {
  color: #1F5CC8;
}
.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: #333333;
  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: #1F5CC8;
}
.comp-text-list-05 .box-s:hover .box-more {
  background-color: #1F5CC8;
  background-image: url(comm-img-04.png);
}
.comp-text-list-05 .box-s .box-date {
  line-height: 30px;
  color: #333333;
  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: #333333;
}
.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: #1F5CC8;
}
.comp-text-list-06 .box-s:before {
  background-color: #1F5CC8;
  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: #333333;
}
.comp-text-list-06 .box-s .box-date {
  margin-top: -15px;
  color: #333333;
  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: #666666;
}
.comp-text-list-07 .box-s:hover .box-title {
  color: #1F5CC8;
}
.comp-text-list-07 .box-s .box-date {
  color: #333333;
  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: #333333;
  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: #1F5CC8;
}
.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: #666666;
}
.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: #1F5CC8;
}
.comp-image-text-list-02 .box-s .box-info {
  background: #F5F8FC;
  padding: 20px;
}
.comp-image-text-list-02 .box-s .box-title {
  color: #333333;
  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: #666666;
}
.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: #1F5CC8;
}
.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: #333333;
  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: #666666;
}
.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: #1F5CC8;
}
.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: #333333;
  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: #666666;
}
.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: #1F5CC8;
}
.comp-image-text-list-05 .box-s:hover .box-more a {
  color: #1F5CC8;
}
.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: #333333;
  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: #333333;
}
/*å›¾æ–‡åˆ—è¡¨  comp-image-text-list-06*/
/**!
 @height - box ç›’å­å›¾ç‰‡é«˜åº¦
 @mb-num - box ç›’å­å‘ä¸‹çš„è·ç¦»
 */
.comp-image-text-list-06 .box-s {
  margin-bottom: 30px;
  color: #666666;
}
.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: #1F5CC8;
}
.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: #333333;
  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: #666666;
}
.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: #1F5CC8;
}
.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: #333333;
  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: #1F5CC8;
}
.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: #F5F8FC;
}
.comp-personnel-list-01 .box-s .box-info:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 4px;
  background-color: #1F5CC8;
  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: #333333;
}
.comp-personnel-list-01 .box-s .box-info .box-txt {
  color: #666666;
  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: #1F5CC8;
}
.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: #333333;
  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: #666666;
  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: #1F5CC8;
}
.comp-personnel-list-03 .box-s:hover .box-more {
  background-color: #1F5CC8;
}
.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: #1F5CC8;
  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: #666666;
  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: #1F5CC8;
}
.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: #333333;
  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: #666666;
  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: #1F5CC8;
}
.comp-personnel-list-05 .box-s:hover .box-more {
  color: #1F5CC8;
}
.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: #1F5CC8;
}
.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: #666666;
  margin-bottom: 10px;
}
.comp-personnel-list-05 .box-s .box-more {
  display: inline-block;
  color: #333333;
}
/*äººå‘˜åˆ—è¡¨  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: #1F5CC8;
}
/*äººå‘˜ç»†è§ˆ*/
/*äººå‘˜ç»†è§ˆ  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: #666666;
  line-height: 2;
  text-align: justify;
}
.comp-personnel-details-01 .details-info {
  color: #666666;
  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: #F5F8FC;
  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: #F5F8FC;
  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: #666666;
  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: #1F5CC8;
  border: 1px solid #1F5CC8;
  color: #fff;
}
.comp-pages .page-pc span {
  background: #1F5CC8;
  border: 1px solid #1F5CC8;
  color: #fff;
}
.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #1F5CC8;
  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: #1F5CC8;
}
.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: #1F5CC8;
}
/*other-menu*/
.other-menu {
  padding-bottom: 30px;
  margin-right: 8px;
}
.other-menu .menu-title {
  background: #1F5CC8;
  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: #F5F8FC;
}
.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: #1F5CC8;
}
.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: #666666;
}
.comp-banner .owl-dots .owl-dot.active {
  background-color: #1F5CC8;
}
.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: #1F5CC8;
  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;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
@media (min-width: 1280px) {
  .container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1366px) {
  .container {
    width: 1240px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1300px;
  }
  .fxl-ny-box .container {
    width: 1240px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1500px;
  }
  .fxl-ny-box .container {
    width: 1400px;
  }
}
@media (min-width: 1800px) {
  .container {
    width: 1680px;
  }
}
.wrapper {
  overflow: hidden;
}
body {
  font-family: "Microsoft YaHei", 'å¾®è½¯é›…é»‘', Arial, PingFangSC-Regular, sans-serif;
}
.header {
  background: url(fxl-index-bg.png) no-repeat center top;
  background-size: cover;
  padding: 37px 0 77px 0;
}
.header img {
  display: block;
}
.header .header-logo {
  float: left;
  max-width: 674px;
}
.header-other {
  float: right;
  margin-top: 30px;
}
.header-other li {
  float: left;
}
.header-other .en-btn {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 50px;
}
.header-other .en-btn:hover {
  text-decoration: underline;
}
.a-btn {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 30px;
  background: #FFFFFF url(fxl-search-icon.png) no-repeat center center;
}
.search-box {
  position: relative;
  width: 100%;
}
.search-box .s-inp {
  width: 100%;
  height: 40px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 21px;
  padding-left: 20px;
  padding-right: 50px;
  color: #fff;
  font-size: 16px;
}
.search-box .s-btn {
  background: url(fxltk-search-icon.png) no-repeat center center;
  position: absolute;
  right: 20px;
  width: 22px;
  height: 22px;
  top: 9px;
}
.search-box input::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
}
.search-box input::-moz-placeholder {
  color: #fff;
  font-size: 16px;
}
.search-box input:-moz-placeholder {
  color: #fff;
  font-size: 16px;
}
.search-box input:-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
}
.up-search-box {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(27, 79, 173, 0.8);
  padding: 20px;
  transition: all 0.3s;
  transform: scale(1.2);
  opacity: 0;
  z-index: -1;
}
.up-search-box .middle-box {
  position: absolute;
  width: 40%;
  height: 40%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.up-search-box .up-close {
  position: absolute;
  right: 20px;
  top: 20px;
  background: url(fxl-close.png) no-repeat;
  width: 32px;
  height: 32px;
}
.up-search-box .middle-cont {
  width: 100%;
}
.up-search-box.active {
  transform: scale(1);
  opacity: 1;
  z-index: 9999;
}
.nav-wrap {
  margin-top: -50px;
}
/*nav*/
nav.navbar.bootsnav {
  min-height: 50px;
  background: rgba(0, 80, 228, 0.8);
  border: none;
  box-shadow: none;
  z-index: 99;
  position: relative;
}
nav.navbar.bootsnav ul.nav {
  margin-left: -15px;
  margin-right: -15px;
  float: none;
}
nav.navbar.bootsnav ul.nav > li {
  margin: 0;
  padding: 0;
  width: 12.5%;
}
nav.navbar.bootsnav ul.nav > li > a {
  display: block;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 26px;
  padding: 12px 0px !important;
  margin: 0;
}
nav.navbar.bootsnav ul.nav > li.dropdown:last-child .dropdown-menu {
  left: auto;
  right: 0;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
  background-color: #216CFF !important;
  color: #FFFFFF !important;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
  border: none;
  border-top: 1px solid #FFF;
  min-width: 100%;
  width: auto;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
  border-bottom: none;
  color: #fff;
  margin: 0;
  padding: 8px 10px;
  line-height: 24px;
  background: #1B4FAD;
  font-weight: 400;
  text-align: center;
  font-size: 16px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
  background-color: #053489;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li ul {
  top: 0;
  border-top: none;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li ul > li > a {
  font-weight: 400;
  text-align: center;
  font-size: 14px;
  background: #1B4FAD;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li ul > li > a:hover {
  background: #053489;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.index-box1 {
  background: #F6F8FC;
}
.index-box2 {
  padding: 60px 0;
}
.index-box2 .img-box {
  float: left;
  width: 972px;
  height: 626px;
  overflow: hidden;
}
.index-box2 img {
  width: 100%;
  height: 100%;
}
.index-box2 .info {
  margin: 11px 0 17px 0;
  overflow: hidden;
  padding-right: 17px;
  padding-bottom: 17px;
  position: relative;
}
.index-box2 .info::before {
  position: absolute;
  content: '';
  background: #236ED2;
  top: 17px;
  right: 0;
  bottom: 0;
  left: 0;
}
.index-box2 .info-box {
  position: relative;
  z-index: 9;
  background: #FFFFFF url(fxl-bg1.png) no-repeat right top;
  padding: 90px 90px 80px 70px;
}
.index-box2 .info-box::after {
  position: absolute;
  content: '';
  width: 187px;
  height: 173px;
  right: 0;
  bottom: 0;
  background: url(fxl-bg2.png) no-repeat center center;
  background-size: 100% auto;
}
.index-box2 .info-box:hover .more-btn {
  margin-left: 10px;
}
.index-box2 .title {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  line-height: 32px;
  position: relative;
  margin-bottom: 80px;
}
.index-box2 .title::before {
  position: absolute;
  content: '';
  width: 32px;
  height: 4px;
  background: #236ED2;
  border-radius: 2px;
  left: 0;
  bottom: -22px;
}
.index-box2 .desc {
  font-size: 16px;
  color: #666666;
  line-height: 32px;
  text-align: justify;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  height: 192px;
  margin-bottom: 65px;
}
.index-box2 .more-btn {
  display: block;
  width: 114px;
  height: 40px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  background: url(fxl-bg3.png) no-repeat center center;
}
.index-box3 {
  padding-bottom: 60px;
}
.m20 {
  margin: 0 -20px;
}
.p20 {
  padding: 0 20px;
}
.m10 {
  margin: 0 -10px;
}
.p10 {
  padding: 0 10px;
}
.fxl-md-7 {
  width: 63.139%;
}
.fxl-md-5 {
  width: 36.861%;
}
.index-title {
  margin-bottom: 40px;
}
.index-title span {
  float: left;
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  line-height: 32px;
  padding-bottom: 20px;
  position: relative;
}
.index-title span::before {
  position: absolute;
  content: '';
  left: 0;
  width: 34px;
  height: 3px;
  bottom: 0;
  background: url(fxl-bg5.png) no-repeat center;
}
.index-title a {
  float: right;
  margin-top: 15px;
  font-size: 16px;
  color: #236ED2;
  line-height: 1;
  padding-right: 18px;
  background: url(fxl-bg4.png) no-repeat right center;
}
.kyjz-left-a {
  display: block;
}
.kyjz-left-a .img-box {
  width: 100%;
  height: 344px;
  overflow: hidden;
}
.kyjz-left-a img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.kyjz-left-a .info {
  padding: 19px 40px;
  min-height: 174px;
  background: #FFFFFF;
}
.kyjz-left-a .title {
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 64px;
  margin-bottom: 28px;
}
.kyjz-left-a .date {
  font-size: 16px;
  color: #666666;
  line-height: 32px;
}
.kyjz-left-a .more {
  font-size: 16px;
  color: #236ED2;
  line-height: 32px;
  padding-right: 46px;
  background: url(fxl-bg6.png) no-repeat right center;
}
.kyjz-left-a:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.kyjz-left-a:hover .title {
  color: #236ED2;
}
.kyjz-right-list li {
  margin-bottom: 20px;
}
.kyjz-right-list li:last-child {
  margin-bottom: 0;
}
.kyjz-right-list a {
  display: block;
  background: #FFFFFF;
  border-bottom: 4px solid #236ED2;
  padding: 26px 20px;
  min-height: 160px;
}
.kyjz-right-list a:hover {
  background: #236ED2;
  border-bottom: 4px solid #F2AC25;
}
.kyjz-right-list a:hover .title,
.kyjz-right-list a:hover .date {
  color: #FFFFFF;
}
.kyjz-right-list a:hover .more {
  display: inline-block;
}
.kyjz-right-list .title {
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 56px;
  margin-bottom: 16px;
}
.kyjz-right-list .date {
  font-size: 16px;
  color: #666666;
  line-height: 32px;
}
.kyjz-right-list .more {
  display: none;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 31px;
  padding-right: 40px;
  background: url(fxl-bg7.png) no-repeat right center;
  border-bottom: 1px solid #FFFFFF;
}
.xshd-top-a {
  display: block;
  background: #FFFFFF;
  padding: 22px 30px;
  margin-bottom: 25px;
}
.xshd-top-a .date-box {
  float: left;
  width: 72px;
  height: 72px;
  background: rgba(35, 110, 210, 0.2);
  color: #236ED2;
  line-height: 1;
  text-align: center;
  padding-top: 7px;
  margin-right: 30px;
}
.xshd-top-a .date-box div:nth-child(1) {
  font-size: 36px;
  font-family: Arial;
  font-weight: bold;
  color: #236ED2;
  margin-bottom: 6px;
}
.xshd-top-a .title {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 56px;
  margin-top: 6px;
}
.xshd-top-a:hover .title {
  color: #236ED2;
}
.xshd-list li {
  padding-bottom: 19px;
  margin-bottom: 18px;
  border-bottom: 1px solid #EEEEEE;
}
.xshd-list li:last-child {
  margin-bottom: 0;
}
.xshd-list a {
  display: block;
  padding-left: 17px;
  position: relative;
}
.xshd-list a::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background: #C31E1E;
  border-radius: 50%;
  left: 0;
  top: 12px;
}
.xshd-list a:hover .title {
  color: #236ED2;
}
.xshd-list .title {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  padding-right: 120px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.xshd-list .date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  color: #999999;
  line-height: 28px;
}
.index-box4 {
  padding: 60px 0 40px;
  background: url(fxl-bg8.png) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.index-box4 .index-title span {
  color: #FFF;
}
.index-box4 .index-title span::before {
  background: url(fxl-bg9.png) no-repeat center;
}
.index-box4 .index-title a {
  color: #FFF;
  background: url(fxl-bg10.png) no-repeat right center;
}
.tdfc-swiper {
  position: relative;
  padding-top: 20px;
}
.tdfc-swiper .gallery-thumbs .swiper-slide {
  width: 100% !important;
}
.tdfc-swiper .gallery-top .swiper-slide {
  width: 672px;
}
.tdfc-swiper .gallery-top .img-box {
  height: 464px;
  margin-bottom: 74px;
  position: relative;
}
.tdfc-swiper .gallery-top .img-box::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.tdfc-swiper .gallery-top .img-box img {
  width: 100%;
  height: 100%;
}
.tdfc-swiper .gallery-top .swiper-slide-active .img-box::before {
  background: rgba(0, 0, 0, 0);
}
.tdfc-swiper .tdfc-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 130px;
  height: 40px;
  z-index: 9;
}
.tdfc-swiper .tdfc-box::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background: #F2AC25;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.tdfc-swiper .tdfc-box .swiper-button-next,
.tdfc-swiper .tdfc-box .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  background: transparent;
}
.tdfc-swiper .tdfc-box .swiper-button-next::after,
.tdfc-swiper .tdfc-box .swiper-button-prev::after {
  font-size: 12px;
  color: #FFFFFF;
}
.tdfc-swiper .tdfc-box .swiper-button-next:hover,
.tdfc-swiper .tdfc-box .swiper-button-prev:hover {
  background: #FFF;
}
.tdfc-swiper .tdfc-box .swiper-button-next:hover::after,
.tdfc-swiper .tdfc-box .swiper-button-prev:hover::after {
  color: #236ED2;
  font-weight: bold;
}
.tdfc-swiper .tdfc-box .swiper-button-next.swiper-button-disabled,
.tdfc-swiper .tdfc-box .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.tdfc-swiper .tdfc-box .swiper-button-prev {
  left: 0;
}
.tdfc-swiper .tdfc-box .swiper-button-next {
  right: 0;
}
.tdfc-title {
  display: block;
  width: 100%;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 32px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 250px;
  padding-bottom: 20px;
  border-bottom: 1px solid #FFF;
}
.tdfc-title:hover,
.tdfc-title:focus {
  color: #FFF;
}
.yjdw-list-a {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.yjdw-list-a .img-box {
  height: 230px;
  overflow: hidden;
  margin-bottom: 10px;
}
.yjdw-list-a img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.yjdw-list-a .title {
  color: #FFFFFF;
  font-size: 22px;
  line-height: 32px;
}
.yjdw-list-a .keyword {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 26px;
}
.yjdw-list-a:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.index-box5 {
  padding: 60px 0;
  background: url(fxl-bg11.png) no-repeat center center;
}
.hj-left {
  float: left;
  width: 500px;
  height: 410px;
  overflow: hidden;
  margin-right: 60px;
}
.hj-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: bgpulse 18s infinite linear;
  -webkit-animation: bgpulse 18s infinite linear;
  -moz-animation: bgpulse 18s infinite linear;
  -o-animation: bgpulse 18s infinite linear;
  -ms-animation: bgpulse 18s infinite linear;
}
@keyframes bgpulse {
  0%,
  100% {
    transform: scale3d(1, 1, 1) rotate(0.1deg);
    -ms-transform: scale3d(1, 1, 1) rotate(0.1deg);
    -moz-transform: scale3d(1, 1, 1) rotate(0.1deg);
    -webkit-transform: scale3d(1, 1, 1) rotate(0.1deg);
    -0-transform: scale3d(1, 1, 1) rotate(0.1deg);
  }
  50% {
    transform: scale3d(1.08, 1.08, 1.08) rotate(0.1deg);
    -ms-transform: scale3d(1.08, 1.08, 1.08) rotate(0.1deg);
    -moz-transform: scale3d(1.08, 1.08, 1.08) rotate(0.1deg);
    -webkit-transform: scale3d(1.08, 1.08, 1.08) rotate(0.1deg);
    -o-transform: scale3d(1.08, 1.08, 1.08) rotate(0.1deg);
  }
}
.hj-right {
  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
}
.hj-right .swiper-container {
  width: 100%;
  height: 100%;
  position: static;
}
.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.hj-list-a {
  display: block;
}
.hj-list-a .img-box {
  height: 270px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  margin-bottom: 13px;
  display: table;
  width: 100%;
  overflow: hidden;
}
.hj-list-a .img-box > div {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.hj-list-a .img-box img {
  width: 100%;
}
.hj-list-a p {
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: justify;
  height: 78px;
}
.swiper-kzq-box {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 400px;
  height: 20px;
}
.swiper-kzq-box .swiper-button-next {
  right: 0px;
}
.swiper-kzq-box .swiper-button-prev {
  left: auto;
  right: 52px;
}
.swiper-kzq-box .swiper-button-next::after,
.swiper-kzq-box .swiper-button-prev::after {
  color: #236ED2;
  font-size: 22px;
  font-weight: bold;
}
.swiper-kzq-box .swiper-scrollbar {
  position: absolute;
  right: 104px;
  left: 0;
  bottom: 0;
  height: 3px;
  background: #EEEEEE;
}
.swiper-kzq-box .swiper-scrollbar-drag {
  width: 50px !important;
  background: #236ED2;
}
.yq-links li {
  float: left;
  min-width: 230px;
  margin-right: 30px;
  margin-bottom: 20px;
}
.yq-links a {
  display: block;
  padding-left: 20px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
  background: url(fxl-bg13.png) no-repeat left 7px;
}
.yq-links a:hover {
  color: #F2AC25;
  background: url(fxl-bg14.png) no-repeat left 7px;
}
.footer {
  background: url(fxl-footer-bg.png) no-repeat center center;
  background-size: cover;
  padding: 56px 0 44px 0;
}
.footer .index-title span {
  color: #FFFFFF;
}
.footer .index-title span::before {
  background: url(fxl-bg12.png) no-repeat center;
}
.footer .footer-logo {
  display: block;
  width: 334px;
  margin-bottom: 28px;
}
.footer .footer-logo img {
  width: 100%;
  height: 100%;
}
.footer .footer-info span,
.footer .footer-info a {
  font-size: 16px;
  display: inline-block;
  color: #FFFFFF;
  line-height: 40px;
  margin-right: 20px;
}
.footer .footer-info a:hover {
  color: #F2AC25;
}
.fxl-ny-box {
  background: url(fxl-bg15.jpg) no-repeat center top;
  background-size: cover;
  min-height: calc(100vh - 510px);
  padding: 30px 0 50px 0;
}
.col-nymd-3 {
  width: 26.574%;
}
.col-nymd-9 {
  width: 73.426%;
}
.other-menu {
  margin-right: 0;
}
.other-menu .menu-title {
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  min-height: 80px;
  padding: 25px 30px;
  border-bottom: none;
  border-radius: 4px;
  background: url(fxl-menu-t-bg.png) no-repeat center;
  background-size: cover;
  margin-bottom: 20px;
}
.other-menu .menu-cont {
  background: none;
}
.other-menu .menu-cont .box-a {
  background: #FFFFFF;
  border-radius: 4px;
  margin-bottom: 10px;
  overflow: hidden;
  border-bottom: none;
}
.other-menu .menu-cont .box-a:hover .a-title,
.other-menu .menu-cont .box-a.active .a-title {
  background: #236ED2;
  color: #FFFFFF;
}
.other-menu .menu-cont .box-a:hover .a-title::before,
.other-menu .menu-cont .box-a.active .a-title::before {
  background: #FFFFFF;
}
.other-menu .menu-cont .box-a.active-xl .a-title:after {
  content: '+';
  opacity: 1;
  color: #1f5cc8;
}
.other-menu .menu-cont .box-a:hover .a-title:after {

  color: #fff;
}
.other-menu .menu-cont .box-a.other-active .a-title:after {
  opacity: 1;
  color: #FFF;
}
.other-menu .menu-cont .a-title {
  padding: 17px 30px 17px 50px;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
}
.other-menu .menu-cont .a-title::before {
  width: 5px;
  height: 16px;
  background: #236ED2;
  border-radius: 3px;
  left: 30px;
  top: 23px;
}
.other-menu .menu-cont .a-title:after {
  content: '-';
  color: rgba(35, 110, 210, 0.6);
  opacity: 0;
}
.other-menu .menu-cont .down-menu {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: #357ad6;
  padding: 0 0 10px 0;
}
.other-menu .menu-cont .down-menu a {
  line-height: 30px;
  padding: 5px 30px 5px 67px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
}
.other-menu .menu-cont .down-menu a:after {
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 50%;
  left: 50px;
  top: 18px;
  opacity: 0;
}
.other-menu .menu-cont .down-menu a:hover,
.other-menu .menu-cont .down-menu a.active {
  background: rgba(255, 255, 255, 0.15);
}
.other-menu .menu-cont .down-menu a:hover:after,
.other-menu .menu-cont .down-menu a.active:after {
  opacity: 1;
}
.ny-right {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(2, 77, 162, 0.1);
  border-radius: 4px;
  padding: 20px 30px;
  overflow: hidden;
  min-height: calc(100vh - 590px);
}
.right-top {
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 18px;
  margin-bottom: 30px;
}
.right-top .ny-r-title {
  float: left;
  font-weight: bold;
  color: #236ED2;
  line-height: 30px;
  position: relative;
}
.right-top .ny-r-title::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: -19px;
  height: 4px;
  background: #236ED2;
}
.right-top .bread-crumbs {
  float: right;
  color: #999999;
}
.right-top .bread-crumbs .bread-item a {
  color: #999999;
  font-size: 14px;
}
.right-top .bread-crumbs .bread-item > span:before {
  color: #999999;
}
.right-top .bread-crumbs .bread-item a.cur {
  color: #236ED2;
}
.fy-box {
  margin-top: 40px;
}
.comp-pages {
  padding-top: 0px;
  padding-bottom: 20px;
}
.comp-pages .page-pc a,
.comp-pages .page-pc span {
  color: #666666;
  padding-left: 8px;
  padding-right: 8px;
}
.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: #236ED2;
  border: 1px solid #236ED2;
  color: #fff;
}
.comp-pages .page-pc span {
  background: #236ED2;
  border: 1px solid #236ED2;
  color: #fff;
}
.comp-pages .page-phone {
  background: #236ED2;
}
.details-page .detail-top {
  margin-bottom: 30px;
  border-bottom: 1px solid #F1F1F3;
  padding-bottom: 25px;
}
.details-page .detail-top .title-s {
  max-width: 100%;
  color: #333333;
  line-height: 30px;
}
.details-page .detail-top .top-other {
  color: #999999;
  margin-top: 20px;
}
.details-page .detail-top .top-other .other-info {
  font-size: 16px;
  line-height: 32px;
}
.details-page .detail-top .top-other span {
  margin-right: 30px;
}
.details-page .detail-top .top-other .other-share {
  line-height: 32px;
}
.details-page .detail-top .top-other .other-share a:first-child {
  margin-right: 10px;
}
.details-page .share-xl .social-share a {
  width: 20px;
  height: 20px;
}
.details-page .main-cont {
  color: #333333;
  line-height: 38px;
  text-align: justify;
}
.details-page .main-cont p,
.details-page .main-cont div {
  line-height: 38px;
  margin-bottom: 10px;
}
.details-page .cont-page {
  border-top: 1px solid #EEEEEE;
  color: #666666;
}
.details-page .cont-page .a-page:hover {
  color: #0052D9;
}
.details-page .cont-page .a-page:hover a {
  color: #0052D9;
}
.details-page .social-share .icon-wechat .wechat-qrcode {
  margin-top: 10px;
  top: 100%;
  left: -90px;
}
.details-page .social-share .icon-wechat .wechat-qrcode:after {
  margin-left: 15px;
  bottom: auto;
  top: -15px;
  width: 0;
  height: 0;
  border-color: transparent transparent #FFF transparent;
}
.wz-lits-ul li {
  border-bottom: 1px solid #F5F5F5;
}
.wz-lits-ul li:last-child {
  border-bottom: none;
}
.wz-lits-ul a {
  display: block;
  padding: 17px 0 17px 36px;
  position: relative;
}
.wz-lits-ul a::before {
  position: absolute;
  content: '';
  top: 28px;
  left: 12px;
  width: 6px;
  height: 6px;
  background: #236ED2;
  border-radius: 50%;
}
.wz-lits-ul a:hover {
  background: #E5EEF6;
}
.wz-lits-ul a:hover .title {
  color: #236ED2;
}
.wz-lits-ul a:hover .date {
  color: #236ED2;
}
.wz-lits-ul .title {
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 100px;
}
.wz-lits-ul .date {
  position: absolute;
  right: 10px;
  top: 16px;
  color: #999999;
  line-height: 26px;
}
.m30 {
  margin: 0 -30px;
}
.p30 {
  padding: 0 30px;
}
.zl-list-a {
  display: block;
  margin-bottom: 35px;
}
.zl-list-a .img-box {
  height: 394px;
  margin-bottom: 15px;
  overflow: hidden;
}
.zl-list-a .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.zl-list-a p {
  font-size: 18px;
  color: #333333;
  line-height: 32px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 64px;
}
.zl-list-a:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.zl-list-a:hover p {
  color: #236ED2;
}
.zz-list-ul li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E7E7E7;
}
.zz-list-ul li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}
.zz-list-a {
  display: block;
}
.zz-list-a .img-box {
  float: left;
  width: 190px;
  height: 255px;
  overflow: hidden;
  margin-right: 40px;
}
.zz-list-a img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.zz-list-a .info {
  overflow: hidden;
}
.zz-list-a h3 {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 22px;
  margin-top: 12px;
}
.zz-list-a p {
  font-size: 16px;
  line-height: 30px;
  color: #627FA6;
}
.zz-list-a p span {
  display: inline-block;
  width: 82px;
  text-align-last: justify;
  color: #333333;
}
.zz-list-a .more {
  margin-top: 40px;
  width: 150px;
  height: 45px;
  background: #E5EEF6;
  border-radius: 23px;
  color: #236ED2;
  text-align: center;
  line-height: 45px;
  transition: all 0.5s;
}
.zz-list-a:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.zz-list-a:hover h3 {
  color: #236ED2;
}
.zz-list-a:hover .more {
  color: #FFFFFF;
  background: #236ED2;
  transition: all 0.5s;
}
.zz-detail-box h2 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
  text-align: center;
  margin-bottom: 22px;
}
.zz-table td {
  border: 1px solid #D7E4F4;
  font-size: 18px;
  color: #485260;
  line-height: 36px;
  padding: 17px 30px 17px 30px;
}
.zz-table td:first-child {
  max-width: 240px;
  width: 240px;
  background: #E8F2FF;
  text-align: right;
  padding: 17px 65px;
}
.hjinfo .box-s {
  margin-bottom: 20px;
  position: relative;
  padding-left: 80px;
}
.hjinfo .box-s .box-title {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: 46px;
  color: #333333;
  width: 80px;
  padding-right: 10px;
}
.hjinfo .box-s .box-form {
  width: 100%;
  font-size: 16px;
  color: #BFBFBF;
}
.hjinfo .box-s .box-form .form-s {
  display: block;
  border: 1px solid #E6E6E6;
  border-radius: 2%;
  height: 46px;
  padding-top: 9px;
  padding-bottom: 9px;
  box-shadow: none;
}
.hjinfo .box-s .box-form .form-s::-webkit-input-placeholder {
  font-size: 16px;
  color: #BFBFBF;
}
.hjinfo .box-s .box-form .form-s::-moz-placeholder {
  font-size: 16px;
  color: #BFBFBF;
}
.hjinfo .box-s .box-form .form-s:-ms-input-placeholder {
  font-size: 16px;
  color: #BFBFBF;
}
.hjinfo .box-s .box-form .form-s:-moz-placeholder {
  font-size: 16px;
  color: #BFBFBF;
}
.hjinfo .box-s .box-form .ui-select-wrap {
  background: none;
  border: 1px solid #E6E6E6;
  border-radius: 2px;
  height: 46px;
  line-height: 46px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.hjinfo .box-s .box-form .ui-select-wrap .ui-select-arrow {
  right: 15px;
  border-top-color: #BFBFBF;
}
.hjinfo .box-s .box-form .ui-select-input {
  font-size: 16px;
  color: #BFBFBF;
  right: 0px;
  padding-left: 12px;
  padding-right: 30px;
}
.hjinfo .box-s .ui-select-wrap.up .ui-select-list {
  bottom: 46px;
}
.hjinfo .box-btn {
  padding-left: 0 !important;
  text-align: center;
}
.hjinfo .box-btn .btn-s {
  width: 270px;
  height: 46px;
  line-height: 46px;
  border: none;
  border-radius: 4px;
  color: #FFFFFF;
  background: #F79100;
  font-size: 14px;
  font-weight: bold;
}
.hjinfo .table > thead > tr > th,
.hjinfo .table > tbody > tr > th,
.hjinfo .table > tfoot > tr > th,
.hjinfo .table > thead > tr > td,
.hjinfo .table > tbody > tr > td,
.hjinfo .table > tfoot > tr > td {
  border-top: none !important;
}
.form-table-01 {
  overflow: hidden;
  overflow-x: auto;
}
.form-table-01 .table-s {
  min-width: 600px;
}
.lw-table {
  margin-top: 20px;
}
.lw-table tbody tr:nth-child(2n) {
  background: #DFEAF8;
}
.lw-table tbody td {
  font-size: 16px;
  color: #65676B;
  line-height: 30px;
  padding: 20px 20px !important;
  border: 1px solid #FFF;
  vertical-align: middle !important;
}
.lw-table tbody td a:hover {
  color: #666666;
  text-decoration: underline;
}
.lw-table tbody td:nth-child(2),
.lw-table tbody td:nth-child(3) {
  text-align: center;
}
.lw-table thead {
  background: #D1E5FD;
}
.lw-table thead th {
  font-size: 18px;
  color: #485260;
  line-height: 30px;
  text-align: center;
  font-weight: 400;
  padding: 15px 8px !important;
  border: 1px solid #FFF;
  border-bottom: none !important;
}
.lw-table thead th:nth-child(2),
.lw-table thead th:nth-child(3) {
  min-width: 140px;
}
.tw-list-a {
  display: block;
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(1, 29, 127, 0.1);
  border-radius: 6px;
  margin-bottom: 20px;
}
.tw-list-a .img-box {
  float: left;
  width: 220px;
  height: 145px;
  margin-right: 30px;
  overflow: hidden;
}
.tw-list-a img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.tw-list-a .info {
  overflow: hidden;
}
.tw-list-a .title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 7px;
}
.tw-list-a .desc {
  font-size: 16px;
  color: #999999;
  line-height: 28px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 56px;
  margin-bottom: 28px;
}
.tw-list-a .date {
  color: #236ED2;
  line-height: 1;
}
.tw-list-a:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.tw-list-a:hover .title {
  color: #236ED2;
}
.tp-list-a {
  display: block;
  margin-bottom: 37px;
}
.tp-list-a .img-box {
  height: 200px;
  overflow: hidden;
  margin-bottom: 12px;
}
.tp-list-a .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.tp-list-a .title {
  font-size: 18px;
  color: #262626;
  line-height: 30px;
  text-align: center;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
}
.tp-list-a:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.tp-list-a:hover .title {
  color: #236ED2;
}
.tp-list-box .col-sm-4:nth-child(3n+1) {
  clear: left;
}
.m25 {
  margin: 0 -25px;
}
.p25 {
  padding: 0 25px;
}
.rytp-list-a {
  display: block;
  margin-bottom: 35px;
}
.rytp-list-a .img-box {
  height: 225px;
  margin-bottom: 12px;
  background: #999999;
  border: 1px solid #F0F2F3;
  overflow: hidden;
  transition: all 0.5s;
}
.rytp-list-a img {
  width: 100%;
  height: 100%;
}
.rytp-list-a .title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  margin-bottom: 7px;
}
.rytp-list-a .keywords {
  text-align: center;
  font-size: 15px;
  color: #949CA7;
}
.rytp-list-a:hover .img-box {
  border: 6px solid #236ED2;
  transition: all 0.5s;
}
.rytp-list-a:hover .title {
  color: #236ED2;
}
.rytp-list-box .col-lg-5ths:nth-child(5n+1) {
  clear: left;
}
.ry-detail-info .info-top {
  border-radius: 10px;
  background: url(fxl-bg16.png) no-repeat center center;
  background-size: cover;
  padding: 38px 60px;
  margin-bottom: 40px;
}
.ry-detail-info .info-top .box-img {
  float: right;
  width: 164px;
  height: 230px;
  border: 3px solid #FFF;
  border-radius: 4px;
  margin-left: 30px;
  overflow: hidden;
}
.ry-detail-info .info-top img {
  width: 100%;
  height: 100%;
}
.ry-detail-info .info-top .box-info {
  overflow: hidden;
  color: #FFFFFF;
  padding-top: 9px;
}
.ry-detail-info .info-top .top-info-title {
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 18px;
}
.ry-detail-info .info-top .info-table li {
  margin-bottom: 15px;
}
.ry-detail-info .info-top .info-table li:last-child {
  margin-bottom: 0;
}
.ry-detail-info .info-top .info-table span {
  font-weight: bold;
  display: inline-block;
  width: 95px;
  text-align-last: justify;
}
.ry-detail-info .info-groups {
  color: #333333;
  line-height: 38px;
}
.ry-detail-info .info-title {
  background: #F7F7F7;
  border-left: 3px solid #236ED2;
  padding: 10px 20px;
  font-weight: bold;
  color: #236ED2;
  line-height: 30px;
  margin-bottom: 25px;
}
.ry-detail-info .info-txt {
  padding: 0 20px;
}
.gdcy-list-a {
  display: block;
  box-shadow: 0px 0px 10px 0px rgba(1, 29, 127, 0.1);
  margin-bottom: 50px;
  position: relative;
}
.gdcy-list-a .img-box {
  height: 272px;
  overflow: hidden;
}
.gdcy-list-a .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.gdcy-list-a .info {
  min-height: 110px;
  background: url(fxl-bg17.png) no-repeat center bottom;
  background-size: 100% 100%;
  margin-top: -50px;
  position: relative;
  text-align: center;
  padding: 42px 0 17px 0;
}
.gdcy-list-a .title {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}
.gdcy-list-a .keyword {
  color: #999999;
  font-size: 16px;
}
.gdcy-list-a:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.gdcy-list-a:hover .title {
  color: #236ED2;
}
.gdcy-list-box .col-lg-3:nth-child(4n+1) {
  clear: left;
}
.sysgk-dp {
  font-size: 18px;
  color: #333333;
  line-height: 38px;
}
.sysgk-dp b {
  display: block;
  width: 161px;
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 40px;
  padding-left: 15px;
  background: url(fxl-bg18.png) no-repeat left center;
  background-size: 100% 100%;
  margin-bottom: 27px;
}
.sysgk-dp p,
.sysgk-dp div {
  margin-bottom: 10px;
  text-align: justify;
}
.sysgk-dp img {
  display: block;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.call-cont {
  overflow: hidden;
  background: #F7FAFE;
  float: left;
  width: 42%;
  min-height: 400px;
  padding: 40px 50px;
}
.call-cont h3 {
  font-size: 20px;
  font-weight: bold;
  color: #236ED2;
  line-height: 32px;
  margin-bottom: 30px;
}
.call-cont div {
  font-size: 18px;
  color: #333333;
  line-height: 32px;
  margin-bottom: 20px;
}
.call-cont div span {
  display: inline-block;
  font-weight: bold;
}
.call-cont div img {
  width: 25px;
  height: 24px;
  margin-right: 10px;
  margin-top: -4px;
}
.map {
  float: left;
}

/*-----------------People--------------------*/
.mod-table {margin-top: 33px;margin-bottom: 30px;}
.mod-table .box-table {
  overflow: hidden;
}
.mod-table .box-table .t-title {
  display: block;
  text-align: left;
  color: #111111;
}
.mod-table .box-table .t-title:hover {
  color: #1958af;
}
.mod-table .box-table table {
  width: 100%;margin-bottom: 0;
}
.mod-table .box-table table tr td {
  border: solid 1px #e2eaf7;
  padding: 18px 16px;
  color: #111111;
  font-size: 16px;
}
.mod-table .box-table table thead tr th {
  background-color: #2158b3;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  padding: 18px 10px;
  border: 1px solid #526bb3;
  vertical-align: middle;
}
.mod-table .box-table table tbody tr td {
  line-height: 1.4;vertical-align: middle;word-break: break-word;
}
.mod-table .box-table table tbody tr td a:hover {color: #0046d0;}
.mod-table .box-table table tbody tr:nth-child(even) {background-color: #f0f7ff;}
.mod-table .table-hover > tbody > tr:hover, .mod-table .box-table table tbody tr:hover:nth-child(even) {background-color: #dfecfb;}
.mod-table .box-table .title-s {
  display: block;
  color: #333;
}
.mod-table .box-table .name-lanmu {margin-top: 32px;margin-bottom: 15px;}
.mod-table .box-table .name-lanmu:nth-of-type(1) {margin-top: 0;}
@media (max-width: 767px) {
	.mod-table {margin-top: 22px;margin-bottom: 20px;}
	.mod-table .box-table.xs tr td {text-align: left;border: 0;padding: 0;font-size: 14px;}
	.mod-table .box-table table tr td {padding: 10px;}
}