@charset "utf-8";

/* css document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #f0f0f0;
}

body h1,
h2,
h3,
h4,
h5,
h6,
p,
samp,
div,
ul li,
ol li,
a,
dl,
dt,
dd,
select,
input,
button,
textarea {
	font-family: "微软雅黑";
	font-weight: normal;
	list-style-type: none;
	text-decoration: none;
	list-style: none;
	outline: none;
}

a:hover {
	border: 0px;
}

button {
	cursor: pointer;
}

.clear {
	clear: both;
}

table {
	border-spacing: 1px;
	border-collapse: collapse;
}


/*顶部*/

.top {
	width: 100%;
	min-width: 1280px;
	height: 34px;
	border-bottom: 1px solid #ddd;
	background: #e8e8e8;
	float: left;
	position: relative;
	z-index: 3;
}

.top .top-main {
	width: 1200px;
	height: 34px;
	margin: 0 auto;
}

.top .top-main .top-main-left {
	float: left;
}

.top .top-main .top-main-left ul {
	float: left;
}

.top .top-main .top-main-left ul li {
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 32px;
	height: 35px;
}

.top .top-main .top-main-left ul li.app {
	width: 60px;
	text-align: center;
}

.top .top-main .top-main-left ul li.app:hover {
	cursor: pointer;
}

.top .top-main .top-main-left ul li.app:hover .app-img {
	display: block;
}

.top .top-main .top-main-left ul li.app .app-img {
	margin-left: -35px;
	margin-top: -3px;
	display: none;
}

.top .top-main .top-main-left ul li.app .app-img img {
	width: 135px;
}

.top .top-main .top-main-left ul li.line {
	width: 1px;
	height: 15px;
	background: #ccc;
	margin: 10px 12px 0 12px;
}

.top .top-main .top-main-left ul li.web-site {
	width: 94px;
	background: #e8e8e8;
	margin-left: -5px;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}

.top .top-main .top-main-left ul li.web-site i.site {
	width: 11px;
	height: 14px;
	float: left;
	background: url(../../image/index/index-icon.png) -10px -10px no-repeat;
	margin: 10px 5px 0 5px;
}

.top .top-main .top-main-left ul li.web-site i.triangle {
	width: 7px;
	height: 4px;
	float: right;
	background: url(../../image/index/index-icon.png) -80px -10px no-repeat;
	margin: 15px 5px 0 5px;
}

.top .top-main .top-main-left ul li.contact:hover {
	color: #3367cd;
	text-decoration: underline;
	cursor: pointer;
}

