/*首页导航栏下方横幅banner S*/
.idxbannerbg {
    width: 100%;
    background: #0479d9;
    clear: both;
    overflow: hidden;
    height: 350px;
    align-items: center;
    justify-content: center;
    position: relative;
}
.idxbannerbg .slide_banner{
    width: 100%;
    background: #0479d9;
    display: inline-block;
    float: left;
    height: 350px;
}
.idxbannerbg .banner{
    width: 1200px;
    height: 310px;
    overflow: hidden;
    margin: auto;
    margin-top: 20px;
}
.idxbannerbg .banner .left_banner {
    margin-right: 40px;
    float: left;
    width: 490px;
    height: 285px;
    background: url("/images/banner/banne_bg.png");
    margin-top: 15px;
    margin-left: 40px;
}
.g-npos {
    width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 30px;
    z-index: 3;
    margin-left: 50%;
}
.g-npos .item {
    float: left;
    margin-right: 10px;
    width: 40px;
    height: 8px;
    border-radius: 8px;
    background: #000;
    opacity: .2;
    filter: alpha(opacity=20);
    cursor: pointer;
}
.g-npos .item.on {
    background: #fff;
    opacity: .8;
    filter: alpha(opacity=80);
    color: #fff;
}
.left_banner img {
    width: 369px;
    height: 230px;
    margin-top: 21px;
    margin-left: 60px;
}
.right_banner {
    margin-top: 30px;
    width: 555px;
    height: 278px;
    overflow: hidden;
}
.big_jiej {
    font-size: 38px;
    color: #fff;
    margin-bottom: 20px;
}
.dian_wen {
    width: auto;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.dian_wen p {
    margin-right: 20px;
    float: left;
    font-size: 16px;
    color: #fff;
}
.dayuan {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    margin-right: 5px;
    float: left;
    margin-top: 3px;
}
.banner_down li{
    width: 230px;
    float: left;
    margin-right: 0;
    font-size: 12px;
}
.banner_down li:nth-child(2){
	 margin-left: 50px;
}
.banner_down .btn-dl {
    background: #f8a124;
    display: block;
    color: #fff;
    line-height: 52px;
    font-size: 18px;
    text-align: center;
}
.banner_down .btn-dl-1 {
    background: #ffae00;
}
.banner_down .btn-dl-2 {
    background: #ff7474;
}
.banner_down .btn-dl-1:hover {
    background: #eea200;
}
.banner_down .btn-dl-2:hover {
    background: #f06e6e;
}
.banner_down .dl-mod {
    padding-top: 20px;
    padding-bottom: 10px;
    color: #fff;
}
.banner_down .btn-dl-row {
    background: url("../images/ico_dl.png") no-repeat 4px center;
    padding-left: 24px;
    color: #fff;
}
.banner_down .btn-dl-row + .btn-dl-row {
    margin-left: 7px;
}
.banner_down .desc {
    margin-top: 18px;
    margin-left: 8px;
}
.banner_down .desc span + span {
    margin-left: 12px;
}
.banner_down .dl-mod a:hover {
    text-decoration: underline;
}
/*首页banner E*/


/*内容页截图展示*/
.showcase{ padding:20px 0; }
.showcase .slider{ position:relative; }
.showcase .slider .prev,.showcase .slider .next{ background:url(../images/icosprit.png) no-repeat; position:absolute; top:50%; margin-top:-27px; display:block; width:54px; height:54px; text-indent:-333em; overflow:hidden; }
.showcase .slider .prev{ background-position:-69px -298px; left:0; }
.showcase .slider .prev:hover{ background-position:-69px -355px; left:0; }
.showcase .slider .next{ background-position:-126px -298px; right:0; }
.showcase .slider .next:hover{ background-position:-126px -355px; right:0; }
.showcase .slider .s-box{ position:relative; width:605px; height:320px; margin:0 auto; overflow:hidden; }
.showcase .slider .s-box li{ float:left; position:relative; width:605px; text-align:center; }
.showcase .slider .s-box li img{ margin:0 auto; max-height:230px; max-width:605px; }
.showcase .slider .s-nav{ display:none; }
/*内容页截图展示*/



/* 系统详情轮播图 */
.fullSlide {
	position: relative;
	margin: 12px auto 30px;
	height: 480px;
	overflow: hidden;
}
.fullSlide .bd {
	position: relative;
	z-index: 0;
	padding: 0 80px;
}
.fullSlide .bd li img {
	width: 100%;
	vertical-align: top;
}
.fullSlide .hd {
	position: relative;
	bottom: 14px;
	z-index: 1;
	margin-top: -30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.fullSlide .hd ul {
	text-align: center;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 12px;
	height: 12px;
	margin: 5px;
	background: rgba(255,255,255,0.4);
	border-radius: 50%;
	overflow: hidden;
	font-size: 0;
}
.fullSlide .hd ul .on {
	background: #358ff0;
}
.fullSlide .prev,
.fullSlide .next {
	z-index: 1;
	display: block;
	width: 18px;
	height: 32px;
	position: relative;
	background: url(https://static.xitongzhijia.net/theme/2020/images/arrow_l.png) 0 0 no-repeat;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}
.fullSlide .prev {
	left: 15px;
}
.fullSlide .next {
	background: url(https://static.xitongzhijia.net/theme/2020/images/arrow_r.png) 0 0 no-repeat;
	right: 15px;
}
.fullSlide .prev:hover{
	background: url(https://static.xitongzhijia.net/theme/2020/images/arrpw_l_hover.png) 0 0 no-repeat;
}
.fullSlide .next:hover{
	background: url(https://static.xitongzhijia.net/theme/2020/images/arrpw_r_hover.png) 0 0 no-repeat;
}

