﻿.index-centre{
	width: 1200px;
	margin: 20px auto;
}
.index-about{
	margin-bottom: 30px;
}
.index-title{
	height: 44px;
	line-height: 44px;
	background: url(../../images/index-line.png) no-repeat left bottom;
	font-size: 20px;
	color: #063a92;
	margin-bottom: 20px;
}
.index-title i{
	color: #bfbfbf;
	font-size: 16px;
}
.index-title span{
	float: right;
	color: #BFBFBF;
	font-size: 12px;
}
.index-title span a:hover{
	color: #053A92;
}
.index-about-text{
	width: 630px;
}
.index-about-text h5{
	font-size: 20px;
	color: #063a92;
	margin-bottom: 20px;
}
.index-about-text h5 span{
	color: #bfbfbf;
	font-size: 18px;
}
.index-about-text h5 strong{
	font-weight: normal;
	border-bottom: 2px solid #082165;
}
.about-T{
	line-height: 30px;
	text-indent: 2em;
}
.about-more{
	margin-top: 40px;
	text-align: right;
}
.about-more a{
	border: 1px solid #063a92;
	padding: 10px 20px;
	color: #063a92;
}
.about-more a:hover{
	border: 1px solid #ff0000;
	color: #ff0000;
}
.index-news {
	width: 412px;
	padding-right: 20px;
}
.index-news-box{
	margin: 20px 0;
}
.index-news-data{
	width: 65px;
	background: #f0f0f0;
	text-align: center;
	line-height: 20px;
	font-size: 18px;
	padding: 5px 0;
}
.index-news-data span{
	font-size: 12px;
}
.index-news-text{
	width: 310px;
}
.index-news-text h5{
	font-size: 16px;
}
.index-news-text h5 a{
	color: #333333;
}
.index-news-text h5 a:hover{
	color: #053A92;
}
.index-news-text p{
	font-size: 12px;
	color: #9c9c9c;
	margin-top: 10px;
}
.fangke_imgs{
	text-align: center!important;
	padding: 20px;
}
.fangke_imgs img{
	width: 1050px;
}
.scene .fangke_imgs img{
	width: 750px;
}
.solution_imgs{
	padding: 20px;
}
.solution_imgs img{
	width: 800px;
}
.gov_imgs{
	padding: 20px;
}
.gov_imgs img{
	width: 800px;
}
#fangke-3{
	width: 100%;
}
#fangke-4{
	width: 1050px;
}
.qywh-text{
	margin-top: 10px;
	background: url(../../images/qywh-icon.png) no-repeat 10px;
	padding-left: 60px;
	line-height: 26px;
}
.qywh-text span{
	font-size: 24px;
}
.index-Case {
	margin-top: 20px;
}
.case-tab{
	display: inline-block;
	margin-left: 30px;
}
.case-tab ul li{
	display: inline-block;
	font-size: 14px;
    position: relative;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
    text-align: center;
}
.case-tab ul .tab{
	background: #1f8cdf;
	color: #FFFFFF;
	border-radius: 2px;
}
.case-box #demobox{ 
	float:left; 
	overflow:hidden; 
	width:1180px;
}
.case-box #indemobox { 
	width:800%; 
	float:left;
}
.case-box #demo1, .case-box #demo2 { 
	float:left;
}
.case-box #Bdemobox{ 
	float:left; 
	overflow:hidden; 
	width:1180px;
}
.case-box #Bindemobox { 
	width:800%; 
	float:left;
}
.case-box #Bdemo1, .case-box #Bdemo2 { 
	float:left;
}
.case-box #Cdemobox{ 
	float:left; 
	overflow:hidden; 
	width:1180px;
}
.case-box #Cindemobox { 
	width:800%; 
	float:left;
}
.case-box #Cdemo1, .case-box #Cdemo2 { 
	float:left;
}
.case-box #Ddemobox{ 
	float:left; 
	overflow:hidden; 
	width:1180px;
}
.case-box #Dindemobox { 
	width:800%; 
	float:left;
}
.case-box #Ddemo1, .case-box #Ddemo2 { 
	float:left;
}
.slide-item{
	display: inline;
	float: left;
	width: 180px;
	margin: 0 8px;
	position: relative;
	text-align: center;
}
.slide-item .mask{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.mask .content{
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	bottom: 0;
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.content .item-title, .content .item-link{
	opacity: 0;
	filter: alpha(opacity=0);
 	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.content .item-title{
	font-size: 14px;
	color: #ffffff;
}
.content .item-link {
	display: inline-block;
    background: #cdcdcd;
    border: 1px solid #ffffff;
    border-radius: 3px;
    width: 100px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
    margin-top: 22px;
}
.content .item-link:hover{
	background: #1f8cdf;
	color: #FFFFFF;
}
.slide-item .mask .bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0; 
	height:180px;
}
.slide-item:hover .bg {
	background: #000000;
	opacity: 0.7;
	filter: alpha(opacity=70);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.slide-item:hover .content .item-title, .slide-item:hover .content .item-link {
	opacity: 1;filter: alpha(opacity=100);
 	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.inster-centre{
	width: 1200px;
	margin: 30px auto;
	background: #FFFFFF;
	border-radius: 10px;
	padding-bottom: 50px;
	position: relative;
}
.inster-left{
	width: 236px;
	border-right: 2px solid #f2f2f2;
	height: 700px;
}
.inster-left-meun{
	margin-left: 10px;
	padding-top: 30px;
}
.inster-left-meun h5{
	color: #4fb8bd;
	font-size: 18px;
	text-align: center;
	border-bottom: 2px solid #d7d7d7;
	padding-bottom: 15px;
}
.inster-left-meun h5 i{
	color: #989898;
	font-size: 14px;
}
.inster-left-meun ul{
	padding: 20px 10px;
}
.inster-left-meun ul li{
	height: 38px;
	line-height: 38px;
	text-align: center;
}
.inster-left-meun ul li a{
	color: #a1a1a1;
	display: block;
	transition:0.3s;
	-webkit-transition: 0.3s; 
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
.inster-left-meun ul li a:hover{
	background: #0293fd;
	color: #FFFFFF;
}
.inster-left-meun .inster-meun-dd a{
	background: #053a92;
	color: #FFFFFF;
}
.inster-left-Contact{
	margin-top: 40px;
	margin-left: 10px;
}
.inster-left-Contact h5{
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #999898;
	background: url(../../images/inster-left-line.jpg) no-repeat bottom;
}
.contact-text{
	padding: 16px 0;
	line-height: 24px;
	font-size: 12px;
	color: #8a8a8a;
}
.inster-right{
	width: 938px;
	padding-right: 10px;
}
.inster-r-title{
	height: 60px;
	line-height: 24px;
	background: url(../../images/inster-r-title.jpg) no-repeat right 57px;
}
.inster-title2{
	background: url(../../images/inster-title.jpg) no-repeat right 46px;
	margin: 0 20px;
}
.inster-r-title .inster-r-B{
	padding-top: 37px;	
	color: #8a8a8a;
	font-size: 18px;
}
.inster-r-title .inster-r-B b{
	font-size: 14px;
	font-weight: normal;
}
.inster-r-title span{
	float: right;
	color: #8a8a8a;
	margin-top: 20px;
	padding-right: 10px;
}
.inster-r-title span a{
	color: #8a8a8a;
}
.inster-r-title span a:hover{
	color: #15908C;
}
.inster-newsbox{
	margin-top: 40px;
}
.news-boxlist {
	border-bottom: 1px dashed #F0F0F0;
	padding: 20px 10px;
}
.news-text{
	width: 705px;
	padding-top: 20px;
	
}
.news-text h3 a{
	color: #000;
	font-size: 18px;
	font-weight: bold;
}
.news-text h3 a:hover{
	color: #1449a0;
}
.news-text h3 span{
	float: right;
	font-size: 14px;
	color: #939393;
}
.news-text p{
	padding-top: 20px;
	font-size: 16px;
}
.news-text .news-more{
	color: #053a92;
	padding-top: 20px;
	float: right;
}
.news-text .news-more:hover{
	color:#FF0000;
}
.news-boxlist:hover{
	background:#f5f2f2;
}
.inster-pages{
	margin-top: 40px;
	text-align: center;
	font-size: 16px;
}
.inster-pages select{
    width: 60px;
    display: inline-block;
    border: 1px solid #d9d9d9;
    padding: 2px 10px;
}
.inster-pages a{
	display: inline-block;
	border: 1px solid #d9d9d9;
	padding: 2px 10px;
}
.inster-pages a:hover{
	background: #053a92;
	border: 1px solid #053a92;
	color: #FFFFFF;
}
.inster-pages .pages-dd{
	background: #053a92;
	border: 1px solid #053a92;
	color: #FFFFFF;
}
.news-title01{
	text-align: center;
	font-size: 24px;
}
.news-title02{
	text-align: center;
	color: #939393;
	margin-top: 20px;
	margin-bottom: 20px;
}
.news-title02 a{
	color: #939393;
}
.news-title02 a:hover{
	text-decoration: underline;
}
.inster-about{
	margin-top: 40px;
}
.inster-about-left{
	width: 500px;
	line-height: 30px;
	text-align:justify; 
	text-justify:inter-ideograph;
}
.inster-about-right{
	padding-right: 40px;
}
.Join-box{
	padding:10px 40px;
}
.Join-Us-text{
	margin-top: 30px;
	background: #f6f6f6;
	padding: 30px;
}
.Join-text{
	width: 640px;
	line-height: 30px;
}
.Join-text strong{
	font-size: 16px;
	color: #053a91;
}
.join-ZP{
	margin: 20px 0;
}
.join-ZP h5{
	height: 35px;
	line-height: 35px;
	background: url(../../images/zp-bg.jpg) no-repeat;
	font-size: 16px;
	color: #053A91;
	padding-left: 15px;
	font-weight: bold;
}
.zp-title{
	font-weight: bold;
	padding-top: 15px;
	margin-bottom: 10px;
}
.zp-title span{
	padding-left: 30px;
}
.zp-text{
	padding: 10px 0;
	line-height: 30px;
	text-align:justify; 
	text-justify:inter-ideograph;
}
.zp-text h3{
	font-weight: bold;
	margin-bottom: 10px;
}
.Yanfa-icon{
	margin: 30px 0;
}
.Yanfa-icon ul li{
	display: inline-block;
	float: left;
	text-align: center;
	width: 280px;
	font-size: 18px;
	color: #8a8a8a;
}
.zzyf-textBox{
	padding: 20px 0;
}
.zzyf-textBox h5{
	font-size: 16px;
	color: #053A91;
	margin-bottom: 10px;
	font-weight: bold;
}
.zzyf-text{
	line-height: 30px;
	text-indent: 2em;
	text-align:justify; 
	text-justify:inter-ideograph;
}
.cpjs-table {
	border: 1px solid #D9D9D9;
	border-left: none;
	border-bottom: none;
}
.cpjs-table tbody tr td{
	border-left: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	line-height: 30px;
	padding: 0 5px;
}
