﻿

.videoModel{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	z-index: 9998;
	display: none;
}
.videoModelBox{
	width: 800px;
	height: 500px;
	z-index: 9999;
	position: fixed;
	left: 0; top: 0; right: 0; bottom: 0;
    margin: auto; 
    background: #000;
    display: none;
}
.videoModelBox h4{
	width: 100%;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #FAFAFA;
}






.HomeCont{
	width: 1160px;
	margin: 0 auto;
	padding-bottom: 30px;
	overflow: hidden;
}
.HomeContLeft{
	width: 800px;
	float: left;
}
.HomeContCenter{
	width: 800px;
	float: left;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	display: none;
}
.HomeContRight{
	width: 343px;
	float: right;
}
.Home_title{
	width: 100%;
	color: #666;
}
.Home_title span{
	font-size: 14px;
	line-height: 24px;
}
.Home_title strong{
	line-height: 24px;
	font-size: 12px;
	cursor: pointer;
	float: right;
	padding: 0 6px;
}
.Home_title strong:first-child{
	background: url('../images/gang.jpg') no-repeat left center;
}
.Home_title .Home_title_active{
	color: #2C90F8;
}
.Home_title i{
	line-height: 24px;
	font-size: 12px;
	cursor: pointer;
	float: right;
}
.Home_title i:hover{
	color: #2C90F8;
}
.Home_alarm{
	height: 250px;
    overflow: hidden;
    position: relative;
    /* margin-bottom: 30px; */
}
.home_posit{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 90;
}
.ft-carousel{
	/*overflow: inherit;*/
	border: 1px solid #EBEBEB;
    background: #fff;
}
.Home_alarm .Home_alarm_li{
	padding: 20px;
	overflow: hidden;
	display: none;
	position: relative;
}
.Home_alarm .Home_alarm_li:first-child{
	display: block;
	/*width: 100%;*/
}
.Home_alarm .Home_alarm_li .Home_alarm_li_dt{
	float: left;
	height: 180px;
	width: 260px;
	overflow: hidden;
}
.Home_alarm .Home_alarm_li .Home_alarm_li_dt img{
	width: 100%;
	height: 100%;
	transition: all 1.2s;
    -moz-transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -o-transition: all 1.2s;
}
.Home_alarm .Home_alarm_li:hover .Home_alarm_li_dt img{
	  transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.Home_alarm .Home_alarm_li .Home_alarm_li_dd{
	float: right;
	height: 180px;
	width: 470px;
}
.Home_alarm .Home_alarm_li .Home_alarm_li_dd b{
	line-height: 26px;
	font-size: 24px;
	font-weight: bold;
	display: block;
	color: #222;
	margin-bottom: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
}
.Home_alarm .Home_alarm_li:hover .Home_alarm_li_dd b{
	color: #2C90F8;
}
.Home_alarm .Home_alarm_li .home_close{
	display: block;
	width: 10px;
right: 20px;
}
.Home_alarm .Home_alarm_li .Home_alarm_li_dd span{
	line-height: 24px;
	font-size: 12px;
	display: block;
	color: #444;
	margin-bottom: 10px;
	display: -webkit-box;    
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 3;    
	overflow: hidden;
	max-height: 72px;
}
.Home_alarm .Home_alarm_li .Home_alarm_li_dd strong{
	line-height: 24px;
	font-size: 12px;
	display: block;
	color: #666;
	margin-bottom: 6px;
}
.Home_alarm .Home_alarm_li .Home_alarm_li_dd strong:after{
	display:block; content:'clear'; clear:both; line-height:0; visibility:hidden;
}
.Home_alarm .Home_alarm_li .Home_alarm_li_dd strong em{
	padding-left: 5px;
	padding-right: 2px;
	float: left;
    display: block;
}
.Home_alarm .Home_alarm_li .Home_alarm_li_dd strong .Home_alarm_blue{
	color: #2C90F8;
    padding-left: 0;
    display: block;
    width: 100%;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.Home_alarm .Home_alarm_li .Home_alarm_li_dd strong .Home_alarm_border{
	/*border-left: 1px solid #999;*/
	/*background: url(../images/gang.jpg) no-repeat left center;*/
}
.Home_alarm .Home_alarm_li .Home_alarm_li_dd strong .Home_alarm_border_first{
	padding-left: 0;
	background: url(../images/gang.jpg) no-repeat right center;
	padding-right: 15px;
	margin-right: 10px;
}
.Home_alarm .Home_alarm_li .Home_alarm_li_dd strong .Home_alarm_margin{
	margin-left: 8px;
	float: right;
}
.Home_alarm .Home_alarm_li .Home_alarm_li_dd strong i{
	font-size: 16px;
	margin:  0 6px;
	cursor: pointer;
	color: #666;
	float: right;
	line-height: 24px;
	padding: 0 4px;
	position: relative;
}
.detail_xzCont{
	position: absolute;
    right: -7px;
    bottom: 33px;
    padding: 10px 12px;
    width: 230px;
    background: #fff;
    border: 1px solid #EBEBEB;
    display: none;
    cursor: inherit;
    /*-webkit-box-shadow: 3px 3px 3px #b7aeae;
    -moz-box-shadow: 3px 3px 3px #b7aeae;
    box-shadow: 3px 3px 3px #b7aeae;*/
    border-radius: 4px;
}
.detail_xzCont dl{
	margin-bottom: 12px;
	overflow: hidden;
	font-size: 16px;
}
.home_weibo{
	width: 20px;
	height: 20px;
	float: left;
	margin: 0 5px;
	background: url(../images/home_weibo.png);
	background-size: 100% 100%;
	cursor: pointer;
	margin-top: 2px;
}
.home_weixin{
	width: 20px;
	height: 20px;
	float: left;
	margin: 0 5px;
	background: url(../images/home_weixin2.png);
	background-size: 100% 100%;
	cursor: pointer;
	margin-top: 2px;
	position: relative;
}

.home_weixin .home_weixin_Model{
	position: absolute;
    left: -20px;
    bottom: 30px;
    padding: 10px 12px;
    width: 240px;
    background: #fff;
    border: 1px solid #EBEBEB;
    cursor: inherit;
    display: none;
    /*-webkit-box-shadow: 3px 3px 3px #b7aeae;
    -moz-box-shadow: 3px 3px 3px #b7aeae;
    box-shadow: 3px 3px 3px #b7aeae;*/
    border-radius: 4px;
    padding: 20px;
}
.home_weixin:hover .home_weixin_Model{
	display: block;
}
.home_weixin .home_weixin_Model .home_san{
	display:block; 
    width:0; 
    height:0; 
    border-width:10px 10px 0; 
    border-style:solid; 
    border-color:#EBEBEB transparent transparent; 
    position:absolute; 
    bottom:-10px; 
    left:30px;/* 三角形居中显示 */
    margin-left:-10px;/* 三角形居中显示 */
}
.home_weixin .home_weixin_Model .home_jiao{
	display:block; 
    width:0; 
    height:0; 
    border-width:10px 10px 0; 
    border-style:solid; 
    border-color:#fff transparent transparent; 
    position:absolute; 
    bottom:1px; 
    left:-10px;
}
.home_weixin .home_weixin_Model .home_weixin_img{
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 20px;
}
.home_weixin .home_weixin_Model .home_weixin_text{
	width: 140px;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	float: left;
}
.home_weixin:hover{
	background: url(../images/home_weixin.png);
	background-size: 100% 100%;
}
.home_weibo:hover{
	background: url(../images/home_weibo2.png);
	background-size: 100% 100%;
}

.detail_xzCont .home_san{
	display:block; 
    width:0; 
    height:0; 
    border-width:10px 10px 0; 
    border-style:solid; 
    border-color:#EBEBEB transparent transparent; 
    position:absolute; 
    bottom:-10px; 
    right:10px;/* 三角形居中显示 */
    margin-left:-10px;/* 三角形居中显示 */
}
.detail_xzCont .home_jiao{
	display:block; 
    width:0; 
    height:0; 
    border-width:10px 10px 0; 
    border-style:solid; 
    border-color:#fff transparent transparent; 
    position:absolute; 
    bottom:1px; 
    left:-10px;
}

.detail_xzCont dl dt{
	float: left;
	padding-right: 8px;
	margin-right: 8px;
	border-right: 2px solid #EBEBEB;
	margin-left: 16px;
}
.detail_xzCont dl dd{
	float: left;
	margin-right: 12px;
}
.detail_xzCont dl .qxAct{
	color: #1A85EF;
}
.detail_xzCont dl .ztAct{
	color: #f00;
}
.detail_xzCont .detail_xzCont_xg{
	margin-bottom: 0;
}
.detail_xzCont .detail_xzCont_xg dt{
	margin-left: 0;
}

.Home_alarm .Home_alarm_li .Home_alarm_li_dd strong i:hover{
	background: #EDEDED;
	color: #2C90F8;
	border-radius: 50%;
}
.Home_alarm .Home_alarm_li .Home_alarm_li_dd strong .shoucangActive{
	background: #EDEDED;
	color: #2C90F8;
	border-radius: 50%;
}
.Home_alarm .Home_alarm_li .Home_alarm_li_dd strong i:hover .detail_xzCont{
	display: block;
}
.Home_alarm .Home_alarm_li .Home_alarm_li_dd strong i:hover dl{
	color: #333;
}

.Home_alarm .Home_alarm_li .Home_alarm_li_dd .detail_gl{
	position: absolute;
    padding: 10px 14px;
    width: 400px;
    background: #fff;
    z-index: 999;
    right: -160px;
    bottom: 33px;
    max-height: 360px;
    border: 1px solid #EBEBEB;
    display: none;
    cursor: inherit;
    /*-webkit-box-shadow: 3px 3px 3px #b7aeae;
    -moz-box-shadow: 3px 3px 3px #b7aeae;
    box-shadow: 3px 3px 3px #b7aeae;*/
    border-radius: 6px;
}
/*.Home_alarm .Home_alarm_li .Home_alarm_li_dd strong i:hover .detail_gl{
	display: block;
}*/
.detail_gl .home_san{
	display:block; 
    width:0; 
    height:0; 
    border-width:10px 10px 0; 
    border-style:solid; 
    border-color:#EBEBEB transparent transparent; 
    position:absolute; 
    bottom:-10px; 
    right:160px;/* 三角形居中显示 */
    margin-left:-10px;/* 三角形居中显示 */
}
.detail_gl .home_jiao{
	display:block; 
    width:0; 
    height:0; 
    border-width:10px 10px 0; 
    border-style:solid; 
    border-color:#fff transparent transparent; 
    position:absolute; 
    bottom:1px; 
    left:-10px;
} 
.Home_alarm .Home_alarm_li .Home_alarm_li_dd .detail_gl span{
	display: block;
    padding-right: 35px;
    margin-right: 10px;
    float: left;
    font-size: 16px;
    line-height: 40px;
    float: left;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 0;
}
.Home_alarm .Home_alarm_li .Home_alarm_li_dd .detail_gl .detail_xzActive{
    color: #1282F0;
    background: url(../images/dui.png) no-repeat center;
    background-position: 90%;
}
/*.banner_pre{
	width: 100%;
	height: 30px;
	text-align: center;
}
.banner_pre li{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: 0 4px;
	cursor: pointer;
	background: #C6C6C6;
	display: inline-block;
	
}
.banner_pre .banner_pre_act{
	background: #2C90F8;
}*/

.home_special{
	border: 1px solid #EBEBEB;
	background: #fff;
	position: relative;
	padding: 12px;
}
.home_special b{
	line-height: 26px;
	font-size: 18px;
	font-weight: bold;
	display: block;
	text-align: center;
	color: #222;
	margin-bottom: 10px;
}
.home_special span{
	line-height: 24px;
	font-size: 12px;
	display: block;
	color: #444;
	margin-bottom: 5px;    
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 2;    
	overflow: hidden;
	max-height: 48px;
}
.home_special span:first-child{
	color: #f00;
}
.home_special span strong{
	margin-right: 15px;
}
.home_special span .home_special_blue{
	color: #2C90F8;
	/*display: -webkit-box;*/
    display:block;
    float: left;
    overflow: hidden;
    max-width: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.home_special span em{
	float: right;
	padding-left: 5px;
	padding-right: 2px;
	
}
.home_special span .Home_special_border{
	background: url(../images/gang.jpg) no-repeat left center;
}
.home_special_href{
	text-align: center;
}
.home_special_href strong{
	line-height: 20px;
	font-size: 16px;
	cursor: pointer;
	color: #2C90F8;
}

.home_Journ_Box{
	width: 100%;
	position: relative;
}
.home_Journ_Box .home_Journ{
	padding: 12px;
	border: 1px solid #EBEBEB;
	/*overflow: hidden;*/
	background: #fff;
	position: relative;
	margin-bottom: 15px;
}
.home_Journ_Box .home_Journ:after{
	display:block; content:'clear'; clear:both; line-height:0; visibility:hidden;
}
.home_shadow:hover{
	-moz-box-shadow:0px 0px 1px #ddd; -webkit-box-shadow:0px 0px 1px #ddd; box-shadow:0px 0px 1px #ddd;
}
.home_Journ_Box .home_Journ:hover .home_Journ_dd b{
	color: #3E74E9;
}
.home_close{
	position: absolute;
	top: 10px;
	right:10px;
	cursor: pointer;
	z-index: 88;
	display: none;
}
.home_Journ_Box .home_Journ:hover .home_close{
	display: block;
}
.home_Journ_Box .home_Journ .home_Journ_dt{
	    width: 150px;
    height: 100px;
    float: left;
    overflow: hidden;
}
.home_Journ_Box .home_Journ .home_Journ_dt img{
	width: 100%;
	height: 100%;
	  transition: all 1.2s;
    -moz-transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -o-transition: all 1.2s;
}
.home_Journ_Box .home_Journ:hover .home_Journ_dt img{
	  transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.home_Journ .home_Journ_dd{
	width: 600px;
    float: right;
}
.home_Journ .home_Journ_dd b{
	line-height: 26px;
	font-size: 18px;
	font-weight: bold;
	display: block;
	color: #333;
	margin-bottom: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
}
.home_Journ .home_Journ_dd span{
	line-height: 24px;
	font-size: 12px;
	display: block;
	color: #444;
	margin-bottom: 5px;
	display: -webkit-box;    
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 2;    
	overflow: hidden;
	max-height: 48px;
}
.home_Journ .home_Journ_dd span em{
	padding-left: 5px;
	padding-right: 2px;
}
.home_Journ .home_Journ_dd span .Home_alarm_blue{
	color: #2C90F8;
	padding-left: 0;
}

.home_Journ .home_Journ_dd span .Home_alarm_border{
	/*border-left: 1px solid #999;*/
	background: url(../images/gang.jpg) no-repeat left center;
}
.home_Journ .home_Journ_dd span .Home_alarm_margin{
	margin-left: 10px;
}

.home_Journ .home_Journ_dd strong{
	line-height: 24px;
	font-size: 12px;
	display: block;
	color: #666;
	margin-bottom: 6px;
}
.home_Journ .home_Journ_dd strong:after{
	display:block; content:'clear'; clear:both; line-height:0; visibility:hidden;
}
.home_Journ .home_Journ_dd strong .home_display{
	display: none;
}
.home_Journ .home_Journ_dd strong .home_display .home_li_hide{
	min-width: 286px;
}
.home_Journ .home_Journ_dd strong .home_display{
	display: none;
}
.home_Journ .home_Journ_dd strong .home_display:after{
	display:block; content:'clear'; clear:both; line-height:0; visibility:hidden;
}
.home_Journ:hover .home_Journ_dd strong .home_display{
	display: block;
}
.home_over{
	overflow: hidden;
	/*float: left;*/
	max-width: 100%;
}

.home_Journ .home_Journ_dd strong em{
	padding-left: 5px;
	padding-right: 2px;
	float: left;
    display: block;
}
.home_Journ .home_Journ_dd strong .Home_alarm_blue{
	color: #2C90F8;
    padding-left: 0;
    display: block;
    max-width: 60%;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.home_Journ .home_Journ_dd strong .Home_alarm_border{
	/*border-left: 1px solid #999;*/
	background: url(../images/gang.jpg) no-repeat left center;
}
.home_Journ .home_Journ_dd strong .Home_alarm_margin{
	margin-left: 8px;
	margin-right: 15px;
}
.home_Journ .home_Journ_dd strong i{
	font-size: 16px;
	margin:  0 6px;
	cursor: pointer;
	color: #666;
	float: right;
	line-height: 24px;
	padding: 0 4px;
	position: relative;
}
.detail_xzCont{
	position: absolute;
    right: -7px;
    bottom: 33px;
    padding: 10px 12px;
    width: 230px;
    background: #fff;
    border: 1px solid #EBEBEB;
    display: none;
    cursor: inherit;
    z-index: 99;
    /*-webkit-box-shadow: 3px 3px 3px #b7aeae;
    -moz-box-shadow: 3px 3px 3px #b7aeae;
    box-shadow: 3px 3px 3px #b7aeae;*/
    border-radius: 4px;
}
.detail_xzCont dl{
	margin-bottom: 12px;
	overflow: hidden;
	font-size: 14px;
}
.home_weibo{
	width: 20px;
	height: 20px;
	float: left;
	margin: 0 5px;
	background: url(../images/home_weibo.png);
	background-size: 100% 100%;
	cursor: pointer;
	margin-top: 2px;
}
.home_weixin{
	width: 20px;
	height: 20px;
	float: left;
	margin: 0 5px;
	background: url(../images/home_weixin2.png);
	background-size: 100% 100%;
	cursor: pointer;
	margin-top: 2px;
	position: relative;
}

.home_weixin .home_weixin_Model{
	position: absolute;
    left: -20px;
    bottom: 30px;
    padding: 10px 12px;
    width: 280px;
    background: #fff;
    border: 1px solid #EBEBEB;
    cursor: inherit;
    display: none;
    /*-webkit-box-shadow: 3px 3px 3px #b7aeae;
    -moz-box-shadow: 3px 3px 3px #b7aeae;
    box-shadow: 3px 3px 3px #b7aeae;*/
    border-radius: 4px;
    padding: 10px;
}
.home_weixin:hover .home_weixin_Model{
	display: block;
}
.home_weixin .home_weixin_Model .home_san{
	display:block; 
    width:0; 
    height:0; 
    border-width:10px 10px 0; 
    border-style:solid; 
    border-color:#EBEBEB transparent transparent; 
    position:absolute; 
    bottom:-10px; 
    left:30px;/* 三角形居中显示 */
    margin-left:-10px;/* 三角形居中显示 */
}
.home_weixin .home_weixin_Model .home_jiao{
	display:block; 
    width:0; 
    height:0; 
    border-width:10px 10px 0; 
    border-style:solid; 
    border-color:#fff transparent transparent; 
    position:absolute; 
    bottom:1px; 
    left:-10px;
}
.home_weixin .home_weixin_Model .home_weixin_img{
	width: 120px;
	height: 120px;
	float: left;
	margin-right: 10px;
}
.home_weixin .home_weixin_Model .home_weixin_img img{
	width: 100%;
	height: 100%;
}
.home_weixin .home_weixin_Model .home_weixin_text{
	width: 140px;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	float: left;
	margin-top: 23px;
}
.home_weixin:hover{
	background: url(../images/home_weixin.png);
	background-size: 100% 100%;
}
.home_weibo:hover{
	background: url(../images/home_weibo2.png);
	background-size: 100% 100%;
}

.detail_xzCont .home_san{
	display:block; 
    width:0; 
    height:0; 
    border-width:10px 10px 0; 
    border-style:solid; 
    border-color:#EBEBEB transparent transparent; 
    position:absolute; 
    bottom:-10px; 
    right:10px;/* 三角形居中显示 */
    margin-left:-10px;/* 三角形居中显示 */
}
.detail_xzCont .home_jiao{
	display:block; 
    width:0; 
    height:0; 
    border-width:10px 10px 0; 
    border-style:solid; 
    border-color:#fff transparent transparent; 
    position:absolute; 
    bottom:1px; 
    left:-10px;
}

.detail_xzCont dl dt{
	float: left;
	padding-right: 8px;
	margin-right: 8px;
	border-right: 2px solid #EBEBEB;
	margin-left: 16px;
}
.detail_xzCont dl dd{
	float: left;
	margin-right: 12px;
}
.detail_xzCont dl .qxAct{
	color: #1A85EF;
}
.detail_xzCont dl .ztAct{
	color: #f00;
}
.detail_xzCont .detail_xzCont_xg{
	margin-bottom: 0;
}
.detail_xzCont .detail_xzCont_xg dt{
	margin-left: 0;
}

.home_Journ .home_Journ_dd strong i:hover{
	background: #EDEDED;
	color: #2C90F8;
	border-radius: 50%;
}
.home_Journ .home_Journ_dd strong .shoucangActive{
	background: #EDEDED;
	color: #2C90F8;
	border-radius: 50%;
}
.home_Journ .home_Journ_dd strong i:hover .detail_xzCont{
	display: block;
}
.home_Journ .home_Journ_dd strong i:hover dl{
	color: #333;
}

.home_Journ .home_Journ_dd .detail_gl{
	position: absolute;
    padding: 10px 14px;
    width: 400px;
    background: #fff;
    z-index: 999;
    right: -160px;
    bottom: 33px;
    max-height: 360px;
    border: 1px solid #EBEBEB;
    display: none;
    cursor: inherit;
    /*-webkit-box-shadow: 3px 3px 3px #b7aeae;
    -moz-box-shadow: 3px 3px 3px #b7aeae;
    box-shadow: 3px 3px 3px #b7aeae;*/
    border-radius: 6px;
    z-index: 99;
}
.home_Journ .home_Journ_dd strong i:hover .detail_gl{
	display: block;
}
.detail_gl .home_san{
	display:block; 
    width:0; 
    height:0; 
    border-width:10px 10px 0; 
    border-style:solid; 
    border-color:#EBEBEB transparent transparent; 
    position:absolute; 
    bottom:-10px; 
    right:160px;/* 三角形居中显示 */
    margin-left:-10px;/* 三角形居中显示 */
}
.detail_gl .home_jiao{
	display:block; 
    width:0; 
    height:0; 
    border-width:10px 10px 0; 
    border-style:solid; 
    border-color:#fff transparent transparent; 
    position:absolute; 
    bottom:1px; 
    left:-10px;
} 
.home_Journ .home_Journ_dd .detail_gl span{
	display: block;
    padding-right: 35px;
    margin-right: 10px;
    float: left;
    font-size: 14px;
    line-height: 40px;
    float: left;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
}
.home_Journ .home_Journ_dd .detail_gl .detail_xzActive{
    color: #1282F0;
    background: url(../images/dui.png) no-repeat center;
    background-position: 90%;
}



.home_tab_title{
	height: 33px;
	width: 100%;
	border-bottom: 1px solid #EBEBEB;
}

.home_company .home_tab_title{
	height: 33px;
	width: 100%;
	border-bottom: none;
}
.home_company_titbox{
	position: relative;
	height: 36px;
	border-bottom: 1px solid #EBEBEB;
}
.home_tab_title li{
	float: left;
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	line-height: 32px;
	cursor: pointer;
}
.home_company_titbox i{
	position: absolute;
	top: 0;
	display: block;
	height: 32px;
	width: 20px;
	
	cursor: pointer;
}
.home_company_titbox .home_company_right{
	right: 0;
	background: url(../images/pjax-b-right.png) no-repeat center center #fff;
	background-size:10px 18px;
	display: none;
}
.home_company_titbox .home_company_left{
	left: 0;
	background: url(../images/pjax-b-left.png) no-repeat center center #fff;
	background-size:10px 18px;
	display: none;
}
.home_tab_title .home_tab_title_active{
	border-bottom: 2px solid #2C90F8;
	color: #333;
}
.home_company{
	border: 1px solid #EBEBEB;
	overflow: hidden;
	background: #fff;
	position: relative;
}
.home_company .home_tab_title{
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	width: 300%;
}
.home_hotspot{
	border: 1px solid #EBEBEB;
	overflow: hidden;
	background: #fff;
	position: relative;
}
.home_hotspot_body{
	padding: 5px 12px;
}
.home_hotspot_body dl{
	overflow: hidden;
	margin: 4px 0;
}
.home_hotspot_body dl dt{
	background: #A8A8A8;
    margin: 0 6px;
    /* padding: 0 4px; */
    width: 18px;
    text-align: center;
    float: left;
    border-radius: 4px;
    color: #fff;
    margin-top: 1px;
}
.home_hotspot_body dl:nth-child(1) dt{
	background: #F9474E;
}
.home_hotspot_body dl:nth-child(2) dt{
	background: #F97D47;
}
.home_hotspot_body dl:nth-child(3) dt{
	background: #FBAE4B;
}
.home_hotspot_body dl dd{
	width: 278px;
    float: right;
    line-height: 18px;
    color: #333;
    font-size: 12px;
    cursor: pointer;
}
.home_hotspot_body dl dd:hover{
	color: #2C90F8;
}

.home_presen{
	border: 1px solid #EBEBEB;
	overflow: hidden;
	background: #fff;
	position: relative;
}
.home_presen_body{
	padding: 5px 12px;
}
.home_presen_body dl{
	overflow: hidden;
	margin: 8px 0;
}
.home_presen_body dl dt{
	width: 80px;
	height: 50px;
	border: 1px solid #EBEBEB;
	float: left;
}
.home_presen_body dl dt img{
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.home_presen_body dl dd{
	width: 214px;
    float: right;
}
.home_presen_body dl dd b{
	color: #333;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
}
.home_presen_body dl dd span{
	font-size: 12px;
	color: #666;
	display: block;
	line-height: 36px;
}
.home_presen_body dl:hover dd b{
	color: #2C90F8;
}


.home_selfMedia{
	border: 1px solid #EBEBEB;
	overflow: hidden;
	background: #fff;
	position: relative;
}


.home_media{
	border: 1px solid #EBEBEB;
	height: 270px;
	background: #fff;
}
.home_motion{
	border: 1px solid #EBEBEB;
	height: 200px;
	background: #fff;
}
.home_card{
	border: 1px solid #EBEBEB;
	height: 200px;
	background: #fff;
	padding: 10px;
}
.home_word{
	border: 1px solid #EBEBEB;
	height: 200px;
	background: #fff;
	padding: 10px;
}


.IndexAddModel{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	position: fixed;
	z-index: 9999;
	min-width: 1200px;
	display: none;
}
.IndexAddModel .IndexAddBox{
	width: 400px;
	background: #fff;
	border: 1px solid #EBEBEB;
	border-radius: 6px;
	padding: 14px 25px;
	margin: 0 auto;
	margin-top: 16%;
	color: #333;
	overflow: hidden;
}
.IndexAddModel .IndexAddBox h6{
	font-size: 16px;
	line-height: 40px;
	color: #1A85EF;
}
.IndexAddModel .IndexAddBox h6 strong{
	font-size: 18px;
	float: right;
	cursor: pointer;
	color: #333;
}
.IndexAddModel .IndexAddBox h6 strong img{
	width:20px;
}
.IndexAddModel .IndexAddBox p{
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
}
.IndexAddModel .IndexAddBox .IndexAddBoxIN input{
	border: none;
	width: 230px;
	height: 30px;
	margin-left: 80px;
	border: 1px solid #EBEBEB;
	text-indent: 20px;
	margin-right: 20px;
    background: #fff;
}
.IndexAddModel .IndexAddBox .IndexAddBoxIN b{
	color: #FF5959;
}
.IndexAddModel .IndexAddBox .IndexAddBoxBtn{
	text-align: center;
}
.IndexAddModel .IndexAddBox button{
	border: none;
	background: none;
	padding: 5px 20px;
	height: 31px;
	font-size: 16px;
	color: #fff;
	background: #1A85EF;
	border-radius: 6px;
	margin-top: 20px;
	cursor: pointer;
}


/*删除模态框*/
.IndexmoveModel{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	position: fixed;
	z-index: 9999;
	min-width: 1200px;
	display: none;
}
.IndexmoveModel .IndexmoveBox{
	width: 400px;
	background: #fff;
	border: 1px solid #EBEBEB;
	border-radius: 6px;
	padding: 14px 25px;
	margin: 0 auto;
	margin-top: 12%;
	color: #333;
	overflow: hidden;
}
.IndexmoveModel .IndexmoveBox h6{
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
}
.IndexmoveModel .IndexmoveBox ul{
	    overflow: hidden;
    margin: 10px 20px;
    margin-bottom: 0;
}
.IndexmoveModel .IndexmoveBox ul li{
	display: block;
	float: left;
	line-height: 50px;
	margin-right: 30px;
	font-size: 16px;
	cursor: pointer;
}
.IndexmoveModel .IndexmoveBox ul .IndexmoveAct{
	color: #1A85EF;
}
.IndexmoveModel .IndexmoveBox ul li:hover{
	color: #1A85EF;
}
.IndexmoveModel .IndexmoveBox p{
	margin-left: 40px;
	font-size: 16px;
	line-height: 36px;
	display: none;
}
.IndexmoveModel .IndexmoveBox .removeReason{
	    width: 100%;
    overflow: hidden;
    /* margin-bottom: 10px; */
    padding-bottom: 10px;
}
.IndexmoveModel .IndexmoveBox .removeReason input{
width: 70%;
    margin-left: 10%;
    height: 30px;
    border: 1px solid #999;
    text-indent: 10px;
    border-radius: 6px;
}
.IndexmoveModel .IndexmoveBox .buttonDi{
	width: 110px;
	height: 36px;
	border: none;
	background: none;
	color: #1A85EF;
	font-size: 16px;
	margin:15px 0;
	float: right;
	margin-right: 20px;
	border:1px solid #1A85EF;
	border-radius: 6px;
	cursor: pointer;
}
.IndexmoveModel .IndexmoveBox .buttonDi:hover{
	background: #1A85EF;
	color: #fff;
}
.IndexmoveModel .IndexmoveBox .buttonXi{
	width: 80px;
	height: 36px;
	border: none;
	background: none;
	color: #c1c1c1;
	font-size: 16px;
	margin:15px 0;
	float: right;
	margin-right: 20px;
	border:1px solid #c1c1c1;
	border-radius: 6px;
	cursor: pointer;
}
.IndexmoveModel .IndexmoveBox .buttonXi:hover{
	background: #c1c1c1;
	color: #fff;
}
/*删除*/

.newDel{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    position: fixed;
    z-index: 9999;
    min-width: 1200px;
    display: none;
}
.newDel .newDelModel{
    width: 400px;
    background: #fff;
    border: 1px solid #EBEBEB;
    border-radius: 6px;
    padding: 14px 25px;
    margin: 0 auto;
    margin-top: 12%;
    color: #333;
    overflow: hidden;
}
.newDel .newDelModel h3{
    font-size: 16px;
}
.newDel .newDelModel .delReason span{
    display: inline-block;
    font-size: 14px;
    margin: 10px;
    cursor: pointer;
}
.newDel .newDelModel .delReason .active{
    border: 1px solid #00b0f0;
    color: #00b0f0;
    padding:5px;
    border-radius: 5px;
}
.newDel .newDelModel .blockWord input{
    width: 315px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #eee;
    padding: 0 8px;
}
.newDel .newDelModel .blockWord b{
    font-size: 14px;
    padding: 10px;
}

.newDel .newDelModel .button{
    text-align: right;
    cursor: pointer;
}
.newDel .newDelModel .button button{
    background: #fff;
    border-radius: 5px;
    padding: 5px 15px;
    margin: 10px;
    cursor: pointer;
}
.newDel .newDelModel .button .no{
    border: 1px solid #999;
    color: #999;
}
.newDel .newDelModel .button .yes{
    border: 1px solid #00b0f0;
    color: #00b0f0;
}

.home_selfMedia_body{
	padding: 0 10px;
}
.selfmedia_left_li{
	padding: 8px 0;
	border-bottom: 1px solid #ebebeb;
}
.selfmedia_left_li:last-child{
	border: none;
}
.selfmedia_left_li .selfmedia_left_top{
	overflow: hidden;
}
.selfmedia_left_li .selfmedia_left_top button{
	width: 62px;
	height: 24px;
	background: none;
	color: #2C90F8;
	font-size: 14px;
	border: 1px solid #D9D9D9;
	padding: 0;
	float: right;
	margin-top: 4px;
	cursor: pointer;
}
.selfmedia_left_li .selfmedia_left_top .selfmedia_left_dl{
	width: 100%;
	float: left;
	overflow: hidden;
}

.selfmedia_left_li .selfmedia_left_top .selfmedia_left_dl dt{
	    width: 40px;
    height: 40px;
    float: left;
    margin-top: 4px;
}
.selfmedia_left_li .selfmedia_left_top .selfmedia_left_dl dt img{
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.selfmedia_left_li .selfmedia_left_top .selfmedia_left_dl dd{
	float: left;
    width: 240px;
    margin-left: 15px;
}
.selfmedia_left_li .selfmedia_left_top .selfmedia_left_dl dd span{
	display: block;
	margin-bottom:3px;
	font-size: 12px;
	color: #666;
}
.selfmedia_left_li .selfmedia_left_top .selfmedia_left_dl dd b{
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 12px;
	color: #333;
	cursor: pointer;
	overflow: hidden;
}
.selfmedia_left_li .selfmedia_left_top .selfmedia_left_dl dd b strong{
	float: left;
}
.selfmedia_left_li .selfmedia_left_top .selfmedia_left_dl dd b img{
	float: left;
	margin-top: 1px;
	margin-left: 3px;
}
.selfmedia_left_li .selfmedia_left_top .selfmedia_left_dl dd b:hover{
	color: #2C90F8;
}
.selfmedia_left_li .selfmedia_left_top .selfmedia_left_dl dd em{
	display: block;
	margin-bottom: 3px;
	font-size: 12px;
	color: #333;
	overflow: hidden;
}
.selfmedia_left_li .selfmedia_left_top .selfmedia_left_dl dd em strong{
	float: right;
}
.selfmedia_left_li .selfmedia_left_top .selfmedia_left_dl dd em strong:first-child{
	float: left;
}
.selfmedia_left_li p{
	line-height: 18px;
	color: #333;
    word-wrap:break-word;
}


.homePerBox{
	border: 1px solid #EBEBEB;
	height: 60px;
	margin:15px 0;
	background: #fff;
	display: none;
}
