body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
select,
textarea,
p,
blockquote,
th,
td,
img,
iframe {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
button,
textarea,
option {
	font: 12px "\5b8b\4f53", Arial, Helvetica, sans-serif;
}

ul,
li,
div {
	list-style: none;
	border: 0px;
}

img {
	border: 0px;
}

.clear {
	font: 0px/0px serif;
	display: block;
	clear: both;
}

html {
	-webkit-text-size-adjust: none;
}

input {
	outline: none;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	border: none;
}

button {
	border: none;
	margin: 0;
	padding: 0;
}

textarea {
	resize: none;
	vertical-align: middle;
}

select {
	vertical-align: middle;
}

a {
	text-decoration: none;
}

.json {
	display: none;
}

body:nth-of-type(1) input:focus,
textarea:focus {
	outline: none;
}

body {
	font: 12px "\5b8b\4f53", "Tahoma", "Arial", "Microsoft Yahei";
	color: #333;
	background: #fff;
	position: relative;
	min-width: 1100px;
}

#header {
	width: 100%;
	height: 32px;
	margin: 0 auto;
	border-bottom: 1px solid #e5e5e5;
}

.header {
	width: 1100px;
	height: 32px;
	margin: 0 auto;
	position: relative;
}

.header div {
	float: left;
}

.header ul {
	float: left;
	margin-left: 23px;
}

.header li {
	float: left;
	color: #666;
	line-height: 32px;
}

.header li a,
.header p a {
	color: #666;
	padding: 0 4px;
}

.header input {
	width: 92px;
	height: 18px;
	float: left;
	border: 1px solid #d4d4d4;
	margin: 6px 6px 0 0;
}

.header button {
	width: 39px;
	height: 19px;
	float: left;
	background-color: #168ce3;
	color: #fff;
	margin: 6px 4px 0 2px;
}

.header p {
	line-height: 32px;
	float: right;
	padding-right: 6px;
	color: #dfdfdf;
}

.header a.mobile {
	width: 55px;
	height: 16px;
	display: block;
	float: right;
	text-indent: 18px;
	margin-top: 8px;
	line-height: 16px;
	color: #4c95d9;
	background: url(../images/help2016/help.png) no-repeat -47px 0;
}

.header a:hover {
	color: #446cb3;
	text-decoration: underline;
}

.top {
	width: 1100px;
	margin: 0 auto;
	height: 103px;
	position: relative;
}


.top .logo {
	position: absolute;
	left: 0;
	top: 17px;
}
.top .logo_02 {
	position: absolute;
	left: 190px;
	top: 17px;
}
.banner {
	width: 100%;
	height: 360px;
}

