﻿@charset "utf-8";
.header { background-color: #fff; }
/* 顶部导航条 */
.loginbar {
	width: 100%;
	background: #f5f5f5;
}
.loginbar-wrapper {
	width: 1180px;
	height: auto;
}
.welcomeqyj li {
    height: 30px;
    line-height: 30px;
    color: #6D6D6D;
	font-size: 12px;
	z-index: 12;
}
.welcomeqyj li.welcometext { padding-right: 20px; }
.welcomeqyj > li > a {
	padding-left: 20px;
	padding-right: 20px;
	height: 16px;
	line-height: 16px;
	color: #6d6d6d;
	border-left: 1px solid #E3E3E3;
}
.welcomeqyj > li > a.bdln { border-left: none; }
.welcomeqyj > li:hover > a { color: #235ca9; }
.mb {
	margin-top: 2px;
	width: 7px;
	height: 13px;
	background: url(./img/mobile.png) no-repeat 0 0;
	margin-right: 13px;
}
.welcomeqyj > li:hover .mb { background-position: -7px 0; }
.gw {
	margin-right: 7px;
	width: 16px;
	height: 16px;
	background: url(../../images/jiuxing/index.png) no-repeat 0px -926px;;
}
.plpr4 {
	padding-right: 4px;
	padding-left: 4px;
}
.xl {
	width: 9px;
	height: 6px;
	margin-top: 5px;
	margin-left: 16px;
	transition: transform 0.1s ease-in 0s;
	background: url(./img/up-down.png) no-repeat;
}
.app {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
.app:hover {
	border-left-color: #e3e3e3;
	border-right-color: #e3e3e3;
	background-color: #fff;
}
.app:hover .xl {
	transform: rotate(180deg);
	background-position: -9px 0;
}
.welcomeqyjShow {
	top: 30px;
	left: -1px;
	width: 148px;
	border: 1px solid #e3e3e3;
	height: 0;
	opacity: 0;
	background-color: #fff;
	transition: height .3s ease-in;
}
.app:hover .welcomeqyjShow {
	height: 154px;
	opacity: 1;
}
.app > .mask-line {
	bottom: -1px;
	left: 0;
	width: 133px;
	height: 1px;
	background-color: #fff;
}
.welcomeqyjShow img {
	margin-top: 10px;
	width: 115px;
	height: 115px;
}
.add-weixin {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
	color: #b0b0b0;
}
/* 企业街LOGO */
.header > .Container {
	width: 1180px;
	height: 111px;
	z-index: 10;
}
.Container > .logo { margin-top: 23px; }
.logo > .logo-pic { height: 65px; }
.qyjlogo { margin-top: 40px; }
.qyjlogo > li {
	font-size: 18px;
	color: #ACB0B0;
	margin-right: 20px;
	line-height: 20px;
}
.qyjlogo i {
	display: inline-block;
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 5px;
	background: url(./img/zizhi-small.png) no-repeat;
}
.qyjlogo .zzrz { background-position: 0 0; }
.qyjlogo .zfaq { background-position: 0 -40px; }
.qyjlogo .zrfw { background-position: 1px -78px; }
.qyjlogo .shwy { background-position: -2px -108px; }

/* 导航 */
.header-nav {
	background-color: #fff;
	border-bottom: 2px solid #235ca9;
}
.header-nav > .Container { width: 1180px; }
.header-nav > .Container > li { float: left; }
.header-nav > .Container > li > a {
	margin-left: 8px;
	padding-left: 20px;
	padding-right: 20px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	color: #666;
	transition: none;
}
.header-nav > .Container > li > a.hot { background: url(./img/hot.gif) no-repeat right top; }
.header-nav > .Container > li > a:hover {
	color: #fff;
	background-color: #235ca9;
}
.header-nav > .Container > li > a.current {
	color: #fff;
	background-color: #235ca9;
}
.header-nav > .Container > li:last-child {
	float: right;
	margin-right: 20px;
}
.header-nav > .Container > li > .hot-tel {
	width: 190px;
	height: 40px;
}
#menu > a {
	margin: 0;
	padding: 0;
	width: 239px;
	color: #fff;
	font-size: 16px;
	background-color: #235ca9;
}
#menu > a:after {
	content: '';
	position: relative;
	left: 5px;
	top: -2px;
	display: inline-block;
	width: 11px;
	height: 6px;
 	background: url(./img/drop1.png) center no-repeat;
}
.menuList {
	display: none;
	z-index: 10;
	top: 40px;
	width: 239px;
	height: 446px;
	background-color: rgba(0,0,0,.8);
}
.menuList > dd {
	width: 239px;
	height: 89.2px;
	background-repeat: no-repeat;
	background-position: 30px center;
	border-bottom: 1px solid rgba(153,153,153,.2);
	overflow: hidden;
}
.menuList > dd > a {
	display: block;
	width: 239px;
	height: 89.2px;
	overflow: hidden;
}
.menuList > dd:last-child { border-bottom: none; }
.menuList > dd:nth-child(1) { background-image: url(./img/icon1.png); }
.menuList > dd:nth-child(1):hover { background-image: url(./img/icon1_hover.png); }
.menuList > dd:nth-child(2) { background-image: url(./img/icon2.png); }
.menuList > dd:nth-child(2):hover { background-image: url(./img/icon2_hover.png); }
.menuList > dd:nth-child(3) { background-image: url(./img/icon3.png); }
.menuList > dd:nth-child(3):hover { background-image: url(./img/icon3_hover.png); }
.menuList > dd:nth-child(4) { background-image: url(./img/icon4.png); }
.menuList > dd:nth-child(4):hover { background-image: url(./img/icon4_hover.png); }
.menuList > dd:nth-child(5) { background-image: url(./img/icon5.png); }
.menuList > dd:nth-child(5):hover { background-image: url(./img/icon5_hover.png); }
.menuList > dd:hover {
	border: 1px solid #235ca9;
	background-color: #f8f8f8;
}
.menuList > dd h2 {
	margin-left: 71px;
	margin-top: 21px;
	color: #fff;
}
.menuList > dd h2 p { font-size: 18px; }
.menuList > dd h2 span { font-size: 14px; }
.menuList > dd:hover h2 { color: #333; }

/* 客服 */
.contact {
	top: 200px;
	z-index: 10;
	padding-bottom: 10px;
	width: 120px;
	background-color: #fff;
	box-shadow: 0 0 4px rgba(0,0,0,.2);
}
.contact.left-contact {
	left: -1px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.contact.right-contact {
	right: -120px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	transition: right .25s ease-in;
}
.contact.right-contact.show { right: -1px; }
.consult-switch {
	padding: 30px 10px 10px;
	left: -40px;
	top: 100px;
	width: 40px;
	font-size: 16px;
	color: #fff;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	background: #235ca9 url(./img/message.png) no-repeat center 10px / 20px;
	cursor: pointer;
}
.consult-switch:hover { background-color: #449AF6; }
.contact-pic {
	width: 60px;
	height: 60px;
	margin-top: -32px;
	border: 2px solid #70AFF6;
	background: #e4e2ef url(./img/person.png) center no-repeat;
}
.contact-time {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #aaa;
}
.contact-list > li {
	margin-bottom: 10px;
	text-align: center;
}
.contact-list > li > a {
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	background-color: #68acf9;
	border-radius: 2px;
}
.contact-list > li > a:hover { background-color: #77B5FB; }
.contact-list > li > a > img {
	position: relative;
	top: 3px;
	display: inline-block;
	width: 13px;
	margin-right:5px;
}
.contact-wechat {
	width: 120px;
	height: 120px;
}
.wechat-text {
	font-size: 12px;
	color: #aaa;
}

/**侧边栏**/
.navSidebars {
    display: none;
	bottom: 20px;
	right: 10px;
	z-index: 1000;
	width: 42px;
	height: 42px;
	font-size: 0;
	letter-spacing: 0;
	border: 1px solid #d5d5d5;
	background-color: #eee;
	transition: width .15s ease-in;
}
.navSidebars li {
	box-sizing: border-box;
	height: 40px;
	width: 40px;

}
.navSidebars li:not(:first-child) { border-left: 1px solid #d5d5d5; }
.navSidebars li > a {
	width: 100%;
	height: 100%;
	background: url(./img/navsidebars.png) no-repeat;
}
.navSidebars li > a.gwc { background-position: -2px 0; }
.navSidebars li > a.fhdb { background-position: 0 -40px; }
.gwc-sum {
	top: 5px;
	right: 5px;
	font-size: 10px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	color: #fff;
	background-color: #F14B4B;
	border-radius: 50%;
}

/* 页尾 */
.footer { background-color: #f5f5f5; }
.footer.bgf0 { background-color: #f0f0f0; }
.footer > .Container {
	padding-top: 20px;
	padding-bottom: 16px;
	width: 1180px;
}
.footer-group > li {
	float: left;
	margin-left: 54px;
}
.footer-group > li:last-child {
	margin-left: 190px;
}
.footer-group > li > h3 {
	margin-bottom: 23px;
	font-size: 16px;
	color: #333;
}
.footer-group > li > a {
	display: block;
	margin-bottom: 18px;
	font-size: 14px;
	color: #666;
}
.footer-group > li a:hover { color: #235ca9; }
.footer-wechat {
	width: 142px;
	height: 142px;
}
.wechat p {
	font-size: 16px;
	color: #333;
}
.wechat span {
	display: block;
	margin-top: 5px;
	font-size: 14px;
	color: #999;
}
/* 友情链接 */
.yqlj {
	padding-top: 10px;
	padding-bottom: 10px;
}
.yqlj > li > h3 {
	margin-bottom: 10px;
	font-size: 16px;
	color: #333;
}
.yqlj  > li {
	float: left;
}


/* 版权 */
.copyright {
	margin-bottom: 46px;
	margin-top: 20px;
}
.Copyright-text {
	margin-bottom: 15px;
	width: 1180px;
	font-size: 12px;
	color: #666;
}
.Copyright-text > a {
	padding-left: 10px;
	padding-right: 10px;
	color: #666;
}
.Copyright-text > a:hover { color: #235ca9; }