/** 轮播图 **/
.ws_slide {
  width: 100%;
  position: relative;
  max-height: 600px;
  overflow: hidden;
}
.ws_slide .hd {
  width: 285px;
  height: 6px;
  left: 42%;
  bottom: 35px;
  z-index:2;
  position: absolute;
}
.ws_slide .hd li {
  border: 1px solid #1f7ccc;
  width: 64px;
  height: 4px;
  background-color: transparent;
  float: left;
  margin-right: 20px;
}
.ws_slide .hd li.on {
  background-color: #1f7ccc;
}
.ws_slide .bd {
  width: 100%;
}
.ws_slide .bd li img {
  max-width: 100%;
}


/** 维尚属性 **/
.ws_property {
  width: 100%;
}
.ws_property .ws_content ul {
  width: 1255px;
  height: 222px;
  margin: 0px auto;
  overflow: hidden;
}
.ws_property .ws_content li {
  width: 33%;
  float: left;
  height: 222px;
  overflow: hidden;
  text-align:center;
  padding-top:115px;
}
.ws_property .ws_content li.property_1 {
  background:url(/statics/images/pc/property_icon_1.png) center 49px no-repeat;
}
.ws_property .ws_content li.property_2 {
  background:url(/statics/images/pc/property_icon_2.png) center 49px no-repeat #eee;
}
.ws_property .ws_content li.property_3 {
  background:url(/statics/images/pc/property_icon_3.png) center 49px no-repeat;
}
.ws_property .ws_content li .ws_property_title {
  font-size:17px;
  color:#191919;
}
.ws_property .ws_content li .ws_property_desc {
  font-size: 15px;
  color:#999999;
  letter-spacing: 0px;
  margin: 0px auto;
  margin-top: 10px;
}
.ws_property .ws_content li.property_1 .ws_property_desc {
  width: 91%;
}
.ws_property .ws_content li.property_2 .ws_property_desc {
  width: 80%;
}
.ws_property .ws_content li.property_3 .ws_property_desc {
  width: 86%;
}





/** 产品咨询 **/
.ws_product {
  width: 100%;
}
.ws_module {
  margin-top: 104px;
}
.ws_module .hd {
  width: 1200px;
  margin: 0px auto;
  background:url(/statics/images/pc/module_hd_bg.png) center 24px no-repeat;
  padding-bottom: 40px;
}
.ws_module .hd div {
  width: 380px;
  margin: 0px auto;
  text-align:center;
}
.ws_module .hd .title1 {
  color: #ccccd6;
  font-size: 39px;
  font-weight: 600;
}
.ws_module .hd .title2 {
  font-size: 29px;
  font-weight: 600;
  color:#191919;
  margin-top: -3px;
}
.ws_product_content {
  color: #000000;
  font-size: 16px;
  width: 1440px;
  margin: 0px auto;
  position: relative;
}
.ws_product_content .product_list {
  width: 1215px;
  width: 1230px;
  margin: 0px auto;
}
.ws_product_content ul {
  list-style: none;
  padding: 0px;
}
.ws_product_content li {
  width: 390px;
  height: 398px;
  border: 1px solid #e4e4e4;
  overflow: hidden;
  float: left;
  margin-left: 9px;
  margin-right: 9px;
}
.ws_product_content li.active {
  border: 1px solid #be1929;
}
.ws_product_content li a {
  width: 390px;
  height: 398px;
  display: block;
}
.ws_product_content li .product_image {
  width: 390px;
  height: 264px;
  overflow: hidden;
}
.ws_product_content li .product_image img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1);
  -webkit-transform: all 1s ease 0s;
}
.ws_product_content li.active .product_image img {
  transform: scale(1.2);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.2);
  -webkit-transform: all 1s ease 0s;
}
.ws_product_content li .product_title {
  width: 100%;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  text-align: center;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  width: 86%;
  margin: 0px auto;
  clear: both;
}
.ws_product_content li.active .product_title {
  color: #1f7ccc;
}
.ws_product_content li .product_desc {
  color: #535353;
  font-size: 14px;
  text-align: center;
  width: 80%;
  margin: 0px auto;
  line-height: 23px;
}
.ws_product_content a.prev, .ws_product_content a.next {
  width: 40px;
  height: 50px;
  position: absolute;
  top: 160px;
}
.ws_product_content a.prev {
  left: 0px;
  background: url(/statics/images/pc/index_product_to_left.jpg) 0 0 no-repeat;
  background-size: 100%;
}
.ws_product_content a.next {
  right: 0px;
  background: url(/statics/images/pc/index_product_to_right.jpg) 0 0 no-repeat;
  background-size: 100%;
}


