body {
  overflow-x: hidden;
}

.content .swiper1 {
  font-size: 0;
  overflow: hidden;
  position: relative;
}

@media only all and (max-width: 768px) {
  .content .swiper1 {
    margin-top: 61px;
  }
}

.content .swiper1 .swiper-slide {
  position: relative;
}

.content .swiper1 .swiper-slide .pc_img {
  width: 100%;
  font-size: 0;
}

@media only all and (max-width: 640px) {
  .content .swiper1 .swiper-slide .pc_img {
    display: none;
  }
}

.content .swiper1 .swiper-slide .pc_img img {
  width: 100%;
}

.content .swiper1 .swiper-slide .phone_img {
  width: 100%;
  font-size: 0;
  display: none;
}

@media only all and (max-width: 640px) {
  .content .swiper1 .swiper-slide .phone_img {
    display: block;
  }
}

.content .swiper1 .swiper-slide .phone_img img {
  width: 100%;
}

.content .swiper1 .swiper-slide .info {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 13%;
  color: #fff;
  width: 50%;
}

@media only all and (max-width: 1366px) {
  .content .swiper1 .swiper-slide .info {
    left: 10%;
  }
}

@media only all and (max-width: 640px) {
  .content .swiper1 .swiper-slide .info {
    width: 80%;
  }
}

.content .swiper1 .swiper-slide .info .tit {
  font-size: 18px;
  line-height: 30px;
}

@media only all and (max-width: 768px) {
  .content .swiper1 .swiper-slide .info .tit {
    font-size: 16px;
  }
}

@media only all and (max-width: 414px) {
  .content .swiper1 .swiper-slide .info .tit {
    font-size: 14px;
    line-height: 20px;
  }
}

.content .swiper1 .swiper-slide .info .con {
  font-size: 24px;
  font-weight: bold;
}

@media only all and (max-width: 768px) {
  .content .swiper1 .swiper-slide .info .con {
    font-size: 24px;
  }
}

@media only all and (max-width: 414px) {
  .content .swiper1 .swiper-slide .info .con {
    font-size: 18px;
  }
}

