.float_right {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -173px;
    z-index: 9999;
}

.float_right img {
    width: 80px;
}
.float_right span {
    position: absolute;
    right: 50%;
	bottom: -16px;
    margin-right: -16px;
    cursor: pointer;
}

.index_banner {
    position: relative;
    width: 100%;
    height: 646px;
    background-image: url("/images/index-banner.png"); 
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.index_banner .content_right {
    position: absolute;
    width: 45%;
    right: 3%;
    color: #fff;
}

.index_banner .content_right .lunbo {
    position: relative;
    height: 646px;
}

.lunbo .arrow {
    position: absolute;
    left: 50%;
    margin-left: -18px;
    z-index: 99;
}

.lunbo .arrow.top {
    top: 30px;
}

.lunbo .arrow.bottom {
    bottom: 30px;
}

.lunbo_list .title {
    font-size: 50px;
    color: #fff;
}

.lunbo .main, .lunbo_list {
    height: 100%;
}

.lunbo .main {
    position: absolute;
    width: 84%;
}

.lunbo {
    overflow: hidden;
}

.lunbo .lunbo_ul {
    padding-left: 24px;
    margin-top: 90px;
}

.lunbo .lunbo_ul li {
    font-size: 18px;
    list-style-image: url('/images/small_arrow.png');
    margin-bottom: 18px;
    /*background-image: */
}

.lunbo_list {
    padding-top: 120px;
}

.lunbo .num {
    position: absolute;
    top: 50%;
    right: 7%;
}

.num li {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    padding: 2px;
    margin: 20px 0;
    cursor: pointer;
}

.num .on {
    background: #e60012;
}

.index_main {
    width: 89%;
    margin: 30px auto;
    overflow: hidden;
    padding: 0 10px 15px;
}

.group_news {
    overflow: hidden;
}

.group_news .text_news {
    padding-right: 16px;
    border-right: 1px solid #ececec;
    overflow: hidden;
}

.group_news>div {
    width: 49%;
    float: left;
}

.group_news .img_news {
    float: right;
}

.group_news .img_news .img img {
    width: 100%;
}

.group_news .img_news .img .summary {
    margin-top: 6px;
    font-size: 14px;
    color: #555;
    cursor: pointer;
}

.group_news h2 {
    font-size: 28px;
    color: #d6000f;
    margin-bottom: 24px;
}

.group_news .news .date {
    width: 70px;
    height: 80px;
    display: inline-block;
    border: 1px solid #999;
    border-radius: 2px;
    padding-top: 6px;
    float: left;
}

.group_news .news .date span {
    display: block;
    text-align: center;
}

.group_news .news .date span.number {
    font-size: 36px;
}

.group_news .news .list_news {
    overflow: hidden;
    margin-bottom: 56px;
}

.group_news .news .list_news:last-child {
    margin: 0;
}

.group_news .news .item {
    float: left;
    width: 82%;
    padding-left: 20px;
}

.group_news .news .item .title {
    font-size: 14px;
    color: #555;
    margin: 4px 0 12px 0;
}

.group_news .news .item .text {
    font-size: 12px;
    line-height: 20px;
}

.text_news .more_news {
    display: inline-block;
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}

.img_news .more_news {
    display: inline-block;
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}
.index_hint {
    height: 50px;
    line-height: 50px;
    position: relative;
    border: 1px solid #ccc;
    background: #f9f9f9;
    margin: 36px 0;
}

.index_hint .hint_img {
    position: absolute;
    left: 10px;
    top: 4px;
}

.index_hint .hint_ul {
    display: inline-block;
    width: 100%;
}

.index_hint .hint_ul li {
    float: left;
    padding-left: 6%;
    font-size: 14px;
    width: 45%;
}

.index_hint .hint_ul li span {
    display: inline-block;
    margin-left: 30px;
    font-size: 14px;
}

.index_hint .more_hint {
    position: absolute;
    right: 5px;
    font-size: 14px;
    top: 0;
}

.index_talk .by_talk li {
    width: 50%;
    height: 100px;
    float: left;
    font-size: 24px;
    color: #d6000f;
    text-align: center;
    line-height: 100px;
}
.index_talk .by_talk li.bg_red{
  background-color: #d91826;
  line-height: normal;

}
.index_talk .by_talk li img{
  vertical-align: middle;
  margin-right: 16px;
  margin-bottom: 4px;
}
.index_talk .by_talk a{ 
  color: #d6000f; 
}
.index_talk .by_talk li.bg_red a{
  display: inline-block;
  width: 80%;
  border: 1px solid #fff;
  font-size: 14px;
  color: #fff;
  padding: 4px;
  border-radius: 14px;
  margin-top: 14px;
}
.index_talk .by_talk li.bg_red a:after{
  display: inline-block;
  content: '';
  margin-top: 2px;
  margin-left: 10px;
  width: 13px;
  height: 12px;
  background-image: url('/images/index_arrow1.png');
  background-repeat: no-repeat;
}
/*add in 20170613*/

.index_talk .by_talk li:first-child+li+li+li+li+li.bg_red a{
  display: inline-block;
  width: 80%;
  border: 1px solid #fff;
  font-size: 14px;
  color: #fff;
  padding: 4px;
  border-radius: 14px;
  margin-top: 37px;
}
.index_talk .by_talk li:first-child+li+li+li+li+li.bg_red a:after{
  display: inline-block;
  content: '';
  margin-top: 2px;
  margin-left: 10px;
  width: 13px;
  height: 12px;
  background-image: url('/images/index_arrow1.png');
  background-repeat: no-repeat;
}
/*end add*/
.index_talk .by_talk .li7{/*modified in 20170613*/
  background-color: #f2f2f2;
}
.index_talk .by_talk li:first-child{
  background-color: #f2f2f2;
}
/*.index_talk .by_talk li:nth-child(5){---even
  background-color: #f9f9f9;
}
.index_talk .by_talk li.even{
  background-color: #f2f2f2;
}
.index_talk .by_talk li.num_bg{
  background-color: #f9f9f9;
}
*/
.img_containt img{
  width: 100%;
  height: 100%;
}
.img_containt  .left{
  width: 49%;
  float: left;
}
.img_containt  .left li{
/*  width: 48%;四个的时候是48*/
  width: 48%;
  float: left;
}
.img_containt  .left li.right_find{
  float: right
}
.img_containt  .right li.bottom_find{
  margin-top: 2.6%;
}
.img_containt  .six{
  width: 100%; 
  float: left;
}
.img_containt  .six li{
/*  width: 48%;四个的时候是48;六个的时候是31*/
/*  modified in 20170605*/
  width: 47%;
  float: left;
  margin-left:22px;
  margin-bottom:22px;
}
.img_containt  .six li.right_find{
  float: right
}


.index_talk{
  overflow: hidden;
  border-bottom:1px solid #ececec;/*  added in 20170605*/
}


.img_containt .right{
  width: 49%;
  float: right;
}
.index_service .title{
  text-align: center;
  font-size: 28px;
  color: #d6000f;
  padding: 40px 0 24px 0;
}
.index_service .title span{
  display: inline-block;
  cursor: pointer;
  padding: 0 10px 16px 10px;
  /*transition: all 0.3s ;*/
}
.index_service .title span.active{
  border-bottom: 4px solid #d6000f;
}
.index_service .title span:first-child{
  margin-right: 60px;
}
@media (max-width: 1240px) {
    .index_hint .hint_ul li {
        padding-left: 4%;
        font-size: 12px;
    }
    .index_hint .hint_img {
        left: 4px;
    }
    .index_hint .hint_ul li span {
        margin-left: 14px;
        font-size: 12px;
    }
    .index_hint .more_hint {
        font-size: 12px;
    }
}
/*  added in 20170605*/
.news_border {

    border-bottom:1px solid #ececec;
	margin-bottom:10px;
}

.news_border h2 {
    font-size: 28px;
    color: #d6000f;
    margin-bottom: 20px;
	text-align:center;
}
.a_border {

    border-bottom:1px solid #ececec;
	margin-bottom:10px;
	padding-top:35px;
    clear:both;
}

.a_border h2 {
    font-size: 28px;
    color: #d6000f;
    margin-bottom: 35px;

	text-align:center;
	clear:both;
}
.issue{
	height:60px;
	line-height:60px;
	width:100%;
	margin: 6px 0;
}
.issue ul {
    width: 100%;
}

.issue ul .li1{
	float:left;
	width:14%;/*modified in 20170613*/
	overflow:hidden;
}
.issue ul .li2{
	float:left;
	width:31%;
	text-align:left;
	overflow:hidden;
}
.issue ul .li3{
	float:left;
	width:5%;
	text-align:left;
	overflow:hidden;
}

.issue_h2{	
	color:#d6000f;
	font-size:28px;
}
.issue_title{
	font-size:14px;

	font-family:"宋体",sans-serif;
}
.issue .more_issue {
    display: inline-block;
    font-size: 14px;
    color: #999;
	font-family:"宋体", sans-serif;
}
/*  end add*/