input {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei';
}

img {
  border: none;
  background: none;
  vertical-align: middle;
}

ul,
ol,
li {
  list-style-type: none;
}

select,
input,
img,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

table,
th,
td {
  vertical-align: middle
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearfix {
  zoom: 1
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

h1,
h2,
h3,
h4 {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  height: 0;
}

.wd1200 {
  width: 1200px;
  margin: 0 auto;
}

p {
  margin: 0;
}



.xypg-right-content p{font-size:16px;line-height:2em;}

/*滚动*/

#demo {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

#indemo {
  float: left;
  width: 800%
}

#demo1 {
  float: left;
}

#demo2 {
  float: left;
}

#m_demo {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

#m_indemo {
  float: left;
  width: 800%
}

#m_demo1 {
  float: left;
}

#m_demo2 {
  float: left;
}

@media (min-width: 1640px) {
  .container2 {
      width: 1630px;
  }
}

.max_wd1600 {
  max-width: 1630px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}


/*头部样式*/

#header {
  position: relative;
  background: #007eff;
  padding: 15px 0;
  font-size: 13px;
  color: #fff;
  line-height: 1.7;
}

#header a {
  font-size: 13px;
  color: #fff;
}

.top_phone {
  position: relative;
}

.top_phone li {
  display: inline-block;
  padding-right: 60px;
}

.top_phone li img {
  padding-right: 10px;
}

.logo {
  float: left;
}

@media (max-width:1200px) {
  .x-logo {
      line-height: 80px;
  }
  .x-menu>li>a {
      line-height: 80px;
  }
  .x-sub-menu {
      top: 90px;
  }
}


/*----- Common css ------*/

.fl {
  float: left;
}

.fr {
  float: right;
}

.di {
  _display: inline;
}

.fwn {
  font-weight: normal;
}

.dib {
  *display: inline;
  _zoom: 1;
  _display: inline;
  _font-size: 0px;
}


/*主体样式*/

.c1_index {
  position: relative;
  padding: 3.125% 0;
}

.ttt1 {
  text-align: center;
}

.ttt1 span {
  font-family: "Arial";
  font-size: 24px;
  text-transform: uppercase;
  color: #999999;
}

.ttt1 h3 {
  font-weight: normal;
  font-size: 30px;
  color: #333333;
  line-height: 1;
  padding: 10px 0;
  background: url(../images/ttt1_h3_bg.png) no-repeat center center;
}

.ttt1 p {
  font-size: 16px;
  color: #999999;
}

.c1_list {
  margin: 2.82291667% 0 0;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.c1_list li {
  width: 23%;
  position: relative;
}

.c1_list li::before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .54);
  content: "";
  opacity: 1;
  transition: .3s;
}

.c1_list li:hover::before {
  opacity: 0;
}

.c1_list li a {
  display: block;
}

.c1_list li img {
  width: 100%;
  display: block;
}

.c1_list li .marks {
  width: 280px;
  height: 156px;
  position: absolute;
  top: 50%;
  margin-top: -78px;
  left: 50%;
  margin-left: -140px;
  text-align: center;
  padding-top: 20px;
}

.c1_list li .marks h5 {
  font-size: 24px;
  line-height: 40px;
  padding-bottom: 20px;
  background: url(../images/xian1.png) no-repeat center bottom;
  color: #fff;
}

.c1_list li .marks h6 {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.7;
  color: #fff;
  margin: 0;
  padding-top: 15px;
}

.c1_list li:hover .marks {
  background: #007eff;
  border-radius: 0px;
}

@media (max-width: 1200px) {
  .c1_list li .marks {
      width: 100%;
      left: 0;
      margin-left: 0;
  }
}

@media (max-width: 768px) {
  .c1_list {
      flex-wrap: wrap;
  }
  .c1_list li {
      width: 49%;
      margin-bottom: 2%;
  }
  .c1_list li .marks {
      width: 100%;
      left: 0;
      margin-left: 0;
  }
  .c1_list li .marks {
      min-height: 156px;
      height: auto;
  }
  .ttt1 span {
      font-size: 18px;
  }
  .ttt1 h3 {
      font-size: 24px;
      padding: 5px 0;
  }
  .ttt1 p {
      font-size: 14px;
  }
}

@media (max-width: 500px) {
  .c1_list li .marks h5 {
      font-size: 18px;
      padding-bottom: 10px;
  }
  .c1_list li .marks h6 {
      font-size: 14px;
      padding-top: 10px;
  }
  .ttt1 h3 {
      background-size: 150%;
  }
}


/* c2_index */

.c2_index {
  position: relative;
}

.c2_contt {
  background: #303030;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.c2_left {
  width: 70%;
}

.c2_left li {
  position: relative;
}

.c2_left li a {
  display: block;
}

.c2_left li img {
  width: 100%;
}

.c2_left li .time {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 197px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  background: rgba(0, 0, 0, .54);
  width: 100%;
  padding: 30px;
  padding-right: 180px;
}

.c2_left li .time h3 {
  font-size: 22px;
  font-weight: normal;
  padding-bottom: 20px;
  padding-top: 10px;
}

.c2_left li .time span {
  display: block;
  font-size: 14px;
}

.c2_left li .time i {
  font-style: inherit;
  color: #fff;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 26px;
  width: 180px;
  line-height: 180px;
  height: 100%;
  text-align: center;
  background: #007eff;
}

.c2_right {
  width: 30%;
  position: relative;
}

.c2_right li {
  position: relative;
  border-bottom: 1px solid #3c3c3c;
  line-height: 2;
  padding: 5.888% 0;
  width: 100%;
  text-align: center;
  cursor: pointer;
  height: 25%;
}

.c2_right li.on {
  background: #007eff;
  border-bottom: 1px solid #a9a9a9;
}

