/* html {
	filter: progidXImageTransform.Microsoft.BasicImage(grayscale=1);
} 
html {
	FILTER: gray;
	filter: url("data:image/svg+xml;utf8,#grayscale");
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-webkit-filter: grayscale(1);

}

img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
} */
/* 加灰色滤镜 */
html,
body {
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-family: 'Microsoft yahei', Tahoma, Verdana, Arial, sans-serif;
}

body,
div,
span,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
}

body {
	padding-top: 70px;
}

li {
	list-style-type: none;
}

img {
	border: none;
}

button:focus,
input:focus {
	outline: none;
}

h1 .enTitle,
h2.enTitle,
h2 .enTitle,
h1 strong {
	letter-spacing: -2px;
	font-size: 40px !important;
	margin-right: 10px;
	font-family: Arial;
}

h2 .cnTitle {
	position: relative;
	top: -4px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	font-size: 0;
}

.w1200-1400 {
	margin: 0 auto 0 auto;
	min-width: 1200px;
	max-width: 1600px;
	width: 100%;
}

.w1200 {
	margin: 0 auto 0 auto;
	width: 1200px;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #0066b3;
	text-decoration: none;
}

a:active {
	color: #000;
	text-decoration: none;
}

.italic {
	font-style: italic;
}

.trans {
	-moz-transition: all .3s ease;
	-webkit-transition: all 03s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.trans-color {
	-moz-transition: background .2s ease-out, color .2s ease-out;
	-webkit-transition: background .2s ease-out, color .2s ease-out;
	-o-transition: background .2s ease-out, color .2s ease-out;
	transition: background .2s ease-out, color .2s ease-out;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #000 url(../images/header-bg.png) no-repeat;
	background-size: 100% auto;
	z-index: 60000;
	border-bottom: solid 1px #ccc;
	box-shadow: 0 -1px 5px #959595;
}

.logo {
	float: left;
	overflow: hidden;
	border: none;
	height: 70px;
}

.logodynamic {
	position: absolute;
	left: 54px;
	top: 16px;
}

.header .navPanel {
	float: left;
	width: 830px;
	height: 70px;
	overflow: hidden;
}

.header .navPanel a {
	display: list-item _display:inline-block;
	float: left;
	margin-left: 13px;
	margin-right: 13px;
	text-align: center;
	font-weight: bold;
	height: 65px;
	line-height: 65px;
	cursor: pointer;
}

.header .navPanel a.present {
	color: #0066b3;
}

.header .rightPanel {
	position: absolute;
	right: 0;
	margin-top: 20px;
	height: 30px;
}

.header .searchPanel {
	display: none;
	position: absolute;
	left: 250px;
	width: 903px;
	height: 70px;
	background: #FFF;
	overflow: hidden;
}

.header .searchPanel .searchInput {
	float: left;
	margin: 20px 20px 0 20px;
	width: 800px;
	height: 30px;
	border: none;
	color: #a7a7a7;
}

.header .searchPanel .searchClose {
	float: right;
	margin-top: 20px;
	width: 30px;
	height: 30px;
	background: url("../images/search_close.png") no-repeat 0 0;
	cursor: pointer;
}

.header .searchPanel .searchClose:hover {
	background-position: center -30px;
}

.header .searchPanel .searchBtn {
	float: left;
	margin-top: 20px;
	width: 30px;
	height: 30px;
	background: url("../images/header_search.png") no-repeat 0 -30px;
	cursor: pointer;
	border: 0;
}

.header .rightPanel .searchIcon {
	float: right;
	width: 30px;
	height: 30px;
	background: url("../images/header_search.png") no-repeat 0 0;
	cursor: pointer;
}

.header .rightPanel .searchIcon:hover {
	background-position: center -30px;
}

.user {
	float: right;
	position: relative;
	padding-right: 33px;
	margin-right: 13px;
	background: url("../images/user.png") no-repeat 100% 50%;
	z-index: 10;
}

.user p.userName {
	line-height: 30px;
	color: #0066b3;
	cursor: hand;
	cursor: pointer;
}

.user .hideLink {
	text-align: center;
	width: 92px;
	position: absolute;
	left: 0;
	top: 50px;
	background-color: #fff;
	box-shadow: 0 2px 2px #959595;
	display: none;
}

.user .hideLink a.borderB {
	border-bottom: 1px solid #ccc;
}

.user .hideLink a {
	display: block;
	width: 100%;
	line-height: 41px;
	color: #777;
}

.user .hideLink a:hover {
	color: #fff;
	background-color: #0065b3;
}

.header .rightPanel .line {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	width: 8px;
	height: 100%;
	background: url("../images/line.png") no-repeat center center;
}

.header .rightPanel .languageIcon {
	float: right;
	margin-right: 5px;
	width: 100px;
	height: 100%;
	background: url("../images/language_icon.png") no-repeat 0 0;
	cursor: pointer;
}

.header .rightPanel .languageIcon:hover {
	background-position: center -30px;
}

.header .loginPanel {
	position: absolute;
	top: 71px;
	right: 0;
	padding-left: 40px;
	padding-right: 20px;
	/* width: 330px; */
	height: 40px;
	line-height: 40px;
	background: url("../images/loginBarBg.png") no-repeat left center;
	overflow: hidden;
}

.header .loginPanel .title {
	float: left;
	height: 100%;
	margin-left: 15px;
	margin-right: 15px;
	color: #FFF;
}

.header .loginPanel a {
	color: #FFF;
}

.header .loginPanel a:hover {
	color: #00c9ff;
}

.header .loginPanel .line {
	float: left;
	width: 8px;
	height: 100%;
	background: url("../images/line.png") no-repeat center;
}

.header .subNavPanel {
	position: fixed;
	top: 70px;
	left: 0;
	right: 0;
	z-index: 100;
}

.header .subNavMask {
	position: absolute;
	top: 71px;
	width: 0;
	height: 0;
	overflow: hidden;
	background: #FFF;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
	transition: left .3s, width .5s, height .6s;
}

.header .subNavMask .subNavScrollPanel {
	position: absolute;
	width: 3000px;
	overflow: hidden;
	-moz-transition: left .4s;
	-webkit-transition: left .4s;
	-o-transition: left .4s;
	transition: left .4s;
}

.header .subNavMask .subNavScrollPanel .subNavGroup {
	width: 160px;
	float: left;
}

.subNav-right,
.threeitem {
	width: 160px;
	float: left;
}

.laster-subNavGroup {
	position: relative;
	background: url(../images/navallcar/navbg.jpg) no-repeat;
	border: 1px solid #d4d4d4;
	border-top: none;
}



.header .subNavMask .subNavScrollPanel .subNavGroup .subNav,
.subNav-right .subNav,
.threeitem .subNav {
	display: block;
	padding-left: 20px;
	height: 40px;
	line-height: 40px;
	color: #777;
	border-top: solid 1px #ccc;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.header .subNavMask .subNavScrollPanel .subNavGroup .subNav:hover,
.subNav-right .subNav:hover,
.threeitem .subNav:hover {
	color: #FFF;
	background-color: #0066b3;
}

.header .subNavMask .subNavScrollPanel .laster-subNavGroup .subNav {
	border-top: 1px solid transparent;
	color: #fff;
}

.secondary-menu {
	display: none;
}

.header .subNavMask .subNavScrollPanel .laster-subNavGroup .carNav_click {
	color: #FFF;
	background-color: #075797;
}


.header .subNavMask .subNavScrollPanel .carPanel {
	border-top: solid 1px #ccc;
	width: 950px;
	/*height: 360px;*/
}

.header .subNavMask .subNavScrollPanel .carPanel .carNavPanel {
	width: 200px;
	height: 351px;
	background: url(../images/navallcar/navbg.jpg) no-repeat;
	border: 1px solid #d4d4d4;
	border-top: none;
	float: left;
}

.header .subNavMask .subNavScrollPanel .carPanel .carNavPanel .carNav {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: left;
	text-indent: 38px;
	color: #FFFFFF;
	cursor: pointer;
}

.header .subNavMask .subNavScrollPanel .carPanel .carNavPanel .carNav:hover {
	color: #FFF;
	background-color: #075797;
}

.header .subNavMask .subNavScrollPanel .carPanel .carNavPanel .carNav_click {
	color: #FFF;
	background-color: #075797;
}

.header .carMask {
	height: 300px;
	float: left;
}

.header .carMask .carScrollPanel {
	position: relative;
	height: 344px;
	width: 597px;
}

.header .carMask .carScrollPanel .carGroup {
	clear: both;
	height: 343px;
	width: 597px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.header .carMask .carScrollPanel .carGroup .carItem {
	float: left;
	width: 198px;
	height: 171px;
	border-right: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	position: relative;
}


.header .carMask .carScrollPanel .carGroup .carItem img {
	width: 133px;
	height: 95px;
	position: absolute;
	left: 19px;
	top: 18px;
}

.header .carMask .carScrollPanel .carGroup .carZyc {
	width: 148px;
	height: 171px;
}

.header .carMask .carScrollPanel .carGroup .carZyc img {
	width: 100%;
	height: auto;
	left: 0;
	top: 42px;
}

.header .carMask .carScrollPanel .carGroup .carItem p {
	text-align: center;
	position: absolute;
	bottom: 5px;
	width: 100%;
}

.bottomLine {
	width: 100%;
	height: 100%;
	border: 3px solid #075797;
	position: absolute;
	top: 0;
	left: 0px;
	display: none;
	box-sizing: border-box;
}

.header .carMask .carScrollPanel .carGroup .carItem:hover .bottomLine {
	display: block;
}

.toolPanel {
	position: relative;
	z-index: 900;
}

.toolPanel .toolGroup {
	position: fixed;
	top: 215px;
	right: 0;
}

.toolPanel .toolGroup .icon {
	display: block;
	margin-left: auto;
	margin-bottom: 1px;
	width: 44px;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	-moz-transition: all .4s linear;
	-webkit-transition: all 04s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

.toolPanel .toolGroup a:link {
	color: #FFF;
}

.toolPanel .toolGroup a:visited {
	color: #FFF;
	text-decoration: none;
}

.toolPanel .toolGroup a:hover {
	color: #FFF;
	text-decoration: none;
}

.toolPanel .toolGroup a:active {
	color: #FFF;
}

.toolPanel .toolGroup .driveIcon {
	background: url("../images/tool_icon.png") no-repeat 0 0;
	background-color: rgba(0, 0, 0, 0.8);
	background-color: #000\9;
}

.toolPanel .toolGroup .driveIcon:hover {
	width: 120px;
	background-color: #0065b3;
}

.toolPanel .toolGroup .driveIcon .title {
	margin-left: 44px;
	width: 300px;
}

.toolPanel .toolGroup .phoneIcon {
	background: url("../images/tool_icon.png") no-repeat 0 -44px;
	background-color: rgba(0, 0, 0, 0.8);
	background-color: #000\9;
}

.toolPanel .toolGroup .phoneIcon:hover {
	width: 214px;
	background-color: #0065b3;
}

.toolPanel .toolGroup .phoneIcon .title {
	margin-left: 44px;
	width: 300px;
	cursor: default;
	line-height: 18px;
	font-size: 12px;
	padding-top: 4px;
}

.toolPanel .toolGroup .boxIcon {
	background: url("../images/tool_icon.png") no-repeat 0 -88px;
	background-color: rgba(0, 0, 0, 0.8);
	background-color: #000\9;
}

.toolPanel .toolGroup .boxIcon:hover {
	width: 100px;
	background-color: #0065b3;
}

.toolPanel .toolGroup .boxIcon .title {
	margin-left: 44px;
	width: 300px;
}

.toolPanel .toolGroup .codeIcon {
	position: relative;
}

.toolPanel .toolGroup .codeIcon .innerIcon {
	position: absolute;
	right: 0;
	width: 44px;
	height: 44px;
	background: url("../images/tool_icon.png") no-repeat right -132px;
	background-color: rgba(0, 0, 0, 0.8);
	background-color: #000\9;
	cursor: pointer;
}

.toolPanel .toolGroup .codeIcon .arrow {
	position: absolute;
	width: 4px;
	height: 44px;
	right: 44px;
	background: url("../images/toolArrow.png") no-repeat left center;
}

.toolPanel .toolGroup .codeIcon:hover {
	width: 48px;
}

.toolPanel .toolGroup .codeIcon:hover .innerIcon {
	background-color: #0065b3;
	-moz-transition: all .3s linear;
	-webkit-transition: all 03s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.toolPanel .toolGroup .marketingIcon {
	background: url("../images/index/marketingIcon.png") no-repeat 0 0;
	background-color: rgba(0, 0, 0, 0.8);
	background-color: #000\9;
}

.toolPanel .toolGroup .marketingIcon:hover {
	width: 120px;
	background-color: #0065b3;
}

.toolPanel .toolGroup .marketingIcon .title {
	margin-left: 44px;
	width: 300px;
}

.toolPanel .toolGroup .marketingIcon .title .bias {
	margin-left: 12px;
	margin-right: 12px;
	color: #fff;
}

.toolPanel .toolGroup .marketingIcon .title a:hover {
	color: #00c9ff;
}

.toolPanel .toolGroup .shareIcon {
	position: relative;
	background: url("../images/tool_icon.png") no-repeat right -176px;
	background-color: rgba(0, 0, 0, 0.8);
	background-color: #000\9;
	cursor: pointer;
}

.toolPanel .toolGroup .shareIcon:hover {
	width: 176px;
	background-color: #0065b3;
}

.toolPanel .toolGroup .shareIcon .sharePanel {
	position: absolute;
	right: 44px;
	width: 132px;
}

.toolPanel .toolGroup .shareIcon .sharePanel li {
	float: left;
	width: 44px;
	height: 44px;
	-moz-transition: all .3s linear;
	-webkit-transition: all 03s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.toolPanel .toolGroup .shareIcon .sharePanel li:hover {
	background-color: #00c9ff;
}

.toolPanel .toolGroup .shareIcon .sharePanel .qq {
	background: url("../images/tool_share_icon.png") no-repeat 0 0;
}

.toolPanel .toolGroup .shareIcon .sharePanel .qqkongjian {
	background: url("../images/tool_share_icon.png") no-repeat -44px 0;
}

.toolPanel .toolGroup .shareIcon .sharePanel .weibo {
	background: url("../images/tool_share_icon.png") no-repeat -88px 0;
}

.toolPanel .toolGroup .tmallIcon {
	background: url("../images/tool_icon.png") no-repeat 0 -220px;
	background-color: rgba(0, 0, 0, 0.8);
	background-color: #000\9;
}

.toolPanel .toolGroup .robotIcon {
	background: url("../images/robot/robot1.png") no-repeat 0 0;
	background-color: rgba(0, 0, 0, 0.8);
	background-color: #000\9;
}

.toolPanel .toolGroup .tmallIcon:hover {
	background-color: #0066b3;
}

.toolPanel .toolGroup .robotIcon:hover {
	background: url("../images/robot/robot2.jpg") no-repeat 0 0;
	background-color: #000\9;
}

.toolPanel .codePanel {
	position: fixed;
	display: none;
	opacity: 0;
	right: 100px;
	top: 294px;
	padding: 20px 30px 0 30px;
	height: 130px;
	background-color: #0066b3;
	overflow: hidden;
}

.toolPanel .codePanel li {
	float: left;
	margin-left: 4px;
	margin-right: 4px;
}

.toolPanel .codePanel .codeTitle {
	margin-bottom: 8px;
	color: #FFF;
	text-align: center;
}

.footer {
	position: relative;
	/*background: #000;*/
	height: 160px;
	clear: both;
}

.footer .innerPanel {
	color: #FFF;
}

.footer .footLine {
	float: left;
	margin-top: 20px;
	width: 38px;
	height: 110px;
	background: url("../images/footLine.png") no-repeat;
}

.footer .col {
	margin-top: 20px;
	position: relative;
	float: left;
	top: 3px;
}

.footer .col1 {
	margin-left: 50px;
	width: 440px;
	overflow: hidden;
}

.footer .col1 .otherNavPanel {
	margin-left: -10px;
	height: 20px;
}

.footer .col1 .otherNavPanel a {
	float: left;
	display: block;
	margin-left: 12px;
	margin-right: 12px;
	color: #FFF;
}

.footer .col1 .otherNavPanel a:hover {
	color: #00C9FF;
}

.footer .col1 .otherNavPanel .line {
	float: left;
	width: 8px;
	height: 100%;
	background: url("../images/line.png") no-repeat center;
}

.footer .searchTitle {
	margin-top: 35px;
	color: #b6b6b6;
}

.footer .searchPanel {
	margin-top: 8px;
}

.footer .searchPanel .searchInput {
	float: left;
	width: 380px;
	height: 28px;
	line-height: 28px;
	border: none;
	color: #a7a7a7;
	/*background: #0e0e0e;*/
	background: #fff;
	padding-left: 10px;
}

.footer .searchPanel .searchBtn {
	float: left;
	width: 30px;
	height: 30px;
	background: url("../images/search.png") no-repeat #515151;
	cursor: pointer;
	border: 0;
}

.footer .searchPanel .searchBtn:hover {
	background-color: #0066b3;
}

.footer .innerPanel .col2 {
	margin-left: 30px;
	margin-right: 20px;
	color: #FFF;
	overflow: hidden;
}

.footer .col2 .phoneTitle {
	color: #FFF;
}

.footer .col2 .phone {
	margin-top: 5px;
	font-family: Arial;
	font-size: 24px;
}

.footer .sharePanel {
	margin-top: 20px;
}

.footer .sharePanel li {
	float: left;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	background: #0066b3;
	cursor: pointer;
}

.footer .sharePanel .weibo {
	background: url("../images/share_icon.png") no-repeat 0 0;
}

.footer .sharePanel .weibo:hover {
	background-position: 0 -50px;
}

.footer .sharePanel .qqkongjian {
	background: url("../images/share_icon.png") no-repeat -50px 0;
}

.footer .sharePanel .qqkongjian:hover {
	background-position: -50px -50px;
}

.footer .sharePanel .qq {
	background: url("../images/share_icon.png") no-repeat -100px 0;
}

.footer .sharePanel .qq:hover {
	background-position: -100px -50px;
}

.footer .col3 {
	text-align: center;
	color: #cdcdcd;
	margin-top: 0;
	margin-right: 10px;
}

.footer .col3 .codeIcon {
	margin-left: 50px;
	margin-bottom: 15px;
	width: 52px;
	height: 80px;
	background: url("../images/qrcodeIcon.png") no-repeat;
	cursor: pointer;
}

.footer .col3 .codeIcon_out {
	background-position: 0 0;
}

.footer .col3 .codeIcon_over {
	background-position: -60px 0;
}

.footer .col3 .codeIcon_click {
	background-position: -120px 0;
}

.footer .codePanel {
	width: 580px;
	position: absolute;
	padding: 20px 0 0 30px;
	top: -153px;
	left: -230px;

	height: 130px;
	background: #0066b3;
	-webkit-transform-origin: 50% 100%;
}

.footer .codePanelOpen {
	visibility: visible;
	-webkit-transform: rotateX(0deg);
}

.footer .codePanelClose {
	visibility: hidden;
	-webkit-transform: rotateX(90deg);
}

.footer .codePanel li {
	float: left;
	margin-left: 4px;
	margin-right: 4px;
	width: 84px;
}

.footer .codePanel li img {
	width: 100%;
}

.footer .codePanel .codeTitle {
	margin-bottom: 8px;
	color: #FFF;
	text-align: center;
	width: 100%;
	font-size: 13px;
}

.footer .col4 {
	margin-left: 10px;
}

.footer .col4 p {
	text-align: right;
	color: #b6b6b6;
	margin-top: 39px;
}

.footer .col4 .linkPanel {
	position: relative;
	z-index: 10;
	margin-top: 11px;
}

.footer .col4 .linkPanel .linkTitle {
	padding-left: 20px;
	width: 180px;
	height: 40px;
	line-height: 40px;
	color: #b6b6b6;
	background: url("../images/arrow.png") no-repeat right center;
	background-color: #000;
	cursor: pointer;
}

.footer .col4 .linkPanel .linkGroup {
	position: absolute;
	bottom: 0;
	background-color: #FFF;
	width: 197px;
	overflow: hidden;
	box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.3);
	border: 1px solid #d5d5d5;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	height: 216px;
	overflow: hidden;
}

.footer .col4 .linkPanel .linkGroupHover {
	bottom: 40px;
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=1);
}

.footer .col4 .linkPanel .linkGroup .linkBtn {
	display: block;
	padding-left: 20px;
	line-height: 36px;
	color: #777;
}

.footer .col4 .linkPanel .linkGroup .linkBtn:hover {
	color: #FFF;
	background-color: #0066b3;
}

.copyright {
	height: 40px;
	line-height: 40px;
	color: #6d6d6d;
	font-size: 12px;
	/*background: #000;*/
	overflow: hidden;
}

.copyright .innerPanel {
	left: 60px;
	overflow: hidden;
	text-indent: 50px;
}

.linkBox {
	position: relative;
	background-color: #fff;
}

.barBox {
	background-color: #c2c2c2;
	height: 400px;
	position: absolute;
	right: 1px;
	top: 0;
	width: 3px;
}

.barItem {
	background-color: #075698;
	height: 30px;
	left: -1px;
	position: relative;
	top: 0;
	width: 5px;
}

.onlineservice {
	cursor: pointer;
	cursor: hand;
}

.entirety {
	width: 100%;
	height: 1000px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	display: none;
}

.dialogbox {
	width: 902px;
	height: 540px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 1px 1px 5px 5px #a8a8a8;
	top: 10%;
	left: 50%;
	margin-left: -450px;
}

.dialogbox .topcon {
	width: 100%;
	height: 60px;
	background-color: #0065b3;
	border-radius: 5px 5px 0 0;
	position: relative;
	cursor: move;
	z-index: 10;
}

.dialogbox .topcon .machine {
	position: absolute;
	left: 30px;
	top: -36px;
	float: left;
}

.dialogbox .topcon .motivational {
	width: 200px;
	margin-left: 105px;
	float: left;
}

.dialogbox .topcon .smalli {
	font-size: 18px;
	color: #fff;
	font-family: "microsoft yahei";
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}

.dialogbox .topcon .allday {
	font-size: 14px;
	color: #dbdada;
	font-family: "microsoft yahei";
}

.dialogbox .topcon .closed {
	width: 60px;
	height: 60px;
	float: right;
	cursor: pointer;
	cursor: hand;
	border-radius: 0 5px 0 0;
	background: #11588f url("../images/robot/close.png") no-repeat center center;
	z-index: 5;
	position: relative;
}

.dialogbox .topcon .closed:hover {
	background-color: #0f75c4;
}

.dialogueleft {
	width: 499px;
	height: 480px;
	border-right: 1px solid #bfbfbf;
	float: left;
}

.dialogueleft .chatting {
	width: 499px;
	height: 330px;
	border-bottom: 1px solid #bfbfbf;
	overflow: auto;
}

.dialogueleft .chatting .writeback {
	margin: 20px 10px;
}

.dialogueleft .chatting .writeback .robotpic {
	float: left;
	border-radius: 100%;
}

.dialogueleft .chatting .writeback .response {
	font-size: 14px;
	color: #383737;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	background-color: #e6e6e6;
	position: relative;
	top: 5px;
	border-radius: 20px;
	padding: 10px 20px 10px 20px;
	float: left;
	margin-left: 15px;
	max-width: 300px;
}

.dialogueleft .chatting .writeback .response a {
	color: blue;
}

.dialogueleft .chatting .putquestion {
	margin: 20px 10px;
}

.dialogueleft .chatting .putquestion .raisepic {
	float: right;
	border-radius: 100%;
}

.dialogueleft .chatting .putquestion .raise {
	font-size: 14px;
	color: #383737;
	margin-right: 15px;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	background-color: #0090ff;
	position: relative;
	top: 5px;
	border-radius: 20px;
	text-align: left;
	padding: 10px 20px 10px 20px;
	max-width: 300px;
	float: right;
	color: #fff;
	word-wrap: break-word;
}

.dialogueleft .incontent {
	width: 499px;
	height: 149px;
	position: relative;
}

.dialogueleft .incontent .reminder {
	width: 150px;
	height: 50px;
	background: url("../images/robot/ts.png") no-repeat;
	position: absolute;
	bottom: 60px;
	right: 25px;
	text-align: center;
	display: none;
}

.dialogueleft .incontent .reminder .keyword {
	font-size: 12px;
	width: 124px;
	display: inline-block;
	text-align: left;
	margin-top: 3px;
	color: #0065B3;
}

.dialogueleft .incontent .typeface {
	width: 455px;
	margin: 0 auto;
	padding-top: 5px;
}

.dialogueleft .incontent .typeface .typepic {
	width: 15px;
	height: 15px;
	background: url("../images/robot/choose.png") no-repeat;
	float: left;
	margin-right: 10px;
}

#selectsnum {
	float: left;
	width: 50px;
	height: 15px;
	cursor: pointer;
	cursor: hand;
	font-size: 10px;
}

.dialogueleft .incontent .typeface .screenshot {
	width: 15px;
	height: 15px;
	background: url("../images/robot/choose.png") no-repeat -21px 0;
	float: left;
	margin-left: 20px;
}

.dialogueleft .incontent .typeface .manpower {
	font-size: 12px;
	color: #0065b3;
	float: right;
}

form.field {
	width: 100%;
	height: 100px;
	margin-top: 25px;
}

#enterContent {
	width: 455px;
	height: 55px;
	resize: none;
	overflow: hidden;
	border: none;
	outline: none;
	font-size: 12px;
}

#quit {
	float: right;
	width: 80px;
	height: 25px;
	border-radius: 2px;
	border: 1px solid #6d6d6d;
	margin-right: 10px;
	font-size: 12px;
	color: #494949;
	background-color: #fff;
	cursor: pointer;
	cursor: hand;
}

#quit:hover {
	background-color: #00c9ff;
	color: #fff;
	border-color: #00c9ff;
}

