/* 荣誉证书展示 */
#imageFlow {
    position: relative;
	width: 100%;
	height: 590px;
    background: url(../images/about/rxry/img-bg-honor.png)no-repeat center / 100% 100%;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    #imageFlow {
        height: 380px;
    }
    .scrollbar{
        display: none;
    }
}
#imageFlow .diapo {
	position: absolute;
	left: -1000px;
	cursor: pointer;
	-ms-interpolation-mode: nearest-neighbor;
}
/* #imageFlow .link {
	border: dotted #fff 1px;
	margin-left: -1px;
	margin-bottom: -1px;
} */
#imageFlow .bank {
	visibility: hidden;
}
#imageFlow .top {
	position: absolute;
	width: 100%;
	height: 40%;
	background: #181818;
}
#imageFlow .text {
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: 16%;
	text-align: center;
	color: #fff;
	font-family: verdana, arial, Helvetica, sans-serif;
	z-index: 1000;
}
#imageFlow .title {
	font-size: 0.9em;
    font-weight: bold;
    opacity: 0;
}
#imageFlow .legend {
    font-size: 1em;
}
#imageFlow .scrollbar {
	position: absolute;
	left: 10%;
	bottom: 10%;
	width: 80%;
	height: 16px;
	z-index: 1000;
}
#imageFlow .track {
	position: absolute;
	left: 1%;
	width: 98%;
	height: 16px;
	filter: alpha(opacity=30);
	opacity: 0.3;
}
#imageFlow .arrow-left {
	position: absolute;
}
#imageFlow .arrow-right {
	position: absolute;
	right: 0px;
}
#imageFlow .bar {
	position: absolute;
	height: 16px;
	left: 25px;
}