.c2_right li h3 {
  font-size: 24px;
  padding-top: 35px;
  padding-bottom: 15px;
  background: url(../images/xian2.png) no-repeat center bottom;
  color: #fff;
  font-weight: normal;
}

.c2_right li h4 {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.7;
  color: #fff;
  margin: 0;
  padding-top: 15px;
  font-weight: normal;
  font-family: "Arial";
}

@media (max-width:1200px) {
  .c2_left li .time {
      height: 150px;
      padding: 20px;
      padding-right: 180px
  }
  .c2_left li .time i {
      line-height: 150px;
  }
  .c2_right li {
      padding: 3.888% 0;
  }
  .c2_right li h3 {
      font-size: 20px;
  }
  .c2_right li h4 {
      font-size: 14px;
  }
}

@media (max-width:992px) {
  .c2_contt {
      flex-wrap: wrap;
  }
  .c2_left {
      width: 100%;
  }
  .c2_right {
      width: 100%;
      display: flex;
      justify-content: center;
  }
  .c2_right li {
      width: 25%;
      height: 100%;
      border-bottom: none;
      padding: 1.888% 0;
  }
}

@media (max-width:768px) {
  .c2_left li .time {
      height: 110px;
      padding-right: 110px;
  }
  .c2_left li .time h3 {
      padding-top: 0px;
      font-size: 18px;
      padding-bottom: 5px;
  }
  .c2_left li .time span {
      font-size: 12px;
  }
  .c2_left li .time i {
      width: 110px;
      line-height: 110px;
      font-size: 18px;
  }
}

@media (max-width:600px) {
  .c2_right li h3 {
      font-size: 16px;
  }
  .c2_right li h4 {
      font-size: 12px;
      line-height: 1.3;
  }
}


/* 关于我们 */

.abb_index {
  position: relative;
  background: #f5f5f5;
  padding: 3.125% 0;
  margin: 3.125% 0;
}

.abb_wap {
  position: relative;
  margin: 2.82291667% 0 0;
  background: #fff;
  display: flex;
  justify-content: space-between;
}

.abbimg {
  width: 40%;
  vertical-align: middle;
}

.abbimg img {
  width: 100%;
}

.abb_right {
  width: 60%;
  vertical-align: middle;
  padding: 30px 40px;
  box-shadow: 0px 20px 20px -15px rgba(0, 0, 0, .2);
}

.abb_right h3 {
  padding: 20px 0;
  font-size: 24px;
  color: #007eff;
  font-weight: normal;
  margin-bottom: 20px;
  background: url(../images/xian3.png) no-repeat left bottom;
}

.abb_right .abb_txt {
  font-size: 14px;
  color: #666666;
  line-height: 2.5;
}

.abb_right .abbmore {
  display: block;
  width: 185px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #007eff;
  font-family: "Arial";
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 5.125%;
}

@media (max-width:1640px) and (min-width:1200px) {
  .abb_right h3 {
      padding-top: 0px;
      padding-bottom: 10px;
      margin-bottom: 10px;
  }
  .abb_right .abb_txt {
      line-height: 1.9;
  }
  .abb_right .abbmore {
      margin-top: 3.125%;
  }
}

@media (max-width:1200px) {
  .abb_right {
      padding: 15px 20px;
  }
  .abb_right h3 {
      padding-top: 0px;
      padding-bottom: 10px;
      margin-bottom: 10px;
      font-size: 20px;
  }
  .abb_right .abb_txt {
      line-height: 1.5;
  }
  .abb_right .abbmore {
      margin-top: 3.125%;
      width: 130px;
      line-height: 35px;
  }
}

@media (max-width:992px) {
  .abb_wap {
      flex-wrap: wrap;
  }
  .abbimg,
  .abb_right {
      width: 100%;
  }
  .abb_right .abb_txt {
      line-height: 2;
  }
}


/*我们的优势*/

.you_index {
  position: relative;
  background: url(../images/you_bg.jpg) no-repeat;
  background-size: cover;
  margin-top: 2.12291667%;
}

.you_list {
  position: relative;
  padding: 5.125% 0;
  display: flex;
  justify-content: center;
}

