/*about_nav start*/
.about_nav {
  width: 100%;
  position: relative;
  z-index: 999;
  height: 61px;
  background: #f8f8f8;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
.about_nav ul {
  width: 720px;
  height: 61px;
  overflow: hidden;
  margin: 0 auto;
}
.about_nav ul li.active {
  border: 1px solid #DDDDDD;
  background: #ffffff;
  border-radius: 2px;
}
.about_nav ul li.active a {
  color: #e8810d;
  font-weight: bold;
}
.about_nav ul li:hover {
  border: 1px solid #DDDDDD;
  background: #ffffff;
  border-radius: 2px;
}
.about_nav ul li:hover a {
  color: #e8810d;
}
.about_nav ul li:last-child {
  margin-right: 0;
}
.about_nav ul li {
  float: left;

  height: 40px;
  font-size: 14px;
  padding: 0 20px;
  line-height: 40px;
  text-align: center;
  margin-right: 40px;
  box-sizing: border-box;
  margin-top: 11px;
  border: 1px solid #f8f8f8;
}
.about_nav ul li a {
  display: block;
  color: #474747;
}
/*about_nav end*/
/*main start*/
.main {
  height: 1923px;
  background: #f8f8f8;
  border-bottom: 1px solid #ddd;
}
.main .main_inner {
  width: 1200px;
  margin: 0 auto;
  height: 1423px;
}
.main .main_inner .main_title {
  height: 60px;
  font-size: 14px;
  color: #919191;
  line-height: 60px;
}
.main .main_inner .main_title a {
  font-size: 14px;
  color: #919191;
  /* padding-right: 12px; */
  /* margin-right: 5px; */
  /* background: url("/images/companyinformation_icon_more_normal@2x.png") no-repeat right center; */
}
.main .main_inner .main_title a:hover {
  color: #E8810D;
  background: url("/images/companyinformation_icon_more_selected.png") no-repeat right center;
}
.main .main_inner .main_title a:last-child {
  background: none;
}
.main .main_inner .main_content {
  height: 1303px;
}
.main .main_inner .main_content .main_left {
  float: left;
  width: 900px;
  height: 1303px;
  box-sizing: border-box;
}
.main .main_inner .main_content .main_left .info_item {
  margin-bottom: 20px;
  width: 900px;
  height: 421px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
}
.main .main_inner .main_content .main_left .info_item h3 {
  padding-left: 30px;
  height: 60px;
  line-height: 60px;
  position: relative;
  font-size: 16px;

  font-weight: bold;
  color: #474747;
}
.main .main_inner .main_content .main_left .info_item h3 a {
  position: absolute;
  width: 29px;
  height: 19px;
  font-size: 14px;
  right: 20px;
  top: 50%;
  margin-top: -9px;
  color: #474747;
  line-height: 19px;
  font-weight: normal;
  padding-right: 10px;
  background: url("/images/companyinformation_icon_more_normal.png") no-repeat right center;
}
.main .main_inner .main_content .main_left .info_item h3 a:hover {
  color: #e8810d;
  background: url("/images/companyinformation_icon_more_selected.png") no-repeat right center;
}
.main .main_inner .main_content .main_left .info_item .item_body {
  padding: 20px 30px;
  height: 164px;
  box-sizing: border-box;
  border-top: 1px solid #eeeeee;
  overflow: hidden;
}
.main .main_inner .main_content .main_left .info_item .item_body .i_body_left {
  float: left;
  width: 200px;
  height: 124px;
}
.main .main_inner .main_content .main_left .info_item .item_body .i_body_left img {
  width: 100%;
}
.main .main_inner .main_content .main_left .info_item .item_body .i_body_right {
  float: left;
  margin-left: 20px;
}
.main .main_inner .main_content .main_left .info_item .item_body .i_body_right h4:hover {
  color: #e8810d;
}
.main .main_inner .main_content .main_left .info_item .item_body .i_body_right h4 {
  cursor: pointer;
  width: 490px;
  height: 26px;
  font-size: 20px;
  overflow: hidden;

  font-weight: bold;
  color: #474747;
  line-height: 26px;
}
.main .main_inner .main_content .main_left .info_item .item_body .i_body_right p:nth-of-type(1) {
  width: 618px;
  height: 49px;
  font-size: 14px;

  color: #919191;
  line-height: 26px;
  margin-top: 19px;
  margin-bottom: 10px;
}
.main .main_inner .main_content .main_left .info_item .item_body .i_body_right p:nth-of-type(2) {

  height: 16px;
  font-size: 12px;

  color: #b4b4b4;
  line-height: 16px;
  float: right;
}
.main .main_inner .main_content .main_left .info_item .item_footer {
  height: 176px;
  padding: 0 30px;
}
.main .main_inner .main_content .main_left .info_item .item_footer li {
  height: 19px;
  margin-top: 20px;
}
.main .main_inner .main_content .main_left .info_item .item_footer li .dot {
  float: left;
  width: 4px;
  height: 4px;
  background: #474747;
  border-radius: 50%;
  margin-top: 8px;
}
.main .main_inner .main_content .main_left .info_item .item_footer li p {
  margin-left: 8px;
  height: 19px;
  font-size: 14px;

  color: #474747;
  line-height: 19px;
  float: left;
  cursor: pointer;
}
.main .main_inner .main_content .main_left .info_item .item_footer li p:hover {
  color: #e8810d;
}
.main .main_inner .main_content .main_left .info_item .item_footer li span {
  float: right;
  width: 70px;
  height: 16px;
  font-size: 12px;
  color: #b4b4b4;
  line-height: 16px;
}
.main .main_inner .main_content .main_right {
  float: right;
  width: 280px;
}
.main .main_inner .main_content .main_right .short_news {
  height: 246px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #eeeeee;
  padding: 0 20px;
}
.main .main_inner .main_content .main_right .short_news h6 {
  height: 55px;
  line-height: 55px;
  border-bottom: 1px solid #eeeeee;
  font-size: 16px;

  font-weight: bold;
  color: #474747;
}
.main .main_inner .main_content .main_right .short_news .short_list {
  height: 60px;
}
.main .main_inner .main_content .main_right .short_news .short_list .short_left {
  cursor: pointer;
  float: left;
  height: 60px;
  font-size: 14px;

  color: #474747;
  line-height: 60px;
  background: url("/images/ranked_icon_no1.png") no-repeat left center;
  padding-left: 32px;
}
.main .main_inner .main_content .main_right .short_news .short_list .short_left a {

  color: #474747;

}
.main .main_inner .main_content .main_right .short_news .short_list .short_left a:hover {
  color: #e8810d;
}
.main .main_inner .main_content .main_right .short_news .short_list .short_right {
  width: 90px;
  height: 32px;
  float: right;
  margin-top: 20px;
}
.main .main_inner .main_content .main_right .short_news .short_list .short_right p {
  color: #919191;
  font-size: 12px;
}
.main .main_inner .main_content .main_right .short_news .short_list .short_right span {
  height: 32px;
  font-size: 12px;

  color: #EE3F2A;
  text-align: right;
  float: right;
}
.main .main_inner .main_content .main_right .short_news .short_list:nth-of-type(2) .short_left {
  background: url("/images/ranked_icon_no2.png") no-repeat left center;
}
.main .main_inner .main_content .main_right .short_news .short_list:nth-of-type(3) .short_left {
  background: url("/images/ranked_icon_no3.png") no-repeat left center;
}
.main .main_inner .main_content .main_right .short_news_real {
  width: 280px;
  height: auto;
  background: #ffffff;
  margin: 20px 0;
  padding: 20px;
  box-sizing: border-box;
}
.main .main_inner .main_content .main_right .short_news_real .focus_img{margin-top: 20px;width: 240px;height: auto;}

.main .main_inner .main_content .main_right .short_news_real h6 {
  height: 26px;
  font-size: 16px;
  color: #474747;
  line-height: 26px;
  margin-bottom: 6px;
}
.main .main_inner .main_content .main_right .short_news_real h6 a:hover {
  color: #E8810D;
  background: url("/images/companyinformation_icon_more_hover@2x.png") no-repeat right center;
}
.main .main_inner .main_content .main_right .short_news_real h6 a {
  font-weight: normal;
  float: right;
  height: 26px;
  font-size: 14px;
  color: #474747;
  line-height: 26px;
  padding-right: 11px;
  transition: all 0.3s;
  background: url("/images/companyinformation_icon_more_normal.png") no-repeat right center;
}
.main .main_inner .main_content .main_right .short_news_real li:hover a {
  color: #E8810D;
  transform: translateX(6px);
}
.main .main_inner .main_content .main_right .short_news_real li {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #eeeeee;
  font-size: 14px;
}
.main .main_inner .main_content .main_right .short_news_real li a {
  transition: all 0.5s;
  display: block;
  color: #474747;
}
.main .main_inner .main_content .main_right .short_news_real li:last-child {
  border: none;
}
.main .main_inner .main_content .main_right .short_news_code {
  width: 280px;
  height: 228px;
  background: #ffffff;
  border: 1px solid #EEEEEE;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main .main_inner .main_content .main_right .short_news_code h6 {
  height: 55px;
  font-size: 16px;

  font-weight: bold;
  color: #474747;
  line-height: 55px;
  border-bottom: 1px solid #EEEEEE;
}
.main .main_inner .main_content .main_right .short_news_code .news_code {
  padding: 20px 25px;
}
.main .main_inner .main_content .main_right .short_news_code .news_code img {
  margin: 0 auto;
  display: block;
}
.main .main_inner .main_content .main_right .short_news_code .news_code p {
  height: 26px;
  font-size: 14px;

  color: #e8810d;
  line-height: 26px;
  margin-top: 6px;
}
/*main end*/
