body{
	font-size: 12px;
	font-family: '微软雅黑';
	padding-top: 80px;
	min-width: 1200px;
}
header{
	height: 80px;
	box-sizing: border-box;
	box-shadow: 0px 0px 6px #eee;
	-webkit-box-shadow: 0px 0px 6px #eee;
	-moz-box-shadow: 0px 0px 6px #eee;
	-o-box-shadow: 0px 0px 6px #eee;
	-ms-box-shadow: 0px 0px 6px #eee; 
	margin-bottom: 2px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2018;
	width: 100%;
	background-color:#fff;
}
.logo{
	height: 80px;
	line-height: 80px;
	vertical-align: center;
}
.nav{
	height: 80px;
	line-height: 76px;
	text-align: center;
}
.nav > li > a{
	color: #4c4c4c;
	font-size: 16px;
	font-family: '微软雅黑';
	padding: 0;
}
.nav > li > a:link{
	background-color: transparent;
}
.nav > li > a:visited{
	background-color: transparent;
}
.nav > li > a:hover{
	border-bottom: 4px solid #0457B7;
	color: #0457B7;
	background-color: transparent;
}
.nav > li > a.active{
	border-bottom: 4px solid #0457B7;
	color: #0457B7;
	background-color: transparent;
}
.logandreg{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	height: 80px;
}
.selectGroup{
	border-right: 1px solid #c5c5c5;
	padding: 0 10px;
}
.selectGroup select{
	font-size: 12px;
}
.loginIN{
	border-right: 1px solid #c5c5c5;
	padding: 0 10px;
	margin-right: 10px;
	position: relative;
}
.register{
	position: relative;
}
.goBackOld{
	border: 1px solid #c5c5c5;
	padding: 2px 10px;
	margin-left: 16px;
}
.logandreg a:hover{
	color: #7c7c7c;
}
.entry-type-wrap{
	position: absolute;
	left: -38px;
	top: 18px;
	z-index: 999;
	height: 70px;
	padding: 8px;
	transform: translateY(6px);
	-webkit-transform: translateY(6px);
	-moz-transform: translateY(6px);
	-o-transform: translateY(6px);
	-ms-transform: translateY(6px);
	background: rgba(255,255,255,0.7);
	border: 1px solid #eee;
	display: none;
}
.triangle{
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #eee;
	border-left: 10px solid transparent;
	position: absolute;
	top: -10px;
	left: 46px;
}

.entry-type li{
	width: 94px;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	margin-bottom: 2px;
}
.entry-type li a:hover{
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: #EC6C00;
	color: #fff;
}

.logandreg a {
	color: #4c4c4c;
	font-size: 12px;
}
.logandreg a:hover{
	text-decoration: none;
}

/*轮播图*/
.common-carousel{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.common-carousel ul{
	width: 2340px;
	height: 200px;
	position: absolute;
	left: 0;
	top: 0;
}
.common-carousel ul > li{
	float: left;
}
.common-carousel ul > li .title{
	font-size: 22px;
	color: #4D4D4D;
	text-align: center;
}
#solution-carousel{
	height: 180px;
	margin-top: 50px;
}
#solution-carousel li{
	width: 390px;
}
#solution-carousel .imgText{
	background-color: #fff;
}
#solution-carousel .text{
	padding: 10px 0;
}
#solution-carousel .btn_r{
	right: 0;
	top: 0;
	height: 172px;
	line-height: 172px;
}
#solution-carousel .text .title{
	padding-bottom: 2px;
}
#solution-carousel .btn_l{
	left: 0;
	top: 0;
	height: 172px;
	line-height: 172px;
}
.carouselActive{
	box-shadow: 0 2px 8px #ccc;
	-webkit-box-shadow: 0 2px 8px #ccc;
	-moz-box-shadow: 0 2px 8px #ccc;
	-o-box-shadow: 0 2px 8px #ccc;
	-ms-box-shadow: 0 2px 8px #ccc;
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	position: relative;

}
.common-carousel .btn{
	width: 30px;
	height: 50px;
	background: rgba(0,0,0,0.35);
	position: absolute;
	cursor: pointer;
	text-align: center;
	padding: 0;
	color: #fff;
	font-size: 40px;
	font-family: "宋体";
	display: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
}
.common-carousel:hover .btn{
	display: block;
}
#fpx-carousel .iconfont{
	visibility: hidden;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: rgba(0,0,0,0.2);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
