@media (max-width: 768px) {
  .banner {
    margin-top: 80px;
  }
}
.banner img {
  width: 100%;
  display: none;
}
.banner img.jt{
    display: block;
}
.al .banner img.jt{
    display: none;
}

.al .banner img.al{
    display: block;
}

a:hover{
    text-decoration: underline!important;
}
.news {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news .news_same {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
  height: 35px;
  background-image: url(../img/big_title_index.jpg);
}
.news .news_same span {
  width: 110px;
  height: 35px;
  line-height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
   /*-webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;*/
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  color: white;
  background-image: url(../img/tab_hover1.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.news .news_same a {
  font-size: 12px;
  color: #4DA1D0;
}
.news .notice {
  width: 38%;
  border: 1px solid #C0DFF4;
}
@media (max-width: 768px) {
  .news .notice {
    width: 100%;
  }
}
.news .notice .stock {
  background-color: #efefef;
  padding: 5px 10px;
  margin: 6px 2px 0;
  height: 77px;
  line-height: 1.5;
}
.news .notice .stock .stock_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}
.news .notice .stock .stock_title > div:first-child {
  width: 44%;
}
.news .notice .stock .stock_title > div:last-child {
  width: 56%;
}
.news .notice .stock .stock_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news .notice .stock .stock_flx > div:nth-child(odd) {
  width: 44%;
}
.news .notice .stock .stock_flx > div:nth-child(even) {
  width: 56%;
}
.news .notice .stock_list {
  margin: 6px 4px 9px;
}
.news .notice .stock_list div {
  height: 28px;
  line-height: 28px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  border-bottom: 1px dashed #CCCCCC;
  overflow: hidden;
}
.news .notice .stock_list div a {
  color: #4DA1D0;
}
.news .notice .stock_list div a:hover {
  text-decoration: underline;
}
.news .news_repeat {
  width: 30%;
  border: 1px solid #C0DFF4;
}
@media (max-width: 768px) {
  .news .news_repeat {
    width: 100%;
    margin-top: 20px;
  }
}
.news .news_repeat .same_repeat {
  margin: 6px 4px 9px;
}
.news .news_repeat .same_repeat > div {
  height: 28px;
  line-height: 28px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  border-bottom: 1px dashed #CCCCCC;
  overflow: hidden;
}
.news .news_repeat .same_repeat > div a {
  color: #4DA1D0;
}
.news .news_repeat .same_repeat > div a:hover {
  text-decoration: underline;
}

.service {
  color: white;
  background: #0e95b5;
  margin-top: 10px;
}
.service .service_title {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.service .service_con {
  padding: 30px;
  position: relative;
}
.service .service_con .service_l {
  width: 72.6%;
}
@media (max-width: 1000px) {
  .service .service_con .service_l {
    position: relative;
    width: 100%;
  }
}
.service .service_con .service_l img {
  width: 100%;
  display: none;
}
.service .service_con .service_l img.jt {
  display: block;
}
.al .service .service_con .service_l img.jt {
  display: none;
}
.al .service .service_con .service_l img.al {
  display: block;
}
.service .service_con .service_r {
  width: 25%;
  position: absolute;
  right: 30px;
  top: 30px;
  line-height: 1.6;
}
@media (max-width: 1000px) {
  .service .service_con .service_r {
    position: relative;
    width: 100%;
    right: 0;
  }
}
.service .service_con .inforight {
  margin-top: 60px;
  padding-left: 100px;
}
@media (max-width: 1000px) {
  .service .service_con .inforight {
    margin-top: 20px;
    padding-left: 76%;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .service .service_con .inforight {
    padding-left: 60%;
  }
}
.service .service_con .inforight div {
  padding-left: 25px;
  line-height: 19px;
  font-size: 14px;
  padding-bottom: 6px;
  color: #FFFFFF;
}
.service .service_con .inforight div:nth-child(1){
  background: url(../img/aico/pos.png) no-repeat 0px 3px;
}


.service .service_con .inforight div:nth-child(2) {
  background: url(../img/aico/pos.png) no-repeat 0px -17px;
}
.service .service_con .inforight div:nth-child(3) {
  background: url(../img/aico/pos.png) no-repeat 0px -38px;
}
.service .service_con .inforight div:nth-child(4) {
  background: url(../img/aico/pos.png) no-repeat 0px -58px;
}
.service .service_con .inforight div:nth-child(5) {
  background: url(../img/aico/pos.png) no-repeat 0px -77px;
}
.service .service_con .world {
  position: absolute;
  left: 30px;
  bottom: 20px;
}
.service .service_con .world .world_show {
  width: 200px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .service .service_con .world .world_show {
    width: 150px;
  }
}
.service .service_con .world .world_task {
  position: absolute;
  bottom: 120%;
  width: 800px;
  border: 2px solid rgb(204, 204, 204);
  border-radius: 10px;
  display: none;
}
@media (max-width: 1000px) {
  .service .service_con .world .world_task {
    width: 650px;
  }
}
@media (max-width: 768px) {
  .service .service_con .world .world_task {
    width: 350px;
  }
}
.service .service_con .world:hover .world_task {
  display: block;
}

.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.intro .intro_l {
  width: 69%;
  border: 1px solid #C0DFF4;
}
@media (max-width: 768px) {
  .intro .intro_l {
    width: 100%;
  }
}
.intro .intro_l .intro_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../img/big_title_index.jpg);
  font-weight: bold;
}
.intro .intro_l .intro_tit div {
  width: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 35px;
}
.intro .intro_l .intro_tit .intro_tit_act {
  background-image: url(../img/tab_hover1.jpg);
  color: white;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.intro .intro_l .intro_con {
  padding: 8px;
  height: 206px;
}
@media (max-width: 768px) {
  .intro .intro_l .intro_con {
    height: auto;
  }
}
.intro .intro_l .intro_con > div {
  display: none;
}
.intro .intro_l .intro_con .intro_act {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .intro .intro_l .intro_con .intro_act {
    display: block;
  }
}
.intro .intro_l .intro_con .intro_act .intro_img {
  width: 180px;
  padding-top: 12px;
}
@media (max-width: 768px) {
  .intro .intro_l .intro_con .intro_act .intro_img {
    width: 100%;
  }
  .intro .intro_l .intro_con .intro_act .intro_img img {
    width: 100%;
  }
}
.intro .intro_l .intro_con .intro_act .intro_txt {
  width: calc(100% - 190px);
}
@media (max-width: 768px) {
  .intro .intro_l .intro_con .intro_act .intro_txt {
    width: 100%;
    margin-top: 10px;
  }
}
.intro .intro_l .intro_con .intro_act .intro_txt .intro_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.intro .intro_l .intro_con .intro_act .intro_txt .intro_more a {
  color: #4DA1D0;
}
.intro .intro_r {
  width: calc(31% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: black;
}
@media (max-width: 768px) {
  .intro .intro_r {
    width: 100%;
    margin-top: 10px;
  }
}
.intro .intro_r video {
  width: 100%;
}