.top .top-main .top-main-left ul li.web-site:hover {
	background: #fff;
	cursor: pointer;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.top .top-main .top-main-left ul li.web-site:hover .sub-nav {
	display: block;
}

.top .top-main .top-main-left ul li.web-site .sub-nav {
	width: 500px;
	height: 165px;
	border: 1px solid #ddd;
	background: #fff;
	margin-left: -1px;
	position: relative;
	z-index: -1;
	display: none;
}

.top .top-main .top-main-left ul li.web-site .sub-nav .plate {
	float: left;
	height: 155px;
	width: 94px;
	margin-top: 25px;
	border-right: 1px solid #ccc;
}

/*.top .top-main .top-main-left ul li.web-site .sub-nav .plate.border {*/
	/*width: 94px;*/
	/*border-right: 1px solid #ccc;*/
/*}*/
.top .top-main .top-main-left ul li.web-site .sub-nav .plate.border.xjy{
	width:115px;
}
.top .top-main .top-main-left ul li.web-site .sub-nav div:nth-child(2){
	width: 105px;
}
.top .top-main .top-main-left ul li.web-site .sub-nav div:nth-child(3){
	width: 100px;
}
.top .top-main .top-main-left ul li.web-site .sub-nav div:nth-child(4){
	width: 115px;
}
.top .top-main .top-main-left ul li.web-site .sub-nav div:nth-child(5){
	width: 88px;
	border: none;
}
.top .top-main .top-main-left ul li.web-site .sub-nav .plate.border.xjy h6{
	text-align: left;
    padding-left: 18px;
}
.top .top-main .top-main-left ul li.web-site .sub-nav .plate.border h6 {
	text-align: center;
	font-weight: bold;
	color: #3399ff;
	font-size: 14px;
	line-height: 12px;
	padding-bottom: 12px;
}

.top .top-main .top-main-left ul li.web-site .sub-nav .plate dl {
	width: 90px;
	float: left;
	margin-left: 19px;
}
.top .top-main .top-main-left ul li.web-site .sub-nav .plate dl dd {
	width: 100%;
	font-size: 14px;
	color: #666;
	line-height: 27px;
}

.top .top-main .top-main-left ul li.web-site .sub-nav .plate dl dd a {
	font-size: 14px;
	color: #666;
}

.top .top-main .top-main-left ul li.web-site .sub-nav .plate dl dd a:hover {
	color: #3399ff;
	text-decoration: underline;
}

.top .top-main .top-main-left ul li.web-site .sub-nav .plate.no-border h6 {
	width: 200px;
	font-weight: bold;
	color: #3399ff;
	font-size: 14px;
	line-height: 12px;
	padding-bottom: 12px;
	padding-left: 20px;
}

/*新增客户服务 开始*/
.top .top-main .top-main-left ul li.survice{
	width: 85px;
	background: #e8e8e8;
	margin-left: -5px;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	text-indent: 14px;
}
.top .top-main .top-main-left ul li.survice:hover {
	background: #fff;
	cursor: pointer;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.top .top-main .top-main-left ul li.survice:hover .sub-nav2{
	display: block;
}
.top .top-main .top-main-left ul li.survice i.triangle {
	width: 7px;
	height: 4px;
	float: right;
	background: url(../../image/index/index-icon2.png) -80px -10px no-repeat;
	margin: 15px 5px 0 -1px;
}
.top .top-main .top-main-left ul li.survice .sub-nav2{
	float: left;
	width: 85px;
	/*height: 128px;*/
	border:1px solid #ddd;
	border-top:0;
	background: #fff;
	z-index:-1;
	margin-left: -1px;
	padding-bottom:5px;
	display: none;
}
.top .top-main .top-main-left ul li.survice .sub-nav2 a{
	float: left;
	width: 75px;
	margin:0 5px;
	font-size: 14px;
	color: #666;
	text-align: center;
	height:32px;
	line-height: 32px;
	text-indent:0;
}
.top .top-main .top-main-left ul li.survice .sub-nav2 a:hover{
	color: #3399ff;
	text-decoration: underline;
}
/*新增客户服务 结束*/

.top .top-main .top-main-right {
	float: right;
}

.top .top-main .top-main-right ul li {
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 32px;
	height: 35px;
}

.top .top-main .top-main-right ul li.line {
	width: 1px;
	height: 15px;
	background: #ccc;
	margin: 10px 12px 0 12px;
}

.top .top-main .top-main-right ul li:hover {
	color: #3367cd;
	text-decoration: underline;
	cursor: pointer;
}

.top .top-main .top-main-right.login ul li b {
	font-weight: normal;
	color: #3366cc;
}
i.orgAuth1 {
}
i.orgAuth0 {
	float: right;
	width: 16px;
	height: 16px;
	margin: 9px 0px 0px 5px;
	background: url(/image/zone/common/common-icon1.png) -100px -300px no-repeat;
}
.top .top-main .top-main-right.login ul li i.no-vip {
	width: 15px;
	height: 15px;
	float: right;
	background: url(../../image/index/index-icon.png) -10px -50px no-repeat;
	margin-top: 9px;
	margin-left: 5px;
}

.top .top-main .top-main-right.login ul li i.vip {
	width: 15px;
	height: 15px;
	float: right;
	background: url(../../image/index/index-icon.png) -80px -50px no-repeat;
	margin-top: 9px;
	margin-left: 5px;
}

.top .top-main .top-main-right.login ul li samp {
	font-family: arial;
}


/*底部*/

.footer {
	width: 100%;
	min-width: 1280px;
	height: 245px;
	background: #363636;
	float: left;
	border-top: 2px solid #3366cc;
}

.footer .footer-main {
	width: 1200px;
	height: 245px;
	margin: 0 auto;
}

.footer .footer-main .footer-top {
	width: 100%;
	float: left;
	margin-top: 18px;
}

.footer-top ul {
	float: left;
	width: 920px;
}

.footer-top ul li {
	width: 100%;
	float: left;
	font-size: 12px;
	color: #fff;
	margin-bottom: 15px;
}

.footer-top ul li samp {
	float: left;
}

.footer-top ul li a {
	float: left;
	color: #fff;
}

.footer-top ul li a:hover {
	text-decoration: underline;
}

.footer-top ul li a.line {
	width: 1px;
	height: 13px;
	background: #fff;
	margin: 2px 10px 0 10px;
}

.footer .footer-main .footer-top .footer-top-line {
	width: 100%;
	height: 2px;
	float: left;
	background: url(../../image/index/footer-line.png) repeat-x;
}

.footer .footer-main .footer-top .code {
	float: right;
}

.footer-top .code p {
	width: 96px;
	height: 96px;
	float: left;
	margin-left: 25px;
}

.footer-top .code p img {
	width: 79px;
	height: 79px;
	margin: 0 auto;
	display: block;
}

.footer-top .code p em {
	font-style: normal;
	font-family: "宋体";
	font-size: 12px;
	color: #939393;
	text-align: center;
	display: block;
	padding-top: 8px;
}

.footer .footer-main .footer-bottom {
	width: 100%;
	float: left;
}

.footer .footer-main .footer-bottom p {
	font-size: 12px;
	color: #939393;
	line-height: 40px;
}
.footer .footer-main .footer-bottom p a{
	color:inherit;
}
.footer .footer-main .footer-bottom .poice-area {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #939393;
    margin-top: -1px;
}
.footer .footer-main .footer-bottom .poice-area i {
    float: left;
    width: 20px;
    height: 20px;
	  background: url(../../image/index/police-icon.png) no-repeat;
    margin: -2px 4px 0 0;
}
.footer .footer-main .footer-bottom .poice-area a{
	display: inline-block;
	font-size: 12px;
    color: #939393;
    margin-left: 27px;
}
.footer .footer-main .footer-bottom .poice-area a:hover{
	color: #fff;
	text-decoration: underline;
}