﻿/* CSS Document */
@import url(we_global.css);

.we_body {
  float: left;
  width: 100%;
  left: 0;
  z-index: 9;
  margin-top: calc(100vh);
  position: relative;
}

.service {
  float: left;
  width: 437px;
  height: 458px;
  color: #797979;
  background-color: #efefef;
}

.service span {
  float: left;
  margin-left: 30px;
  margin-top: 20px;
  width: 376px;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  display: inline;
}

.service h1 {
  float: left;
  margin-left: 30px;
  margin-top: 13px;
  width: 376px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  display: inline;
}

.service p {
  float: left;
  width: 70px;
  height: 10px;
  border-bottom: 1px solid #cacaca;
  margin-left: 80px;
  display: inline;
}

.about_div {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.about_img {
  float: left;
  width: 50%;
}

.about_img img {
  float: left;
  width: 100%;
  height: auto;
}

.about_img1 {
  float: left;
  width: 45%;
}

.about_img1 img {
  float: left;
  width: 100%;
  height: auto;
}

.about_content {
  float: right;
  width: 45%;
  color: #4c4c4c;
}

.service p1 {
  float: left;
  background: url(http://www.we-holding.com/images/index_06.jpg) no-repeat;
  width: 437px;
  height: 53px;
  line-height: 53px;
  padding-left: 50px;
  color: #FFF;
  font-size: 14px;
  text-align: left;
}

.service:hover {
  background-color: #0295d4;
  color: #FFF;
}

.more_link {
  float: left;
  width: 100%;
  height: 35px;
  background-color: #ffffff;
  margin-top: 20px;
  border-bottom: #dddddd 1px double;
}

.more_link span {
  float: right;
  margin-left: 20px;
  font-size: 12px;
  line-height: 35px;
  color: #666;
}

.button_font {
  margin: 0 auto;
  width: 300px;
  height: 55px;
  line-height: 55px;
  font-size: 22px;
  margin-top: 20px;
  border: #dddddd 1px double;
}

.button_font:hover {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;

  background-color: #caa370;
  border: #caa370 1px double;
}


.pro_category {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.pro_category ul {
  margin: 0px;
  padding: 0px;
}

.pro_category li {
  float: left;
  width: 168px;
  margin: 1px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  background-color: #e7e7e7;
}

.pro_category li h1 {
  float: left;
  height: 39px;
  line-height: 39px;
  font-weight: normal;
  display: inline;
}

.pro_category li:hover {
  background-color: #cc2a2e;
  color: #FFF;
}

.pro_show {
  float: left;
  width: 100%;
  margin-top: 20px;
  padding: 0px;
  overflow: hidden;
  zoom: 1;
}

.pro_show ul {
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

.pro_show li {
  float: left;
  margin-top: 12px;
  display: inline;
  background-color: #eeeeee;
}

.pro_show li:hover {
  background-color: #cc2a2e;
  color: #FFF;
}

.pro_show span {
  text-align: center;
  width: 330px;
  height: 34px;
  line-height: 34px;
  display: block;
}

.pro_show A IMG {
  width: 330px;
  height: 330px;
  border: 1px solid #DDDDDD;
}

.pro_show A:hover IMG {
  border: 1px solid #e77817;
}


.index_news {
  width: 100%;
  margin-top: 50px;
  height: 737px;
  background-color: #f3f3f3;
  text-align: center;
}

.we_news_wap {
  display: none;
}

.we_news_pc {
  margin: 0 auto;
  width: 96%;
  margin-top: 30px;
  color: #464646;
}

@media screen and (min-width: 1600px) and (max-width:2570px) {
  .we_news_pc li {
    float: left;
    padding: 40px;
    width: 20%;
    height: auto;
    display: inline;
    border-left: #dddddd 1px double;
  }
}

@media screen and (min-width: 1280px) and (max-width:1599px) {
  .we_news_pc li {
    float: left;
    margin-top: 20px;
    padding: 40px;
    width: 25%;
    height: auto;
    display: inline;
    border-left: #dddddd 1px double;
  }
}

@media screen and (min-width: 640px) and (max-width:1279px) {
  .we_news_pc li {
    float: left;
    margin-top: 20px;
    padding-bottom: 30px;
    margin-left: 1%;
    width: 32%;
    height: auto;
    display: inline;
    background-color: #ededee;
  }
}

@media screen and (max-width:768px) {
  .we_news_pc {
    display: none;
  }
}

.we_news_pc li h1 {
  float: left;
  font-size: 15px;
  margin-top: 10px;
  display: block;
  width: 100%;
  height: 56px;
  line-height: 24px;
  text-align: left;
  color: #4d4d4d;
}

.we_news_pc li span {
  overflow: hidden;
}

.we_news_pc li p {
  float: left;
  margin-top: 10px;
  width: 100%;
  line-height: 25px;
  display: inline;
  height: 100px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.we_news_pc li img {
  float: left;
  width: 100%;
  height: auto;
}

.we_news_pc li:hover {
  background-color: #ce0400;
  color: #FFF;
  -webkit-box-shadow: 0 0 10px #666666;
  -moz-box-shadow: 0 0 10px #666666;
  box-shadow: 0 0 10px #666666;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.we_news_pc li:hover h1 {
  color: #FFF;

}

.limitless_news li:hover img {
  transform: scale(1.2);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.2);
  -webkit-transform: all 1s ease 0s;
}


.tabmenu {
  float: left;
  width: 100%;
  margin-top: 40px;
}

.tabmenu_off {
  BACKGROUND: url(../image/index2_09.jpg) no-repeat center top;
  cursor: hand;
  color: #666666;
  font-weight: normal;
  float: left;
  height: 45px;
  width: 143px;
  line-height: 40px;
  text-align: center;
}

.tabmenu_on {
  BACKGROUND: url(../image/index2_07.jpg) no-repeat center top;
  COLOR: #ffffff;
  cursor: hand;
  height: 45px;
  font-weight: bold;
  float: left;
  width: 143px;
  line-height: 40px;
  text-align: center;
}

.risk {
  float: left;
  margin-top: 20px;
  width: 100%;
  font-size: 13px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 30px;
  color: #666;
  height: 300px;
}

@media screen and (max-width: 768px) {

  .we_body {
    float: left;
    width: 100%;
    left: 0;
    z-index: 9;
    margin-top: 0px;
    position: relative;
  }

  .page {
    width: 90%;
  }



  .about_div {
    float: left;
    width: 100%;
    margin-top: 20px;
  }

  .about_img {
    float: left;
    width: 100%;
    height: auto;
  }

  .about_content {
    width: 100%;
    margin: 0 auto;
    color: #4c4c4c;
    margin-top: 40px;
  }

  .about_img1 {
    float: left;
    width: 100%;
  }

  .index_news {
    width: 100%;
    margin-top: 50px;
    height: auto;
    background-color: #FFF;
    text-align: center;
  }

  .we_news_wap {
    display: block;
    margin: 0 auto;
    width: 90%;
    margin-top: 30px;
    color: #464646;
  }

  .we_news_wap li {
    float: left;
    margin-top: 20px;
    padding-bottom: 30px;
    width: 100%;
    height: auto;
    display: inline;
  }

  .we_news_wap li h1 {
    float: left;
    font-size: 15px;
    margin-top: 10px;
    display: block;
    width: 100%;
    height: 56px;
    line-height: 24px;
    text-align: left;
    color: #4d4d4d;
  }

  .we_news_wap li span {
    overflow: hidden;
  }

  .we_news_wap li p {
    float: left;
    margin-top: 10px;
    width: 100%;
    line-height: 25px;
    display: inline;
    height: 100px;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .we_news_wap li img {
    float: left;
    width: 100%;
    height: auto;
  }

  .tabmenu_off {
    width: 30%;
  }

  .tabmenu_on {
    width: 30%;
  }

}

.gsjj_content,
.gsjj_content p,
.gsjj_content div {
  line-height: 22px;
  font-size: 13px;
  text-align: justify;
  text-justify: inter-ideograph;
}