.you_list li {
  text-align: center;
  padding: 40px 30px;
  margin: 0 15px;
  float: left;
  width: 25%;
  background: rgba(255, 255, 255, .15);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.you_list li a {
  display: block;
}

.you_list li span {
  display: block;
  height: 80px;
  line-height: 80px;
}

.you_list li span img {
  vertical-align: middle;
}

.you_list li h3 {
  padding: 20px 0;
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  background: url(../images/baix.jpg) no-repeat center bottom;
}

.you_list li h4 {
  padding: 20px 0;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 2;
}

.you_list li:hover {
  background: #007eff;
}

@media (min-width:1470px) {
  .you_list li {
      padding: 60px 20px;
      margin: 0 30px;
  }
}

@media (max-width:1200px) {
  .you_list li {
      padding: 25px 20px;
  }
  .you_list li h3 {
      font-size: 24px;
      padding: 15px 0;
  }
}

@media (max-width:992px) {
  .you_list li {
      margin: 0 10px;
  }
  .you_list li h3 {
      font-size: 20px;
      padding: 10px 0;
  }
}

@media (max-width:768px) {
  .you_list {
      flex-wrap: wrap;
  }
  .you_list li {
      padding: 10px;
      margin: 2% 2%;
      width: 46%;
  }
  .you_list li h3 {
      font-size: 16px;
  }
  .you_list li h4 {
      padding: 10px 0;
      font-size: 12px;
  }
}


/* 新闻中心 */

.news_index {
  position: relative;
  padding: 3.125% 0;
}

.news_list22 {
  margin-top: 2.125%;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.news_list22 li {
  position: relative;
  width: 23%;
}

.news_list22 li .toptime {
  padding-bottom: 30px;
  margin-bottom: 20px;
  background: url(../images/lian.png) no-repeat left bottom;
}

.news_list22 li .toptime h3 {
  font-size: 20px;
  display: block;
  color: #333333;font-weight: 400
}

.news_list22 li .toptime span {
  display: block;
  font-size: 16px;
  color: #999999;
}

.news_list22 li .newsimg {
  display: block;
}

.news_list22 li .newsimg img {
  width: 100%;
  height: auto;
}

.news_list22 li .time {
  position: relative;
  padding: 30px 0px;
}

.news_list22 li .time h3 {
  font-size: 17px;
  color: rgba(0, 0, 0, .96);
  padding-bottom: 10px;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.news_list22 li .time .info {
  font-size: 13px;
  display: block;
  color: rgba(0, 0, 0, .8);
  margin-top: 10px;
  line-height: 1.7;
  padding-bottom: 25px;
}

.news_list22 li .time .newsmore {
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  line-height: 2.5;
  width: 85px;
  background: #000;
  text-align: center;
}

.news_list22 li:hover .newsmore {
  background: #007eff;
}

.news_list22 li:hover .time h3 {
  color: #007eff;
}

@media (max-width: 992px) {
  .news_list22 {
      flex-wrap: wrap;
  }
  .news_list22 li {
      width: 48%;
  }
  .news_list22 li .time {
      padding: 20px 0px;
  }
  .news_list22 li .time .info {
      padding-bottom: 10px;
  }
  .news_list22 li .time .newsmore {
      font-size: 12px;
  }
}


/*底部搜索*/

#formsearch2 {
  width: 290px;
  background: url(../images/foot_ss.png) no-repeat center center;
}

#formsearch2 input {
  height: 50px;
  border: none;
  line-height: 50px;
  outline: none;
  background: none;
}

#formsearch2 input#keyword {
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
  color: #666;
  float: left;
  width: 80%;
}

#formsearch2 input#s_btn {
  width: 20%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border: none;
  cursor: pointer;
  float: left;
}

@media (max-width:1200px) {
  #formsearch2 {
      width: 100%;
      background-size: 100%;
  }
}