/** 新闻中心 **/
.ws_news {
  width: 100%;
}
.ws_news .ws_content {
  width: 1200px;
}
.ws_news .ws_content .bd .t_left {
  margin-left: 5px;
  margin-top: 16px;
}
.ws_news .ws_content .bd .t_left a.news_image {
  width: 530px;
  height: 400px;
  overflow: hidden;
  display:block;
}
.ws_news .ws_content .bd .t_left a.news_image img {
  width: 530px;
  height: 400px;
  transform: scale(1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1);
  -webkit-transform: all 1s ease 0s;
}
.ws_news .ws_content .bd .t_left a.news_image:hover img {
  transform: scale(1.2);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.2);
  -webkit-transform: all 1s ease 0s;
}
.ws_news .ws_content .bd .t_right {
  width: 636px;
}
.ws_news .ws_content .bd .t_right ul {
  list-style:none;
  padding: 0px;
  margin-top: 18px;
}
.ws_news .ws_content .bd .t_right li {
  width: 100%;
  float: left;
  padding-top: 22px;
  padding-bottom: 14px;
  border-bottom: 1px dashed #9a9a9a;
}
.ws_news .ws_content .bd .t_right li .news_date {
  float: left;
  width: 61px;
  height: 58px;
  overflow: hidden;
  background-color: #1f7ccc;
  color: #fff;
  margin-left: 18px;
  text-align:center;
}
.ws_news .ws_content .bd .t_right li .news_date .date {
  font-size: 30px;
  font-weight: 600;
}
.ws_news .ws_content .bd .t_right li .news_date .year {
  font-size: 12px;
}
.ws_news .ws_content .bd .t_right li .news_info {
  float: right;
  width: 510px;
  height: 58px;
  margin-right: 10px;
  overflow:hidden;
}
.ws_news .ws_content .bd .t_right li .news_info .news_title {
  text-indent: 3px;
}
.ws_news .ws_content .bd .t_right li .news_info .news_title a {
  color: #1f7ccc;
  font-size: 14px;
}
.ws_news .ws_content .bd .t_right li .news_info .news_title a:hover {
  color: #be1929;
}
.ws_news .ws_content .bd .t_right li .news_info .news_desc {
  margin-left: 4px;
  margin-top: 6px;
  width: 100%;
  height: 34px;
  overflow: hidden;
}
.ws_news .ws_content .bd .t_right li .news_info .news_desc a {
  color: #4e4e4e;
  font-size: 12px;
}



/** 关于我们 **/
.ws_about_us {
  width: 100%;
}
.ws_about_us .hd {
  padding-bottom:20px;
}
.ws_about_us .bd {
  width: 1200px;
  margin: 0px auto;
}
.ws_about_us .bd .about_us_img {
  width: 1200px;
  height: 343px;
  overflow: hidden;
}
.ws_about_us .bd .about_us_img a {
  width: 100%;
  height: 100%;
  display: inline;
}
.ws_about_us .bd .about_us_img img {
  width: 580px;
  height: 343px;
  transform: scale(1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1);
  -webkit-transform: all 1s ease 0s;
}
.ws_about_us .bd .about_us_img a:hover img {
  transform: scale(1.2);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.2);
  -webkit-transform: all 1s ease 0s;
}
.ws_about_us .bd .about_us_desc {
  color: #535353;
  font-size: 14px;
  line-height: 32px;
  width: 760px;
  margin: 0px auto;
  margin-top: 17px;
  text-align:center;
}
.ws_about_us .bd .about_us_btn {
  width: 100%;
  height: 48px;
  margin-top: 41px;
  margin-bottom: 45px;
  text-align:center;
}
.ws_about_us .bd .about_us_btn a {
  width: 170px;
  height: 48px;
  line-height: 48px;
  background-color: #1f7ccc;
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: inline-block;
}
