.banner{
	overflow: hidden;
}
.customer{
	height: 120px;
    background: #242d3c none repeat scroll 0% 0%;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 120px;
    font-size: 40px;
    min-width: 1200px;
    overflow: hidden;
    position: relative;
}
.customer .customer-bg{
	background: transparent url("../img/line-bg.png") repeat-x scroll left top;
    width: 200%;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 120px;
    animation: 20s linear 0s normal none infinite running customer_bg_move;
}
@keyframes customer_bg_move {
	0% { left: 0px; }
	100% { left: -100%; }
}
.customer ul li{
	float: left;
	width: 33.33%;
    text-align: center;
    font-size: 60px;
}
.customer ul li span:first-child{
	margin: 0 8px 0 100px;
}
.customer ul li span{
	float: left;
	margin: 0 8px;
}
.customer ul li i{
	font-size: 18px;
    line-height: 24px;
    text-align: left;
    float: left;
    margin-top: 39px;
    font-style: inherit;
}
.products{
	padding: 50px 0;
	background: url(../img/system-bg.png) no-repeat 50% 0;
}
.products .title{
	text-align: center;
	margin-bottom: 20px;
}
.products .title h2{height: 35px; margin-bottom: 5px; background: url(../img/icons.png) no-repeat 55% 0px; font-size: 0;overflow: hidden;}
.products .title h3{line-height: 38px; font-size: 24px;color: #333333;}
.products .title h5{font-size: 14px;color: #999999;}
.hotsystem { margin: 30px 0px; }
.hotsystem li{
	border: 1px solid #fff; padding: 40px; background: #fff none repeat scroll 0% 0%; width: 590px; position: relative;cursor: pointer;
}
.hotsystem li:hover{
	border: 1px solid #f39800;
}
.hotsystem li h4{   
	font-size: 26px;
    height: 42px;
    line-height: 42px;
    text-indent: 6px;
}
.hotsystem li h4 i{
	background: url(../img/icons.png) no-repeat 0% 0%;
    width: 50px;
    height: 42px;
    float: left;
}
.hotsystem li:first-child h4 i{
	background-position:  -59px -43px;
}
.hotsystem li:last-child h4 i{
	background-position:  -183px -40px;
}
.hotsystem li:first-child:hover i{
	background-position: 0px -43px;
	-webkit-animation: icon-bounce .5s alternate;
	   -moz-animation: icon-bounce .5s alternate;
	    -ms-animation: icon-bounce .5s alternate;
	     -o-animation: icon-bounce .5s alternate;
	        animation: icon-bounce .5s alternate;
}
.hotsystem li:last-child:hover i{
	background-position: -124px -40px;
	-webkit-animation: icon-bounce .5s alternate;
	-moz-animation: icon-bounce .5s alternate;
	-ms-animation: icon-bounce .5s alternate;
	-o-animation: icon-bounce .5s alternate;
	animation: icon-bounce .5s alternate;
}
.hotsystem li:hover a{
	color: #0d6fb8;
	transition: all 0.2s ease-in-out;
}
.hotsystem li:hover .more{
	background-color: #f39800;
	color: #fff;
	transition: all 0.2s ease-in-out;
}
.hotsystem li p{
	font-size: 16px;
	padding: 10px 0;
}
.hotsystem li .more{
	position: absolute;
    width:36px;
    height: 206px;
    right: 0px;
    top: 0px;
    background: #addcff none repeat scroll 0% 0%;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 16px;
    layout-flow: vertical-ideographic;
    letter-spacing: 4px;
}
.hotsystem li .more span{
	float: left;
	margin-top: 50px;
	margin-left: 4px;
}
.newsystem {
	margin: 20px 0;
	float: left;
}
.newsystem ul li { 
    width: 24%;
    float: left;
    margin: 0px 0px 30px 16px;
    border: 1px solid #fff;
    background-color: #fff;
    padding: 40px 20px 20px;
    position: relative;
    height: 320px;
    overflow: hidden;
}
.newsystem ul li.first { margin-left: 0px; }
.newsystem ul li.center { text-align: center; }
.newsystem ul li h3 { font-size: 24px; color: #333; font-weight: normal; margin: 10px 0px; }
.newsystem ul li p { line-height: 20px; color: #999; }
.newsystem ul li a.btn { position: absolute; width: 100%; height: 38px; font-size: 16px; color: #fff; left: 0px; background: #addcff none repeat scroll 0% 0%; text-align: center;bottom: 0px; }
.newsystem ul li:hover .icons{
	-webkit-animation: icon-bounce .5s alternate;
	   -moz-animation: icon-bounce .5s alternate;
	    -ms-animation: icon-bounce .5s alternate;
	     -o-animation: icon-bounce .5s alternate;
	        animation: icon-bounce .5s alternate;
}
.newsystem ul li:hover a.btn { background-color: #f39800; bottom: 0;
	transition: all 0.2s ease-in-out;}
.newsystem .icons{background: url(../img/icons.png) no-repeat scroll 0% 0%;
	display: inline-block;
	width: 80px;
	height: 80px;
}
.newsystem .ico1{background-position: 4px -86px;;}
.newsystem .ico2{background-position: -76px -85px;}
.newsystem .ico3{background-position: -176px -87px;}
.newsystem .ico4{background-position: -269px -86px;}
.products .more{text-align: center;}
.products .more a{    
	display: inline-block;
    background-color: #0d6fb8;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    width: 200px;
    font-size: 14px;
}
.products .more a:hover{ 
	background-color: #178de4;
	transition: all 0.2s ease-in-out;
}
.solution{
	padding: 50px 0;
	position: relative;
    background-color: #000 !important;
}
.solution .canves-background {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.solution .container{
	position: relative;
	z-index: 10;
}
.solution .title{
	text-align: center;
	margin-bottom: 20px;
}
.solution .title h2{height: 35px; margin-bottom: 5px; background: url(../img/icons.png) no-repeat 55% -174px; font-size: 0;overflow: hidden;}
.solution .title h3{line-height: 38px; font-size: 24px;color: #fff;}
.solution .title h5{font-size: 14px;color: #c2c3c3;}
.projects{
	width: 100%;
    overflow: hidden;
}
.projects ul {
    width: 100%;
    margin: 20px 0 0 0;
}
.projects ul li {
    position: relative;
    float: left;
    display: block;
    width: 285px;
    height: 305px;
    margin: 0 20px 30px 0;
    background-color: #f1f1f1;
    transition: all .2s ease-in-out;
    overflow: hidden;
}
.projects .last{
	margin-right: 0px;
}
.projects .p-name {
    padding: 0 20px;
    margin: 10px 0;
    text-align: center;
    font-size: 18px;
    color: #333333;
}
.projects .p-desc {
    padding: 0 20px;
    text-align: center;
    font-size: 12px;
    color: #999999;
    line-height: 20px;
}
.projects .p-img{position: relative; width: 100%;height: 200px; margin: auto; background-position: 0 -296px;overflow: hidden;}
.projects .p-mask{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: transparent; opacity: 0; filter: alpha(opacity=0); transition: .4s; }
.projects .p-circle{position: absolute; left: 10%; top: 50%; width: 68px;height: 68px; margin: -34px 0 0 -34px; background: url(../img/icon_circle.png) no-repeat; opacity: 0; filter: alpha(opacity=0); transition: .4s; }
.projects .p-zoom{position: absolute; left: 90%; top: 50%; width: 34px;height: 33px; margin: -16px 0 0 -17px; background: url(../img/icon_zoom.png) no-repeat; opacity: 0; filter: alpha(opacity=0); transition: .4s; }
.projects li:hover .p-mask{background: #f7ba54; opacity: 0.8; filter: alpha(opacity=100);}
.projects li:hover .p-circle{ left: 50%; opacity: 1; filter: alpha(opacity=100); }
.projects li:hover .p-zoom{ left: 50%; opacity: 1; filter: alpha(opacity=100); }
.projects li:hover{
	    border-bottom: 6px solid #f39800;
}
.advantage{
	padding: 50px 0;
	background: url(../img/advantage-bg.png) no-repeat 50% 0;
}
.advantage .title{
	text-align: center;
	margin-bottom: 20px;
}
.advantage .title h2{height: 35px; margin-bottom: 5px; background: url(../img/icons.png) no-repeat 50% -216px; font-size: 0;overflow: hidden;}
.advantage .title h3{line-height: 38px; font-size: 24px;color: #333333;}
.advantage .title h5{font-size: 14px;color: #999999;}
.skill {
	margin: 20px 0;
	float: left;
}
.skill ul li { 
    width: 285px;
    height: 375px;
    float: left;
    margin: 0px 0px 30px 20px;
    border: 1px solid #fff;
    background-color: #fff;
    padding: 40px 20px 20px;
    position: relative;
    overflow: hidden;
}
.skill ul li.first { margin-left: 0px; }
.skill ul li.center { text-align: center; }
.skill ul li h3 { font-size: 24px; color: #333; font-weight: normal; margin: 10px 0px; }
.skill ul li p { line-height: 20px; color: #999; }
.skill ul li:hover{cursor: pointer;}
.skill ul li:hover .ico1{background: url(../img/d1-h.png) no-repeat scroll 0% 0%;}
.skill ul li:hover .ico2{background: url(../img/d2-h.png) no-repeat scroll 0% 0%;}
.skill ul li:hover .ico3{background: url(../img/d3-h.png) no-repeat scroll 0% 0%;}
.skill ul li:hover .ico4{background: url(../img/d4-h.png) no-repeat scroll 0% 0%;}
.skill .ico1{
	background: url(../img/d1.png) no-repeat scroll 0% 0%;
	display: inline-block;
	width: 188px;
	height: 179px;
}
.skill .ico2{
	background: url(../img/d2.png) no-repeat scroll 0% 0%;
	display: inline-block;
	width: 188px;
	height: 179px;
}
.skill .ico3{
	background: url(../img/d3.png) no-repeat scroll 0% 0%;
	display: inline-block;
	width: 188px;
	height: 179px;
}
.skill .ico4{
	background: url(../img/d4.png) no-repeat scroll 0% 0%;
	display: inline-block;
	width: 188px;
	height: 179px;
}
.partner{
	padding: 50px 0;
	background: url(../img/partner-bg.png) no-repeat 50% 0;
}
.partner .title {text-align: center;}
.partner .title h2{height: 35px; margin-bottom: 5px; background: url(../img/icons.png) no-repeat 55% -261px; font-size: 0;overflow: hidden;}
.partner .title h3{line-height: 38px; font-size: 24px;color: #000;}
.partner .title h5{font-size: 14px;color: #666;}
.partner .cases{
	width: 100%;
	margin: 30px 0;
	font-size: 0;
	overflow: hidden;
}
.partner .cases ul{
	margin: 0 auto;
    margin-top: 10px;
    height: 300px;
    width: 100%;
    font-size: 0;
    overflow: hidden;
}
.partner .cases li{
	position: relative;
	float: left;
	padding: 0;
	width: 240px;
	height: 150px;
	overflow: hidden;
	background: url(../img/clients.png) no-repeat;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
}

.partner .cases li.r {
	border-right: 1px dotted #ddd;
}

.partner .cases li.b {
	border-bottom: 1px dotted #ddd;
}

.partner .cases li span {
	position: absolute;
	bottom: -30px;
}
.partner .cases li.bg {
    position: absolute;
    height: 300px;
    width: 1200px;
    background-color: White;
    background-image: none;

}
.partner .cases li.cctv {
	background-position: 0px 0px;
}
.partner .cases li.cctv:hover {
	background-position: 0px -150px;
}
.partner .cases li.unicom {
	background-position: -240px 0px;
}
.partner .cases li.unicom:hover {
	background-position: -240px -150px;
}
.partner .cases li.tsinghua {
	background-position: -480px 0px;
}
.partner .cases li.tsinghua:hover {
	background-position: -480px -150px;
}
.partner .cases li.cas {
	background-position: -720px 0px;
}
.partner .cases li.cas:hover {
	background-position: -720px -150px;
}
.partner .cases li.sipo {
	background-position: -960px 0px;
}
.partner .cases li.sipo:hover {
	background-position: -960px -150px;
}
.partner .cases li.gedu {
	background-position: -1200px 0px;
}
.partner .cases li.gedu:hover {
	background-position: -1200px -150px;
}
.partner .cases li.bgg {
	background-position: -1440px 0px;
}
.partner .cases li.bgg:hover {
	background-position: -1440px -150px;
}
.partner .cases li.bsec {
	background-position: -1680px 0px;
}
.partner .cases li.bsec:hover {
	background-position: -1680px -150px;
}
.partner .cases li.huadan {
	background-position: -1920px 0px;
}
.partner .cases li.huadan:hover {
	background-position: -1920px -150px;
}
.partner .cases li.zd {
	background-position: -2160px 0px;
}
.partner .cases li.zd:hover {
	background-position: -2160px -150px;
}
.information{
	padding: 50px 0;
	background: url(../img/news-bg.png) no-repeat 50% 0;
}
.information .title {text-align: center;}
.information .title h2{height: 35px; margin-bottom: 5px; background: url(../img/icons.png) no-repeat 60% -306px; font-size: 0;overflow: hidden;}
.information .title h3{line-height: 38px; font-size: 24px;color: #fff;}
.information .title h5{font-size: 14px;color: #e6e6e6;}
.information .news-main{ margin:10px auto 0px auto; overflow:hidden;}
.information .news-nav{ height:36px; margin:30px auto 25px auto; text-align:center; overflow:hidden;}
.information .news-nav li{ width:114px; border:solid 1px #fff; text-align:center; line-height:34px; cursor:pointer; display:inline-block; margin-right:20px; font-size:16px; color:#fff; border-radius:18px;}
.information .news-nav li.selected,.information .news-nav li:hover{ background:#f39800; color:#fff; border:solid 1px #fdd000;}
.information .news-nav li a{ color:#fff;}
.information .news-nav li.selected a,.information .news-nav li:hover a{ color:#fff;}

.information .news-listmain{ height:360px; margin:0px auto 20px auto; overflow:hidden;}
.information .news-list{ height:360px;overflow:hidden;}
.information .news-first{ width:386px; height:355px; background:#fff; float:left;}
.information .news-first dl{ margin:7px; overflow:hidden;}
.information .news-first dl dt{ width:100%; height:206px; display:block; overflow:hidden;}
.information .news-first dl dd.news-ftopic{ height:50px; line-height:50px; width:330px; margin:0px auto; font-size:16px; color:#333; overflow:hidden;}
.information .news-first dl dd.news-ftopic a{color:#333}
.information .news-first dl dd.news-fintro{ height:50px; line-height:27px; width:330px; margin:0px auto; color:#666; overflow:hidden;}
.information .news-first dl dd.news-ffoot{ height:35px; line-height:35px;width:330px; margin:0px auto; color:#aaa;}
.information .news-first dl dd.news-ffoot span{ margin-right:3px;}
.information .news-right{ width:814px; height:357px; float:right; overflow:hidden;}
.information .news-right ul li{ width:386px; height:105px; background:url(../img/new-list.png) no-repeat top center; overflow:hidden; cursor:pointer; float:left; margin:0 0 20px 20px;}
.information .news-right ul li:hover{background:url(../img/new-list.png) no-repeat bottom center; }
.information .news-right ul li .news-calender{ width:100px; height:106px; text-align:center; float:left;}
.information .news-right ul li .news-calender b{ font-size:28px; color:#fff; display:block; line-height:30px; height:30px; margin-top:25px;}
.information .news-right ul li .news-calender span{ color:#fff;}
.information .news-right ul li .news-rmain{ width:286px; float:left; height:106px; overflow:hidden;}
.information .news-right ul li h2{ height:40px; line-height:54px; font-size:16px; font-weight:normal; overflow:hidden; width:263px;color:#333;padding:0}
.information .news-right ul li p{ height:46px; line-height:180%; overflow:hidden; color:#666; overflow:hidden; width:263px;}