#fpx-carousel a.carousel-control:hover .iconfont{
	visibility: visible;
}
.common-carousel .btn_l{
	left: 0;
}
.common-carousel .btn_r{
	right: 0;
}

/* 页脚 */
.footer-top-wrap{
	background-color: #363636;
	padding-top: 26px; 
	padding-bottom: 60px;
}
.footer-top{
	margin: 0 auto;
}
.footer-top-item{
	padding-left: 40px;
}
.footer-top-item:nth-of-type(5){
	padding-left: 0;
}

.footer-top-item .item-title{
	color: #fff;
	font-size: 20px;
	padding-bottom: 18px;
}

.footer-top-item .item-content{
	font-size: 14px;
	color: #787878;
	line-height: 26px;
}
.footer-top-item .item-content li a{
	color: #787878;
}
.footer-top-item .item-content li a:hover{
	color: #EC6C00;
}
.footer-top-item.Qrcode{
	text-align: right;
}
.footer-top-item.Qrcode img{
	margin-top: 10px;
}
.footer-top-item.Qrcode .tel{
	font-size: 24px;
	color: #0457B7;
}
.partner-wrap{
	background-color: #3C3C3C;
	height: 90px;
}
.partner{
	margin: 0 auto;
	position: relative;
}
#partner-carousel{
	height: 90px;
}
#partner-carousel > ul {
	height: 90px;
}
#partner-carousel > ul > li {
	width: 160px;
	text-align: center;
	height: 90px;
	line-height: 90px;
	vertical-align: center;
}
#partner-btn-L{
	position: absolute;
	left: -4px;
	top: 0;
	color:#5E5E5E;
	padding: 0;
	font-size: 18px;
	height: 90px;
	line-height: 90px;
	cursor: pointer;
}
#partner-btn-R{
	position: absolute;
	right: -5px;
	top: 0;
	color: #5E5E5E;
	padding: 0;
	font-size: 18px;
	height: 90px;
	line-height: 90px;
	cursor: pointer;
}
.footer-bottom-wrap{
	background-color: #252525;
	height: 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.footer-bottom{
	width: 1200px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	color: #535353;
	font-size: 12px;
	text-align: center;
}
.footer-bottom span.sys{
	padding-left: 26px;
}
.footer-bottom .sys a{
	color: #535353;
    display: inline-block;
    height: 40px;
	line-height: 40px;
	text-decoration: none;
}
.gongan{
	height: 40px;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gongan p{
	padding-left: 35px;
	color: #535353;
}
.gongan a{
	color: #535353;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
}
.gongan span{
	color: #535353;
}
.gongan a:nth-of-type(1) img{
	width: 22px;
	height: 32px;
	margin-right: 10px;
}
.gongan a.yuegwab img{
	height: 23px;
	width: auto;
	margin-right: 6px;
	margin-bottom: 4px;
	margin-left: 40px;
}
.sideBar{
	position: fixed;
	right: 1px;
	top: 400px;
}
.sideBar a{
	color: transparent;
}
.sideBar .item.toUp{
	display: none;
	padding-top: 6px;
}
.sideBar .item{
	width: 58px;
	height: 58px;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	margin-bottom: 2px;
	color: #fff;
	display: flex;
	-webkit-display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.sideBar .item .iconfont{
	font-size: 30px;
}
.sideBar .item .text{
	display: none;
}
.sideBar a:hover .item .iconfont{
	font-size: 18px;
	color: #EC6C00;
}
.sideBar a:hover .item .text{
	display: block;
	color: #EC6C00;
}

/* 解决方案导航栏下拉菜单 */
.solution-wrap{
	position: fixed;
	top: 80px;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 350px;
	display: flex;
	align-items: center;
	background-color: rgba(240, 240, 240, 0.96);
	box-shadow: 0 2px 4px #ddd;
	display: none;
}
.solution-con{
	width: 900px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.solution-wrap .solutionItem{
	width: 250px;
	text-align: center;
	line-height: 1.43
}
.solution-wrap .solutionItem.active{
	transform: scale(1.05)
}
.solution-wrap .solutionItem .itemT{
	font-size: 18px;
	color: #4c4c4c;
	padding: 40px 0 16px 0;
}
.solution-wrap .solutionItem.active .itemT{
	color: #0457B7;
}
.solution-wrap .solutionItem .des{
	font-size: 14px;
	color: #999999;
	padding: 10px 0;
}
/* 解决方案导航栏下拉菜单结束 */