.develop {
  margin-top: 80px;
  margin-bottom: 80px;
}
.develop_title {
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
.develop_title_txt {
  font-size: 36px;
  color: #dcdcdc;
  margin-top: 30px;
}

.love {
  margin-top: 80px;
  /* margin-bottom: 80px; */
  position: relative;
}
.love img {
  width: 100%;
  height: 500px;
}
.black_bg {
  background: url("../images/bg_black.png") no-repeat;
  width: 100%;
  height: 124px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.p1 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  margin: 30px 0px 10px 30px;
}
.p2 {
  font-size: 16px;
  color: #fff;
  margin: 0px 0px 30px 30px;
  height: 45px;
  overflow: auto;
}
/*修改滚动条样式   start */

.scrollbar::-webkit-scrollbar {
  width: 8px;
  height: 425px;
}
.scrollbar::-webkit-scrollbar-thumb {
  width: 8px;
  height: 28px !important;
  background-color: #999;
  border-radius: 4px;
}
/*修改滚动条样式   end */

.benefit {
  margin-bottom: 80px;
  margin-top: 80px;
}
.benefit_content {
  float: left;
}
.benefit_left {
  width: 360px;
  padding-bottom: 40px;
  background: url("../images/benefit.png");
  background-size: 360px 340px;
  position: relative;
  background-color: #faf9f8;
}
.left_top {
}
.left_top img {
  margin: 40px 14px 0px 30px;
}
.p_title {
  font-size: 28px;
  color: #333;
  position: absolute;
  top: 35px;
  left: 120px;
}
.P_english {
  font-size: 14px;
  color: #333;
  position: absolute;
  top: 75px;
  left: 120px;
}

.left_bottom {
  margin-left: 30px;
  margin-top: 88px;
}
.left_bottom .p_1 {
  font-size: 20px;
  color: #333;
  margin-bottom: 3px;
}
.left_bottom .p_2 {
  font-size: 16px;
  letter-spacing: 2px;
  color: #999;
  margin-bottom: 20px;
}
.left_bottom .p_3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 3px;
}
.left_bottom .p_4 {
  font-size: 16px;
  letter-spacing: 2px;
  color: #999;
}

.tabs {
  width: 360px;
  padding-bottom: 80px;
  border-bottom: 1px solid #eee;
}
.tabs p {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}
.tabs span {
  font-size: 18px;
  color: #333;
  opacity: 0.3;
}
.tabs1 {
  /* border-left: 4px solid #dadada; */
  border-left: 4px solid #ff702b;
  margin-top: 80px;
  margin-bottom: 55px;
  cursor: pointer;
}
.tabs2 {
  border-left: 4px solid #dadada;
  cursor: pointer;
}
.active_color {
  color: #ff702b !important;
}
.active_border {
  border-left: 4px solid #ff702b;
}
.same {
  margin-left: 30px;
}
.erweima {
  margin-top: 40px;
}
.erweima p {
  font-size: 14px;
  color: #999;
  margin-bottom: 20px;
}
.benefit_right {
  width: 770px;
  float: left;
  margin-left: 60px;
}
.benefit_right ul li {
  border-bottom: 1px solid #eee;
  padding-bottom: 32px;
  margin-bottom: 32px;
  cursor: pointer;
}
.li_left {
  float: left;
  width: 120px;
}
.li_left_p1 {
  font-size: 36px;
}
.li_left_p2 {
  font-size: 24px;
  color: #b5b5b5;
  margin-top: 18px;
}
.li_right {
  float: left;
  width: 620px;
  margin-top: 8px;
  margin-left: 20px;
}
.li_right_p1 {
  font-size: 22px;
  color: #333;
}
.li_right_p2 {
  font-size: 16px;
  color: #999;
  margin-top: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tabs2_ul {
  display: none;
}
.loadmore {
  width: 770px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #fff9f7;
}
.loadmore span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ff702b;
}
.span_center {
  margin: 0px 18px;
}

/* 社会责任动态详情样式 */
.detail {
}
.detail_top {
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}
.p_item1 {
  font-size: 36px;
  color: #b5b5b5;
}
.p_item2 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-top: 15px;
}
article {
  margin-bottom: 60px;
}
.up,.down{
    width: 48%;
    height: 50px;
    background-color: #fafbfb;
    margin-bottom: 80px;
}
.up{
    float: left;
}
.down{
    float: right;
    text-align: right;
}
.up p,.down p{
	font-size: 16px;
    color: #999;
    padding: 17px 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  text-align: left;
}
.up a,.down a{
    font-size: 16px;
	color: #999;
}
.up a:hover,.down a:hover{
    color: #ff702b;
}
.aa{
  margin-left: 13px;
}