@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 12px;
  font-family: Microsoft YaHei, Arial;
}
img {
  border: none;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
table,
th,
tr,
td {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}
input,
select,
textarea,
map,
area {
  outline: none;
  border: none;
  background: none;
  resize: none;
}
/* 清浮动 */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
body,
html {
  height: 100%;
  width: 100%;
}
.inner {
  margin: 0 auto;
  width: 1200px;
}
.container {
  min-width: 1250px;
}
.container .header {
  height: 510px;
  width: 100%;
  background: url(../images/header_img.jpg) no-repeat top center;
}
.banner_container .inner {
  width: 1200px;
}
.banner_container .banner_about {
  padding-top: 20px;
}
.banner_container .about_title {
  font-size: 30px;
  color: #422a19;
  line-height: 49px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
.banner_container .about_cont {
  border-width: 1px;
  border-color: #99835e;
  border-style: solid;
  border-radius: 10px;
  width: 1200px;
  height: 124px;
  padding: 19px 20px 0;
  box-sizing: border-box;
  font-size: 16px;
  color: #422a19;
  line-height: 28px;
  text-align: justify;
}
.process_container {
  padding-top: 15px;
}
.process_container .process_img {
  height: 169px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #cfc5b4;
}
.process_container .process_tips {
  font-size: 16px;
  line-height: 26px;
  color: #422a19;
  text-align: justify;
  padding: 28px 0;
  border-bottom: 1px solid #cfc5b4;
}
.main {
  padding: 75px 0 0;
  /*五大奖项*/
  /*十大领先企业榜单*/
  /**/
  /*五大奖项参与办法*/
  /*报送材料*/
}
.main .inner {
  display: flex;
  justify-content: space-between;
  width: 1200px;
}
.main .main_left {
  width: 850px;
  display: flex;
  flex-direction: column;
  align-items: center;
   padding-bottom: 50px;
}
.main .main_left .item_title {
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  color: #422a19;
  text-align: center;
  position: relative;
}
.main .main_left .item_title::before {
  content: "";
  position: absolute;
  background: url(../images/icon_before.png) no-repeat;
  background-size: contain;
  width: 16px;
  height: 30px;
  left: 0;
  top: 0;
}
.main .main_left .item_title::after {
  content: "";
  position: absolute;
  background: url(../images/icon_after.png) no-repeat;
  background-size: contain;
  width: 16px;
  height: 30px;
  right: 0;
  top: 0;
}
.main .main_left .main_title {
  width: 168px;
}
.main .main_left .qy_billboard_title {
  width: 290px;
  margin: 28px 0;
}
.main .five_praise_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 70px;
}
.main .praise_container .item_praise,
.main .main_praise .item_praise {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 15px;
  background-color: #f9f3ed;
  width: 850px;
  padding: 45px 50px 20px;
  box-sizing: border-box;
  position: relative;
  margin-top: 48px;
}
.main .praise_container .item_praise_title,
.main .main_praise .item_praise_title {
  position: absolute;
  top: -16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 318px;
  height: 44px;
  background: url(../images/item_title_bg.png) no-repeat;
  background-size: 318px 44px;
  font-size: 20px;
  font-weight: bold;
}
.main .praise_container .item_praise_text,
.main .main_praise .item_praise_text {
  font-size: 14px;
  line-height: 24px;
  color: #422a19;
  text-align: justify;
}
.main .praise_container .company_list,
.main .main_praise .company_list {
  padding-top: 19px;
}
.main .praise_container .company_list li,
.main .main_praise .company_list li {
  border-radius: 3px;
  background-color: #ffffff;
  width: 100px;
  float: left;
  padding: 15px 0;
  margin: 0 30px 30px 0;
  font-size: 14px;
  line-height: 24px;
  color: #422a19;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main .praise_container .company_list li:nth-child(6n),
.main .main_praise .company_list li:nth-child(6n) {
  margin-right: 0;
}
.main .praise_container a,
.main .main_praise a {
  font-size: 16px;
  color: #422a19;
}
.main .main_praise .item_praise {
  width: 100%;
  padding: 40px 60px 20px;
}
.main .main_praise .item_praise_text {
  font-size: 18px;
  line-height: 36px;
}
.main .main_praise .company_list li {
  font-size: 18px;
  line-height: 32px;
  width: 130px;
  padding: 20px 0;
  margin-right: 5px;
  margin-bottom: 5px;
}
.main .main_praise .company_list li:nth-child(6n) {
  margin-right: 5px;
}
.main .main_praise .company_list li:nth-child(8n) {
  margin-right: 0px;
}
.main .qy_billboard_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main .qy_billboard_container .qy_billboard_cont {
  padding: 11px 0 33px;
  font-size: 14px;
  line-height: 26px;
  color: #422a19;
  text-align: justify;
  border-top: 1px solid #c9bda9;
  /*border-bottom: 1px solid #c9bda9;*/
}
.main .esg_sj_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 24px;
}
.main .esg_sj_container .esg_sj_title {
  width: 319px;
  height: 44px;
  background: url(../images/item_title_bg2.png) no-repeat;
  background-size: 319px 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #422a19;
  font-weight: bold;
  margin-bottom: 16px;
}
.main .esg_sj_container .esg_sj_cont {
  font-size: 14px;
  line-height: 24px;
  color: #422a19;
}
.main .main_right {
  display: flex;
  flex-direction: column;
  width: 300px;
}
.main .wx_code {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 85px;
}
.main .wx_code img {
  width: 130px;
  height: 130px;
}
.main .wx_code p {
  font-size: 18px;
  color: #422a19;
  font-weight: bold;
  padding: 20px 0;
}
.main .vote_describe {
  color: #422a19;
  font-weight: bold;
  padding-bottom: 48px;
}
.main .vote_describe .right_title {
  font-size: 16px;
  line-height: 32px;
}
.main .vote_describe .vote_describe_cont {
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}
.main .right_title_bottom {
  font-size: 18px;
  line-height: 42px;
  color: #422a19;
  font-weight: bold;
  border-bottom: 1px solid #c9bda9;
  margin-bottom: 14px;
}
.main .right_hz_bottom {
  font-size: 18px;
  line-height: 42px;
  color: #422a19;
  font-weight: bold;
  border-bottom: 1px solid #c9bda9;
  margin-bottom: 14px;
  margin-top: 40px
}
.main .related_articles_container {
  padding-bottom: 70px;
}
.main .related_articles_container .related_articles_item .item_title {
  font-size: 18px;
  line-height: 22px;
  color: #422a19;
  text-align: justify;
  margin-bottom: 12px;
}
.main .related_articles_container .related_articles_item .item_text,
.main .related_articles_container .related_articles_item .item_time {
  font-size: 12px;
  line-height: 16px;
  color: #858584;
  text-align: justify;
}
.main .related_articles_container .related_articles_item .item_text {
  margin-bottom: 16px;
}
.main .related_articles_container .related_articles_item .item_time {
  margin-bottom: 25px;
}
.main .related_articles_container a {
  display: flex;
  justify-content: center;
  font-size: 16px;
  color: #422a19;
}
.main .join_parise {
  color: #422a19;
  padding-bottom: 80px;
  border-bottom: 1px solid #99835e;
}
.main .join_parise_hz {
  color: #422a19;
  padding-bottom: 80px;
}
.main .join_parise h6 {
  font-size: 16px;
  line-height: 42px;
}
.main .join_parise p {
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}
.main .material {
  color: #422a19;
}
.main .material h6 {
  font-size: 16px;
  line-height: 44px;
  font-weight: normal;
}
.main .material p {
  font-size: 14px;
   line-height: 27px;
  text-align: justify;
}
/*列表页样式*/
.main_praise_container {
  padding-top: 20px;
  padding-bottom: 50px;
}
.main_praise_container .inner {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer-code-list {
  padding: 30px 0;
}
.footer-code-list .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer-code-list .list .item {
  display: flex;
  flex: 1;
  padding-left: 44px;
  justify-content: flex-start;
}
.footer-code-list .list .item .ew-pic {
  width: 94px;
  height: 94px;
  margin-right: 18px;
}
.footer-code-list .list .item .item_desc {
  display: flex;
  flex-direction: column;
  padding-top: 8px;
}
.footer-code-list .list .item h4 {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 36px;
  font-weight: normal;
  color: #383838;
}
.footer-code-list .list .item h4 img {
  margin-right: 5px;
}
.footer-code-list .list .item p {
  width: 100px;
  font-size: 14px;
  color: #383838;
  line-height: 20px;
}
.bottom_shortcut .cont {
  overflow: hidden;
  height: 40px;
  width: 100%;
  background-color: #f5f5f5;
}
.bottom_shortcut ul {
  display: flex;
  justify-content: center;
  padding: 0 150px;
}
.bottom_shortcut li {
  float: left;
  padding: 5px 0;
  margin-right: 35px;
}
.bottom_shortcut li:last-child {
  margin-right: 0;
}
.bottom_shortcut li a {
  display: block;
  height: 30px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.keep_record {
  padding: 30px 0;
}
.keep_record P {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #999;
}