.hotSearch{color:#ffffff;font-size:14px;margin-bottom:10px;margin-top:10px;}
.hotSearch a{color:#ffffff;font-size:14px;margin-right:3px;}
.hotSearch a::after{content:"，";}
.hotSearch a:last-child::after{content:"";}

.banquan{color:#ffffff;font-size:14px;line-height:25px;}
.banquan a{color:#ffffff;font-size:14px;line-height:25px;padding-left: 1px;}


.navx li{color:#ffffff;text-align:center;float:left;font-size:20px;width:12%;}
.navx li a{color:#fff;text-align:center;font-size:20px;}







.flex {
display: flex; }

.of {
overflow: hidden; }

.fen img {
width: 100%;
transition: all .3s ease-out; }
.fen:hover img {
transform: scale(1.1); }

.w1600 {
margin-left: auto;
margin-right: auto;
max-width: 1600px; }
@media (max-width: 1650px) {
  .w1600 {
    padding: 0 15px; } }

.flexs {
display: flex; }

body {
background: #fff !important; }

.tou {
height: 102px;
position: absolute;
z-index: 999999;
width: 100%;
left: 0;
top: 0; }
.tou .con {
  justify-content: space-between; }
  .tou .con .logo {
    line-height: 102px; }
  .tou .con .zi {
    max-width: 1200px;
    width: 75%;
    align-items: center;
    justify-content: flex-end; }
    .tou .con .zi a.en {
      color: #fff;
      font-size: 16px; }
      .tou .con .zi a.en img {
        padding-right: 15px; }

h2.bt {
line-height: 1; }
h2.bt b {
  font-size: 48px;
  display: block;
  line-height: 1;
  color: #ff4201; }
  @media (max-width: 1380px) {
    h2.bt b {
      font-size: 32px; } }
  @media (max-width: 480px) {
    h2.bt b {
      font-size: 28px; } }
h2.bt p {
  margin-top: 16px;
  font-size: 32px;
  color: #333333; }
  @media (max-width: 1380px) {
    h2.bt p {
      font-size: 24px;
      margin-top: 10px; } }
  @media (max-width: 480px) {
    h2.bt p {
      font-size: 18px;
      margin-top: 6px; } }
  h2.bt p span {
    color: #ff4201; }

.c2 {background: url(../images/nei1.jpg) no-repeat 50% 0;background-size: cover;box-sizing: border-box;padding: 5% 0;}
@media (max-width: 1200px) {
  .c2 {
    padding-top: 40px;
    padding-bottom: 45px; } }
@media (max-width: 780px) {
  .c2 {
    background: url("//cdn.myxypt.com/a386416f/24/02/5d91c44a8af2a48f42b4b20d492c6abd68e48235.jpg") no-repeat 0% 0; } }
.c2 .c2-1 {
  padding-top: 15px;
  max-width: 1071px;
  width: 66%;
  }
  @media (max-width: 780px) {
    .c2 .c2-1 {
      width: 100%; } }
  .c2 .c2-1 dd {
    font-size: 14px;
    color: #2d2d2b;
    line-height: 26px;
    max-width: 682px;
    margin-top: 2.1vw;
    margin-bottom: 1.8vw;
    width: 79%; }
    @media (max-width: 1025px) {
      .c2 .c2-1 dd {
        margin-top: 20px;
        margin-bottom: 20px; } }
    @media (max-width: 480px) {
      .c2 .c2-1 dd {
        width: 100%; } }
  .c2 .c2-1 a.ck {
    display: flex;
    width: 100px;
    align-items: flex-end;
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #0b87a7;
    justify-content: space-between;
    margin-bottom: 1.88vw;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 5px; }
    @media (max-width: 1380px) {
      .c2 .c2-1 a.ck {
        font-size: 14px; } }
    @media (max-width: 1025px) {
      .c2 .c2-1 a.ck {
        margin-bottom: 20px; } }
  .c2 .c2-1 .list2 li {
    width: calc(100% / 4);
    position: relative;
    text-align: left;
    background: url(../images/xx1.png) 10% center no-repeat;
    box-sizing: border-box;
    padding-left: 6%;
  }
    .c2 .c2-1 .list2 li .img {
      opacity: 0;
      transition: all .3s; }
      .c2 .c2-1 .list2 li .img img {
        width: 100%; }
    .c2 .c2-1 .list2 li .zi {
      position: absolute;
      color: #2d2d2b;
      top: 2.71vw;
      left: 2.29vw;
      z-index: 1; }
      @media (max-width: 780px) {
        .c2 .c2-1 .list2 li .zi {
          top: 30px;
          left: 0;
          padding: 0 18px; } }
      @media (max-width: 480px) {
        .c2 .c2-1 .list2 li .zi {
          top: 15px;
          left: 0;
          padding: 0 8px; } }
      .c2 .c2-1 .list2 li .zi p {
        font-size: 16px; }
        @media (max-width: 1380px) {
          .c2 .c2-1 .list2 li .zi p {
            font-size: 14px; } }
        @media (max-width: 480px) {
          .c2 .c2-1 .list2 li .zi p {
            line-height: 1.2; } }
      .c2 .c2-1 .list2 li .zi h3 {
        font-size: 24px;
        font-weight: bold; }
        @media (max-width: 1380px) {
          .c2 .c2-1 .list2 li .zi h3 {
            font-size: 20px; } }
        @media (max-width: 780px) {
          .c2 .c2-1 .list2 li .zi h3 {
            font-size: 16px; } }
        @media (max-width: 480px) {
          .c2 .c2-1 .list2 li .zi h3 {
            margin-top: 4px; } }
    

    .c2 .c2-1 .list2 li:hover .img {
      opacity: 1; }

.c3 {
background: url("//cdn.myxypt.com/a386416f/24/02/26f82850f854be00f19b4963ac71f2e3692e1ae7.jpg") no-repeat 50% 0;
background-size: cover;
position: relative; }
@media (max-width: 1200px) {
  .c3 {
    padding-top: 40px;
    padding-bottom: 40px; } }
.c3 h2.bt {
  margin-bottom: 21vw; }
  @media (max-width: 1200px) {
    .c3 h2.bt {
      margin-bottom: 0; } }
  .c3 h2.bt b {
    color: #fff; }
  .c3 h2.bt p {
    color: #fff; }
@media (max-width: 1200px) {
  .c3 .w1600 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; } }
@media (max-width: 780px) {
  .c3 .w1600 {
    flex-wrap: wrap; } }
.c3 .c3-1 {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  width: 492px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 0;
  bottom: 0; }
  @media (max-width: 1200px) {
    .c3 .c3-1 {
      position: static;
      margin-top: 4.06vw; } }
  @media (max-width: 780px) {
    .c3 .c3-1 {
      width: 100%;
      margin-top: 30px; } }
  .c3 .c3-1 li {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    cursor: pointer; }
    .c3 .c3-1 li .an {
      position: relative;
      padding-left: 85px;
      padding-right: 60px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 480px) {
        .c3 .c3-1 li .an {
          padding-right: 20px; } }
      .c3 .c3-1 li .an .su {
        -webkit-text-stroke: 1px #fff;
        color: transparent;
        position: absolute;
        top: 24px;
        left: 22px;
        font-size: 32px;
        font-family: arial;
        font-style: italic;
        line-height: 1; }
      .c3 .c3-1 li .an .zi1 {
        color: #ffffff;
        line-height: 1;
        padding-top: 24px;
        padding-bottom: 44px; }
        @media (max-width: 1200px) {
          .c3 .c3-1 li .an .zi1 {
            padding-bottom: 24px; } }
        .c3 .c3-1 li .an .zi1 span {
          font-size: 16px;
          display: block; }
        .c3 .c3-1 li .an .zi1 p {
          font-size: 32px;
          font-weight: bold;
          margin-top: 10px; }
          @media (max-width: 1380px) {
            .c3 .c3-1 li .an .zi1 p {
              font-size: 26px; } }
          @media (max-width: 1200px) {
            .c3 .c3-1 li .an .zi1 p {
              font-size: 22px; } }
      .c3 .c3-1 li .an a.ck {
        margin-top: 9px; }
    .c3 .c3-1 li .sec {
      overflow: hidden;
      height: 0; }
      .c3 .c3-1 li .sec a {
        font-weight: 600;
        font-size: 18px;
        color: #ffffff;
        line-height: 39px;
        display: block; }
        @media (max-width: 1380px) {
          .c3 .c3-1 li .sec a {
            line-height: 32px;
            font-size: 16px; } }
    .c3 .c3-1 li.on .an {
      background-image: linear-gradient(126deg, #0f4393 0%, #1a95ac 100%); }
    .c3 .c3-1 li.on .sec {
      padding: 20px 85px;
      height: 284px; }
      @media (max-width: 1380px) {
        .c3 .c3-1 li.on .sec {
          height: 200px; } }
      @media (max-width: 1200px) {
        .c3 .c3-1 li.on .sec {
          height: auto; } }

.c4 {position: relative;box-sizing: border-box;padding: 6% 0;}
@media (max-width: 1025px) {
  .c4 {
    background-image: linear-gradient(90deg, #003890 0%, #0094b0 100%); } }
.c4 .ts {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3; }
  @media (max-width: 1025px) {
    .c4 .ts {
      display: none; } }
  .c4 .ts .conx {
    display: flex; 
justify-content: left;
}
  .c4 .ts .list1 {
    width: 14.63%; }
    .c4 .ts .list1 li {
      font-size: 18px;
      width: 48%; }
      .c4 .ts .list1 li a {
        display: block;
        line-height: 136px;
        color: rgba(255, 255, 255, 0.4);
        font-weight: bold;
        transition: all .3s ease-out; }
        @media (max-width: 1200px) {
          .c4 .ts .list1 li a {
            line-height: 70px; } }
      .c4 .ts .list1 li:hover a {
        color: white; }
  .c4 .ts .bd {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 13.036%; }
    .c4 .ts .bd .xx {
      margin: 0 18.5px;
      line-height: 136px;
      width: 45px;
      height: 25px;
      cursor: pointer; }
      @media (max-width: 1200px) {
        .c4 .ts .bd .xx {
          background-size: 100% auto !important;
          margin: 0 9px; } }
      .c4 .ts .bd .xx.zb {
        background: url(../images/h01.png) no-repeat 50%; }
        .c4 .ts .bd .xx.zb:hover {
          background: url(../images/h02.png) no-repeat 50%; }
      .c4 .ts .bd .xx.yb {
        background: url(../images/h2.png) no-repeat 50%; }
        .c4 .ts .bd .xx.yb:hover {
          background: url(../images/h4.png) no-repeat 50%; }
.c4:after {
  content: '';
  display: block;
  background: rgba(255, 255, 255, 0.2);
  height: 1px;
  width: 31.46%;
  position: absolute;
  left: 0;
  bottom: 136px; }
  @media (max-width: 1200px) {
    .c4:after {
      bottom: 70px;
      width: 29%; } }
  @media (max-width: 1025px) {
    .c4:after {
      display: none; } }
.c4:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 31.46%;
  height: 100%;
  background-image: linear-gradient(90deg, #003890 0%, #0094b0 100%); }
  @media (max-width: 1200px) {
    .c4:before {
      width: 29%; } }
  @media (max-width: 1025px) {
    .c4:before {
      display: none; } }
@media (max-width: 1200px) {
  .c4 {
    padding-top: 40px;
    padding-bottom: 40px; } }
.c4 h2.bt b {
  color: #fff; }
.c4 h2.bt p {
  color: #fff; }
.c4 .con {
  position: relative;
  z-index: 2;
  justify-content: space-between; }
  @media (max-width: 1025px) {
    .c4 .con {
      flex-wrap: wrap; } }
  .c4 .con .c4-1 {
    width: 24.5%;
    position: relative;
    padding-top: 35px; }
    @media (max-width: 1025px) {
      .c4 .con .c4-1 {
        width: 100%; } }
    .c4 .con .c4-1 .con1 {
      margin-top: 3.43vw;
      padding-top: 35px;
      position: relative;
      }
      .c4 .con .c4-1 .con1:before {
        position: absolute;
        content: '';
        right: 36px;
        top: 0;
        width: 37px;
        height: 24px;
        display: block;
        background: url("//cdn.myxypt.com/a386416f/24/02/7743375529eceb9bb8e16d3eff15c47182b18bcc.png") no-repeat 50%; }
      @media (max-width: 1025px) {
        .c4 .con .c4-1 .con1 {
          display: none; } }
    .c4 .con .c4-1 .list2 li h3 {
      font-size: 18px;
      color: #ffffff;
      font-weight: bold;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
    .c4 .con .c4-1 .list2 li .timex {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.6);
      margin-top: 32px; }
    .c4 .con .c4-1 .list2 li dd {
      font-size: 14px;
      line-height: 28px;
      color: rgba(255, 255, 255, 0.6);
      text-overflow: -o-ellipsis-lastline;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      margin-top: 9px; }
    .c4 .con .c4-1 .list2 li .ck {
      margin-top: 39px;
      display: flex;
      width: 101px;
      align-items: flex-end;
      font-size: 14px;
      color: #fff;
      border-bottom: 1px solid #0b87a7;
      justify-content: space-between;
      font-weight: bold;
      line-height: 1;
      padding-bottom: 5px;
      transition: all .3s ease-out; }
      @media (max-width: 1380px) {
        .c4 .con .c4-1 .list2 li .ck {
          font-size: 14px; } }
  .c4 .con .c4-2 {
    padding-top: 2.29vw;
    width: 67.63%; }
    @media (max-width: 1025px) {
      .c4 .con .c4-2 {
        width: 100%;
        padding-top: 0;
        margin-top: 30px; } }
    .c4 .con .c4-2 .list2 {
      justify-content: space-between; }
      @media (max-width: 480px) {
        .c4 .con .c4-2 .list2 {
          flex-wrap: wrap; } }
      .c4 .con .c4-2 .list2 li {
        width: calc(100% / 3 - 0.5px); }
        @media (max-width: 480px) {
          .c4 .con .c4-2 .list2 li {
            width: calc(100% / 1 - 0.5px);
            margin-bottom: 20px; }
            .c4 .con .c4-2 .list2 li:last-child {
              margin-bottom: 0; } }
        .c4 .con .c4-2 .list2 li a {
          display: block;
          background: #f1f8fa;
          transition: all .3s ease-out; }
        .c4 .con .c4-2 .list2 li .zi {
          padding: 30px 24px 32px 27px; }
        .c4 .con .c4-2 .list2 li .timex {
          font-family: arial;
          color: #999999;
          font-size: 18px;
          font-weight: bold;
          transition: all .3s ease-out; }
        .c4 .con .c4-2 .list2 li h3 {
          font-size: 16px;
          font-weight: bold;
          color: #333333;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap;
          margin-top: 30px;
          margin-bottom: 10px; }
          @media (max-width: 780px) {
            .c4 .con .c4-2 .list2 li h3 {
              margin-top: 15px; } }
        .c4 .con .c4-2 .list2 li dd {
          font-size: 14px;
          line-height: 28px;
          color: #999999;
          text-overflow: -o-ellipsis-lastline;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          margin-bottom: 14px; }
        .c4 .con .c4-2 .list2 li .ck {
          margin-top: 10px;
          display: flex;
          width: 88px;
          align-items: flex-end;
          font-size: 14px;
          color: #999999;
          border-bottom: 1px solid #0b87a7;
          justify-content: space-between;
          font-weight: bold;
          line-height: 1;
          padding-bottom: 5px;
          transition: all .3s ease-out; }
          @media (max-width: 1380px) {
            .c4 .con .c4-2 .list2 li .ck {
              font-size: 14px; } }
        @media (min-width: 780px) {
          .c4 .con .c4-2 .list2 li:hover {
            border-bottom: 1px dashed #0b87a7; }
            .c4 .con .c4-2 .list2 li:hover a {
              transform: translateY(-30px); }
            .c4 .con .c4-2 .list2 li:hover h3 {
              color: #fb4c14; }
            .c4 .con .c4-2 .list2 li:hover .ck {
              color: #fb4c14; } }

.c5 {
    background: url(../images/nei3.jpg) no-repeat 50% 0;
    background-size: cover; 
    box-sizing: border-box;
    padding: 6% 0;
    background-size: 100% 100%;
}
@media (max-width: 1200px) {
  .c5 {
    padding-top: 40px;
    padding-bottom: 40px; } }
.c5 .con {
  padding-left: 7.65625vw;
  justify-content: space-between; }
  @media (max-width: 1200px) {
    .c5 .con {
      padding-left: 0; } }
  @media (max-width: 780px) {
    .c5 .con {
      flex-wrap: wrap; } }
  .c5 .con .c5-1 {
    width: 54.1%; }
    @media (max-width: 480px) {
      .c5 .con .c5-1 {
        width: 100%; } }
    .c5 .con .c5-1 .lyb .ww2 {
      justify-content: space-between;
      margin-bottom: 1.5vw;
      color: #fff; }
      .c5 .con .c5-1 .lyb .ww2 p {
        font-size: 16px;
        margin-bottom: 10px; }
      .c5 .con .c5-1 .lyb .ww2 .ww1 {
        width: calc(50% - 11px); }
        .c5 .con .c5-1 .lyb .ww2 .ww1 input {
          border: solid 1px #ffffff;
          line-height: 60px;
          text-indent: 14px;
          font-size: 14px;
          color: rgba(255, 255, 255, 0.4);
          width: 100%;
          background: none;
          color: #fff; 
          border-radius: 0px;
          height: 60px;
        }
          @media (max-width: 1380px) {
            .c5 .con .c5-1 .lyb .ww2 .ww1 input {
              line-height: 40px; } }
          .c5 .con .c5-1 .lyb .ww2 .ww1 input::-webkit-input-placeholder {
            color: rgba(255, 255, 255, 0.4); }
      .c5 .con .c5-1 .lyb .ww2 textarea {
        border: solid 1px #ffffff;
        text-indent: 14px;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.4);
        width: 100%;
        background: none;
        padding: 0;
        line-height: 40px;
        max-height: 132px;
        color: #fff; }
        @media (max-width: 1380px) {
          .c5 .con .c5-1 .lyb .ww2 textarea {
            max-height: 100px;
            line-height: 32px; } }
        .c5 .con .c5-1 .lyb .ww2 textarea::-webkit-input-placeholder {
          color: rgba(255, 255, 255, 0.4); }
    .c5 .con .c5-1 .lyb .ww3 input {
      border: solid 1px #ffffff;
      line-height: 58px;
      text-indent: 14px;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.4);
      background: none;
      color: #fff;
      height: 58px;
      border-radius: 0px;
      float: left;
      width: 30%;
     }
      @media (max-width: 1380px) {
        .c5 .con .c5-1 .lyb .ww3 input {
          line-height: 40px; } }
      .c5 .con .c5-1 .lyb .ww3 input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.4); }
    @media (max-width: 780px) {
      .c5 .con .c5-1 .lyb .ww3 img {
        height: 42px;
        width: auto; } }
    .c5 .con .c5-1 .lyb .ww4 {
      margin-top: 1.45vw; }
      .c5 .con .c5-1 .lyb .ww4 input {
        border: none;
        text-align: center;
        font-size: 18px;
        color: #111111;
        background: #fff;
        line-height: 60px;
        height: 60px;
        width: calc(50% - 11px); }
        @media (max-width: 1380px) {
          .c5 .con .c5-1 .lyb .ww4 input {
            font-size: 16px;
            line-height: 42px; 
          } }
  .c5 .con .c5-2 {
    margin-top: 25px;
    width: 26.36%; }
    @media (max-width: 1200px) {
      .c5 .con .c5-2 {
        width: 35%; } }
    @media (max-width: 480px) {
      .c5 .con .c5-2 {
        width: 100%;
        margin-top: 30px; } }
    .c5 .con .c5-2 h2.bt b {
      color: #fff; }
    .c5 .con .c5-2 h2.bt p {
      color: #fff; }
    .c5 .con .c5-2 .lx {
      font-size: 16px;
      color: #ffffff;
      line-height: 29px;
      margin-top: 3.5vw;
      margin-bottom: 3.8vw; }
      @media (max-width: 1200px) {
        .c5 .con .c5-2 .lx {
          margin-top: 30px;
          margin-bottom: 30px; } }
      @media (max-width: 480px) {
        .c5 .con .c5-2 .lx {
          margin-top: 20px;
          margin-bottom: 20px; } }
      .c5 .con .c5-2 .lx strong {
        font-size: 24px;
        font-style: italic;
        color: #fb6033;
        font-family: arial; }
        @media (max-width: 1380px) {
          .c5 .con .c5-2 .lx strong {
            font-size: 20px; } }
    .c5 .con .c5-2 .list2 {
      display: flex;
      justify-content: space-between;
      text-align: center;
      align-items: flex-end; }
      .c5 .con .c5-2 .list2 .su {
        width: 1px;
        height: 55px;
        background-color: #cccccc; }
      .c5 .con .c5-2 .list2 li .img {
        line-height: 44px; }
        .c5 .con .c5-2 .list2 li .img img {
          max-width: 100%;
          vertical-align: bottom; }
      .c5 .con .c5-2 .list2 li .zi {
        font-size: 16px;
        color: #ffffff;
        margin-top: 8px; }
      .c5 .con .c5-2 .list2 .su:last-child {
        display: none; }

.foot {
background: #ffffff;
padding-top: 4.64vw;
padding-bottom: 4vw; }
@media (max-width: 1200px) {
  .foot {
    padding-top: 40px;
    padding-bottom: 40px; } }
.foot .con {
  justify-content: space-between; }
  .foot .con .foot11 {
    width: 67%; }
    @media (max-width: 1200px) {
      .foot .con .foot11 {
        width: 57%; } }
    @media (max-width: 780px) {
      .foot .con .foot11 {
        width: 100%; } }
    .foot .con .foot11 .foot1 {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media (max-width: 480px) {
        .foot .con .foot11 .foot1 {
          flex-wrap: wrap; } }
      .foot .con .foot11 .foot1 .logox img {
        max-width: 106px; }
      .foot .con .foot11 .foot1 .sec {
        display: flex; 
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
      }
        @media (max-width: 480px) {
          .foot .con .foot11 .foot1 .sec {
            flex-wrap: wrap;
            width: 100%;
            margin-top: 20px; } }
        .foot .con .foot11 .foot1 .sec a {
          display: block;
          padding: 0px 8%;
          font-size: 14px;
          display: inline-block;
          width: 100%;
          text-align: center;
          color: #666666;
          border-radius: 4px;
          border: solid 1px #cccccc;
          transition: all .3s ease-out;
          margin-right: 9px;
          }
          .foot .con .foot11 .foot1 .sec a:hover {
            color: #124391; }
          @media (max-width: 1450px) {
            .foot .con .foot11 .foot1 .sec a {
              padding: 4.5px 13.5px; } }
          @media (max-width: 1025px) {
            .foot .con .foot11 .foot1 .sec a {
              padding: 4.5px 8.5px;
              font-size: 13px; } }
          @media (max-width: 480px) {
            .foot .con .foot11 .foot1 .sec a {
             
              margin-bottom: 9px; } }
          .foot .con .foot11 .foot1 .sec a:hover {
            background-image: linear-gradient(126deg, #124391 0%, #16709f 50%, #1a94ab 100%), linear-gradient(#0b87a7, #0b87a7);
            background-blend-mode: normal, normal;
            color: #fff;
            border-color: transparent; }
          .foot .con .foot11 .foot1 .sec a:last-child {
            margin-right: 0; }
    .foot .con .foot11 .foot2 {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      margin-top: 2.7083vw; }
      @media (max-width: 480px) {
        .foot .con .foot11 .foot2 {
          margin-top: 10px; } }
      .foot .con .foot11 .foot2 p {
        font-size: 16px; }
        @media (max-width: 1025px) {
          .foot .con .foot11 .foot2 p {
            font-size: 14px; } }
        @media (max-width: 480px) {
          .foot .con .foot11 .foot2 p {
            width: 100%; } }
        .foot .con .foot11 .foot2 p span {
          font-family: Arial;
          font-weight: bold;
          font-size: 24px;
          padding-left: 0.89vw;
          line-height: 1;
          font-style: italic;
          background-image: linear-gradient(to right, #124391, #1a94ab);
          color: transparent;
          -webkit-background-clip: text; }
        .foot .con .foot11 .foot2 p:nth-child(1) {
          margin-right: 6.09vw; }
          @media (max-width: 480px) {
            .foot .con .foot11 .foot2 p:nth-child(1) {
              margin-bottom: 9px;
              margin-right: 0; } }
        .foot .con .foot11 .foot2 p:last-child {
          width: 100%;
          margin-top: 9px; }
  .foot .con .foot3 {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.43vw;
    width: 20%;
   }
    @media (max-width: 780px) {
      .foot .con .foot3 {
        display: none; } }
    .foot .con .foot3 .link {
      position: relative;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }
      .foot .con .foot3 .link p {
        font-size: 14px;
        color: #111111;
        padding: 0 36px;
        border: solid 1px #333333;
        line-height: 67px;
        background: url(//cdn.myxypt.com/a386416f/24/02/7834578978e31f604f8c3d5d5912bb7ea7a1c2d8.png) no-repeat 87% 50% #f9f9f9;
        width: 258px;
        font-weight: bold; }
.foot .con1 {
  justify-content: space-between;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  margin-top: 13px; }
  @media (max-width: 1025px) {
    .foot .con1 {
      line-height: 26px; } }
  @media (max-width: 780px) {
    .foot .con1 {
      flex-wrap: wrap; } }
  .foot .con1 a {
    color: #666666; }
    .foot .con1 a:hover {
      color: #124391; }
  .foot .con1 .foot4 {
    width: 48.563%; }
    @media (max-width: 1200px) {
      .foot .con1 .foot4 {
        width: 57%; } }
    @media (max-width: 780px) {
      .foot .con1 .foot4 {
        width: 100%; } }
  .foot .con1 .foot5 {
    width: 48%;
    text-align: right; }
    @media (max-width: 780px) {
      .foot .con1 .foot5 {
        width: 100%;
        text-align: left; } }

/*# sourceMappingURL=index.css.map */



.fggg{
background: rgba(0, 122, 247, .7);
box-sizing: border-box;
padding: 4% 0;
color: #fff;
justify-content: space-between;
flex-wrap: wrap;
}
.jidsnjg_a{
font-size: 18px;
font-weight: normal;
font-stretch: normal;
line-height: 45px;
letter-spacing: 0px;
color: #fff;
}
.jidsnjg_a span{
font-size: 55px;
font-weight: 600;
letter-spacing: -2px;
}
.jidsnjg_b{
font-size: 16px;
font-weight: normal;
font-stretch: normal;
line-height: 34px;
letter-spacing: 0px;
color: #fff;
}

.chanhhh{
  max-width: 1660px;
  margin: 0 auto;
  padding: 0 2%;
}
.nei1{
  background: url(../images/nei2.jpg) center center no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 4% 0;
}
.xppgt{
  text-align: center;
  color: #fff;
}
.xppgt_a{
  font-size: 48px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 64px;
	letter-spacing: 0px;
	color: #ffffff;
}
.xppgt_b{
  font-size: 32px;
	font-weight: 600;
	font-stretch: normal;
	line-height:40px;
	letter-spacing: 0px;
	color: #ffffff;
}
.xppgt_b span{
  color: #fb4c14;
}
.zhoxnid{
  overflow: hidden;
}
.gdisnbgf{
  margin-top: 2%;
  background: rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  padding: 4% 2% 1% 2%;
}
.youdngg img{
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.zhoxnid .swiper-wrapper .swiper-slide:hover .youdngg{
  border: 2px solid #007eff;
}
.youdngg {
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
}
.youngt{
  text-align: center;
  box-sizing: border-box;
  padding: 3% 0;
}
.youngt_a{
  font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
}
.youngt_b{
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #ffffff;
}

.draggable{
  box-sizing: border-box;
  margin-bottom: 28%;
}

.foot .con .foot11 .foot1 .sec li{
  margin-right: 1%;
  width: 9%;
  line-height: 40px;
}

.link li{
  text-align: center;
  width: 43%;
  margin-left: 3%;
}
.idnjh img{
  max-width: 100%;
  height: auto;
}




@media(max-width:1600px){
  h2.bt b{
    font-size: 42px;
  }
  h2.bt p{
    font-size: 28px;
  }
  .jidsnjg_a span{
    font-size: 50px;
  }
  .xppgt_a{
    font-size: 40px;
  }
  .xppgt_b{
    font-size: 28px;
  }
}



@media(max-width:1500px){
  h2.bt b{
    font-size: 38px;
  }
  h2.bt p{
    font-size: 28px;
  }
  .jidsnjg_a span{
    font-size: 45px;
  }
  .xppgt_a{
    font-size: 32px;
  }
  .xppgt_b{
    font-size: 24px;
  }
}


@media(max-width:1440px){
  .c5 .con .c5-2 .lx{
    font-size: 14px;
  }
  h2.bt b{
    font-size: 32px;
  }
  h2.bt p{
    font-size: 23px;
  }
  .jidsnjg_a span{
    font-size: 40px;
  }
  .xppgt_a{
    font-size: 28px;
  }
  .xppgt_b{
    font-size: 22px;
  }
}



@media(max-width:1366px){
  .c5 .con .c5-2 .lx{
    font-size: 14px;
  }
  h2.bt b{
    font-size: 28px;
  }
  h2.bt p{
    font-size: 21px;
  }
  .jidsnjg_a span{
    font-size: 35px;
  }
  .xppgt_a{
    font-size: 23px;
  }
  .xppgt_b{
    font-size: 20px;
  }
}

@media(max-width:1200px){
  .foot .con .foot11 .foot1 .sec li {
    margin-right: 1%;
    width: 24%;
    line-height: 32px;
    margin-bottom: 2%;
}
  .c5 .con .c5-2 .lx{
    font-size: 14px;
  }
  h2.bt b{
    font-size: 22px;
  }
  h2.bt p{
    font-size: 18px;
  }
  .jidsnjg_a span{
    font-size: 30px;
  }
  .xppgt_a{
    font-size: 20px;
  }
  .xppgt_b{
    font-size: 18px;
  }
}



@media(max-width:992px){
  .c2 {
     padding-top: 0px; 
    padding-bottom: 45px;
}
}

@media(max-width:500px){
  .c2 .c2-1 .list2 li{
    width: 49%;
  }
  .jidsnjg_a span {
    font-size: 20px;
}
.jidsnjg_b{
  font-size: 14px;
}
}




/*手机底部*/
@media (max-width:768px){
  .db{display:block!important;}
 }
 
 
 .dbb{height:50px;}
 
 /* 页脚 */
 .footer {
   position: fixed;
   bottom: 0;
   left: 0;
   right: 0;
   z-index: 999;
   background: #be131b;
 }
 
 .footer ul {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
 }
 
 .footer ul li {
   -webkit-box-flex: 1;
       -ms-flex: 1;
           flex: 1;
   text-align: center;
   color: #ffffff;
   line-height: 30px;padding:10px 0;
   font-size: 0;
 }
 
 .footer ul li.active {
   background: #da251c;
 }
 
 .footer ul li a {
   display: block;color:#fff;
 }
 
 .footer ul li .iconfont {
   font-size: 18px;
   display: inline-block;
   vertical-align: middle;
   margin-right: 5px;
 }
 
 .footer ul li span {
   display: inline-block;
   vertical-align: middle;
   font-size: 16px;color:#fff;
 }
 
 
 .footer li .icon-home{ background: url(../images/a111.png) no-repeat;width:20px;height:20px;}
 .footer li .icon-home2{ background: url(../images/a222.png) no-repeat;width:20px;height:20px;}
 .footer li .icon-phone{ background: url(../images/a333.png) no-repeat;width:20px;height:20px;}
 .footer li .icon-contact{ background: url(../images/a444.png) no-repeat;width:20px;height:20px;}
 
 .footer li .icon-phone:before{font-size:0;}
 .footer ul li a{border-right:1px solid #fff;}
 .footer ul li:last-child a{border-right:none;}
 
 
 
 