.transition1, .com_index_more, .com_index_more:hover, .ibox6 .content .list .item .head, .ibox8 .content .list .item .info, .ibox8 .content .list .item:hover .info {
  transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -ms-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
}

.bor-rad50, .ibox5 .content .list .item .title span, .ibox5 .content .list .item .info p::before, .ibox6 .content .list .item .head, .ibox6 .content .list .item .info p::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.bg_base, .ibox5 .content .list .item .title span {
  background-repeat: no-repeat;
  background-position: center;
}

.com_head {
  text-align: center;
  color: #333333;
  font-size: 42px;
}

.com_head strong {
  padding: 0 30px;
  vertical-align: middle;
}

.com_head .line {
  width: 100px;
  height: 1px;
  background: #CCCCCC;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.com_head .line::after {
  content: '';
  display: block;
  width: 24px;
  height: 7px;
  background: #1C4891;
  position: absolute;
  top: -3px;
}

.com_head .line.line_l::after {
  right: 0;
}

.com_head .line.line_r::after {
  left: 0;
}

.banners .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #fff;
  opacity: 1;
  border: 3px solid #fff;
}

.banners .swiper-pagination-bullet-active {
  background: none;
}

.com_index_title {
  font-size: 60px;
  color: #333;
  font-weight: bold;
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .com_index_title {
    font-size: 55px;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .com_index_title {
    font-size: 50px;
  }
}

.com_index_subtitle {
  font-size: 38px;
  font-weight: bold;
  color: #8F8F8F;
  margin: 15px 0 45px;
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .com_index_subtitle {
    font-size: 34px;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .com_index_subtitle {
    font-size: 36px;
  }
}

.com_index_list .item {
  padding-left: 60px;
  min-height: 42px;
  background: url(../images/icon1.png) no-repeat left top;
  font-size: 28px;
  line-height: 42px;
  color: #666666;
  margin-bottom: 18px;
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .com_index_list .item {
    font-size: 24px;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .com_index_list .item {
    font-size: 24px;
  }
}

.com_index_more {
  display: block;
  width: 280px;
  line-height: 65px;
  padding: 0 60px;
  font-size: 20px;
  color: #fff;
  background: #1C4891;
  margin-top: 60px;
}

.com_index_more img {
  float: right;
  margin-top: 30px;
}

.com_index_more {
  width: 240px;
  font-size: 18px;
  padding: 0 50px;
  margin-top: 45px;
}

.com_index_more:hover {
  color: #fff;
  background: #2a5caf;
}

.com_index_end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.com_index_start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row-reverse;
}

.com_ibox {
  background-repeat: no-repeat;
  background-position: center;
  padding: 65px;
  min-height: 790px;
}

.com_ibox .img {
  width: 55%;
}

.com_ibox .info {
  width: 36%;
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .com_ibox .info {
    width: 45%;
  }
  .com_ibox {
    min-height: 630px;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .com_ibox .info {
    width: 40%;
  }
  .com_ibox {
    min-height: 650px;
  }
}

.com_index_end .info {
  padding-right: 4%;
}

.com_index_start .info {
  padding-left: 4%;
}

.ibox1 {
  background-image: url(../images/bg1_02.jpg);
}

.ibox2 {
  background-image: url(../images/bg2_02.jpg);
}

.ibox3 {
  background-image: url(../images/bg2_03.jpg);
}

.ibox4 {
  background-image: url(../images/bg2_04.jpg);
}

.ibox5 {
  background: #EEEEEE;
  padding: 75px 0;
}

.ibox5 .content {
  position: relative;
}

.ibox5 .content .swiper-button-next, .ibox5 .content .swiper-button-prev {
  background: none;
  width: 80px;
  height: 80px;
  margin-top: -40px;
}

.ibox5 .content .swiper-button-next {
  right: -140px;
}

.ibox5 .content .swiper-button-prev {
  left: -140px;
}

.ibox5 .content .list {
  margin-top: 40px;
}

.ibox5 .content .list .item:nth-child(3n-2) .title {
  background-image: url(../images/index1.jpg);
}

.ibox5 .content .list .item:nth-child(3n-1) .title {
  background-image: url(../images/index2.jpg);
}

.ibox5 .content .list .item:nth-child(3n) .title {
  background-image: url(../images/index3.jpg);
}

.ibox5 .content .list .item:nth-child(3n-2):hover .title {
  background-image: url(../images/index1-1.jpg);
}

.ibox5 .content .list .item:nth-child(3n-1):hover .title {
  background-image: url(../images/index2-1.jpg);
}

.ibox5 .content .list .item:nth-child(3n):hover .title {
  background-image: url(../images/index3-1.jpg);
}

.ibox5 .content .list .item:nth-child(3n-2) .title span {
  background-image: url(../images/index4-1.png);
}

.ibox5 .content .list .item:nth-child(3n-1) .title span {
  background-image: url(../images/index4-2.png);
}

.ibox5 .content .list .item:nth-child(3n) .title span {
  background-image: url(../images/index4-3.png);
}

.ibox5 .content .list .item .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  height: 140px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
}

.ibox5 .content .list .item .title span {
  display: block;
  width: 80px;
  height: 80px;
  background-color: #fff;
  margin-right: 15px;
}

.ibox5 .content .list .item .info {
  height: 320px;
  background: #fff;
  padding: 35px;
  color: #333333;
  font-size: 18px;
}

.ibox5 .content .list .item .info p {
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
  color: #333333;
}

.ibox5 .content .list .item .info p::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #999999;
  position: absolute;
  left: 0;
  top: 5px;
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .ibox5 .content .swiper-button-next, .ibox5 .content .swiper-button-prev {
    width: 60px;
    height: 60px;
    margin-top: -30px;
  }
  .ibox5 .content .swiper-button-next {
    right: -80px;
  }
  .ibox5 .content .swiper-button-prev {
    left: -80px;
  }
  .ibox5 .content .list .item {
    width: 380px;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .ibox5 .swiper-button-next, .ibox5 .swiper-button-prev {
    display: none;
  }
}

.ibox6 {
  padding: 75px 0;
}

.ibox6 .content .list {
  margin-top: 110px;
}

.ibox6 .content .list .item {
  width: 440px;
  float: left;
  position: relative;
  background-repeat: no-repeat;
  background-position: left center;
}

.ibox6 .content .list .item .head {
  position: absolute;
  left: 50%;
  margin-left: -87.5px;
  top: -87.5px;
  width: 175px;
  height: 175px;
  background: #666666;
  border: 12px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

.ibox6 .content .list .item .info {
  height: 440px;
  border: 4px solid #B2B2B2;
  padding: 115px 35px 35px;
}

.ibox6 .content .list .item .info p {
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
  color: #333333;
}

.ibox6 .content .list .item .info p::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #999999;
  position: absolute;
  left: 0;
  top: 7px;
}

.ibox6 .content .list .item:hover {
  background-color: #5F5F60;
}

.ibox6 .content .list .item:hover .head {
  background: #1C4891;
}

.ibox6 .content .list .item:hover .info {
  border-color: transparent;
}

.ibox6 .content .list .item:hover .info p {
  color: #fff;
}

.ibox6 .content .list .item:hover .info p::before {
  background: #fff;
}

.ibox6 .content .list .item:nth-child(1):hover {
  background-image: url(../images/index5-1.jpg);
}

.ibox6 .content .list .item:nth-child(2):hover {
  background-image: url(../images/index5-2.jpg);
}

.ibox6 .content .list .item:nth-child(3):hover {
  background-image: url(../images/index5-3.jpg);
}

@media (min-width: 1441px) {
  .ibox6 .content .list .item + .item {
    margin-left: 60px;
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .ibox6 .content .list .item {
    width: 32%;
  }
  .ibox6 .content .list .item + .item {
    margin-left: 2%;
  }
}

.ibox7 {
  background: url(../images/pic4_02.jpg) repeat-y center;
  padding: 75px 0;
}

.ibox7 .com_head strong {
  color: #fff;
}

.ibox7 .com_head .line,
.ibox7 .com_head .line::after {
  background: #fff;
}

.ibox7 .content {
  margin-top: 40px;
  padding: 40px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.ibox7 .content .left {
  width: 540px;
  border: 1px solid #D3D4D4;
  padding: 25px 30px;
  height: 555px;
}

.ibox7 .content .left .img {
  height: 295px;
  overflow: hidden;
}

.ibox7 .content .left .info {
  padding-top: 35px;
}

.ibox7 .content .left .info .title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.ibox7 .content .left .info .text {
  font-size: 16px;
  color: #666666;
  line-height: 25px;
  margin: 15px 0 30px;
}

.ibox7 .content .left .info .controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ibox7 .content .left .info .controls span {
  font-size: 16px;
  color: #666;
}

.ibox7 .content .left .info .controls strong {
  font-size: 14px;
  font-family: Arial;
  color: #999999;
  border-bottom: 4px solid #1C4891;
  padding-bottom: 10px;
}

.ibox7 .content .right {
  width: 770px;
}

.ibox7 .content .right .item {
  display: flex;
  padding: 25px 0;
}

.ibox7 .content .right .item .img {
  width: 230px;
  height: 140px;
  overflow: hidden;
}

.ibox7 .content .right .item .info {
  padding: 12px 0 0 20px;
  width: 540px;
}

.ibox7 .content .right .item .info .title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.ibox7 .content .right .item .info .text {
  font-size: 16px;
  color: #666;
  line-height: 25px;
  margin: 8px 0 20px;
}

.ibox7 .content .right .item .info span {
  font-size: 16px;
  color: #666;
}

.ibox7 .content .right .item + .item {
  border-top: 1px solid #D7D7D7;
}

.ibox7 .content .right .item:last-child {
  padding-bottom: 0;
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .ibox7 .content .left {
    width: 44%;
  }
  .ibox7 .content .right {
    width: 54%;
  }
  .ibox7 .content .right .item .img {
    width: 40%;
  }
  .ibox7 .content .right .item .info {
    width: 60%;
  }
}

.ibox8 {
  padding: 75px 0 60px;
  border-bottom: 1px solid #D0D0D0;
}

.ibox8 .content {
  margin-top: 40px;
}

.ibox8 .content .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.ibox8 .content .list .item {
  width: 20%;
  padding: 15px;
  text-align: center;
}

.ibox8 .content .list .item a {
  display: block;
  height: 120px;
  border: 1px solid #BBBBBB;
  line-height: 118px;
  overflow: hidden;
  position: relative;
}

.ibox8 .content .list .item img {
  max-height: 100%;
}

.ibox8 .content .list .item .info {
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgba(28, 72, 145, 0.9);
  font-size: 16px;
  color: #fff;
  padding: 15px;
  align-items: center;
  justify-content: center;
  opacity: 0;
  line-height: normal;
  display: flex;
}

.ibox8 .content .list .item:hover .info {
  opacity: 1;
  top: 0;
}

.ibox9 {
  padding: 75px 0 45px;
}

.ibox9 .content {
  margin-top: 40px;
}

.ibox9 .content .list .item {
  width: 460px;
  height: 220px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 35px 30px;
  background-color: #E6E7E8;
  background-image: url(../images/bg6_03.png), url(../images/bg6_07.png);
  background-repeat: no-repeat,no-repeat;
  background-position: 98% 12px,12px 96%;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

.ibox9 .content .list .item .title {
  font-size: 18px;
  color: #1C4891;
  font-weight: bold;
  margin-bottom: 10px;
}

.ibox9 .content .list .item .info {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  -webkit-line-clamp: 5;
}

@media (min-width: 1441px) {
  .ibox9 .content .list .item:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .ibox9 .content .list .item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .ibox9 .content .list .item:nth-child(3n) {
    margin-right: 0;
  }
}
