/*视频遮罩层弹窗播放*/
.all-black{
    width: 100%;
    height: 100%;
    background: rgba(000, 000, 000, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    display: none;
}
.all-black video{
    width: 800px;
    height: 500px;
    outline: none;
    position: absolute;
    top: 50%;
    left: 50%;
	margin-left: -400px;
	margin-top: -250px;
}
/*视频遮罩层弹窗播放*/
/*集团介绍*/
.index_03 li{
   float: left;
   width: 20%;
}  
.index_03 a{
 	display: block;
 	position: relative;
 	height: 335px;
 	background-color: #f0f0f0;
} 
.ratio-img, .ratio-img img{
 	width: 100%;
 }
.tran_scale img {
    -webkit-transition: opacity .4s ease-in,-webkit-transform .6s linear;
    transition: opacity .4s ease-in,transform .6s linear;
}
.index_03 li h3 {
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 96%;
    color: #fff;
}
.fnt_22 {
    font-size: 20px;
    z-index: 9999;
    text-shadow: 1px 1px 2px #000000;
    letter-spacing: 1px;
}
.index_03 li h3 p {
    text-align: center;
}
.tran_scale {
    overflow: hidden;
    display: block;
}
.tran_scale img{
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
    transition: transform 500ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
}
.tran_scale:hover img {
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
}
.index_r3{
	overflow: hidden;
    background: #f4f4f4 url(../gfimages/itr_bg.jpg) no-repeat left bottom;
    background-size: 50%;
}
.index_r3_left{
	width: 50%;
    /*margin-left: -1px;*/
    float: left;
    position: relative;
}
.r3_left_tit{
	background: #da2219 url(../gfimages/logo_bg.png) no-repeat no-repeat 5px 5px;
    padding: 12%;
    padding-bottom: 3%;
    color: #fff;
}
.r3_left_line{
	width: 60px;
    height: 4px;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 10px;
}
.r3_left_contbox{
	padding: 12%;
	padding-top:5%;
	padding-bottom: 5%;

	/*padding-right: 22%;*/
}
.left_cont_t,.right_cont_t{
	float: left;
    /*width: 47%;*/
    line-height: 1.5em;
    height: 11.8em;
    padding-right: 15px;
    font-size: 14px;
    /*overflow: hidden;*/
        overflow: auto;
    text-align: justify;
}
.right_cont_t{
	float: right;
}
.cont_more{
	margin-top: 55px;
}
.r3_left_map{
	    position: absolute;
	    top: 31%;
	    right: -17%;
	    z-index: 9;
	    width: 33.5%;
}
.index_r3_right{
	float: right;
    width: 50%;
    position: relative;
    overflow: hidden;
	display: block;
}
.right_cont{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    color: #fff;
}
.right_cont_top{
	padding: 10%;
		padding-top: 42%;
}
.right_cont_top_more{
	padding: 0 28px;
    border-radius: 20px;
    background: #da2219;
    height: 44px;
    line-height: 44px;
    color: #fff;
}
.right_cont_top_more a{
	display: block;
    background: url(/Public/images/index_arrow_2.png) no-repeat right center;
    padding-right: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}
/*集团介绍 end*/

/*数字*/
.digital{width: 100%;color: #000;}
.main_num{width: 1200px;margin:0 auto;font-size: 0;}
.mumping_mun li{width: 33.3333%;display: inline-block;margin: 30px auto;}
.mumping_mun{width: 1200px;list-style: none;text-align: center;}
.mumping_mun p{font-size: 16px;width: 100%;display: block;color: rgb(206,176,160);;}
.mumping_mun h2{font-size: 60px;font-weight: normal;margin-right: 10px;display: inline-block;color:#da2219;}
.num_box{
	width: 60px;height: 60px; background-image: linear-gradient(to bottom right, rgb(206,176,160),rgb(234,227,216));position: absolute;left: 50%;top: 50;margin-left: -70px;
}
.num_box span{
	color: #000;font-size: 25px;font-weight: bold;
}
.numh2{
	margin-left: 25px;margin-top: 25px;font-weight:bold !important;letter-spacing: -2px;color:rgb(199,154,105)!important;
}
.capital_box{position: absolute;left: 30px;top: 95px;width: 100px;}
span.yue_at{position: absolute;left: 0px;top:60px;}
/*数字*/

.white_bg{
	background:#fff;padding-top: 24px;
}
.mb24{margin-bottom: 24px;}
.video_play_btn{position: absolute;left: 50%;bottom:50%;margin-left: -20px;margin-bottom: -20px;}
.video_play_btn:hover{cursor: pointer;}

/*新闻布局*/
.sideBtn {
    overflow: hidden;
    background: url('/Public/gfimages/icon-2.png') repeat-x bottom;
    margin-bottom: 18px;
    height: 40px;
}
 .sideBtn li {
    float: left;
    text-align: center;
    line-height: 40px;
}
.sideBtn li a {
    display: inline-block;
    float: left;
    font-weight: bold; 
    font-size: 18px;
    color: #000;
    width: 100px;
    height: 38px;
    border: 1px solid #FFFFFF;
    border-bottom: 1px solid #dcdcdc;
    line-height: 38px;
}
 .sideBtn li.active a {
    color: #c00;
    border: 1px solid #dcdcdc;
    border-bottom: 2px solid #FFFFFF;
}

.news-list{
	    display: inline-block;
	    width: 100%;
	    position: relative;
}

.news-item>a {
    display: inline-block;
    padding: 16.5px 0 10.5px 13px;
}
 .news-list .news-item:hover {
    background: #f4f4f4;
    /*border:1px solid #c00;*/
}

.news-list .news-item:hover .news-item-title {
    color: #a62027;
}
.news-list .news-item .news-item-time {
    height: 67px;
    display: inline-block;
    border-right: 1px solid #b8b8b8;
    padding-right: 18px;
    text-align: right;
    vertical-align: top;
}
.news-list .news-item .news-item-time p {
    font-size: 20px;
    line-height: 46px;
    height: 34px;
    color: #474747;
    font-weight: 900;
}
 .news-list .news-item .news-item-time span {
    font-size: 10px;
    color: #555;
}
.news-list .news-item .news-item-news {
    display: inline-block;
    padding-left: 14px;
    width: 83%;
    box-sizing: border-box;
}
.news-list .news-item .news-item-news h3 {
    font-size: 17px;
    line-height: 19px;
    margin-bottom: 10px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-list .news-item .news-item-news p {
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*新闻布局*/<!--0.00017189979553223-->