.content .swiper1 .swiper-slide .info .more {
  margin-top: 40px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  width: 160px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

@media only all and (max-width: 414px) {
  .content .swiper1 .swiper-slide .info .more {
    font-size: 12px;
    width: 90px;
    height: 30px;
    line-height: 30px;
  }
}

@media only all and (max-width: 1024px) {
  .content .swiper1 .swiper-slide .info .more {
    margin-top: 30px;
  }
}

@media only all and (max-width: 414px) {
  .content .swiper1 .swiper-slide .info .more {
    margin-top: 15px;
  }
}

.content .swiper1 .swiper-slide .info .more span {
  margin-right: 15px;
}

@media only all and (max-width: 414px) {
  .content .swiper1 .swiper-slide .info .more span {
    margin-right: 5px;
  }  
}

.content .swiper1 .swiper-slide .info .more:hover {
  background: rgba(0, 68, 155, 0.8);
}

.content .swiper1 .swiper-pagination {
  bottom: 20px;
}

@media only all and (max-width: 414px) {
  .content .swiper1 .swiper-pagination {
    bottom: 10px;
  }
}

.content .swiper1 .swiper-pagination .my-bullet {
  width: 13px;
  height: 13px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

@media only all and (max-width: 414px) {
  .content .swiper1 .swiper-pagination .my-bullet {
    width: 10px;
    height: 10px;
  }
}

.content .swiper1 .swiper-pagination .my-bullet:last-child {
  margin-right: 0px;
}

.content .swiper1 .swiper-pagination .my-bullet-active {
  background: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.content .industry_application {
  width: 1400px;
  margin: 0 auto;
  margin-top: 100px;
}

@media only all and (max-width: 1440px) {
  .content .industry_application {
    width: 1200px;
  }
}

@media only all and (max-width: 1280px) {
  .content .industry_application {
    width: 1000px;
  }
}

@media only all and (max-width: 1024px) {
  .content .industry_application {
    width: 760px;
  }
}

@media only all and (max-width: 768px) {
  .content .industry_application {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    margin-top: 40px;
  }
}

@media only all and (max-width: 414px) {
  .content .industry_application {
    padding: 0 10px;
    margin-top: 20px;
  }
}

.content .industry_application .title {
  text-align: center;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}

@media only all and (max-width: 414px) {
  .content .industry_application .title {
    font-size: 20px;
  }
}

.content .industry_application .industry {
  width: 100%;
  font-size: 0;
  margin-top: 60px;
  border-bottom: 1px solid #e5e5e5;
}

@media only all and (max-width: 768px) {
  .content .industry_application .industry {
    margin-top: 30px;
  }
}

.content .industry_application .industry .item {
  width: 16.6%;
  display: inline-block;
  text-align: center;
  margin-bottom: 50px;
  vertical-align: top;
}

@media only all and (max-width: 414px) {
  .content .industry_application .industry .item {
    margin-bottom: 20px;
  }
}

.content .industry_application .industry .item .icon {
  width: 100%;
  height: 87px;
}

@media only all and (max-width: 1024px) {
  .content .industry_application .industry .item .icon {
    height: 70px;
  }
}

@media only all and (max-width: 414px) {
  .content .industry_application .industry .item .icon {
    height: 40px;
  }
}

.content .industry_application .industry .item .icon img {
  max-width: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

@media only all and (max-width: 1024px) {
  .content .industry_application .industry .item .icon img {
    height: 70%;
  }
}

.content .industry_application .industry .item .text {
  font-size: 14px;
  color: #333;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

@media only all and (max-width: 414px) {
  .content .industry_application .industry .item .text {
    font-size: 12px;
  }
}

.content .industry_application .industry .item:hover .icon img {
  -webkit-transform: scale(1.1) translate3d(0, 0, 0);
  -moz-transform: scale(1.1) translate3d(0, 0, 0);
  transform: scale(1.1) translate3d(0, 0, 0);
}

.content .industry_application .industry .item:hover .text {
  color: #00449b;
}

.content .industry_application .industry .will_hiddden {
  display: none;
}

.content .industry_application .industry .flexible {
  width: 100%;
  width: 160px;
  height: 45px;
  line-height: 45px;
  background: #00449b;
  text-align: center;
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0;
  color: #fff;
  cursor: pointer;
}

@media only all and (max-width: 414px) {
  .content .industry_application .industry .flexible {
    width: 100px;
    height: 35px;
    line-height: 35px;
  }
}

.content .industry_application .industry .flexible span {
  font-size: 14px;
}

@media only all and (max-width: 414px) {
  .content .industry_application .industry .flexible span {
    font-size: 12px;
  }
}

.content .industry_application .industry .flexible span.plus {
  margin-right: 14px;
}

@media only all and (max-width: 414px) {
  .content .industry_application .industry .flexible span.plus {
    margin-right: 10px;
  }
}

.content .industry_application .agency {
  text-align: center;
  width: 100%;
}

.content .industry_application .agency .text {
  text-align: center;
  margin-top: 70px;
}

@media only all and (max-width: 768px) {
  .content .industry_application .agency .text {
    margin-top: 40px;
  }
}

@media only all and (max-width: 414px) {
  .content .industry_application .agency .text {
    margin-top: 20px;
  }
}

.content .industry_application .agency .text div {
  font-size: 14px;
  line-height: 30px;
}

@media only all and (max-width: 414px) {
  .content .industry_application .agency .text div {
    font-size: 12px;
    line-height: 24px;
  }
}

.content .industry_application .agency .text div span {
  font-size: 24px;
  color: #00449b;
}

@media only all and (max-width: 414px) {
  .content .industry_application .agency .text div span {
    font-size: 24px;
  }
}

.content .industry_application .agency .map {
  display: inline-block;
  background: url("../img/indexImg/map.png") no-repeat;
  width: 849px;
  height: 314px;
  -o-background-size: 100%;
  background-size: 100%;
  position: relative;
  z-index: 3;
  margin-top: 115px;
}

@media only all and (max-width: 1024px) {
  .content .industry_application .agency .map {
    width: 100%;
  }
}

@media only all and (max-width: 768px) {
  .content .industry_application .agency .map {
    margin-top: 50px;
    background: none;
    width: 100%;
    height: auto;
  }
}

@media only all and (max-width: 414px) {
  .content .industry_application .agency .map {
    margin-top: 20px;
  }
}

.content .industry_application .agency .map .phone_map {
  display: none;
  width: 100%;
}

@media only all and (max-width: 768px) {
  .content .industry_application .agency .map .phone_map {
    display: block;
  }
}

.content .industry_application .agency .map .phone_office {
  display: none;
  width: 100%;  
  margin-top: 30px;
}

.content .industry_application .agency .map .phone_office .item_s {
  border: 1px solid #00449b;
  text-align: left;
  padding: 50px 2% 53px 28%;
  margin-bottom: 17px;
}
.content .industry_application .agency .map .phone_office .will_hiddden {
  display: none;
}

.content .industry_application .agency .map .phone_office .item_s .tit_s {
  font-size: 16px;
  line-height: 30px;
  border-bottom: 1px solid #00449b;
  display: inline-block;
  margin-bottom: 8px;

}

.content .industry_application .agency .map .phone_office .item_s .con_s span {
  font-size: 16px;
  line-height: 30px;
  color: #666;  
  display: block;
}

.content .industry_application .agency .map .phone_office .item_s .con_s span:nth-of-type(3) {
  display: inline-block;
}
.content .industry_application .agency .map .phone_office .item_s .con_s span:nth-of-type(4) {
  display: inline-block;
}


@media only all and (max-width: 768px) {
  .content .industry_application .agency .map .phone_office {
    display: block;  
  }
}

@media only all and (max-width: 640px) {
  .content .industry_application .agency .map .phone_office .item_s {
    padding: 50px 2% 53px 23%
  }
}


@media only all and (max-width: 500px) {
  .content .industry_application .agency .map .phone_office .item_s {
    padding: 50px 3% 53px 3%
  }
}

@media only all and (max-width: 414px) {
.content .industry_application .agency .map .phone_office .item_s {
  padding: 20px 2% 20px 13%;
}

.content .industry_application .agency .map .phone_office .item_s .tit_s {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px;

}

.content .industry_application .agency .map .phone_office .item_s .con_s span {
  font-size: 14px;
  line-height: 24px;
}

}

@media only all and (max-width: 375px) {
  .content .industry_application .agency .map .phone_office .item_s {
    padding: 20px 2% 20px 10%;
  }
}

@media only all and (max-width: 360px) {
  .content .industry_application .agency .map .phone_office .item_s {
    padding: 20px 2% 20px 8%;
  }
}

@media only all and (max-width: 325px) {
  .content .industry_application .agency .map .phone_office .item_s {
    padding: 20px 2% 20px 3%;
  }
}



  .content .industry_application .agency .map .phone_office .flexible {
  width: 100%;
  width: 160px;
  height: 45px;
  line-height: 45px;
  background: #00449b;
  text-align: center;
  display: inline-block;
/*  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);*/
  font-size: 0;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 27px;
}

@media only all and (max-width: 414px) {
  .content .industry_application .agency .map .phone_office .flexible {
    width: 100px;
    height: 35px;
    line-height: 35px;
    margin-top: 5px;
  }
}

  .content .industry_application .agency .map .phone_office .flexible span {
  font-size: 14px;
}

@media only all and (max-width: 414px) {
  .content .industry_application .agency .map .phone_office .flexible span {
    font-size: 12px;
  }
}

  .content .industry_application .agency .map .phone_office .flexible span.plus {
  margin-right: 14px;
}

@media only all and (max-width: 414px) {
  .content .industry_application .agency .map .phone_office .flexible span.plus {
    margin-right: 10px;
  }
}














@media only all and (max-width: 768px) {
  .content .industry_application .agency .map .ellipse {
    display: none;
  }
}

.content .industry_application .agency .map .ellipse span:nth-child(1) {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -40px;
  width: 200px;
  height: 80px;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: ellipse 4s infinite linear;
  -moz-animation: ellipse 4s infinite linear;
  -o-animation: ellipse 4s infinite linear;
  animation: ellipse 4s infinite linear;
}

.content .industry_application .agency .map .ellipse span:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -125px;
  margin-top: -50px;
  width: 250px;
  height: 100px;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: ellipse 5s infinite linear;
  -moz-animation: ellipse 5s infinite linear;
  -o-animation: ellipse 5s infinite linear;
  animation: ellipse 5s infinite linear;
}

.content .industry_application .agency .map .ellipse span:nth-child(3) {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -60px;
  width: 300px;
  height: 120px;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: ellipse 6s infinite linear;
  -moz-animation: ellipse 6s infinite linear;
  -o-animation: ellipse 6s infinite linear;
  animation: ellipse 6s infinite linear;
}

.content .industry_application .agency .map .location {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
}

@media only all and (max-width: 768px) {
  .content .industry_application .agency .map .location {
    display: none;
  }
}

.content .industry_application .agency .map .location li {
  height: 0;
}

.content .industry_application .agency .map .location li a {
  display: inline-block;
}

.content .industry_application .agency .map .location li a .orientation {
  position: absolute;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.content .industry_application .agency .map .location li a .text_s {
  width: 270px;
  height: 270px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #00449b;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  z-index: 4;
  background: #fff;
  display: none;
}

.content .industry_application .agency .map .location li a .text_s .con {
  position: absolute;
  top: 50%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 35px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

.en .content .industry_application .agency .map .location li a .text_s .con {
  left: 54%;
}


.content .industry_application .agency .map .location li a .text_s .con .tit_s {
  margin-bottom: 5px;
  color: #00449b;
  font-size: 16px;
}

.content .industry_application .agency .map .location li a .text_s .con .con_s span {
  font-size: 14px;
  line-height: 26px;
  display: block;
  color: #333;
}

.en .content .industry_application .agency .map .location li a .text_s .con .con_s span {
  font-size: 12px;
  line-height: 16px;
}


.content .industry_application .agency .map .location li a .text_s .locations {
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}




.content .industry_application .agency .map .location li a:hover .orientation {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}

.content .industry_application .agency .map .location li a:hover .text_s {
  display: block;
}

.content .industry_application .agency .map .location li.child1 .orientation {
  bottom: 16%;
  left: 71%;
}

.content .industry_application .agency .map .location li.child1 .text_s {
  left: 57%;
  top: -6%;
}

.content .industry_application .agency .map .location li.child2 .orientation {
  bottom: 8%;
  left: 66%;
}

.content .industry_application .agency .map .location li.child2 .text_s {
  left: 51%;
  top: 2%;
}

.content .industry_application .agency .map .location li.child3 .orientation {
  bottom: 23%;
  left: 54%;
}

.content .industry_application .agency .map .location li.child3 .text_s {
  left: 39%;
  top: -15%;
}

.content .industry_application .agency .map .location li.child4 .orientation {
  bottom: 18%;
  left: 61%;
}

.content .industry_application .agency .map .location li.child4 .text_s {
  left: 46%;
  top: -9%;
}

.content .industry_application .agency .map .location li.child5 .orientation {
  bottom: 23%;
  left: 45%;
}

.content .industry_application .agency .map .location li.child5 .text_s {
  left: 30%;
  top: -14%;
}

.content .industry_application .agency .map .location li.child6 .orientation {
  bottom: 33%;
  left: 52%;
}

.content .industry_application .agency .map .location li.child6 .text_s {
  left: 37%;
  top: -25%;
}

.content .industry_application .agency .map .location li.child7 .orientation {
  bottom: 39%;
  left: 49%;
}

.content .industry_application .agency .map .location li.child7 .text_s {
  left: 34%;
  top: -31%;
}

.content .industry_application .agency .map .location li.child8 .orientation {
  bottom: 48%;
  left: 51%;
}

.content .industry_application .agency .map .location li.child8 .text_s {
  left: 36%;
  top: -40%;
}

.content .industry_application .agency .map .location li.child9 .orientation {
  bottom: 34%;
  left: 65%;
}

.content .industry_application .agency .map .location li.child9 .text_s {
  left: 50%;
  top: -26%;
}

.content .industry_application .agency .map .location li.child10 .orientation {
  bottom: 40%;
  left: 69%;
}

.content .industry_application .agency .map .location li.child10 .text_s {
  left: 54%;
  top: -32%;
}

.content .industry_application .agency .map .location li.child11 .orientation {
  bottom: 19%;
  left: 75%;
}

.content .industry_application .agency .map .location li.child11 .text_s {
  left: 60%;
  top: -11%;
}

.content .industry_application .agency .map .location li.child12 .orientation {
  bottom: 25%;
  left: 73%;
}

.content .industry_application .agency .map .location li.child12 .text_s {
  left: 59%;
  top: -17%;
}

.content .industry_application .agency .map .location li.child13 .orientation {
  bottom: 24%;
  left: 81%;
}

.content .industry_application .agency .map .location li.child13 .text_s {
  left: 66%;
  top: -16%;
}

.content .industry_application .agency .map .location li.child14 .orientation {
  bottom: 32%;
  left: 82%;
}

.content .industry_application .agency .map .location li.child14 .text_s {
  left: 67%;
  top: -24%;
}

.content .industry_application .agency .map .location li.child15 .orientation {
  bottom: 34%;
  left: 85%;
}

.content .industry_application .agency .map .location li.child15 .text_s {
  left: 71%;
  top: -25%;
}

.content .industry_application .agency .map .location li.child16 .orientation {
  bottom: 38%;
  left: 84%;
}

.content .industry_application .agency .map .location li.child16 .text_s {
  left: 69%;
  top: -30%;
}

.content .industry_application .agency .map .location li.child17 .orientation {
  bottom: 42%;
  left: 81%;
}

.content .industry_application .agency .map .location li.child17 .text_s {
  left: 66%;
  top: -34%;
}

.content .industry_application .agency .map .location li.child18 .orientation {
  bottom: 40%;
  left: 77%;
}

.content .industry_application .agency .map .location li.child18 .text_s {
  left: 62%;
  top: -32%;
}

.content .industry_application .agency .map .location li.child19 .orientation {
  bottom: 60%;
  left: 73%;
}

.content .industry_application .agency .map .location li.child19 .text_s {
  left: 59%;
  top: -51%;
}

.content .industry_application .agency .map .location li.child20 .orientation {
  bottom: 53%;
  left: 80%;
}

.content .industry_application .agency .map .location li.child20 .text_s {
  left: 65%;
  top: -44%;
}


/* 新添 */
.content .industry_application .agency .map .location li.child21 .orientation {
  bottom: 15%;
  left: 69%;
  /*border: 1px solid red;*/
}
/* 新添 */
.content .industry_application .agency .map .location li.child21 .text_s {
  left: 54%;
  top: -7%;
  /*border: 1px solid red;*/
}



.content .industry_application .agency .service {
  width: 100%;
  margin-top: 130px;
}

@media only all and (max-width: 768px) {
  .content .industry_application .agency .service {
    margin-top: 50px;
  }
}

@media only all and (max-width: 414px) {
  .content .industry_application .agency .service {
    margin-top: 20px;
  }
}

.content .industry_application .agency .service .tit {
  font-size: 20px;
  margin-bottom: 15px;
}

@media only all and (max-width: 414px) {
  .content .industry_application .agency .service .tit {
    font-size: 20px;
  }
}

.content .industry_application .agency .service .small_tit {
  font-size: 14px;
  line-height: 30px;
}

@media only all and (max-width: 414px) {
  .content .industry_application .agency .service .small_tit {
    font-size: 12px;
    line-height: 24px;
  }
}

.content .industry_application .agency .service .small_tit span {
  color: #00449b;
}

.content .industry_application .agency .service .introduce {
  width: 100%;
  font-size: 0;
  margin-top: 50px;
}

@media only all and (max-width: 414px) {
  .content .industry_application .agency .service .introduce {
    margin-top: 20px;
  }
}

.content .industry_application .agency .service .introduce .item {
  width: 25%;
  height: 90px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  vertical-align: top;
  cursor: pointer;
}

@media only all and (max-width: 768px) {
  .content .industry_application .agency .service .introduce .item {
    width: 50%;
    height: auto;
    margin-bottom: 20px;
  }
}

.content .industry_application .agency .service .introduce .item:before {
  position: absolute;
  content: '';
  height: 90px;
  width: 1px;
  background: #e5e5e5;
  right: 0;
  top: 50%;
  margin-top: -45px;
}

@media only all and (max-width: 768px) {
  .content .industry_application .agency .service .introduce .item:before {
    height: 100%;
    margin-top: 0;
    top: 0%;
  }
}

@media only all and (max-width: 768px) {
  .content .industry_application .agency .service .introduce .item:nth-child(2):before {
    left: -1px;
  }
}

.content .industry_application .agency .service .introduce .item:last-child:before {
  left: -1px;
}

.content .industry_application .agency .service .introduce .item .con {
  width: 100%;
  padding: 0 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  font-size: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only all and (max-width: 1440px) {
  .content .industry_application .agency .service .introduce .item .con {
    padding: 0 30px;
  }
}

@media only all and (max-width: 1024px) {
  .content .industry_application .agency .service .introduce .item .con {
    padding: 0 4px;
  }
}

@media only all and (max-width: 768px) {
  .content .industry_application .agency .service .introduce .item .con {
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.content .industry_application .agency .service .introduce .item .con .one {
  font-size: 16px;
  color: #00449b;
}

@media only all and (max-width: 414px) {
  .content .industry_application .agency .service .introduce .item .con .one {
    font-size: 14px;
  }
}

.content .industry_application .agency .service .introduce .item .con .two {
  font-size: 14px;
  line-height: 30px;
}

@media only all and (max-width: 414px) {
  .content .industry_application .agency .service .introduce .item .con .two {
    font-size: 12px;
    line-height: 24px;
  }
}

.content .industry_application .agency .service .introduce .item .con .three {
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 0px;
  height: 0px;
  background: url("../img/commonImg/right_arrows.png") no-repeat center center;
  -o-background-size: 7px 10px;
  background-size: 7px 10px;
  background-color: #00449b;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

@media only all and (max-width: 768px) {
  .content .industry_application .agency .service .introduce .item .con .three {
    width: 40px;
    height: 40px;
    margin-top: 5px;
  }
}

@media only all and (max-width: 414px) {
  .content .industry_application .agency .service .introduce .item .con .three {
    width: 30px;
    height: 30px;
  }
}

.content .industry_application .agency .service .introduce .item:hover .three {
  width: 40px;
  height: 40px;
  margin-top: 10px;
}

@media only all and (max-width: 768px) {
  .content .industry_application .agency .service .introduce .item:hover .three {
    margin-top: 5px;
  }
}

@media only all and (max-width: 414px) {
  .content .industry_application .agency .service .introduce .item:hover .three {
    width: 30px;
    height: 30px;
  }
}

.content .company_news {
  margin-top: 83px;
  height: 802px;
  width: 100%;
  background: url("../img/indexImg/info_bg.jpg") no-repeat center center;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
}

@media only all and (max-width: 1280px) {
  .content .company_news {
    height: 680px;
  }
}

@media only all and (max-width: 1024px) {
  .content .company_news {
    height: 600px;
  }
}

@media only all and (max-width: 768px) {
  .content .company_news {
    margin-top: 50px;
  }
}

@media only all and (max-width: 414px) {
  .content .company_news {
    height: auto;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.content .company_news .tit {
  font-size: 24px;
  padding-top: 75px;
  padding-bottom: 55px;
}

@media only all and (max-width: 1024px) {
  .content .company_news .tit {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

@media only all and (max-width: 414px) {
  .content .company_news .tit {
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.content .company_news ul {
  width: 1400px;
  margin: 0 auto;
  font-size: 0;
}

@media only all and (max-width: 1440px) {
  .content .company_news ul {
    width: 1200px;
  }
}

@media only all and (max-width: 1280px) {
  .content .company_news ul {
    width: 1000px;
  }
}

@media only all and (max-width: 1024px) {
  .content .company_news ul {
    width: 760px;
  }
}

@media only all and (max-width: 768px) {
  .content .company_news ul {
    width: 100%;
  }
}

.content .company_news ul li {
  width: 380px;
  cursor: pointer;
  margin-right: 130px;
  display: inline-block;
  vertical-align: top;
}

@media only all and (max-width: 1440px) {
  .content .company_news ul li {
    margin-right: 30px;
  }
}

.content .company_news ul li:last-child {
  margin-right: 0px;
}

@media only all and (max-width: 1280px) {
  .content .company_news ul li {
    width: 304px;
  }
}

@media only all and (max-width: 1024px) {
  .content .company_news ul li {
    width: 232px;
  }
}

@media only all and (max-width: 640px) {
  .content .company_news ul li {
    margin-right: 10px;
    width: 200px;
  }
}

@media only all and (max-width: 414px) {
  .content .company_news ul li {
    width: 100%;
    margin-right: 0px;
  }
}

.content .company_news ul li .con {
  width: 100%;
  height: 465px;
  border: 1px solid #a8b9d0;
  outline: 1px solid transparent;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 60px 0 60px;
  font-size: 0;
  position: relative;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
  display: inline-block;
}

@media only all and (max-width: 1280px) {
  .content .company_news ul li .con {
    height: 372px;
    padding: 30px 30px 0 30px;
  }
}

@media only all and (max-width: 1024px) {
  .content .company_news ul li .con {
    height: 283px;
    padding: 15px 15px 0 15px;
  }
}

@media only all and (max-width: 768px) {
  .content .company_news ul li .con {
    padding: 5px 5px 0 5px;
  }
}

@media only all and (max-width: 414px) {
  .content .company_news ul li .con {
    margin-bottom: 10px;
  }
}

@media only all and (max-width: 375px) {
  .content .company_news ul li .con {
    height: 260px;
  }
}


.content .company_news ul li .con .img {
  width: 260px;
  height: 260px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  position: relative;
  z-index: 1;
}

@media only all and (max-width: 1280px) {
  .content .company_news ul li .con .img {
    width: 200px;
    height: 200px;
  }
}

@media only all and (max-width: 1024px) {
  .content .company_news ul li .con .img {
    width: 150px;
    height: 150px;
  }
}

.content .company_news ul li .con .img img {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}

.content .company_news ul li .con .text {
  margin-top: 30px;
  text-align: left;
  font-size: 14px;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  max-height: 60px;
  color: #333;
}

@media only all and (max-width: 1024px) {
  .content .company_news ul li .con .text {
    font-size: 14px;
    line-height: 26px;
    max-height: 52px;
  }
}

@media only all and (max-width: 414px) {
  .content .company_news ul li .con .text {
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    max-height: 48px;
  }
}

.content .company_news ul li .con .date {
  position: absolute;
  width: 80px;
  height: 80px;
  background: #00449b;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 54%;
  right: 21%;
  opacity: 0;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
  z-index: 2;
}

@media only all and (max-width: 1280px) {
  .content .company_news ul li .con .date {
    width: 60px;
    height: 60px;
    top: 48%;
  }
}

@media only all and (max-width: 1024px) {
  .content .company_news ul li .con .date {
    width: 52px;
    height: 52px;
    top: 46%;
  }
}

@media only all and (max-width: 768px) {
  .content .company_news ul li .con .date {
    opacity: 1;
  }
}

@media only all and (max-width: 414px) {
  .content .company_news ul li .con .date {
    right: 31%;
    top: 39%;
  }
}

.content .company_news ul li .con .date .dates {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.content .company_news ul li .con .date .dates .month {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  display: inline-block;
}

@media only all and (max-width: 1024px) {
  .content .company_news ul li .con .date .dates .month {
    font-size: 14px;
  }
}

.content .company_news ul li .con .date .dates .year {
  font-size: 14px;
  opacity: 0.5;
  color: #fff;
  width: 100%;
  display: inline-block;
}

@media only all and (max-width: 1024px) {
  .content .company_news ul li .con .date .dates .year {
    font-size: 12px;
  }
}

.content .company_news ul li .more {
  margin-top: 40px;
  width: 160px;
  height: 45px;
  line-height: 45px;
  background: #00449b;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}

@media only all and (max-width: 768px) {
  .content .company_news ul li .more {
    opacity: 1;
  }
}

@media only all and (max-width: 414px) {
  .content .company_news ul li .more {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100px;
    height: 35px;
    line-height: 35px;
  }
}

.content .company_news ul li .more span {
  margin-right: 25px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

@media only all and (max-width: 414px) {
  .content .company_news ul li .more span {
    margin-right: 8px;
  }
}

.content .company_news ul li .more:hover span {
  margin-right: 30px;
}

@media only all and (max-width: 414px) {
  .content .company_news ul li .more:hover span {
    margin-right: 8px;
  }
}

.content .company_news ul li:hover .con {
  border: 1px solid #00449b;
  outline: 1px solid #00449b;
}

.content .company_news ul li:hover .con .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

@media only all and (max-width: 768px) {
  .content .company_news ul li:hover .con .img img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.content .company_news ul li:hover .con .date {
  opacity: 1;
}

.content .company_news ul li:hover .more {
  opacity: 1;
}

@keyframes ellipse {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
  }
}

