/*产品顶部*/
#product-main-body .product_top_bg {
  background: url(/img/product/product_top_bg.jpg) center -50px no-repeat;
  background-size: cover;
  min-width: 1200px;
  height: 450px;
}
#product-main-body .product_top_img{
  text-align: center;
}

#product-main-body .product_top_container{
  margin-top: 40px;
}

#product-main-body .product_top_title{

}
#product-main-body .product_top_title h1{
  text-align: center;
  font-size: 36px;
  color: #fff;
  height: 60px;
  line-height: 60px;
}

#product-main-body .product_top_title .product_top_desc{
  text-align: center;
  font-size: 14px;
  color: #fff;
}
#product-main-body .product_top_title .product_top_desc p{
  height: 30px;
  line-height: 30px;
}
#product-main-body .product_top_title .product_top_experience{
  text-align: center;
  height: 60px;
  line-height: 60px;
}
#product-main-body .product_top_title .product_top_experience a{
  display: inline-block;
  width: 170px;
  font-size: 20px;
  color: #F79A00;
  border: solid 1px #F79A00;
  border-radius: 5px;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
}
#product-main-body .product_top_img{
  height: 234px;
}

#product-main-body .product_content{
  text-align: center;
}

#product-main-body .product_content_row{
  width: 100%;
  padding: 30px 0;
}
#product-main-body .product_content_row .product_content_cell{
  width: 49%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
#product-main-body .product_content_row .product_content_cell .product_content_cell_left_text{
  position: relative;
  float: left;
  /*left: 400px;*/
  left: 220px;
}
#product-main-body .product_content_row .product_content_cell .product_content_cell_right_text{
  position: relative;
  float: left;
  left: 50px;
}

#product-main-body .product_content_row .product_content_cell .product_content_cell_title{
  font-size: 30px;
  color: #FF9903;
  text-align: left;
}
#product-main-body .product_content_row .product_content_cell .product_content_cell_title p{
  line-height: 40px;
  letter-spacing: 0.05em;
}
#product-main-body .product_content_row .product_content_cell .product_content_cell_content{
  margin-top: 20px;
}
#product-main-body .product_content_row .product_content_cell .product_content_cell_content ul{
  margin-left: 20px;
}
#product-main-body .product_content_row .product_content_cell .product_content_cell_content ul li{
  font-size: 14px;
  color: #636363;
  text-align: left;
  list-style: initial;
  line-height: 20px;
}
#product-main-body .product_content_row .product_content_cell img{
  position: relative;
}
#product-main-body .product_content_row .product_content_cell .product_left_img{
  float: right;
  right: 150px;
}
#product-main-body .product_content_row .product_content_cell .product_right_img{
  float: left;
  left: 120px;
}
.row_odd{
  background-color: #fff;
}
.row_even{
  background-color: #F1F1F1;
}
.product_content_cell_bottom{
  margin: 10px 0 30px 0;
}
.product_content_cell_bottom_title{
  font-size: 30px;
  color: #000;
  height: 40px;
  line-height: 40px;
  margin: 20px 0;
}
.product_content_cell_register{
  background-color: #F8AE06;
  color: #fff;
  height: 40px;
  line-height: 40px;
  width: 240px;
  display: inline-block;
  border-radius: 5px;
  font-size: 20px;
  text-decoration: none;
}
.product_content_cell_register:hover{
  text-decoration: none;
  color: #fff;
}