﻿@charset "utf-8";

/** base setting **/
body, html {
	margin: 0;
}

.common-content {
	width: 1190px;
	margin: 0 auto;
}

/* 部门自建页面 - 头部自定义样式 */
.customHeader_iframe {
	border: none;
	width: 100%;
	height: 140px;
	overflow: hidden;
}

.customFooter_iframe {
	border: none;
	width: 100%;
	height: 193px;
	overflow: hidden;
}

/* yui3 reset.css */
html {
	color: #333;
	background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code,
	form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	*font-size: 100%;
}

legend {
	color: #000;
}

iframe {
	display: block;
}

/* yui3 fonts */
body {
	font-size: 14px;
	color: #333;
	font-family: "Microsoft YaHei";
}

select, input, button, textarea {
	font: 99% Microsoft YaHei, helvetica, clean, sans-serif;
}

table {
	font-size: inherit;
	font: 100%;
}

pre, code, kbd, samp, tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}

a {
	text-decoration: none;
	color: #333;
}

/* utilities */
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.l {
	float: left !important;
}

.r {
	float: right !important;
}

.hidden {
	display: none !important;
}

.invisible {
	visibility: hidden !important;
}

.mr1 {
	margin-right: 1px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

::-webkit-input-placeholder /* WebKit browsers */ {
	color: #999;
}

:-moz-placeholder /* Mozilla Firefox 4 to 18 */ {
	color: #999;
}

::-moz-placeholder /* Mozilla Firefox 19+ */ {
	color: #999;
}

:-ms-input-placeholder /* Internet Explorer 10+ */ {
	color: #999;
}

.placeholder /* Internet Explorer 9- */ {
	color: #999;
}

.container {
	position: relative;
	width: 1166px;
	margin: 0 auto;
}

.cncontainer {
	margin-top: 5px;
	margin-bottom : 5px;
    border: 1px solid #ff0000;
}

/*#region 头部样式 */
.header {
	background-color: #fff;
}

.header-top {
	height: 97px;
}

.header-top>img, .header-sj, .header-search {
	float: left;
}

.header-top>img {
	cursor: pointer;
	margin: 19px 0px 20px 0px;
}

.header-sj {
	position: relative;
	height: 64px;
	padding: 33px 131px 0px 93px;
	/* cursor: pointer; */
}

.header-sj:hover .city-around {
	display: block;
}

.header-sj:hover .arrow {
	background-image: url(images/arrowup.png);
}

.header-search {
	margin-top: 28px;
	width: 400px;
}

.header-search #headsearchtxt, .header-search #txtsearch {
	float: left;
	width: 315px;
	height: 37px;
	line-height: 37px;
	text-indent: 10px;
	font-size: 14px;
	color: #999;
	border: 1px solid #cacaca;
	outline: none;
}

.header-search #zwdtqwjs, .header-search #searchbutton {
	float: left;
	width: 83px;
	height: 39px;
	margin-left: -1px;
	background: #f38401 url(images/icon_09.png) no-repeat;
	background-position: center;
	cursor: pointer;
}

.header-search>span:hover {
	background-color: #f36d01;
}

.header-user {
	float: right;
	margin-top: 11px;
}

.header-user>img {
	width: 43px;
	height: 43px;
	margin: 0px 24px 0px 24px;
	border-radius: 20px;
}

.header-user p {
	color: #b6b6b6;
}

.header-user>p a {
	text-align: center;
	float: left;
	display: block;
	width: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #666;
}

.header-user .line {
	display: block;
	margin: 0 5px;
	float: left;
}

.header-user a:hover {
	color: #ce1e2c;
}

.header-user p a.active {
	color: #257ed7;
}

.header-user p a.activename {
	color: #257ed7;
	max-width: 100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
}

.img-cn {
	float: left;
	margin: 22px 39px 0px 160px;
}

.img-js {
	margin: 22px 0px 0px 0px;
}

.nav {
	height: 40px;
	width: 100%;
	line-height: 40px;
	font-size: 17px;
}

.nav li {
	float: left;
	width: 150px;
	text-align: center;
}

