/*导航*/
.man{width:100%;height:100vh;}
.container{
	width:1200px;
	margin:0 auto;
}
.mainHead{
	width:100%;
	height:120px;
	background-color:#ffffff;
}
.logn{
	height:120px;
	padding-top:15px;
	display: inline-block;
}
/*.logn img{width:84%;}*/
.logoTitle{display:none;}
.headList{width:60%;height:120px;}
.headList ul li{
	width:16%;
	height:120px;
	line-height:120px;
	display:block;
	float:left;
	text-align:center;
	font-size:18px;
}
.headList ul li a{
	height:120px;
	display:inline-block;
}
.financeRotate {
	background: rgb(55,165,208)!important;
}
.present{border-bottom:3px solid #38d890;}
.rotateBox{margin-bottom:20px;}
.rotateIgm{width:100%;}
.rotateIgm img{width:100%;}

/*切换列表*/
.urlTitle{
	color:#666666;
	font-size:14px;
	margin-bottom:40px;
}
.tabBox{
	width:100%;
	position:relative;
	margin-bottom:110px;
}
#case .tabBox{margin-bottom: 22px;}
.tabCatalog{
	width:250px;
	height:100%;
	max-height:1000px;
	background-color:#F3F3F3;
	position:absolute;
	left: 0;
	top: 0;
}
.cataTitle{
	width:100%;
	height:80px;
	background-color:#5AA4FF;
	color:#FFFFFF;
	line-height: 78px;
	padding-left: 20px;
	font-size: 26px;
	cursor:pointer;
}
/*内容*/
.tabBody{
	min-height:800px;
	margin-left:250px;
	padding-left:100px;
	position:relative;
}
.tabList{
	display:none;
	position:absolute;
	top:0;
	left:50px;
	right:0;
}

.cataItem{
	height:57px;
	line-height:55px;
	padding-left:50px;
	display: block;
	border-bottom:1px solid #dddddd;
	cursor:pointer;
	box-sizing: border-box;
}
.cataItem span{margin-left:0px;}
.cataList .active,.cataItem:hover{
	background-color:#FFFFFF;
	color:#2CD789;
}
.cataList .active{
	border-left:4px solid #2CD789 !important;
	padding-left:20px;
}
.tabBody .active{display:block !important;}
.tabTitle{
	width:100%;
	height:80px;
	line-height:78px;
	text-align: center;
	border-bottom:1px solid #DDDDDD;
	font-size: 26px;
	font-weight:600;
	letter-spacing:1px;
	margin-bottom:50px;
}

.callUp-fix {
	padding-top: 14px!important;
}

/*底部*/
.footer{
	width:100%;
	height:350px;
	padding-top:50px;
	background-color:#464D50;
	color:#FFFFFF;
}
.footTop{
	width:100%;
	height:250px;
	border-bottom:1px solid #646566;
}
.offAc,.infoBox{
	height:100%;
	float:left;
}
.offAc{width:17%;text-align: center;}
.offAc p{margin-top: 10px;font-size: 13px;}
.offAc span{margin-left:8px;}
.infoBox .infoList{
	width:190px;
	height:180px;
	display: block;
	float:left;
	border-right:1px solid #646566;
	padding: 0 30px;
}
.infoBox .infoList .listBox{margin:0 auto;}
.infoBox .infoList:nth-last-of-type(1){
	width:330px;
	text-align: left;
	border-right:none;
}
.infoBox .infoList:nth-of-type(1) .listBox{width:132px;}
.infoBox .infoList:nth-of-type(2) .listBox{width:126px;}
.infoBox .infoList:nth-of-type(3) .listBox{width:80px;}
.infoBox .infoList:nth-last-of-type(1) .listBox{width:313px;}
.infoList a{color:#FFFFFF;}
.infoList a:hover{color:#3EA6FB;}
.infoListHead{
	font-size: 20px;
	margin-bottom: 15px;
}
.listBox ul li{line-height:2;}
.footBottom p{
	font-size:14px;
	text-align: center;
	margin-top:10px;
	line-height:1.5;
}

/*移动底部导航*/
.menuList{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height:180px;
	background-color:#5AA4FF;
	z-index: 1000;
	display:none;
}
.menuList .list{
	width:18%;
	display:inline-block;
	float:left;
	margin:20px 1%;
	text-align:center;
}
.menuList .list img{width:90px;margin-bottom:10px;}
.menuList .list:nth-of-type(1) img{height: 80px;margin-bottom: 15px;margin-top: 5px;}
.menuList .list a{color:#FFFFFF;font-size:30px;}
.menuList .active a{font-weight:900;font-size:40px;}
/*移动*/
.tabBoxApp{
	width: 95vw;
	height:100px;
	line-height:97px;
	margin: 0 auto;
	margin-bottom:50px;
	display: none;
	padding-left: 3%;
}
.cataItemApp{
	width: 33%;
	height: 100%;
	display: inline-block;
	text-align: center;
	border: 2px solid #ddd;
	font-size:2rem;
	cursor: pointer;
	margin-left:-8px;
}
.cataItemApp:nth-of-type(1){
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.cataItemApp:nth-last-of-type(1){
	border-left: none;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.tabBoxApp .active{
	background-color:#5AA4FF !important;
	color:#FFFFFF;
}
/*2019-2-28*/
.offAc img{width: 65%;}
