@charset "utf-8";

._container{
  width: 100%;
  padding: 40px 0;
  background-color: #dedede;
}
.w_1200{
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.w_1200>.head{
  padding-bottom: 25px;
}

.w_1200>.head>.tit{
  float: left;
}

.w_1200>.head>.pos{
  float: right;
}

.w_1200>.head>.tit>.cn{
  font-size: 20px;
  color: rgb(51, 51, 51);
}

.w_1200>.head>.tit>.en{
  font-size: 20px;
  color: rgb(153, 153, 153);
}

.w_1200>.head>.pos>span{
  margin-right: 2px;
  color: #666;
}

.w_1200>.head>.pos>span>a{
  color: #666;
}




.w_1200>.content{
  background-color: #fff;
}

.w_1200>.content>.top{
  border-bottom: 1px solid #39ae5f;
}

.w_1200>.content>.top>.tit{
  display: inline-block;
  width: 95px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background-color: #39ae5f;
}

.w_1200>.content>.des{
  padding: 26px 15px;
}

.w_1200>.content>.des>.img_txt>.img{
  float: left;
  width: 500px;
}

.w_1200>.content>.des>.img_txt>.img>img{
  display: block;
  width: 500px;
  height: 500px;
}

.w_1200>.content>.des>.img_txt>.txt{
  float: left;
  margin-left: 75px;
  width: 545px;
}

.w_1200>.content>.des>.img_txt>.txt>.tit{
  color: #585858;
  font-size: 20px;
}

.w_1200>.content>.des>.img_txt>.txt>.desc{
  padding: 16px 0;
  border-bottom: 1px solid #eee;
  color: #666;
  line-height: 1.7;
}

.w_1200>.content>.des>.img_txt>.txt>.tel{
  margin-top: 30px;
  width: 166px;
  line-height: 43px;
  text-align: center;
  border: 1px solid #39ae5f;
  border-radius: 3px;
  font-size: 16px;
  color: #39ae5f;
  cursor: pointer;
}

.w_1200>.content>.des>.detail{
  margin-top: 33px;
}

.w_1200>.content>.des>.detail>.col_pinpai>div{
  float: left;
  width: 50%;
  border: 1px solid #efefef;
  line-height: 58px;

}

.w_1200>.content>.des>.detail>.col_pinpai>div:first-child{
  border-right: 0;
  border-radius: 3px 0 0 3px;
}

.w_1200>.content>.des>.detail>.col_pinpai>div:last-child{
  border-radius: 0 3px 3px 0;
}

.w_1200>.content>.des>.detail>.col_pinpai>div>span{
  display: inline-block;
  vertical-align: top;
}

.w_1200>.content>.des>.detail>.col_pinpai>div>span.field{
  width: 130px;
  text-align: right;
  padding-right: 15px;
  color: #666;
  border-right: 1px solid #efefef;
  background-color: #f0f0f0;
}

.w_1200>.content>.des>.detail>.col_pinpai>div>span.value{
  padding-left: 15px;
  color: #666;
}

.w_1200>.content>.des>.detail>.detail_content{
  margin-top: 30px;
}
