/*全局样式*/

html {}

html,
body {}

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
dl,
dt,
dd,
div,
input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

body {
	background: #fff;
	color: #333;
	font-family: "microsoft yahei", Verdana, Geneva, sans-serif;
	font-size: 14px;
}

img {
	border: 0px;
}

ul,
li {
	list-style: none;
	outline: none;
}

li {
	vertical-align: middle;
}


/*table,th,td{ border-collapse:collapse}*/

a {
	cursor: pointer;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: none;
}

input,
select {
	vertical-align: middle
}

button,
select,
input {
	font-family: "微软雅黑";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #999;
}


/*自定义公共样式*/


/*.mainFull
{
    width: 100%;
    overflow: hidden;
}*/

.marginA {
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.fc {
	clear: both;
}

.ellip {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.font12 {
	font-size: 12px;
}

.font14 {
	font-size: 14px;
}

.font16 {
	font-size: 16px;
}

.bold {
	font-weight: bold;
}

.under {
	text-decoration: underline;
}

.nUnder {
	text-decoration: none;
}

.margin10 {
	margin: 10px;
}

.margin12T {
	margin-top: 12px;
}

.margin10T {
	margin-top: 10px;
}

.margin20T {
	margin-top: 20px;
}

.margin10B {
	margin-bottom: 10px;
}

.margin30B {
	margin-bottom: 30px;
}

.cursor {
	cursor: pointer;
}

.textAC {
	text-align: center;
}

.textAR {
	text-align: right;
}

button {
	outline: none;
	cursor: pointer;
}


/*首页*/

.headerTop {}

.shortcutNav {
	overflow: hidden;
	background-color: #f7f8fa;
	height: 30px;
	border-bottom: 1px solid #E7E9EE;
}

.shortcutNavw {
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
}

.shortcutNavw ul.left {
	float: left;
}

.shortcutNavw ul.right {
	float: right;
}

.shortcutNavw ul li {
	float: left;
	color: #333;
}

.shortcutNavw ul li a {
	color: #333;
}

.gan {
	padding: 0px 8px;
	font-size: 12px;
	line-height: 28px;
}

.zhuce {
	padding-right: 54px;
}

.logoSearch {

	height: 115px;

	background: url(../images/bg1px.png) repeat-x center;
}

.logoSearch .logo {
	padding: 25px 0px 0px 0px;

	float: left;
}

.logoSearch .search {
	float: left;
	background: url(../images/lou.png) no-repeat center;
	height: 115px;
}

.searchBox {
	width: 700px;
	height: 40px;
	padding-top: 16px;
}

.searchInput {
	width: 518px;
	height: 39px;
	border: 1px solid #418BE3;
	float: left;
}

.searchInput input {
	width: 100%;
	height: 100%;
	text-indent: 10px;
	opacity: 0.7;
	background-color: #fff;
}

.mainW {
	width: 1200px;
	margin: 0px auto;
	position: relative;
	padding-bottom: 10px;
	overflow: hidden;
}

.tmainW {
	width: 1200px;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
}

.searchBox button {
	color: #fff;
	background-color: #418be3;
	height: 41px;
	width: 80px;
	border: 0px;
}

.highBtn {
	margin-left: 5px;
}

.hot {
	overflow: hidden;
	clear: both;
	margin-top: 10px;
	width: 688px;
	height: 22px;
}

.hot li {
	float: left;
	margin-right: 10px;
}

.hot li img {
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.hot li span {
	color: #FA8802;
}

.hot li a {
	color: #333333;
}

.nav {
	overflow: hidden;
	height: 44px;
	background-color: #418BE3;
}

.nav ul {
	overflow: hidden;
}

.nav ul li {
	float: left;
	width: 120px;
	text-align: center;
	line-height: 44px;
	margin-right: 10px;
}

.nav ul li a {
	font-size: 16px;
	color: #fff;
}

.activeNav {
	background-color: #03BEB7;
}

.navBlock {
	overflow: hidden;
	float: left;
	margin: 5px 0px 5px 0px;
	border-right: 1px solid #418BE3;
}

.nrbroder {
	border-right: 0px solid #418BE3;
}

.navBlock div img {}

.navBlock div.leftm p {
	font-size: 16px;
	color: #418BE3;
	font-weight: bold;
}

.navBlock>div {
	float: left;
}

.navBlock>div.leftm {
	width: 65px;
	margin: 6px 15px 0px 15px;
	text-align: center;
	float: left;
}

.navBlock .rightm {
	margin-top: 6px;
	margin-right: 10px;
}

.navBlock .rightm p {
	margin-bottom: 3px;
}

.navBlock .rightm p a {
	margin-right: 18px;
	color: #418BE3;
}

.memberExhibition {
	overflow: hidden;
	background-color: #ECF3F9;
	margin-top: 10px;
	height: 44px;
	line-height: 44px;
}

.memberExhibition img.lab {
	margin-left: 8px;
	float: left;
	margin-right: 8px;
	margin-top: 5px;
}

.memberExhibition span.hyzbzs {
	font-size: 18px;
	font-weight: bold;
}

.bg {
	background-color: #F7F8FA;
}

.ml17 {
	margin: 0px 17px 0px 17px;
	font-weight: normal !important;
	color: #999;
}

.memfont {
	font-size: 14px;
}

.memfont label {
	color: #FF6500;
}

.memberMore {
	background-color: #3B80D3;
	color: #fff;
	border: 0;
	float: right;
	width: 44px;
	height: 44px;
}

.todayHot {
	overflow: hidden;
	width: 338px;
	height: 311px;
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	margin-top: 11px;
	/* background: url(../images/line.png) no-repeat center; */
	background-position-x: 0px;
	background-position-y: 0px;
	float: left;
	position: relative;
}

.todayImg {
	height: 44px;
	background-color: #ECF3F9;
	margin-top: 1px;
	line-height: 44px;
}

.todayImg img {
	margin: 2px 0px 0px 13px;
}

.todayHot ul {
	padding: 12px 15px 0px 15px;
}

.todayHot ul li img {
	margin-right: 5px;
	float: left;
	margin-top: 5px;
}

.todayHot ul li {
	margin-bottom: 8px;
}

.todayHot ul li a {
	color: #333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 260px;
	display: inline-block;
}

.todayHot ul li a:hover {
	color: #418BE3;
}

.todayHot ul li span {
	color: #999999;
	float: right;
	font-size: 12px;
}

.middleBlock {
	float: left;
	width: 580px;
	height: 240px;
	margin: 11px 0px 0px 20px;
}

.middleBlock1 {
	float: left;
	width: 198px;
	height: 560px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #eee;
}

.mainBox {
	overflow: hidden;
	width: 940px;
	float: left;
}

.recommendation {
	overflow: hidden;
}

.recommendation p img {
	margin: 10px 5px 0px 10px;
	float: left;
}

.recommendation p span {
	font-size: 18px;
	color: #1E6FCB;
	font-weight: bold;
}

.recommendation ul li a {
	width: 298px;
}

.projectMsg {
	position: relative;
	overflow: hidden;
	width: 578px;
	margin: 11px 0px 0px 20px;
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	float: left;
	height: 310px;
}

.projectMsg div img {
	margin: 10px 5px 0px 10px;
	float: left;
}

.projectMsg div span {
	font-size: 18px;
	color: #1E6FCB;
	font-weight: bold;
}

.proj p {
	width: 130px;
	border-bottom: 2px solid #1E6FCB;
	float: left;
}

.proj {
	height: 43px;
	line-height: 41px;
	border-bottom: 1px solid #EEEEEE;
}

.proj a {
	float: right;
	background-color: #55C4CE;
	color: #fff;
	width: 40px;
	height: 20px;
	border-radius: 10px;
	line-height: 20px;
	text-align: center;
	margin: 11px 11px 0px 0px;
	font-size: 12px;
}

.projectMsg ul {
	padding: 12px 12px 0px 12px;
}

.projectMsg ul li a {
	color: #333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 500px;
	display: inline-block;
}

.projectMsg ul li a:hover {
	color: #418BE3;
}

.projectMsg ul li span {
	color: #999999;
	float: right;
	font-size: 12px;
}

.projectMsg ul li {
	margin-bottom: 8px;
}

.projectMsg ul li label {
	color: #ccc;
	float: left;
	margin-right: 10px;
}

.sjtz {
	overflow: hidden;
	padding-top: 10px;
	position: relative;
	width: 100%;
	/* 继承父级宽度，或者根据需要设置具体宽度，父级 .mainBox 内此区域通常为 580px? 实际根据布局自适应 */
	height: auto;
	height: 80px;
	/* 保证容器有高度，实际图片会撑开，但为了切换时容器高度稳定，建议设置具体高度 */
	overflow: hidden;
	background-color: transparent;
}

/* 切换图片容器，用于绝对定位叠放 */
.sjtz .fade-img-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

.sjtz .fade-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	display: block;
	opacity: 0;
	transition: opacity 1.2s ease-in-out;
	/* 渐隐渐现过渡时间1.2秒 */
	backface-visibility: hidden;
	/* 优化渲染 */
}

.sjtz .fade-img.active {
	opacity: 1;
	z-index: 2;
}

.sjtz .fade-img.hide {
	opacity: 0;
	z-index: 1;
}

/* 确保图片本身响应式，不溢出 */
.sjtz .fade-img img {
	width: 100%;
	display: block;
	border: none;
}

/* 原有 sjtz 中可能有的 a 标签样式，避免额外影响，但保留原有布局友好 */
.sjtz a {
	display: block;
}

.zbgg {
	width: 458px;
	margin: 11px 0px 0px 0px;
}

.gdw {
	width: 940px !important;
}

.zbgg ul li a {
	width: 370px;
}

.bggg {
	margin: 11px 0px 0px 20px
}

/* ---------- 水平无限滚动轮播样式 ---------- */
.carousel-scroll {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 10px;
	clear: both;
}

.carousel-track {
	display: flex;
	width: fit-content;
	will-change: transform;
	gap: 10px;
}

.carousel-item {
	flex-shrink: 0;
	display: block;
}

.carousel-item img {
	display: block;
	width: 100%;
	height: auto;
	border: none;
}

.carousel-scroll .carousel-item a {
	display: block;
}

.carousel-scroll .carousel-item img {
	width: 100%;
	max-width: none;
	height: 90px;
}



.zcfg,
.wjxz {
	height: 250px;
}

.more {
	float: right;
	background-color: #55C4CE;
	color: #fff;
	width: 40px;
	height: 20px;
	border-radius: 10px;
	line-height: 20px;
	text-align: center;
	margin: 11px 11px 0px 0px;
	font-size: 12px;
}

.jmqy {
	width: 1198px;
	margin-left: 0px;
	height: auto;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	overflow: hidden;
	position: relative;

}

.jmqy .proj {
	margin-bottom: 10px;
}

.jmqy .proj p {
	width: 160px;
}

.jmqy .proj p span {
	font-size: 18px;
	color: #1E6FCB;
	font-weight: bold;
}

.jmqy div img {
	margin: 5px 0px;
	float: left;
}

.jmqy ul {
	/* padding: 0px 0px 10px 0px; */
	overflow: hidden;
}

.jmqy ul li {
	float: left;
	margin-bottom: 0px;
	margin-left: 10px;
}

.jmqy ul li img {
	width: 160px;
	vertical-align: middle;
	height: 60px;
}

.enterprises-screens-wrapper {
	position: relative;
	width: 100%;
	min-height: 148px;
	/* 适应图片高度，可随内容撑开 */
}

.screen-container {
	display: none;
	flex-wrap: wrap;
	width: 100%;
	transition: opacity 0.3s ease;
	list-style: none;
	margin: 0;
	padding: 0;
}

.screen-container.active-screen {
	display: flex;
}

.screen-container li {
	list-style: none;

	width: auto;
}

.screen-container li a {
	display: inline-block;
}

.screen-container li img {
	width: 160px;
	vertical-align: middle;
	height: 60px;
}

/* 完全隐藏指示器区域和任何手动控件 */
.screen-indicators {
	display: none;
}

/* 隐藏所有手动切换按钮（如果有） */
.screen-nav-btn {
	display: none;
}

.filedownload p span {
	font-size: 18px;
	color: #1E6FCB;
	font-weight: bold;
}

.filedownload p img {
	margin: 10px 5px 0px 10px;
	float: left;
}

.area {
	overflow: hidden;
	background-color: #F5F6FA;
	margin-top: 10px;
}

.area .mainWf img {
	margin: 10px 10px 10px 0px;
	float: left;
	position: absolute;
	top: 50%;
	margin-top: -33px;
}

.area .mainWf label {
	font-weight: bold;
}

.area .mainWf a {
	margin-right: 10px;
	cursor: pointer;
	color: #333;
}

.area .mainWf a:hover {
	color: #418BE3;
}

.area .mainWf div p {
	margin-bottom: 10px;

}

.foot {
	background-color: #327ED9;
	text-align: center;
	padding: 12px 0px 12px 0px;
}

.foot p {
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	clear: both;
}

.foot ul li {
	float: left;
}

.foot ul li a,
.foot p a {
	color: #fff;
	cursor: pointer;
}

.foot ul {
	margin: 0px 0px 14px 0px;
	overflow: hidden;
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.footgan {
	color: #fff;
	margin: 0px 15px;
}

.rightMain {
	overflow: hidden;
	margin: 10px 0px 0px 0px;
	float: right;
}

.login {
	height: 235px;
	width: 240px;
	background-color: #ECF3F9;
	margin-top: 5px;
}

.login p {
	font-size: 18px;
	color: #1E6FCB;
	font-weight: bold;
	padding-top: 5px;
	text-align: center;
}

.login p span {
	margin: 0px 3px;
}

.loginbox {
	margin-top: 15px;
	width: 240px;
	height: 145px;
	background: url(../images/Welcomelog.png) no-repeat;
}

.loginbox div {
	padding: 30px 30px 0 30px;
}

.loginbox p {
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	text-align: left;

}

.name,
.pwd {
	background-color: #fff;
	border-radius: 5px;
	width: 218px;
	height: 32px;
	margin: 8px 10px 0px 10px;
	line-height: 32px;
	border: 1px solid #D8D8D8;
}


.name img,
.pwd img,
.qr img {
	margin: 10px;
	float: left;
}

.name input,
.pwd input {
	background-color: #fff;
}

.qr {
	background-color: #fff;
	border-radius: 5px;
	width: 130px;
	height: 32px;
	margin: 5px 0px 0px 10px;
	line-height: 32px;
	border: 1px solid #D8D8D8;
	float: left;
}

.qr input {
	background-color: #fff;
	width: 90px;
}

.qrcode {
	overflow: hidden;
}

.qrcode a img {
	margin: 3px 0px 0px 4px;
}

.wjmm {
	padding: 5px 0px 10px 21px;
	color: #333;
	font-size: 12px;
}

.wjmm input {
	margin-top: -1px;
}

.wjmm a {
	color: #333;
	margin: 0 25px;
	text-decoration: underline;
}

.loginBtn {
	overflow: hidden;
	margin-left: 20px;
	margin-right: 20px;
}

.loginBtn button {
	width: 95px;
	height: 32px;
	text-align: center;
	border-radius: 5px;
	border: 0px;
}

.loginBtn .sys {
	background-color: #FF883F;
	color: #fff;
}

.loginBtn .email {
	background-color: #418BE3;
	color: #fff;
}

.userzc {
	font-size: 14px;
	text-align: center;
	display: block;
	color: #333;
	margin: 5px 0px 0px 0px;
}

.fbxx {
	margin: 10px 0px 0px 0px;
	display: block;
}

.yzwt {
	width: 240px;
	height: 302px;
}

.yzwt p img {
	margin: 10px 5px 0px 10px;
	float: left;
}

.yzwt p span {
	font-size: 18px;
	color: #fff;
	padding: 10px 10px;
	font-weight: bold;
	background-color: #3B80D3;
}

.yzwt p a {
	font-size: 12px;
	color: #3B80D3;
	float: right;
	margin-right: 9px;
}

.yzwt ul li a {
	width: 200px;
}

.yzwt ul li span {
	margin-top: 2px;
}

.jtyst {
	display: block;
	overflow: hidden;
	clear: both;
}

.jtyst img {
	margin-top: 10px;
	display: block;
	width: 240px;
	height: 60px;
}

.dataBase {
	overflow: hidden;
	padding: 0px 10px;
}

.dataBase a {
	display: block;
	width: 213px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	margin-top: 10px;
	overflow: hidden;
	padding-right: 5px;
}

.dataBase a img {
	float: left;
	margin-right: 17px;
}

.bg1 {
	background-color: #FBF2F1;

}

.bg2 {
	background-color: #FFF9F1;
}

.bg3 {

	background-color: #ECFAFA;
}

.bg4 {
	background-color: #F7F5FA;
}

.bg5 {

	background-color: #F3F8FC;
}

.bg1 span {
	color: #D15B47;
}

.bg2 span {

	color: #FCAB39;
}

.bg3 span {

	color: #44B7B5;
}

.bg4 span {
	color: #9380C4;
}

.bg5 span {
	color: #509DD6;
}

.dataBox {
	width: 240px;
}

.dataBox p span {
	font-size: 18px;
	color: #fff;
	padding: 10px 10px;
	font-weight: bold;
	background-color: #3B80D3;
}

.kxfy {
	overflow: hidden;
	display: block;
}

.yqlj {
	width: 240px;
	height: 285px;
}

.friendlink {
	overflow: hidden;
}

.yqlj ul li a {
	width: 200px;
}

.yqlj p span {
	font-size: 18px;
	color: #fff;
	padding: 10px 10px;
	font-weight: bold;
	background-color: #3B80D3;
}




/*分站*/
.subtLogo {
	margin-right: 0px !important;
}

.substationBox {
	border-left: 1px solid #ccc;
	padding: 0px 0px 0px 10px;
	float: left;
	margin: 42px 40px 0px 10px;
	position: relative;
}

.substatfont {
	margin-bottom: 8px;
	margin-top: 5px;
	color: #333;
}

.selectArea {
	margin-bottom: 5px;
}

.selectArea span {
	color: #FF883F;
}

.selectArea a {
	color: #333;
}

.region {
	width: 400px;
	border: 1px solid #1E6FCB;
	position: absolute;
	left: 10px;
	top: 68px;
	z-index: 99;
	background-color: #fff;
	padding: 12px;
	display: none;
}

.region p {
	color: #333;
	margin-bottom: 12px;
}

.region p span {
	margin-right: 10px;
}

.region p span a {
	color: #333;
}

.terminus {
	overflow: hidden;
	border-top: 1px dashed #333;
	padding: 0px 0px 0px 0px;
}

.terminus a {
	color: #1E6FCB;
	float: right;
	margin: 5px 10px 0px 0px;
}




.leftDetail {
	overflow: hidden;
	width: 200px;
	float: left;
}

.leftDetail .gg {
	margin-top: 10px;
}

.leftDetail .gg a img {
	display: block;
}

.tjgg {
	overflow: hidden;
	width: 198px;
	height: 248px;
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	margin-top: 10px;
	/* float: left; */
}

.tjgg ul {
	padding: 12px 12px 12px 12px;
}

.tjgg ul li {
	margin-bottom: 8px;
}

.tjgg ul li img {
	margin-right: 5px;
	float: left;
	margin-top: 5px;
}

.tjgg ul li span {
	color: #999999;
	float: right;
	font-size: 12px;
}

.tjgg ul li a {
	color: #333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 164px;
	display: inline-block;
}

.tjgg p span {
	font-size: 16px !important;
}

.rightPro p span.noLoginColor {
	color: #418BE3;
}

.rightPro {
	margin-left: 20px;
	float: left;
	width: 980px;
}

.rightPro>p {
	margin-top: 10px;
}

.proMsg {
	overflow: hidden;
	border: 1px solid #EEEEEE;
	margin: 13px 0px 0px 0px;
	width: 938px;
	padding: 20px;
}

.proMsg>h3 {
	background-color: #F7F8FA;
	color: #1E6FCB;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

.essentialInformation {
	overflow: hidden;
	border-bottom: 1px solid #EEEEEE;
	margin-top: 20px;
}

.essentialInformation p {
	font-size: 16px;
	color: #1E6FCB;
	text-indent: 15px;
	padding-bottom: 8px;
	font-weight: bold;
	width: 100px;
	border-bottom: 2px solid #1E6FCB;
}

.basic {
	color: #333;
	margin: 20px 15px 20px 15px;
}

.basic p {
	margin-bottom: 15px;
}

.basic p label {
	color: #333;
	width: 70px;
	display: block;
	float: left;
}

.basic p span {
	color: #333;
	text-align: left;
	display: inline-block;
	width: 90%;
}

.loginDetail {
	overflow: hidden;
	background-color: #F7F7F9;
	height: 40px;
	margin-top: 10px;
}

.loginDetail p {
	line-height: 40px;
	padding-left: 10px;
	color: #418BE3;
}

.loginDetail>img {
	float: left;
}

.detailLogin {
	margin-top: 28px;
	float: right;
	margin-right: 82px;
}

.detailLogin p {
	font-size: 18px;
	color: #1E6FCB;
	text-align: center;
	margin-bottom: 20px;
}

.loginDetail p button {
	color: #fff;
}

.detailLogin .name {
	margin: 0px 0px 10px 0px;
	width: 300px;
	height: 36px;
	line-height: 36px;
}

.anniu {
	background-color: #3B80D3;
	border: 0px;
	border-radius: 5px;
	padding: 3px 8px;
}

.anniu1 {
	background-color: #FFAA00;
	border: 0px;
	border-radius: 5px;
	padding: 3px 8px;
}

.detailLogin .pwd {
	margin: 0px 0px 10px 0px;
	width: 300px;
	height: 36px;
	line-height: 36px;
}

.detailLogin .pwd input,
.detailLogin .name input {
	width: 240px;
}

.detailLogin .qrcode .qr {
	margin: 0px 0px 10px 0px;
	width: 200px;
	height: 36px;
	line-height: 36px;
}

.detailLogin .qrcode a img {
	margin: 3px 0px 0px 10px;
}

.detailLogin .wjmm {
	padding: 0px;
}

.detailLogin .wjmm a {
	margin: 0px;
}

.loginBtn .dl {
	background-color: #418BE3;
	color: #fff;
	height: 40px;
	width: 300px;
}

.detailLogin .loginBtn {
	margin: 20px 0px 0px 0px;
}

.Loginzhuce {
	font-size: 14px;
	color: #1F70CB;
	text-decoration: underline !important;
}

.zhanhao {
	margin-top: 10px;
	text-align: center;
}

.bannerlist img {
	margin-top: 8px;
}

.selectbox {
	overflow: hidden;
	border: 1px solid #eee;
	margin-top: 6px;
}

.selectinput button {
	background-color: #418BE3;
	color: #fff;
	width: 60px;
	height: 30px;
	line-height: 30px;
	border: 0px;
	margin-left: 20px;
}

.selectinput {
	height: 40px;
	line-height: 40px;
}

.selectinput input {
	width: 280px;
	height: 28px;
	border: 1px solid #d5d5d5;
	padding-left: 5px;
}

.selectinput span {
	margin-left: 20px;
}

.selectinput select {
	width: 150px;
	height: 30px;
	border: 1px solid #d5d5d5;
	color: #999;
}

.selectbtn {
	height: 50px;
	line-height: 50px;
	border-top: 1px solid #eee;
}

.selectbtn button {
	width: 70px;
	height: 24px;
	line-height: 24px;
	margin: 0px 8px;
}

.selectbtn p {
	margin-left: 20px;
}

.gj {
	background-color: #FE8418;
	color: #fff;
	border: 0px;
}

.dl {
	background-color: #03BEB7;
	color: #fff;
	border: 0px;
}

.lsittab,
.highlsittab {
	overflow: hidden;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-top: 10px;
}

.lsittab table,
.highlsittab table {
	width: 100%;
}

.lsittab table tr th,
.highlsittab table tr th {
	font-size: 16px;
	border: 0px;
}

.lsittab table tr th,
.highlsittab table tr th {
	height: 44px;
}

.lsittab table tr th,
.highlsittab table tr th {
	border-bottom: 1px solid #eee;
}

.lsittab table tr td,
.highlsittab table tr td {
	border-bottom: 1px dashed #eee;
	text-align: center;
	color: #333;
	height: 40px;
}

.owner tr td,
.supplier tr td {
	text-align: left !important;
}

.owner tr td div {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 280px;
	/* display: inline-block; */
}

.supplier tr td div {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 400px;
}


.supplier tr td a {
	color: #333;
}

.supplier tr td a:hover {
	color: #418BE3;
}

.supplier tr td a:hover i {
	background-color: #418BE3;
}

.page {

	margin-top: 0px;
	overflow: hidden;
	float: right;
	color: #333;
	margin-bottom: 30px;
	margin-top: 10px;
	margin-right: 20px;
}

.page span.pbord {
	border: 1px solid #ccc;
	display: inline-block;
	border-radius: 5px;
	margin-right: 0px;
}

.page span.pbord a {
	color: #333;
	display: inline-block;
	padding: 5px 10px 4px 10px;
	font-size: 12px;
}

.activepage {
	background-color: #1E6CE1;
	border: 1px solid #1E6CE1 !important;
}

.activepage a {
	color: #fff !important;
}

.count {
	float: left;
	margin-right: 5px;
	padding-top: 4px;
}

.goto {
	float: right;
	margin-left: 5px;
	height: 27px;
	line-height: 24px;
}

.goto input {
	width: 40px;
	padding: 4px 0px 3px 0px;
	border: 1px solid #ccc;
	display: inline-block;
	border-radius: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: -1px;
	text-align: center;
	background-color: #fff;
}

.texte {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 600px;
	text-align: left;
}

.texte a {
	color: #333;
}

.texte a:hover {
	color: #418BE3;
}

.lsittab table tr td span,
.highlsittab table tr td span.spantype {
	background-color: #FBEDE0;
	width: 72px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	color: #FE8418;
	font-size: 14px;
	overflow: hidden;
	vertical-align: middle;
}

.detailbox {
	overflow: hidden;
	border: 1px solid #eee;
	margin-top: 6px;
}

.detailbox div.title {
	height: 44px;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom: 1px solid #eee;
}

.detailbox div.title h3 {
	font-size: 16px;
	color: #1E6FCB;
	width: 100px;
	text-align: center;
	border-bottom: 2px solid #1E6FCB;
	height: 45px;
	line-height: 55px;
}

.xinxi {
	margin-top: 25px;
	margin-left: 35px;
	margin-right: 27px;
}

.xinxi p {
	margin-bottom: 20px;
	line-height: 30px;
}

.xinxi div {
	font-weight: bold;
	margin-bottom: 5px;
}

.xinxi ul {
	margin-bottom: 20px;
}

.xinxi ul li {
	line-height: 30px;
}

.xinxi div img {
	margin-right: 5px;
	vertical-align: middle;
}

.xinxi p span {
	color: #333;
}

.lsittab table tr td i {
	width: 4px;
	height: 4px;
	background-color: #333;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	float: left;
	position: relative;
	top: 8px;
	margin-left: 20px;
}

.exhi {
	overflow: hidden;
	border: 1px solid #eee;
	margin-top: 10px;
	padding: 20px;
}

.titi p span {
	font-size: 16px;
	font-weight: bold;
}

.titi {
	border-bottom: 1px solid #EEEEEE;
}

.titi p {
	width: 190px;
	border-bottom: 2px solid #1E6FCB;
	text-align: center;
	padding-bottom: 8px;
}

.stand {
	overflow: hidden;
	margin-bottom: 39px;
}

.stand li {
	float: left;
	margin-top: 20px;
	width: 187px;
	height: 60px;
}

/*.stand li:nth-child(5),.stand li:nth-child(10){
	margin-right: 0px;
}*/
.stand li a img {
	width: 150px;
}

.qyzt {
	display: block;
	text-align: center;
	margin: 0px auto;
	padding: 20px 0px 20px 0px;
}


.regp input {
	width: 280px;
	height: 28px;
	border: 1px solid #d5d5d5;
	padding-left: 5px;
}

.regp p {
	margin: 20px 20px 20px 38px;
}

.regp p textarea {
	border: 1px solid #d5d5d5;
}

.regp p span {
	color: #333;
}

.rightDetail {
	overflow: hidden;
	margin: 10px 0px 0px 0px;
	float: right;
}

.tjgys,
.dqfz {
	overflow: hidden;
	width: 238px;
	height: 345px;
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	margin-top: 10px;
}

.tjgys p span,
.dqfz p span {
	font-size: 16px;
	color: #fff;
	padding: 10px 10px;
	font-weight: bold;
	background-color: #3B80D3;
}

.tjgys ul,
.dqfz ul {
	padding: 12px 12px 12px 12px;
	overflow: hidden;
}

.tjgys ul li,
.dqfz ul li {
	margin-bottom: 8px;
}

.tjgys ul li img,
.dqfz ul li img {
	margin-right: 5px;
	float: left;
	margin-top: 5px;
}

.tjgys ul li a {
	color: #333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 197px;
	display: inline-block;
}

.areasite li {
	float: left;
	width: 53px;
	text-align: left;
}

.dqfz ul li a {
	font-size: 14px;
	color: #333;
}

.dqfz ul li a:hover,
.tjgys ul li a:hover {
	color: #418BE3;
}

.hotqs {
	padding: 10px 8px 10px 8px !important;
}

.hotqs li {
	float: left;
	margin-right: 4px;
	margin-bottom: 9px !important;
	overflow: hidden;
}

.hotqs li a {
	overflow: hidden;
}

.hotqs li span {
	padding: 4px 9px 4px 9px;
	display: inline-block;
	border-radius: 5px;
}

.colbanner {
	margin: 10px 0px 0px 0px;
}
.colbanner a img{
	width: 1200px;
	height: 200px;
}

.mainWf>p {
	margin-top: 10px;
}

.texteC {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 294px;
	text-align: left;
}

.paddle {
	padding-left: 20px;
}

.inputstyle {
	width: 568px;
	height: 28px;
	border: 1px solid #d5d5d5;
	padding-left: 5px;
}

.tdbg {
	background-color: #FAFAFA;
	width: 150px;
	text-align: right;
	padding-right: 10px;
}

.search2 {
	width: 100%;
	border-collapse: collapse;
}

.search2 tr {
	height: 40px;
}

.search2 tr td {
	border: 1px solid #eee;
}

.tdpadding {
	padding-left: 10px;
}

.redstar {
	color: #FF0000;
	vertical-align: middle;
	padding-left: 10px;
}

.selectclick {
	width: 100px;
	height: 30px;
	background-color: #FAFAFA;
	border: 1px solid #D5D5D5;
	line-height: 30px;
	vertical-align: middle;
}

.bntScarch {
	background-color: #418BE3;
	color: #fff;
	width: 60px;
	height: 30px;
	line-height: 30px;
	border: 0px;
	text-align: center;
	margin: 0px auto;
	display: block;
}

.tdpadding span label {
	margin-left: 5px;
	vertical-align: middle;
	margin-right: 10px;
}

.popul {
	overflow: hidden;
}

.popul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.popul li a div {
	background-color: #3B80D3;
	color: #fff;
	width: 70px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 45px;
}

.popul li a div img {
	margin-left: 6px;
}

.popdiv {
	margin: 10px 20px 10px 20px;
}

.citybox {
	margin-top: 10px;
	border: 1px solid #ddd;
	padding: 0px 20px 20px 20px;
	margin-bottom: 10px;
	background-color: #fafafa;
}

.citybox p {
	color: #333;
	font-weight: bold;
	margin-top: 20px;
	clear: both;
}

.popbtn {
	overflow: hidden;
	text-align: center;
}

.popbtn button {
	width: 60px;
	height: 30px;
	border: 0px;
}

.popbtn button.ok {
	color: #fff;
	background-color: #3B80D3;
}

.popbtn button.cancel {
	color: #3B80D3;
	background-color: #fff;
	border: 1px solid #3B80D3;
}

.citybox ul {
	overflow: hidden;
}

.citybox>ul>li {
	margin-top: 10px;
	float: left;
	width: 78px;
}

.citybox>ul>li>a {
	color: #3B80D3;
	padding: 2px 11px;
}

.citybox ul li a:hover {
	background-color: #3B80D3;
	color: #fff;
	padding: 2px 11px;
}

.popdiv>div {
	min-height: 24px;
}

.activeCity>a {
	background-color: #3B80D3;
	color: #fff !important;
	padding: 3px 11px;
}

.citybox ul.sul li {
	position: relative;
}

.citybox ul.sul li ul {
	background-color: #fff;
	padding: 10px 10px 10px 10px;
	position: absolute;
	left: 0px;
	top: 21px;
	width: 350px;
	z-index: 999;
	display: none;
	border: 1px solid red;
}

.citybox ul.sul li ul li {
	float: left;
	margin-right: 12px;
	margin-bottom: 5px;
	width: 58px;
}

.citybox ul.sul li ul li a {
	color: #3B80D3;
	padding: 2px 11px;
	font-size: 12px;
}

.citybox ul.sul li ul li a:hover {
	color: #fff;
}

.sf {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px 5px;
}

.sf tr {
	/* padding: 20px; */
}

.sf tr>td {
	width: 78px;
}

.sf tr td a {
	color: #3B80D3;
	padding: 3px 11px;
}

.sf tr td a:hover {
	background-color: #3B80D3;
	color: #fff;
	padding: 3px 11px;
}

.childtab {
	background-color: #fff;
	padding: 10px;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px 5px;
	display: none;
}

.childtab tr td {
	width: auto;
}

.promsgDetailTab table tr td span {
	width: 90px;
}

.tendexBox {
	border: 1px solid #eee;
	margin-top: 10px;
	padding: 50px 0px 0px 0px;
}

.tendexBox ul {
	overflow: hidden;
}

.tendexBox ul li {
	float: left;
	width: 398px;
	text-align: center;
	margin-bottom: 50px;
}

.tendexBox ul li p {
	text-align: center;
	margin-top: 25px;
	color: #333;
}

.tenderSe {
	overflow: hidden;
	width: 198px;
	height: auto;
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	margin-top: 10px;
	/* float: left; */
}

.tenderSe ul {
	padding: 0px 12px 12px 12px;
}

.tenderSe ul li {
	border-bottom: 1px dotted #eee;
	padding-left: 20px;
	height: 39px;
	line-height: 39px;
}

.tenderSe ul li img {
	margin-right: 10px;
	float: left;
	margin-top: 14px;
}

.tenderSe ul li a {
	color: #333;
	overflow: hidden;
	display: inline-block;
	width: auto;
	max-width: 125px;
}

.activeTen a {
	color: #418BE3 !important;
	font-weight: bold;
}

.column {
	height: 43px;
	line-height: 41px;
	border-bottom: 1px solid #EEEEEE;
}

.column p {
	padding-right: 12px;
	border-bottom: 2px solid #1E6FCB;
	float: left;
}

.column a {
	float: right;
	background-color: #55C4CE;
	color: #fff;
	width: 40px;
	height: 20px;
	border-radius: 10px;
	line-height: 20px;
	text-align: center;
	margin: 11px 11px 0px 0px;
	font-size: 12px;
}

.texteCol {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 340px;
	text-align: left;
	padding-left: 15px;
}


.texteCol a {
	color: #333;
}

.texteCol a:hover {
	color: #418BE3;
}

.stand1 {
	padding: 0px 20px 0px 20px !important;
	clear: both;
}

.stand1 li {
	width: 180px;
	margin-bottom: 0px !important;
}

.stand1 li a {
	width: auto !important;
	display: inline !important;
}

.supplierCol {
	width: 100%;
}

.supplierCol tr th {
	border-bottom: 1px solid #eee;
}

.supplierCol tr th {
	height: 44px;
}

.supplierCol tr th {
	font-size: 16px;
	border: 0px;
}

.supplierCol tr td {
	border-bottom: 1px dashed #eee;
	text-align: left;
	color: #333;
	height: 40px;
}

.supplierCol tr td div a {
	color: #333;
}

.supplierCol tr td div a:hover {
	color: #418BE3;
}

.supplierCol tr td i {
	width: 4px;
	height: 4px;
	background-color: #333;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	float: left;
	position: relative;
	top: 8px;
	margin-left: 20px;
}

.supplierCol tr td div {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 240px;
}

.excellentSuppliers {
	padding: 12px 0px 0px 0px !important;
	overflow: hidden;
	clear: both;
}

.excellentSuppliers li {
	border-bottom: 1px dashed #eee;
	text-align: left;
	color: #333;
	float: left;
	width: 313px;
	margin: 0px !important;
	padding: 8px 0px;
}

.excellentSuppliers li a {
	width: auto !important;
}

.excellentSuppliers div a:hover {
	color: #418BE3;
}

.excellentSuppliers li i {
	width: 4px;
	height: 4px;
	background-color: #333;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	float: left;
	position: relative;
	top: 8px;
	margin-left: 20px;
}

.excellentSuppliers li a div {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 240px;
}

.wzgg span {
	font-size: 18px;
	color: #1E6FCB;
	font-weight: bold;
}

.wzgg img {
	margin: 10px 5px 0px 10px;
	float: left;
}

.wba tr td a {
	color: #333;
}

.wba tr td a:hover {
	color: #418BE3;
}

.wba tr td a:hover i {
	background-color: #418BE3;
}

.wba tr td div {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 1060px;
	text-align: left;
}

.anDetail {
	overflow: hidden;
	border: 1px solid #eee;
	margin-top: 10px;
	padding: 0px 20px 30px 20px;
}

.tbox {
	margin: 20px 0px 20px 0px;
	background-color: #F7F8FA;
	padding: 5px;
	text-align: center;
	font-size: 20px;
	color: #1E6FCB;
	font-weight: bold;
}

.annouTime {
	text-align: center;
	color: #999;
	margin-bottom: 30px;
}

.anDetail ul {
	margin-left: 25px;
	margin-bottom: 25px;
}

.anDetail ul li {
	line-height: 25px;
}

/*404*/
.errorPage {
	margin: 0px auto;
	width: 1000px;
	height: 476px;
	position: relative;
	margin-top: -238px;
	top: 50%;
}

.errorPage img {
	float: left;
}

.errorPage div {
	overflow: hidden;
	margin-top: 150px;
	float: left;
}

.baoqian {
	height: 30px;
	font-size: 30px;
	font-weight: 400;
	color: #418BE4;
	line-height: 30px;
}

.ke4 {
	width: 261px;
	height: 40px;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	margin-top: 29px;
}

.errorPage div button {
	width: 88px;
	height: 32px;
	background: #418BE4;
	border-radius: 4px;
	color: #fff;
	border: 0px;
	margin-top: 30px;
}

/*404*/


/* .layui-layer-setwin .layui-layer-close1 {
	width: 25px;
	height: 25px;
	margin-top: -5px;
	background-position: 9px -34px !important;
	margin-left: 0px;
} */

.qclick {
	height: 30px;
	background-color: #FAFAFA;
	border: 1px solid #D5D5D5;
	line-height: 30px;
	vertical-align: middle;
}

.sleAllPro {
	color: #0E7BE6;
}

.query-hide {
	visibility: hidden;
}

.proMsg>p {
	margin-top: 15px;
	margin-left: 10px;
}

.st {
	position: relative;
	left: 5px;
	top: -10px;
}

.qiehd {
	margin-right: 100px;
	float: left;
	margin-left: 15px;
	margin-top: 25px;
	position: relative;
	width: 90px;
}

.qiehd>p {
	color: #418BE3;
	font-size: 24px;
}

.qiehd a {
	color: #333
}

.areabox {
	position: absolute;
	top: 65px;
	left: -10px;
	width: 400px;
	height: 280px;
	border: 1px solid #1E6FCB;
	background-color: #fff;
	z-index: 90;
	display: none;
	padding: 15px 10px 0px 10px;
}

.areabox p span {
	color: #898989;
	margin-right: 15px;
}

.areabox p {
	margin-bottom: 10px;
}

.hd {
	color: #333;
	font-weight: bold;
}

.areabord {
	border: 1px dashed #333;
}

.mainstation {
	float: right;
	color: #1E6FCB !important;
}

.logomain {
	width: 1200px;
	margin: 0px auto;
	position: relative;
	padding-bottom: 10px;
}

.ellipsis-single {
	width: 400px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.attachment-wrapper {
	margin: 10px auto;
	border: 1px solid #e5e5e5;
	position: relative;
	overflow: auto;
	margin-bottom: 3px;
}

.attachment-wrapper table thead {
	font-weight: 700;
}

.attachment-wrapper table td {
	min-width: 100px;
	padding: 5px 5px;
	font-size: 14px;
	position: relative;
	border: solid #e6e6e6 1px;
}

.attachment-label {
	margin: 5px 12px 5px 12px;
	font-weight: 700;
}

/**首页弹出样式*/
.home-layer .layui-layer-setwin {
	right: 10px;
	top: 16px;
}

.home-layer .layui-layer-setwin .layui-layer-close2 {
	background: url(../../src/css/modules/layer/default/icon.png) no-repeat !important;
	position: absolute;
	right: -20px;
	top: -30px;
	width: 30px;
	height: 30px;
	margin-left: 0;
	background-position: -149px -31px !important;
	*right: -18px;
	_display: none;
}

.areaflex {
	margin-left: 76px;
}

.areaflex li {
	float: left;
	margin: 2px 0px 2px 2px;
	width: 56px;
	padding-top: 5px;
}

.areaflex>div {
	width: 275px;
	display: inline-block;
	margin-top: 15px;
	vertical-align: text-top;
}

.mainWf {
	width: 1200px;
	margin: 0px auto;
	position: relative;
	padding-bottom: 10px;
	overflow: hidden;
}

.empty-data {
	font-size: 20px;
	position: absolute;
	top: 50%;
	margin: 0px auto;
	left: 0;
	right: 0;
	width: 90px;
}

.my-alert-skin .layui-layer-btn0 {
	background-color: #418BE4 !important;
	/* 修改背景颜色 */
	border-color: #418BE4 !important;
	/* 修改边框颜色 */
	color: #fff;
	/* 修改文字颜色 */
}

.activeTen .f1 {
	display: block !important;
}

.activeTen .f2 {
	display: none !important;
}

.tenderSe ul li img.f2 {
	display: block;
}

.tenderSe ul li img.f1 {
	display: none;
}

.hide {
	display: none;
}

.post_info {
	display: inline-block;
	width: 240px;
	height: 100px;
	overflow: hidden;
}
.post_info img{
	width: 100%;
	height: 100%;
}
.findpassword {
	width: 1000px;
	margin: 0px auto;
}

.findpassword p {
	font-size: 16px;
	font-weight: bold;
	color: #418BE3;
	margin: 20px 0px 10px 0px;
}

.findpasswordbox {
	height: 350px;
	border: 1px solid #EEEEEE;
	padding: 0px 50px 0px 50px;
}

.findpasswordbox .layui-tab-title li {
	width: 270px;
}

.findpasswordbox .layui-unselect {
	display: none;
}

.findpasswordbox .layui-tab-title li.layui-this {
	color: #418BE3;
}

.findpasswordbox .layui-tab-title li.layui-this:after {
	border-color: #418BE3;
}

.findpasswordbox .layui-tab-item {
	text-align: center;
}

.findpasswordbox .layui-tab-item span {
	display: inline-block;
	width: 70px;
	text-align: right;
}

.findpasswordbox .layui-tab-item input {
	width: 300px;
	display: inline-block;
	border-color: #d5d5d5;
}

.findpasswordbox .layui-tab-item a {
	width: 90px;
	height: 36px;
	display: inline-block;
}

.gcode {
	background-color: #DDDDDD;
	color: #fff;
	line-height: 36px;
}

.gcode:hover {
	color: #fff;
}

.findpasswordbox .layui-tab-content {
	padding: 0px;
	margin-top: 50px;
}

.findpasswordbox .layui-tab-item button {
	margin: 30px 0px 0px 0px;
	text-align: center;
	width: 300px;
	height: 36px;
	background: #3B80D3;
	border: 0px;
	color: #fff;
}

.smap {
	margin-top: 10px;
}

.showtime .Wdate {
	width: 128px;
}

.khfw {
	overflow: hidden;
	border: 1px solid #EEEEEE;
	margin: 13px 0px 0px 0px;
	padding: 0px 20px;
}

.khfwbox>p {
	font-size: 16px;
	color: #1E6FCB;
	text-indent: 15px;
	padding-bottom: 8px;
	font-weight: bold;
	width: 100px;
	border-bottom: 2px solid #1E6FCB;
	margin-top: 20px;
	margin-bottom: 20px;
}

.khfwbox div img {
	margin-right: 4px;
}

.khfwbox div {
	margin-bottom: 22px;
}

.fbxxText {
	overflow: hidden;
	float: left;
	margin-top: 22px;
	width: 818px;
}

.fbxxLogin {
	overflow: hidden;
	float: left;
	margin-top: 50px;
	background-color: #E7F2FD;
	width: 279px;
	margin-left: 20px;
	padding: 10px 20px;
	padding-bottom: 30px;
}

.fbxxLogin button {
	width: 80px;
	height: 32px;
	background: #418BE3;
	border-radius: 5px;
	color: #fff;
	border: 0px;
	margin-left: 60px;
}

.fbxxLogin div label {
	width: 56px;
	display: inline-block;
	text-align: right;
}

.fbxxLoginB {
	color: #418BE3;
	text-align: center;
	margin-top: 36px;
	margin-bottom: 25px;
}

.fbxxLogin div {
	margin-bottom: 10px;
}

.fbxxLogin div input {
	width: 180px;
	height: 30px;
	background: #FFFFFF;
	border-radius: 5px;
	border: 1px solid #D8D8D8;
}
.fbxxiphone{
	overflow: hidden;
}
.fbxxiphone p{
	margin-top: 10px;
	font-weight: bold;
}

.supplierul{
	overflow: hidden;
}
.supplierul li{
	float: left;
	border-bottom: 1px dashed #eee;
	text-align: left;
	color: #333;
	height: 40px;
	width: 469px;
	line-height: 40px;
}
.supplierul li a div{
	width: 400px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.supplierul li a{
	color: #333;
}
.supplierul li a:hover{
	color: #418BE3;
}
.supplierul li a i {
	width: 4px;
	height: 4px;
	background-color: #333;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	float: left;
	position: relative;
	top: 18px;
	margin-left: 20px;
}