#sendmessage {
	float: right;
	width: 80px;
	height: 25px;
	border-radius: 2px;
	border: none;
	font-size: 12px;
	color: #fff;
	background-color: #0065b3;
	cursor: pointer;
	cursor: hand;
}

.morecon {
	width: 401px;
	height: 540px;
	float: right;
}

.morecon .query {
	border-bottom: 1px solid #bfbfbf;
}

.morecon .query li {
	float: left;
	width: 99px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.morecon .query li.options {
	border-right: 1px solid #bfbfbf;
}

.morecon .query li a {
	color: #000;
	display: block;
	cursor: pointer;
	cursor: hand;
}

.morecon .query li:hover {
	background-color: #00c9ff;
}

.morecon .query li:hover a {
	color: #fff;
}

.morecon .query li.checked {
	background-color: #00c9ff;
	color: #fff;
}

.morecon .query li.checked a {
	color: #fff;
}

.morecon .homepage {
	display: block;
}

.morecon .smallbanner {
	width: 400px;
	height: 260px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.morecon .smallbanner .smallbannerbox {
	width: 5555px;
	height: 100%;
	position: relative;
}

.morecon .smallbanner .smallbannerbox .smallbanners {
	float: left;
}

.morecon .smallbanner .smallbannerbox .smallbanners .shade {
	height: 30px;
	width: 400px;
	position: absolute;
	bottom: 0;
}

.morecon .smallbanner .smallbannerbox .smallbanners .shade .shadows {
	background-color: #000;
	opacity: .5;
	filter: alpha(opacity=50);
	height: 100%;
	width: 100%;
	position: absolute;
}

.morecon .smallbanner .smallbannerbox .smallbanners .shade .shadeword {
	color: #fff;
	line-height: 30px;
	position: relative;
	font-size: 16px;
}

.morecon .smallbanner .dotamount {
	height: 6px;
	display: inline-block;
	position: relative;
	top: -60px;
}

.morecon .smallbanner .dotamount .banneryd {
	height: 6px;
	width: 6px;
	float: left;
	cursor: pointer;
	cursor: hand;
	background: url("../images/robot/yuandian.png") no-repeat;
	margin-left: 5px;
	margin-right: 5px;
}

.morecon .smallbanner .dotamount .pick {
	background: url("../images/robot/yuandian.png") no-repeat 0 -7px;
}

.homepage .maintain {
	width: 390px;
	margin: 20px auto;
}

.homepage .subscribe {
	width: 120px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

.morecon .correlation {
	display: none;
}

.morecon .hotpints li {
	width: 400px;
	height: 40px;
	border-bottom: 1px solid #ececec;
	line-height: 40px;
	text-indent: 20px;
}

.morecon .hotpints li a {
	display: block;
	color: #494949;
}

.morecon .hotpints li:hover {
	background-color: #0065b3;
}

.morecon .hotpints li:hover a {
	color: #fff;
}

.morecon .survey {
	display: none;
}

.correlation .pagenum {
	margin: 20px 20px;
}

.correlation .pagenum li {
	float: left;
	width: 25px;
	height: 25px;
	border: 1px solid #d5d5d5;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
	cursor: hand;
	margin-left: 2px;
	margin-right: 2px;
	border-radius: 3px;
	color: #494949;
}

.correlation .pagenum li.prevPage {
	width: 80px;
}

.correlation .pagenum li.nextPage {
	width: 80px;
}

.correlation .pagenum li.rock {
	background-color: #0065b3;
	color: #fff;
}

.correlation .pagenum li:hover {
	background-color: #0065b3;
	color: #fff;
}

.correlation .pagenum li.apostrophe {
	cursor: auto;
	border: none;
	color: #494949;
	background-color: #fff;
}

.dialogbox {
	position: relative;
}

.servicetime {
	width: 900px;
	height: 540px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.servicetime .umbrbox {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5;
	filter: alpha(opacity=50);
	border-radius: 5px;
}

.servicetime .timewicket {
	width: 450px;
	height: 200px;
	position: absolute;
	top: 140px;
	left: 25px;
	background-color: #fff;
	border-radius: 2px 2px 0 0;
}

.servicetime .timewicket .wickettitle {
	width: 450px;
	height: 30px;
	background-color: #0065b3;
	border-radius: 2px 2px 0 0;
}

.servicetime .timewicket .wickettitle .colse {
	width: 30px;
	height: 30px;
	background: #11588f url("../images/robot/sclose.png") no-repeat center center;
	cursor: pointer;
	cursor: hand;
	float: right;
	border-radius: 0 2px 0 0;
}

.servicetime .timewicket .wickettitle .colse:hover {
	background-color: #0f75c4;
}

.servicetime .timewicket .presentation {
	font-size: 18px;
	color: #383737;
	margin-top: 25px;
	margin-left: 30px;
}

.servicetime .timewicket .presentation .clock {
	color: #0065b3;
}

.servicetime .timewicket .sureok {
	width: 80px;
	height: 25px;
	border: none;
	border-radius: 3px;
	color: #fff;
	background-color: #0065b3;
	cursor: pointer;
	cursor: hand;
	display: block;
	margin: 35px auto 0;
}

.servicetime .timewicket .sureok:hover {
	background-color: #0f75c4;
}

.searchcase {
	width: 300px;
	height: 128px;
	border: 1px solid #6d6d6d;
	background-color: #fff;
	position: absolute;
	top: 55px;
	border-radius: 2px;
	overflow-y: auto;
	overflow-x: hidden;
	display: none;
}

.searchcase .warning li {
	width: 280px;
	height: 25px;
	line-height: 25px;
	cursor: pointer;
	cursor: hand;
	color: #494949;
	text-indent: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.searchcase .warning li:hover {
	background-color: #b4b4b4;
}

.dialogue {
	width: 900px;
	width: 504px;
	height: 540px;
	height: 540px;
	border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	background-color: #fff;
	box-shadow: 1px 1px 5px 5px #a8a8a8;
	position: absolute;
	position: absolute;
	top: 10%;
	top: 10%;
	left: 50%;
	left: 50%;
	margin-left: -450px;
	margin-left: -450px;
	display: none;
	display: none;
}

.rgkhIndex {
	z-index: 12;
}


}

.dialogue .framebox {

	border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	top: -2px;
	left: 0;
	background-color: #fff;
	width: 500px;
	height: 538px;

}

.dialogue .topcon {
	width: 100%;
	height: 60px;
	background-color: #0065b3;
	border-radius: 5px 5px 0 0;
	position: absolute;
	top: 0;
	left: 0;
	cursor: move;
}

.dialogue .topcon .machine {
	position: absolute;
	left: 30px;
	top: -36px;
	float: left;
}

.dialogue .topcon .motivational {
	width: 200px;
	margin-left: 105px;
	float: left;
}

.dialogue .topcon .smalli {
	font-size: 18px;
	color: #fff;
	font-family: "microsoft yahei";
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}

.dialogue .topcon .allday {
	font-size: 14px;
	color: #dbdada;
	font-family: "microsoft yahei";
}

.dialogue .frameclosed {
	width: 60px;
	height: 60px;
	float: right;
	cursor: pointer;
	cursor: hand;
	border-radius: 0 5px 0 0;
	background: #11588f url("../images/robot/close.png") no-repeat center center;
	position: absolute;
	top: 0;
	right: 0;
}

.dialogue .topcon .closed:hover {
	background-color: #0f75c4;
}

.header .loginPanel .title {
	margin-left: 5px;
	margin-right: 5px;
}

.mcuser {
	cursor: pointer;
	min-width: 30px;
	max-width: 140px;
	position: relative;
	overflow: hidden;
	float: left;
	margin-left: -25px;
	background: url("../images/mCLogin/login_sure_icon.png") no-repeat 0 10px;
}

.mcuser p {
	min-width: 30px;
	max-width: 140px;
	overflow: hidden;
	height: 40px;
	text-indent: 25px;
	font-size: 14px;
	color: #ccc;
	margin-right: 5px;
}

.mcuser p:hover {
	color: #00c9ff;
}

.mcuser .hideLink {
	text-align: center;
	width: 92px;
	position: absolute;
	left: 0;
	top: 40px;
	background-color: #fff;
	box-shadow: 0 2px 2px #959595;
	display: none;
}

.mcuser .hideLink a.borderB {
	border-bottom: 1px solid #ccc;
}

.mcuser .hideLink a {
	display: block;
	width: 100%;
	line-height: 41px;
	color: #777;
}

.header .loginPanel {
	overflow: visible;
}

.main_part .border_color {
	border: 1px solid #0066b3;
}

.word_content,
.member_table {
	padding-bottom: 60px;
}

#rn_ChatTranscript_7_Transcript .writeback {
	width: auto;
}

/*更改背景*/
.changebg {
	background: #000 url('../images/header-bg.png') no-repeat top right;
	background-size: 100% auto;
}

.header .navPanel a.present {
	color: #fff;
	font-weight: 700;
	text-decoration: underline;
}

.navPanel a {
	color: #fff;
}

.navPanel .subNav {
	color: #000;
}

.footer-box {
	background: #000 url('../images/bottom-bg.png') no-repeat;
	background-size: 100% 100%;
}

.header .logodynamic {
	display: none;
}