.env_topBg {
  width: 100%;
  float: left;
  background: url(../images/csr_csr_img.png) center top no-repeat,
    url(../images/csr_csr_imgBg.png) center top repeat-x;
  min-width: 1200px;
}
.env_top {
  width: 1200px;
  margin: 0 auto;
  min-height: 250px;
  position: relative;
}
.env_top .logo {
  float: left;
}
.env_top .menu {
  float: right;
  /* background: rgba(0,0,0,0.4);
	width: 100%;
    height: auto; */
}
.env_tit {
  width: 100%;
  float: left;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .env_topBg {
  }
  .env_top .logo {
    width: 90px;
  }
  .env_top {
    /* width: 970px; */
    padding: 0 15px;
  }
}
.env_title {
  width: 177px;
  height: 42px;
  float: left;
  margin: 0 0 20px 0;
  background: url(../../ov/images/ov_titleBg.png) left center no-repeat;
  font-size: 24px;
  font-weight: 600;
  padding: 10px 0 0 50px;
}
.env_site {
  float: right;
}
.env_sub {
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
}
.eev_mainBg {
  width: 100%;
  float: left;
  min-width: 1200px;
  background: url(../images/csr_imgbg.jpg) center bottom repeat-x;
  padding: 0 0 30px 0;
}
.eev_main {
  width: 1200px;
  margin: 0 auto;
}
.eev_main .eev_content {
  width: 100%;
  float: left;
  padding: 30px 0;
}
.title {
  width: 100%;
  float: left;
  margin: 20px 0;
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.title img {
  vertical-align: middle;
  margin-right: 10px;
}
.csr_mainBg {
  width: 100%;
  float: left;
  min-width: 1200px;
  background: url(../images/csr_imgbg.jpg) center bottom repeat-x;
  padding: 50px 0 90px 0;
}
.csr_main {
  width: 1200px;
  margin: 0 auto;
  min-width: 0px;
}
.csr_main .csr_content,
.csr_rep .csr_content,
.csr_but .csr_content,
.csr_bot .csr_content {
  width: 1150px;
  float: left;
  padding: 0 0 20px 50px;
}
.csr_content {
  float: left;
  width: 1150px;
  padding: 0 0 30px 50px;
}
.csr_text {
  float: left;
  width: 50%;
  padding: 20px 0;
}
.csr_text img {
  padding: 10px;
}

.csr_content .title {
  color: #4e4e4e;
}
.csr_repBg {
  width: 100%;
  float: left;
  min-width: 1200px;
  background: url(../images/csr_bg2.png) center bottom repeat-x, #7cb874;
  padding: 0 0 30px 0;
}
.csr_rep {
  width: 1200px;
  margin: 0 auto;
}
.title2 {
  background-image: url(../images/csr_yearbg.png);
  background-repeat: no-repeat;
  height: 70px;
  text-align: left;
  color: #fff;
  font-size: 25px;
  padding: 30px 0 0 20px;
}
.csr_butBg {
  width: 100%;
  float: left;
  background: url(../images/csr_csr_bg_3.png) center top no-repeat,
    url(../images/csr_csr_bg_1.png) center bottom no-repeat,
    url(../images/csr_csr_bg_2.png) left bottom repeat-x;
  padding: 30px 0 120px 0;
  border-bottom: 1px dashed #ccc;
  min-width: 1200px;
}
.csr_but {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.csr_but ul {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.csr_but li {
  float: left;
  display: inline;
  padding: 0 20px;
}
.csr_botBg {
  width: 100%;
  float: left;
  min-width: 1200px;
  border-bottom: 1px solid #72c5ba;
}
.csr_bot {
  width: 1200px;
  margin: 0 auto;
}
.csr_bot .text {
  width: 38%;
  float: left;
  background: url(../images/csr_csr_botBg_l.png) center top no-repeat, #fffcae;
  padding: 30px 2.5%;
  margin: 0 1%;
  -webkit-border-top-left-radius: 70px;
  -webkit-border-top-right-radius: 100px;
  -webkit-border-bottom-right-radius: 100px;
  -webkit-border-bottom-left-radius: 80px;
  -moz-border-radius-topleft: 70px;
  -moz-border-radius-topright: 100px;
  -moz-border-radius-bottomright: 100px;
  -moz-border-radius-bottomleft: 80px;
  border-top-left-radius: 70px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 80px;
}
.csr_bot .memo {
  width: 55%;
  float: left;
  text-align: center;
  padding: 10px 0;
}
.csr_bot .info {
  width: 60%;
  float: left;
}
.csr_bot .img {
  width: 40%;
  float: left;
  text-align: center;
  padding-top: 2rem;
}
.csr_bot .info .img {
  text-align: center;
}
.csr_bot .info ul {
  width: 100%;
  float: left;
}
.csr_bot .info li {
  width: 90%;
  padding: 0 0 0 20px;
  font-size: 15px;
  margin: 5px 0 5px 20px;
  background: url(../images/csr_csr_info_list.png) left 8px no-repeat;
}
/*GRI*/
.gri {
  padding: 0 0 80px 0;
}
.table {
  border-top: 1px solid #2fa7b9;
  border-left: 1px dashed #ccc;
}
.table td {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 24px;
  border-bottom: 1px solid #2fa7b9;
  border-right: 1px dashed #ccc;
  text-align: center;
  vertical-align: middle;
  word-break: break-word;
}
.table tr.tit td,
table tr.tit td {
  background: url(../../ov/images/ov_sp_borBg.png) repeat;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  /* width: 50%; */
}
.table ol {
  list-style: circle;
  margin: 0 0 0 20px;
}
.table .bg,
.table .bg td {
  background: rgb(183 227 225 / 20%);
  font-size: 16px;
}
.table .bg2 {
  background: #f2ffd7;
}
.ver_img {
  text-align: center;
}
.ver_img img {
  width: 350px;
  height: auto;
  margin: 0 15px;
}
.csr_sasb table td,
.csr_sasb table .bg td {
  font-size: 14px;
}

.csr_info table td, .csr_info table .bg td {
  font-size: 14px;
}

/*news*/
.csr_news {
}
.csr_news ul {
  width: 80%;
  margin: 2% auto;
}
.csr_news li {
  background: #fff;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  display: inline-block;
  margin-bottom: 2%;
  width: 100%;
  padding: 2% 2% 1%;
  border: 3px #f9f9f9 solid;
}
.csr_news li:hover {
  border: 3px solid #197887;
}

.news_l {
  float: left;
  width: 15%;
}
.news_r {
  float: left;
  width: 80%;
  font-size: 24px;
  padding: 10px 0 0 0;
}
.news_i {
  width: 5%;
  float: left;
  background-image: url(../images/new_icon.png);
  background-repeat: no-repeat;
  background-position: 0% 2%;
  background-position: 0px 13px;
  height: 50px;
}
.news_m {
  font-size: 20px;
  color: #2a6aeb;
}

.news_d {
  font-size: 24px;
  color: #2a6aeb;
}

.news_y {
  font-size: 14px;
  color: #5b5b5b;
  letter-spacing: 12px;
}
.tit_news {
  font-size: 24px;
  border-bottom: 2px solid #2a6aeb;
  line-height: 46px;
  margin: 0 6%;
}
.tit_news span {
  font-size: 16px;
  text-align: right;
  color: #8a8a8a;
}
.box_news {
  font-size: 18px;
  margin: 2% 6%;
}

.butnews {
  background-color: #777777;
  width: 10%;
  color: #fff;
  margin: 0 auto;
  font-size: 28px;
  text-align: center;
  padding: 1%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.butnews a {
  color: #fff;
}
.butnews:hover {
  background-color: #8ac6df;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .csr_mainBg,
  .gri,
  .csr_repBg,
  .csr_butBg,
  .csr_botBg {
    min-width: 1000px;
  }
  .csr_main,
  .csr_rep,
  .csr_but,
  .csr_bot {
    width: 970px;
    padding: 0 15px;
  }
  .csr_main .csr_content,
  .csr_rep .csr_content,
  .csr_but .csr_content,
  .csr_bot .csr_content {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .csr_text {
    padding: 0 0 20px 0;
  }
  .csr_but li {
    padding: 0 10px;
  }
  .csr_bot .text {
    width: 30%;
  }
  .csr_bot .info .img img {
    width: 90%;
    height: auto;
  }
  .csr_bot .memo,
  .csr_bot .info {
    width: 63%;
  }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  .csr_mainBg,
  .csr_repBg,
  .csr_butBg,
  .csr_botBg {
    min-width: 320px;
  }
  .csr_main,
  .csr_rep,
  .csr_but,
  .csr_bot {
    width: 90%;
    padding: 0 5%;
    min-height: inherit;
  }
  .csr_main .csr_content,
  .csr_rep .csr_content,
  .csr_but .csr_content,
  .csr_bot .csr_content {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .csr_text {
    width: 100%;
    padding: 10px 0;
  }
  .csr_but li {
    padding: 10px 0;
  }
  .csr_bot .text {
    width: 93%;
  }
  .csr_bot .memo,
  .csr_bot .info {
    width: 100%;
  }
  .csr_bot .info .img {
    display: none;
  }
  .csr_bot .info ul {
    width: 100%;
  }
  .csr_bot .info ul img {
    width: 100%;
  }
}