.nav li a {
	display: block;
	height: 100%;
	width: 100%;
	color: #fff;
}

/*当前所在位置*/
.position {
	height: 56px;
	line-height: 56px;
	color: #666;
	text-indent: 22px;
	background: url(images/position.png) left 20px no-repeat;
}

.position a {
	margin: 0 5px;
	color: #666;
}

.position a.curr-position {
	color: #cf1f1f;
}

.gray {
	background-color: #f8f8f8;
}

.gray1 {
	background-color: #fff;
}

/* 个人空间通用页面导航 */
.menu {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 200px;
	background-color: #fff;
}

.menu .logo {
	display: block;
	margin: 2px auto;
	width: 196px;
	height: 80px;
}

.menu .menuname {
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	font-weight: bold;
	color: #257ed7;
	text-indent: 56px;
	background-color: #daebfb;
	border-left: 8px solid #257ed7;
}

.menu .menuname:hover {
	background-color: #bfe0fe;
}

.menu .link {
	display: block;
	text-indent: 64px;
	line-height: 32px;
}

.menu .link.active, .menu .link:hover {
	font-weight: bold;
	color: #f58402;
}

.header {
	height: 97px;
}

/* 多出省略 */
.omit {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sidebar {
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -232px;
	width: 72px;
	font-size: 14px;
	text-align: center;
	background-color: #f8f8f8;
	border: 1px solid #e1f1fe;
}

.sidebar>ul {
	z-index: 1;
}

.sidebar .item {
	position: relative;
	float: left;
	background: url(images/sideline.png) bottom center no-repeat;
}

.sidebar .item:hover .seek, .sidebar .item:hover .code {
	display: block;
}

.sidebar .icon {
	display: block;
	width: 72px;
	height: 72px;
	color: #666;
	line-height: 110px;
}

.sidebar .icon.icon1 {
	background: url(images/img_mb.png) center 12px no-repeat;
}

.sidebar .icon.icon1:hover {
	background-image: url(images/img_mb2.png);
}

.sidebar .icon.icon2 {
	background: url(images/img_wx.png) center 11px no-repeat;
}

.sidebar .icon.icon2:hover {
	background-image: url(images/img_wx2.png);
}

.sidebar .icon.icon3 {
	background: url(images/img_jc.png) center 11px no-repeat;
}

.sidebar .icon.icon3:hover {
	background-image: url(images/img_jc2.png);
}

.sidebar .icon.icon4 {
	background: url(images/img_ai.png) center 11px no-repeat;
}

.sidebar .icon.icon4.active, .sidebar .icon.icon4:hover {
	background-image: url(images/img_ai2.png);
}

.sidebar .icon.icon5 {
	background: url(images/img_compass.png) center 11px no-repeat;
}

.sidebar .icon.icon5:hover {
	background-image: url(images/img_compass2.png);
}

.sidebar .icon.icon6 {
	background: url(images/img_question.png) center 11px no-repeat;
}

.sidebar .icon.icon6:hover {
	background-image: url(images/img_question2.png);
}

.sidebar .icon.active, .sidebar .icon:hover {
	color: #fff;
	background-color: #2f86c9;
}

.sidebar .switch {
	position: relative;
	margin-top: -1px;
	height: 32px;
	color: #666;
	line-height: 32px;
	background-color: #eeeeee;
	z-index: 2;
	cursor: pointer;
}

.sidebar .switch:hover {
	color: #fff;
	background-color: #257ed7;
}

.sidebar .switch.develop {
	width: 72px;
	height: 72px;
	color: #fff;
	line-height: 100px;
	background: #257ed7 url(images/switch.png) center 12px no-repeat;
	overflow: hidden;
}

.sidebar .code {
	display: none;
	position: absolute;
	left: -168px;
	top: -19px;
	padding: 7px 7px 0;
	width: 138px;
	background-color: #fff;
}

.sidebar .code .half .title {
	padding: 10px 0 7px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	color: #257fd7;
}

.sidebar .code .half img {
	display: block;
	margin: 13px auto 20px;
	width: 117px;
	height: 117px;
}

.sidebar .code .half p {
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	color: #999;
}

.sidebar .code .line {
	margin-bottom: 10px;
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
}

.sidebar .code .arrowR {
	position: absolute;
	top: 51px;
	right: -5px;
	width: 5px;
	height: 10px;
	background: url(images/arrowR.png) 0 0 no-repeat;
}

.sidebar .seek {
	display: none;
	position: absolute;
	top: -38px;
	left: -106px;
	padding-right: 12px;
	width: 94px;
	background: url(images/arrowR.png) 94px center no-repeat;
}

.sidebar .seek .newseek {
	background: #fff url(images/seek.png) center 15px no-repeat;
}

.sidebar .seek .newseek:hover {
	background-image: url(images/seek2.png);
}

.sidebar .seek .newcomplain {
	background: #fff url(images/complain.png) center 15px no-repeat;
}

.sidebar .seek .newcomplain:hover {
	background-image: url(images/complain2.png);
}

.sidebar .seek .half {
	display: block;
	width: 100%;
	height: 77px;
	line-height: 116px;
	color: #999;
	text-align: center;
	overflow: hidden;
}

.sidebar .seek .half:hover {
	color: #fff;
	background-color: #2f86c9;
}

.sidebar .seek .inner {
	background-color: #fff;
}

.sidebar .seek .line {
	margin: 0 auto;
	width: 65px;
	height: 1px;
	background-color: #e5e5e5;
}

.sidebar .makeAi {
	position: absolute;
	padding: 15px;
	top: 10px;
	left: -480px;
	width: 434px;
	height: 463px;
	border: 1px solid #e5e4e4;
	background-color: #fff;
	box-shadow: 0 0 10px #deddde;
}

.sidebar .makeAi .arrowR {
	position: absolute;
	top: 51px;
	right: -10px;
	width: 10px;
	height: 13px;
	background: url(images/arrowR2.png) 0 0 no-repeat;
}

.sidebar .makeAi .aihead {
	font-size: 14px;
	line-height: 1;
}

.sidebar .makeAi .aihead .department {
	font-size: 16px;
	font-weight: bold;
	color: #257fd7;
}

.sidebar .makeAi .ask .askbox {
	width: 360px;
	height: 40px;
	text-indent: 10px;
	border: 1px solid #dedede;
	border-right: 0;
	outline: none;
}

.sidebar .makeAi .ask .askbtn {
	width: 73px;
	height: 72px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 42px;
	background-color: #257ed7;
	border: 0;
	cursor: pointer;
}

.sidebar .makeAi .chat {
	margin-top: 20px;
	padding: 15px;
	height: 355px;
	background-color: #f8f8f8;
	overflow-x: hidden;
	overflow-y: auto;
}

.sidebar .makeAi .talkitem {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

.sidebar .makeAi .user {
	width: 39px;
	height: 39px;
	background: url(images/portrait.png) 0 0 no-repeat;
}

.sidebar .makeAi .dialogue {
	padding: 8px 15px;
	border-radius: 5px;
}

.sidebar .makeAi .newarrow {
	position: absolute;
	top: 12px;
	display: block;
	width: 6px;
	height: 10px;
}

.sidebar .makeAi .computer .user {
	float: left;
}

.sidebar .makeAi .computer .dialogue {
	float: left;
	margin-left: 16px;
	max-width: 270px;
	text-align: left;
	background-color: #f9eedc;
}

.sidebar .makeAi .computer .newarrow {
	left: 49px;
	background: url(images/answer.png) 0 0 no-repeat;
}

.sidebar .makeAi .own .user {
	float: right;
}

.sidebar .makeAi .own .dialogue {
	float: right;
	margin-right: 16px;
	max-width: 270px;
	text-align: left;
	background-color: #cdeaff;
	word-wrap: break-word;
}

.sidebar .makeAi .own .newarrow {
	right: 49px;
	background: url(images/ask.png) 0 0 no-repeat;
}

/*# sourceMappingURL=side.css.map */