html{
	font-family:"微软雅黑",sans-serif;
	box-sizing: inherit;
	width: 100%;
	overflow-x: hidden;
}
a{
	color: black;
}
iframe{
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
}
.cp-header{
	height: 65px;
}
.cp-footer{
	height: 330px;
}
/* 头部背景图 */
.header{
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: block;
	height: 600px;
}
.header-prod{
	background-image: url(../images/pro-top-banner.jpg);
}
.header-gov{
	background-image: url(../images/prod-gov-top-banner.jpg);
}
.header-mar{
	background-image: url(../images/prod-of-top-banner.jpg);
}
.header-ser{
	background-image: url(../images/prod-value-top-banner.jpg);
}
/* 产品分类导航  */
.header-list{
	width: 1200px;
	margin: 0 auto;
	margin-top: 17px;
	text-align: center;
}
.header-list .list-nav ul{
	display: inline-block;
	border: 1px solid #f6f6f6;
	border: 1px solid rgba(246, 246, 246, 0.5);
    border-radius: 6px;
}
.header-list .list-nav ul li{
	width: 202px;
	float: left;
	height: 33px;
	line-height:33px;
	font-size: 14px;
    position: relative;
}
.header-list .list-nav ul li:hover{
	cursor: pointer;
}
.header-list .list-nav ul li.active{
	background: rgba(255,255,255,0.3) !important;
	background:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Cfffffff,endColorstr=#4Cfffffff);
    zoom: 1;
}
.header-list .list-nav ul li.active:before{
	display: none;
}
.header-list .list-nav ul li.active+li:before {
	display: none;
}
.header-list .list-nav ul li:before{
	content: ' ';
    position: absolute;
    width: 2px;
    height: 17px;
    top: 9px;
    left: 0px;
   	background: rgba(255, 255, 255, 0.36);
}
.header-list .list-nav ul li:first-child:before{
	display: none;
}
.header-list .list-nav ul li a{
	color: white;
	display: inline-block;
	height: 33px;
	padding-left: 30px;
	width: 172px;
}
.header-list .list-nav ul li i{
	display: inline-block;
	font-size: 24px;
	position: absolute;
	top: 0px;
	left: 56px;
}
.header-list .list-nav ul li i.icon-fuwuzhongxin{
	left: 36px;
}
/* 云服务  */
.list-pro{
	margin-top: 53px;
    padding-left: 107px;
    padding-right: 75px;
    min-height: 300px;
    overflow: hidden;
}
.list-pro .list-pto{
	width: 415px;
    height: 358px;
    float: left;
}
.list-pro .list-pto img{
	width: 100%;
	height: 100%;
}
.list-pro .list-dec{
	float: right;
	width: 540px;
	text-align: left;
	color: white;
}
.pro{
	width: 1200px;
	margin: 0 auto;
}
.pro-conditions{
	margin-top: -66px;
	padding: 32px 0 37px 0;
	border-radius: 16px;
	background: #FFFFFF;
	box-shadow: 0 0 9px 0 rgba(215, 215, 215, 0.5) ;
	border: 1px solid white;
}
.pro-conditions h3{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
.pro-conditions .pro-forefront{
	text-align: center;
	width: 100%;
	margin-top: 20px;
}
.pro-conditions .pro-forefront ul{
	display: inline-block;
}
.pro-conditions .pro-forefront ul li{
	float: left;
	margin-right: 70px;
	text-align: center;
}
.pro-conditions .pro-forefront ul li:last-child{
	margin-right: 0px;
}
.pro-conditions .pro-forefront ul li span{
	display: block;
	text-align: center;
}
.pro .pro-forefront ul li span:first-child{
	font-size: 25px;
	font-weight: bold;
	color: #666666;
}
.pro-conditions .pro-forefront ul li span:last-child{
	font-weight: bold;
    font-size: 16px;
    color: #999999;
    margin-top: 8px;
}
.pro-conditions .pro-icon {
	width: 100%;
	text-align: center;
	margin-top: 37px;
}
.pro-conditions .pro-icon  ul{
	display: inline-block;
}
.pro-conditions .pro-icon li{
	float: left;
	margin-right: 200px;
}
.pro-conditions .pro-icon li:last-child{
	margin-right: 0;
}
.pro-conditions .pro-icon li img{
	width: 96px;
	height: 96px;
	border: none;
}
.pro-conditions .pro-icon li span{
	display: block;
	text-align: center;
}
.pro-conditions .pro-icon li span:last-child{
	margin-top: 16px;
}
.pro-conditions .pro-icon li a{
	font-size: 18px;
	color: #666;
}
.pro-conditions .pro-icon li a:hover span:last-child{
	color: #FF9F00;
}
/* 中间内容 */
/*.left{
	float: left;
}
.right{
	float: right;
}*/
.pro-content{
	padding: 50px 0 115px 107px;
	min-height: 300px;
	overflow: hidden;
}
.content-dec{
	width:395px;
	padding-top: 125px;
}
.pro-content .content-dec img{
	width: 116px;
	height: 116px;
}
.pro-content .content-dec p{
	color: #666;
	margin-top: 10px;
}
.content-img{
	width:558px;
	height: 561px;
}
.content-img img{
	width: 100%;
	height: auto;
}
.dec-contents{
	color: white;
	margin-top: 27px;
	line-height: 26px;
}
.dec-titles{
	color: white;
	font-size: 38px;
	font-weight: bold;
}
.dec-title{
	font-size: 40px;
	font-weight: bold;
}
.dec-content{
	margin-top:27px;
	font-size: 16px;
    color: #666666;
    line-height: 26px;
}
.dec-code{
	margin-top: 60px;
}
.pro-panels .dec-code img{
	width: 116px;
	height: 116px;
}
.pro-panels .dec-code p{
	color: #666;
	margin-top: 10px;
}
.dec-btn a{
	display: block;
	background: #e3282a;
	margin-top: 63px;
	width: 194px;
	height: 60px;
	font-weight: bold;
	color: white;
	font-size: 24px;
	text-align: center;
	line-height: 60px;
	border-radius: 100px;
}
.dec-btn a:hover{
	background: #e0181a;
	color: white;
}
/* 政务服务  */
.listgov{
	min-height: 300px;
	overflow: hidden;
	margin-top: 40px;
    padding-right: 0;
    padding-left: 87px;
}
.listgov .listgov-dec{
	float: left;
	width: 460px;
}
.listgov .listgov-pto{
	float: right;
	width: 650px;
    height: 406px;
    margin-top: 25px;
}
.listgov .listgov-pto img{
	width: 100%;
	height: 100%;
}
.listgov-dec{
	text-align: left;
}
.listgov .dec-contents{
	margin-top: 18px;
	margin-bottom: 18px;
	line-height: 25px;
}
.listgov .dec-btn{
	height: 100px;
	display: none;
}
.listgov .dec-btn .code{
	float: left;
}
.listgov .dec-btn p{
	width: 80px;
	height: 80px;
	text-align: center;
	color: white;
	font-size: 12px;
}
.listgov .dec-btn .code-desc{
	display: block;
	margin-top: 5px;
}
.listgov .dec-btn p img{
	width: 100%;
	height: 100%;
}
.listgov .dec-btn a{
	float: right;
	margin-top: 15px;
}
/* 市场服务  */
.listmar{
	padding-left: 107px;
    padding-right: 75px;
    margin-top: 60px;
    min-height: 250px;
    overflow: hidden;
}
.listmar .listmar-dec{
	float: right;
	width: 395px;
	text-align: left;
	padding-top: 55px;
}
.listmar .listmar-pto{
	width: 371px;
    height: 375px;
    float: left;
}
.listmar .listmar-pto img{
	width: 100%;
	height: 100%;
}
.free{
	padding: 103px 80px 0 87px;
}
.free .content-dec{
	padding-top: 0px;
}
.free .content-img a{
	width:469px;
	display: block;
	float: right;
}
.free .content-img img{
	display: block;
	height: 269px;
	width:469px;
	border: none;
	text-align: right;
}
.free .content-img a .img-desc{
	width: 469px;
	margin-top: 25px;
	background: rgba(246, 246, 246, 0.55);
    border: 1px solid #BDBDBD;
    font-size: 18px;
    font-weight: bold;
    padding: 17px 0;
    text-align: center;
    border-radius: 29px;
    color: #666666;
}
.free .content-img a:hover .img-desc{
	background: #666666;
	color: white;
}
/* 增值业务  */
.listser{
	margin-top: 75px;
    padding-left: 80px;
  	min-height: 320px;
  	overflow: hidden;  
}
.listser .listser-dec{
	float: left;
	width: 395px;
	height: 320px;
	text-align: left;
}
.listser .listser-pto{
	float: right;
	width: 719px;
    height: 412px;
}
.listser .listser-pto img{
	width: 100%;
	height: 100%;
	display: block;
}
 .dec-code div{
	float: left;
}
 .dec-code div p{
	text-align: center;
	margin-right: 40px;
	font-size: 14px;
	color: #666;
}
.ser-bk{
	height:650px;
	background-image: url(../images/value-sec2-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 513px;
    text-align: center;
    padding-top: 71px;
}
.entiy-ser{
	width: 1200px;
	margin: 0 auto;
}
.entiy-ser h3{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 69px;
    padding-right: 33px;
    color: white;
    text-align: center;
}
.entiy-img {
	display: inline-block;	
}
.entiy-img  li{
	float: left;
	width: 312px;
	height: 472px;
	margin-right: 33px;
    background: white;
    box-shadow: 0 2px 20px 0 rgba(31, 34, 10, 0.07)
}
.entiy-img img{
	width: 312px;
	height: 283px;
}
.entiy-text{
	padding: 27px 17px 0 17px;
	text-align: left;
}
.entiy-text p:first-child{
	font-size: 24px;
	font-weight: bold;
}
.entiy-text p:first-child a{
    font-size: 12px;
    color: #57A5FF;
    line-height: 45px;
    float: right;  
}
.entiy-text p:last-child{
	margin-top: 14px;
    font-size: 12px;
    line-height: 22px;
    color: #666666;
}
.business {
	padding-bottom: 0px;
}
.business .content-img{
	position: relative;
}
.business .content-img img{
	width: 810px;
	height: 396px;
	position: absolute;
	left:-175px;
	top: 30px;
}
.business .content-img .trading{
	width: 719px;
	height: 425px;
	top: 0px;
}
.entiy-img  li{
	float: left;
	width: 260px;
	height: 500px;
	margin: 15px;
}
.header-list .list-nav ul li i.icon-real-estate- {
    left: 36px;
}
.entiy-img .entiy-pto{
	width: 260px;
	height: 283px;
}
.entiy-img img{
	width: 100%;
	height: 100%;
}