.bannerImg {
	width: 100%;
	height: 360px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.bigImgBox{
    width: 100%;
    height: 360px;
    position: absolute;
    top: 0;
    left: 0;
}
.bannerImg ul {
	height: 360px;
	position: absolute;
	width: 100%;
    left: 0;
    top: 0;
}

.bannerImg ul li {
	float: left;
	width: 33.333333%;
	height: 360px;
	overflow: hidden;
	position: relative;
}

.bannerImg ul li div {
	position: absolute;
	overflow: hidden;
}

.bannerImg .btn {
	position: absolute;
	width: 1100px;
	height: 10px;
	left:120px;
	bottom: 29px;
	text-align: center;
}

.bannerImg .btn a {
	display: inline-block;
	_display: inline;
	_zoom: 1;
	width: 10px;
	height: 10px;
	margin: 0 10px;
	cursor: pointer;
	border-radius: 50%;
	background-color: #99cff7;
}

.bannerImg .btn a.on {
	background-color: #fff;
}

.bannerImg .preNext {
	width: 34px;
	height: 67px;
	position: absolute;
	top: 150px;
	background: url(../images/help2016/banner_btn.png) no-repeat;
	cursor: pointer;
}

.bannerImg .pre {
	left: 0;
	position: absolute;
	top: 150px;
	left:125px;
}

.bannerImg .next {
	right: 125px;
	background-position: right top;
	position: absolute;
	top: 150px;
}

.nav {
	height: 50px;
	width: 100%;
	background-color: #168ce3;
}

.nav div {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	height: 50px;
}

.nav p {
	width: 1101px;
	height: 50px;
	font: normal 18px/50px "microsoft yahei";
}

.nav p a {
	width: 149px;
	display: block;
	float: left;
	color: #fff;
	border-right: 1px solid #237d7d;
	text-align: center;
}

.nav p a.home {
	width: 201px;
	border: 0;
}

.nav p a:hover {
	background-color: #f7941d;
}
.nav p a.tive {
	background-color: #f7941d;
}


/*main*/

.main {
	width: 1100px;
	margin: 20px auto 0;
}

.left {
	width: 200px;
	float: left;
	overflow: hidden;
}

ul.menu li {
	float: left;
	width: 200px;
	overflow: hidden;
	position: relative;
}

ul.menu li h3 {
	width: 200px;
	height: 44px;
	border-top: 1px solid #d7d7d7;
	background: #ecf0f1;
	color: #168ce3;
	text-align: center;
	font: bold 14px/44px "Microsoft Yahei", "����";
	cursor: pointer;
}

ul.menu li i {
	margin-top: -5px;
	_margin-top: -12px;
	background: url(../images/help2016/help.png) no-repeat 0px -26px;
	width: 11px;
	height: 5px;
	position: relative;
	display: block;
	top: -20px;
	_top: -15px;
	left: 158px;
}

ul.menu li span {
	width: 200px;
	float: left;
	text-indent: 58px;
}

ul.menu li span a {
	width: 200px;
	float: left;
	font: 14px/30px "Microsoft Yahei", "����";
	color: #333;
}

ul.menu li span a:hover {
	color: #168ce3;
}

ul.menu li i.idown {
	background: url(../images/help2016/help.png) no-repeat 0px -65px;
}

.right {
	width: 880px;
	float: right;
}

.right .place {
	width: 880px;
	height: 40px;
	font: 14px/40px "Microsoft Yahei", "����";
	text-indent: 36px;
	background: #ecf0f1 url(../images/tipbg.png) no-repeat -74px -470px;
	float: left;
}

.right .place a {
	color: #666;
	padding: 0 3px;
}

.right .place a:hover {
	color: #f60;
	text-decoration: underline;
}

.center {
	width: 730px;
	margin-top: 20px;
	float: left;
	padding: 20px 40px;
}

.center p {
	font: normal 14px/32px "microsoft yahei";
	text-indent: 2em;
}

.layout {
	width: 1100px;
	margin: 45px auto 0;
}

dl.brand {
	width: 380px;
	float: left;
}

dl.brand dt,
dl.case dt {
	width: 380;
	height: 28px;
	float: left;
	margin-bottom: 16px;
	font: bold 20px/28px "Microsoft Yahei", "\5b8b\4f53";
	color: #333;
}

dl.brand dd,
dl.case dd {
	width: 100%;
	float: left;
}

dl.brand span {
	width: 380px;
	height: 72px;
	display: block;
	overflow: hidden;
	font: normal 13px/24px "Microsoft Yahei", "\5b8b\4f53";
}

dl.brand span a {
	color: #888;
}

dl.brand span a:hover {
	color: #446cb3;
}

dl.case {
	width: 700px;
	float: right;
}

dl.case dt {
	width: 668px;
	text-align: right;
	margin-right: 20px;
	margin-bottom: 10px;
}

dl.case dt a {
	color: #333;
}

dl.case ul {
	float: left;
}

dl.case li {
	width: 115px;
	float: left;
	margin-left: 18px;
	display: inline;
}

dl.case li img {
	width: 115px;
	height: 62px;
	float: left;
	border: 1px solid #ddd;
}

dl.case li span {
	width: 115px;
	height: 24px;
	float: left;
	text-align: center;
	line-height: 24px;
	overflow: hidden;
}

dl.case li span a {
	color: #666;
}

dl.case a:hover {
	color: #446cb3;
	text-decoration: underline;
}

#service {
	width: 100%;
	margin: 46px auto 0;
	background: #f5f5f5;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

.service {
	width: 1100px;
	margin: 0 auto;
	padding: 30px 0 34px 0;
	overflow: hidden;
}

.service .weixin {
	width: 87px;
	height: 87px;
	float: left;
	margin-right: 65px;
}

.service dl {
	width: 300px;
	float: left;
	padding-right: 16px;
}

.service dt {
	width: 300px;
	height: 25px;
	float: left;
	margin: 5px 0 7px;
	font: bold 16px/25px "Microsoft Yahei", "\5b8b\4f53";
	color: #333;
	text-indent: 32px;
	background: url(../images/baike/serviceIcon.png) no-repeat;
}

.service .question dt {
	background-position: 0 -25px;
}

.service .advise dt {
	background-position: 0 -50px;
}

.service dd {
	width: 268px;
	height: 50px;
	float: left;
	padding-left: 32px;
}

.service dd a {
	line-height: 25px;
	display: inline-block;
	margin-right: 20px;
	color: #666;
}

.service dd a:hover {
	color: #446cb3;
	text-decoration: underline;
}

#footer {
	width: 100%;
	margin: 10px auto 0;
	background: #168ce3;
	padding-top: 18px;
}