/*  系统集成详情  */
.xtjc_nav{
	margin: 10px 0;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.xtjc_nav > li{
	position: relative;
	float: left;
	font-size: 14px;
	padding: 0 24px;
}
.xtjc_nav > li a{
	display: inline-block;
	padding: 13px 0;
	color: #333333;
	font-weight: 550;
}
.xtjc_nav > li::after{
	position: absolute;
	left: 0;
	top: 12px;
	content: "|";
	color: #D8D8D8;
}
.xtjc_nav > li:last-child::before{
	position: absolute;
	right: 0;
	top: 12px;
	content: "|";
	color: #D8D8D8;
}
.xtjc_nav > li.active a{
	color: #1F88E5;
	border-bottom: 2px solid #1F88E5;
}

.padding_40{
	padding: 40px 0;
}
/* 应用现状 */
.application_status{
	width: 100%;
	min-height: 440px;
	margin-top: 2px;
	background: url(../images/xtjc/img-bg-example.png)no-repeat;
	-o-background-size: 100% 100%;
	   background-size: 100% 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 500px){
	.application_status{
		background-size: cover;
	}
}
.fu-centent-bottom {
    padding: 56px 0 0 0;
}
.application_status .policy-list{
	padding-left: 20%;
}
/* 精准脱贫 */
.jztp_nav{
	overflow: hidden;
}
.jztp_nav > li{
	float: left;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 20px;
}
.jztp_nav > li > a{
	display: inline-block;
	width: 200px;
	height: 200px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	background: #FAFAFA;
	-webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
	     transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
         backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    -webkit-transition-property: color;
    -o-transition-property: color;
    -moz-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
      -o-transition-duration: .3s;
         transition-duration: .3s;
}
.jztp_nav > li > a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background: #E5F2FE;
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
     -ms-transform: scale(0);
      -o-transform: scale(0);
         transform: scale(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
      -o-transition-duration: .3s;
         transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
         transition-timing-function: ease-out;
}
.jztp_nav > li > a:hover:before{
	-webkit-transform: scale(2);
    -moz-transform: scale(2);
     -ms-transform: scale(2);
      -o-transform: scale(2);
	     transform: scale(2);
}

.jztp_nav > li img{
	display: block;
	margin: 0 auto;
	width: 76px;
}
.jztp_nav > li span{
	display: block;
}
.jztp_nav > li .title{
	font-size: 20px;
	color: #060606;
	padding-top: 12px;
}
.jztp_nav > li .subtitle{
	font-size: 14px;
	color: #777D7C;
	padding-top: 12px;
}

.fu-centent-top.xq .fu-bgimg-wrap {
    /* background: url(../../rxgwStyle/images/jztp/xq/img-bg1.png) no-repeat; */
    background: url(../images/jztp/xq/img-bg1.png) no-repeat;
}
.fu-centent-top.xq2 .fu-bgimg-wrap{
	background: url(../images/jztp/xq/img-bg2.png) no-repeat;
}
.fu-centent-top.xq .fu-bgimg-wrap.xq,
.fu-centent-top.xq2 .fu-bgimg-wrap.xq{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.fu-centent-top.xq .fu-bgimg-wrap.xq .imgBox,
.fu-centent-top.xq2 .fu-bgimg-wrap.xq .imgBox{
	margin-left: 7%;
}
.fu-centent-top .fu-bgimg-wrap .texBox h1 {
	font-size: 32px;
	padding-top: 0;
	text-align: left;
}
.fu-centent-top.xq2 .fu-bgimg-wrap .texBox h1,
.fu-centent-top.xq .fu-bgimg-wrap .texBox h1{
	border-bottom: 1px solid #16456f;
	padding-bottom: 16px;
}
.fu-centent-top .fu-bgimg-wrap .texBox p {
	text-align: left;
}
.fu-centent-top .fu-bgimg-wrap .texBox{
	padding-left: 30px;
}
@media screen and (max-width: 500px){
	.fu-centent-top.xq .fu-bgimg-wrap.xq,
	.fu-centent-top.xq2 .fu-bgimg-wrap.xq {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		   -moz-box-orient: vertical;
		   -moz-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-left: -15px;
		width: calc(100% + 30px);		
	}
	.fu-centent-top.xq .fu-bgimg-wrap.xq .imgBox,
	.fu-centent-top.xq2 .fu-bgimg-wrap.xq .imgBox {
		margin-top: 10%;
		margin-left: 0;
	}
	.fu-centent-top .fu-bgimg-wrap .texBox{
		padding-left: 0;
		margin-top: 20px;
	}
	.fu-centent-top .fu-bgimg-wrap .texBox h1 {
		text-align: center;
	}
	.fu-centent-top .fu-bgimg-wrap .texBox p {
		text-align: center;
	}
}
.jztp-cities-counties{
	margin-bottom: 40px;
}
.nr-bgimg{
	width: 100%;
	height: 100%;
	padding-bottom: 20px;
	background: #FAFAFA url(../images/jztp/xq/img-background1.png)no-repeat center / 100% 100%;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.gn-bgimg{
	width: 100%;
	height: 540px;
    padding-bottom: 64px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: url(../images/jztp/xq/img-background2.png)no-repeat center;
}
@media screen and (max-width: 500px){
	.gn-bgimg{
		height: auto;
	}
}
.bgColoe{
	width: 100%;
	height: 100%;
	padding-bottom: 80px;
	background: #FAFAFA;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
/* 可视化展示 */
.ksh-exhibition{
	overflow: hidden;
	padding: 20px 0 40px 0;
}
.ksh-exhibition > li{
	float: left;
}
.ksh-exhibition > li > div{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 228px;
	height: 228px;
	background: #FFFFFF;
	box-shadow: 0 10px 30px 0 rgba(0,0,0,0.08);
	border-radius: 10px;
}
.ksh-exhibition > li > div > span{
	padding-top: 20px;
	font-size: 24px;
	color: #444446;
}

.policy-wrap{
	padding: 0 56px;
}
@media screen and (max-width: 500px){
	.ksh-exhibition > li > div{
		margin: 10px auto;
	}
	.policy-wrap{
		padding: 0 20px;
	}
}
/** 首页轮播图  **/
@media screen and (max-width: 500px){
	#company-business {
		margin-top: 0;
	}
	#banner-carousel .carousel-indicators {
		bottom: 68px;
	}
	#banner-carousel .carousel-inner {
		width: calc(100% + 30px);
		left: -15px;
	}
	#banner-carousel .carousel-inner .icon-title .carousel-caption {
		padding: 0 15px;
	}
}