.banner img{
	width:100%;
}

/********************* intro star ************************/
#site-header{
	position: fixed !important;
}
p.kzonetxt{
	width:1200px;
	margin:40px auto 40px;
    line-height: 34px;
    text-indent: 2em;
	letter-spacing: 1px;
}
.intro .upward.active {
    transform: translateY(0);
    opacity: 1;
}
.intro .upward {
    transition: all .5s;
    transform: translateY(80px);
    opacity: 0;
}
.intro {
	margin-top: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	position: relative;
}
.intro h3{
	width:100%;
}
ul.procent {
    padding-top: 52px;
}
.intro dl{
	display: flex;
	flex-wrap: wrap;
}
.intro dl dt{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
}
.intro ul.procent dl dd{
	margin: 20px 30px 30px 0px;
}
.intro dl dd h5{
	margin-top: 10px;
	text-align: center;
}
.intro dl dd h5 a{
	margin: 2px auto;
	display: block;
    font-weight:500;
}
.intro dl dd h5:before,.intro dl dd h5:after{
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	background: -webkit-linear-gradient(left,#efefef,#666,#efefef);
	background: -o-linear-gradient(left,#efefef,#666,#efefef);
	background: -moz-linear-gradient(left,#efefef,#666,#efefef);
	background: linear-gradient(to left,#efefef,#666,#efefef);
}
.intro dl a.timg{
	width: 88px;
	height: 88px;
	margin: 0px auto;
	display: block;
	border: 1px solid #00000000;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center; 
	background-size: auto 102%;
}
.intro dd a.timg:hover{
	box-shadow: 5px 2px 5px #231818;
}
.intro dd.d1 a.timg{background-image: url(../img/display2.jpg);}
.intro dd.d2 a.timg{background-image: url(../img/pv2.svg);}
.intro dd.d3 a.timg{background-image: url(../img/semi2.svg);}
.intro dd.d4 a.timg{background-image: url(../img/feiye.svg);}
.intro dd.d5 a.timg{background-image: url(../img/aidata.svg);}
.intro dd.d6 a.timg{background-image: url(../img/auto.svg);}
.intro dd.d7 a.timg{background-image: url(../img/stripper.jpg);}
.intro dd.d8 a.timg{background-image: url(../img/energy.jpg);}
.intro dd.d9 a.timg{background-image: url(../img/huanbao.jpg);}
.intro .pimg {
    width: 50%;
}
.intro .pimg img{width: 100%;}
.intro .pimg p{
	text-align: center;
	margin-top: -80px;
	line-height: 32px;
	font-size: 14px;
}
.intro .ball_bar {
    position: relative;
    margin:0px auto;
    width: 490px;
    height: 530px;
    transition: none;
}
.intro .ball.ball_2 a{
    top: 53px;
    left: 56px;
    width: 146px;
    height: 146px;
    line-height: 146px;
    background-color: rgba(8,104,170,.84);
    transition-delay: .2s;
    /* animation-delay: 3s; */
}
.intro .active .ball a,.intro .active .ball.ball_6{
    transform: translateY(0);
    opacity: 1;
    /* animation: up 2s; */
}
.intro .ball a,.intro .ball.ball_6{
    position: absolute;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    transition: all 2s;
    transform: translateY(80px);
    opacity: 0;
    /* animation: float 3s 2s infinite; */
}
.intro .ball a:after ,.intro .ball.ball_6:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 1px;
    height:180px;
    background-image: linear-gradient(to bottom,rgba(8,104,170,.84), rgba(255,255,255,0));
}
.intro .ball.ball_1 a{
    top: 0;
    left: 178px;
    width: 165px;
    height: 165px;
    line-height: 165px;
    background-color:rgba(8,104,170,.98);
    transition-delay: .3s;
    /* animation-delay: 4s; */
}
.intro .ball.ball_0 a{
    top: 168px;
    left: 68px;
    width: 175px;
    height: 175px;
    line-height: 175px;
    background-color:#565656;
}
.ball.ball_3 a{
    top: 118px;
    left: 340px;
    width: 150px;
    height: 150px;
    line-height: 150px;
    background-color: rgba(8,104,170,.97);
    transition-delay: .5s;
    /* animation-delay: 3s; */
}
.intro .ball.ball_4 a{
    top: 275px;
    left: 280px;
    width: 132px;
    height: 132px;
    line-height: 132px;
    background-color: rgba(8,104,170,.97);
    transition-delay: .7s;
    /* animation-delay: 4s; */
}
.intro .ball.ball_6 {
    top: 265px;
    left: 0;
    width: 106px;
    height: 106px;
	line-height:106px;
    background-color: rgba(8,104,170,.78);
    transition-delay: .3s;
    /* animation-delay: 3s; */
}
.intro ul.system{
    display: flex;
    flex-wrap: wrap;
	width: 1200px;
    margin:50px auto 0px;
}
.intro .system li {
    margin-bottom: 20px;
}
.intro .system .col_1 {
    width: 50%;
}
.intro .system .col_1:last-child{width:100%;}
.intro .system .col {
    padding: 0 10px;
}
.intro .system .item {
    padding: 30px;
	height: 100%;
	display:block;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.intro .system .item h4 {
	font-weight: 500;
    margin: 0 0 10px;
    font-size: 22px;
    color: #0868aa;
}
.intro .system .item p {
    margin: 0;
    color: #666;
}
/********************* intro end ************************/