.footer {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 20px;
}

.footer p {
	width: 1100px;
	float: left;
	color: #7f7f7f;
	font: normal 12px/30px "Microsoft Yahei", "\5b8b\4f53";
}

.footer p a {
	color: #fff;
	padding-right: 8px;
}

.footer span {
	width: 1100px;
	height: 36px;
	float: left;
	margin-top: 11px;
	color: #fff;
	font: normal 14px/18px "Microsoft Yahei", "\5b8b\4f53";
	text-align: center;
}

.footer span a {
	color: #fff;
	padding: 0 6px;
}

.footer em {
	width: 1100px;
	float: left;
	text-align: center;
	color: #fff;
	font: normal 12px/21px "Tahoma", "\5b8b\4f53";
}
.footer em a{ 
   cursor: pointer;
}
.footer em a .QQhover {
	position: absolute;
	left: 0px;
	bottom: 25px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
	color: #333;
	background: rgba(255,255,255,.9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 20px;
	width: 100px;
	text-align: center;
	overflow: hidden;
	resize: none;
	font-family: "Microsoft Yahei";
   }
   .footer em a .QQhover::after{
	position: absolute;
	left: 0;
	top: 0;
	line-height:20px;
	content: "QQ:";
   }
   .footer em a:hover .QQhover{
	display: inline-block;
   }
.footer b {
	padding: 0 15px;
}

.footer p a:hover,
.footer span a:hover {
	text-decoration: underline;
}
.search{ 
	float:left;
	margin:34px 0 0 245px; 
	display:inline; }
.search input{ 
	float:left; 
	margin-right:7px; }
.search .text{ 
	width:376px;
	height:35px; 
	background:url(../images/baike/searchIcon.png) no-repeat; text-indent:10px; 
	font-size:16px; color:#000; 
	line-height:34px; 
	border-right: 1px solid #cdcdcd; }
.search .s_btn{ 
	width:96px; 
	height:36px; 
	background:url(../images/baike/searchIcon.png) no-repeat -417px 0; 
	cursor:pointer; 
	font-size:14px; 
	color:#363535; 

}
.top span{ 
	float:left; 
	padding:43px 0 0 4px; }
.top span a{ 
	color:#2b66b4; 
	text-decoration:underline; 
}


