body {
	background: #fbfbfb;
	overflow: auto;
}

.headdiv {
	height: 60px;
	margin: 0 auto;
	padding: 0;
	background: #1890FF;
}

.logo {
	width: 148px;
	height: 43px;
	float: left;
	background:
		url('../image/logo.png')
		no-repeat;
	margin: 7px 50px 7px 40px;
}

.folded {
	width: 25px;
	height: 21px;
	float: left;
	background:
		url('../image/folded.png')
		no-repeat;
	margin: 20px 0 10px 0;
}

.headdiv .head-box {
	width: 280px;
	line-height: 56px;
	float: right;
	font-size: 14px;
	color: #fff;
}

.head-title {
	float: left;
	display: inline-block;
	vertical-align: middle;
}

.head-title .img {
	width: 16px;
	height: 16px;
	float: left;
	margin-top: 20px;
}

.head-title .word {
	float: left;
	padding-left: 5px;
	padding-right: 10px;
	
}

.head-exit {
	float: right;
}

.head-exit img {
	padding: 0 10px;
}

.chdiv {
	height: 70px;
	margin: 0 auto;
	border-bottom: 1px solid #DBDBDB;
	background-color: #FBFBFB;
}

.choosediv {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

.choosediv .choose-box {
	width: 18%;
	line-height: 56px;
	font-size: 16px;
	color: #0B5099;
	display: inline-block;
}

.choose-box .img {
	width: 16px;
	height: 16px;
	float: left;
	margin-top: 20px;
}

.choose-box .word {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}

.choosediv .active .word {
	color: #28A0FF;
	font-size: 18px;
}

.hodiv {
	height: 240px;
	margin: 20px auto 0px auto;
	border-top: 1px solid #DBDBDB;
}

.hotservicediv {
	width: 1100px;
	height: 240px;
	margin: 20px auto 0px auto;
}

.hotservicediv .titlediv {
	width: 150px;
	height: 120px;
	font-size: 16px;
	float: left;
	padding-top: 10px;
	font-weight: bold;
}

.hotservicediv .contentdiv {
	width: 950px;
	height: 120px;
	float: left;
}

.contentdiv .servicediv {
	width: 150px;
	height: 120px;
	float: left;
}

.servicediv .img {
	width: 70px;
	height: 70px;
	margin-top: 10px;
}

.servicediv .worddiv {
	padding-top: 10px;
	width: 70px;
    margin-right: 80px;
}

.servicediv .word {
	font-size: 14px;
	text-align: center;
    display: block;
    font-weight: bold;
}

.maindiv {
	width: 1000px;
	height: 500px;
	background-color: #FBFBFB;
	margin: 0 auto;
}

.titlediv {
	margin: 0;
	font-size: 100%;
}

.titlecontent {
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

.box {
	width: 100%;
	overflow: hidden;
}

.nav {
	margin-left: -1px;
	font: 14px;
	overflow: hidden;
	background-color: #FBFBFB;
	padding-top: 10px;
}

.navI {
	float: left;
	width: 100px;
	box-sizing: border-box;
}

.navI-tit {
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}

.navI-txt {
	width: 1001px;
	height: 500px;
	line-height: 2;
	background: #FBFBFB;
	border: 0;
	text-align: left
}

.navI_active {
	position: relative;
	z-index: 1;
}

.navI-tit-new {
	background: #FBFBFB;
	border-bottom: 1px solid #0099ff;
	color: #0099ff;
}
