@charset "gb2312";
html, body{
	margin: 0;
	padding: 0;
	background: #f8f8f8;
	font-size: 14px;
}

html.noscroll{
	overflow: hidden;
}

a{
	text-decoration: none;
	color: inherit;
}
img{
	border: none;
}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.clc{
	clear: both;
}

.iconfont {
	vertical-align: middle;
	margin-right: 5px;
}

.shadow {
	box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
}

i.fg{
	display: inline-block;
    width: 2px;
    height: 12px;
    background: #efeff4;
    margin: 0 10px;
    vertical-align: middle;
}

::-webkit-input-placeholder {
	color: #cccccc;
}

::-moz-placeholder {
	color: #cccccc;
}

:-ms-input-placeholder {
	color: #cccccc;
}

.tkscroll::-webkit-scrollbar {
	width: 3px;
	height: 16px;
	background-color: rgba(0, 0, 0, 0);
}

.tkscroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0);
}

.tkscroll::-webkit-scrollbar-thumb {
	width: 3px;
	border-radius: 10px;
	background-color: #d5d8dd;
}

.shadow{
    box-shadow: 0 3px 4px rgba(0,0,0,.1);
}
.shadow img{    
	position: relative!important;
    width: 120px!important;
    height: auto!important;    
	padding: 15px 30px 15px 0!important; 
}

/*统一顶部、导航*/
.header{
	width: 100%;
    background: #ffffff;
    position: fixed;
    color: #333333;
    z-index: 10;
    /*height: 70px;*/
}

.header .center{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 70px;
}

.header-logo img{
	width: 120px;
	padding: 15px 30px 15px 0;
}

.header-city{
	position: absolute;
	top: 0;
	left: -100px;
	cursor: pointer;
	line-height: 70px;
}

.header-city i{
	color: #666666;
	font-size: 18px;
}

.header-city .icon-xiala{
	font-size: 20px;
}

.header-nav a{
	float: left;
	line-height: 70px;
	padding: 0 15px;
    font-size: 15px;
}

.header-nav a:hover{
	color: #ffffff;
	background: #0064a7;
}

.header-nav a.nav-select{
	color: #ffffff;
	background: #0064a7;
}

.header-right{
	line-height: 70px;
}

.header-right i{
	color: #666;
	font-size: 20px;
}

.icon-sousuo1{
	height: 70px;
    width: 30px;
    display: inline-block;
    text-align: right;
}

.header-right.nologin i{
	font-size: 14px;
}

.header-right.nologin a:hover{
	color: #0064a7;
}

.header-right.nologin a:hover i{
	color: #0064a7;
}

.header-user-person，.header-user-company{
	position: relative;
}

.header-user .username {
	max-width: 210px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.header-user .username a{
	color: #0064a7;
}

.header-user img{    
	width: 30px!important;
    height: 30px!important;
    border-radius: 15px;
    border: 1px solid #f1f2f7;
    margin-top: 19px;
    margin-left: 10px;
    padding: 0!important;
}

.header-user-person .header-rout, .header-user-company .header-rout{
	position: absolute;
    right: -110px;
    display: block;
    background: #e77817;
    line-height: 28px;
    padding: 0 10px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    margin-top: 21px;
}

.header-user-person .header-rout:hover, .header-user-company .header-rout:hover{
	background: #f2892e;
}

.header-user:hover .dropdown{
    display: block;
}

.header-user .dropdown{
    background: #fff;
    position: absolute;
    width: 140px;
    top: 70px;
    right: 0;
    line-height: 50px;
    box-shadow: 0 3px 5px rgba(0,0,0,.1);
    display: none;
}

.header-user .dropdown a{
    display: block;
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
}

.header-user .dropdown a:hover{
    background: #f3f7ff;
}

.header-user .dropdown a:last-child{
    border-bottom: none;
}

.header-search{
	margin-right: 20px;
	cursor: pointer;
}

.header-right .fg{
	color: #efeff4;
	margin: 0 10px;
	font-weight: bold;
}

.header-layer{
	width: 100%;
	height: 160px;
	background: #ffffff;
	box-shadow: 0 3px 4px rgba(0,0,0,.1);
	border-top: 1px solid #efeff4;
	display: none;
	position: absolute;
	bottom: -160px;
	left: 0;
	z-index: 10;
}

.header-layer .center{
	width: 1200px;
	margin: 30px auto;
	height: 100px;
}

.layer-hot{
	color: #999;
    height: 95px;
    overflow: hidden;
}

.layer-hot .hot-search{
	width: 450px;
}

.layer-hot .hot-search a{
	color: #666;
	padding: 2px 10px;
	box-sizing: border-box;
	border: 1px solid #f3f7ff;;
	background: #f3f7ff;
	float: left;
	margin: 10px 10px 0 0;
}

.layer-hot .hot-search a:hover{
	color: #0064a7;
	border: 1px solid #0064a7;
}

.layer-right{
	width: 720px;
}

.search-type{
	margin: 0;
	padding: 0;
}

.search-type li{
	display: inline-block;
	margin: 0 10px 15px 20px;
	cursor: pointer;
}

.search-type li.on{
	color: #0064a7;
	font-weight: bold;
}

.search-box{
	position: relative;
}

.search-box .txtKey{
	outline: none;
	border: 1px solid #efeff4;
	width: 570px;
	height: 50px;
	line-height: 50px;
	padding: 0 135px 0 15px;
	font-size: 15px;
}
.search-box .txtKey:focus{
	border-color: #0064a7;
}

.search-box .btnSearch{
	position: absolute;
	outline: none;
	border: 1px solid #0064a7;
	right: -1px;
	top: 0;
	width: 120px;
	height: 52px;
	background: #0064a7;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
}
.search-box .btnSearch:hover{
	background: #0375c1;
	border-color: #0375c1;
}
/*城市分站*/
.tan {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 100;
	position: fixed;
	display: none;
}


.tan-layer{
	background: #FFFFFF;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-ms-transform: :translateX(-50%) translateY(-50%);
	-moz-transform: :translateX(-50%) translateY(-50%);
	-webkit-transform: :translateX(-50%) translateY(-50%);
	-o-transform: :translateX(-50%) translateY(-50%);
}

.tan-layer .tlt {
	width: 100%;
	padding: 20px 30px;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: bold;
}

.tan-layer .tlt span{
    font-size: 15px;
    font-weight: normal;
    color: #d3e4ff;
    margin-left: 15px;
}

.tan-layer .cont {
	margin: 10px;
	list-style: none;
    overflow-y: scroll;
}

.tan-layer .cont li {
	margin: 0;
	padding: 0;
}

.tan-layer .cont dt {
	float: left;
	font-size: 15px;
	cursor: pointer;
	border-radius: 3px;
}

.tan-layer .cont dt:hover {
	background: #e4edff;
	color: #0064a7;
}

.tan-layer .cont dt.choose {
	background: #0064a7;
	border-color: #0064A7;
	color: #ffffff;
}

.tan-header-layer{
	display: none;
	width: 620px;
	height: auto;
	background: #FFFFFF;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-ms-transform: :translateX(-50%) translateY(-50%);
	-moz-transform: :translateX(-50%) translateY(-50%);
	-webkit-transform: :translateX(-50%) translateY(-50%);
	-o-transform: :translateX(-50%) translateY(-50%);
}

.tan-header-layer .tlt {
	width: 100%;
	background: #0064a7;
	padding: 20px 30px;
	box-sizing: border-box;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.tan-header-layer .tlt span{
    font-size: 15px;
    font-weight: normal;
    color: #d3e4ff;
    margin-left: 15px;
}

.tan-header-layer .cont {
	margin: 10px;
	list-style: none;
	width: 600px;
    height: 300px;
    overflow-y: scroll;
}

.tan-header-layer .cont li {
	margin: 0;
	padding: 0;
}

.tan-header-layer .cont li dl {
	margin: 0;
}

.tan-header-layer .cont dt {
	float: left;
	font-size: 15px;
	margin: 7px 10px;
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 3px;
}

.tan-header-layer .cont dt:hover {
	background: #e4edff;
	color: #0064a7;
}

.tan-header-layer .cont dt.choose {
	background: #0064a7;
	border-color: #0064A7;
	color: #ffffff;
}

.close {
	position: absolute;
	top: 20px;
	right: 25px;
	color: #d3e4ff;
	font-size: 30px!important;
	cursor: pointer;
}

.close:hover{
	color: #FFFFFF;
}


/*统一底部*/
.footer{
	width: 100%;
	height: 300px;
	background: #ffffff;
	margin-top: 50px;
	color: #333333;
}

.footer-main{
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding-top: 45px;
}

.footer-logo img{
	width: 175px;
	margin-bottom: 20px;
}

.footer-logo font{
	color: #e77817;
	padding-left: 10px;
}

.footer-nav ul{
	margin: 0;
	padding: 0;
	margin-left: 200px;
}

.footer-nav ul li{
	margin-bottom: 20px;
}

.footer-nav ul li a:hover{
	color: #0164a7;
}

.footer-fg{
	border-bottom: 1px solid #efeff4;
	height: 20px;
}

.footer-bottom{
	padding-top: 15px;
}

.footer-bottom-left p{
	color: #666666;
	line-height: 24px;
}

.footer-bottom-left a{
	color: #666666;
}

.footer-bottom-left a:hover{
	text-decoration: underline;
}


.footer-bottom-right{
	text-align: right;
}

.footer-bottom-right .chinaef{
	width: 115px;
	opacity: .9;
}

.footer-bottom-right p{
	color: #666666;
	letter-spacing: 2px;
}

.footer-bottom-right .ef{
	width: 75px;
	margin-left: 10px;
	opacity: .9;
}

.footer-bottom-right img:hover{
	opacity: 1;
}

.totop{
	position: fixed;
	bottom: 95px;
    right: 30px;
}

.totop{
	border-top: 1px solid #eeeeee;
}
.totop ul{
	margin: 0;
	padding: 0;
}

.totop ul li{
	width: 50px;
	height: 50px;
	text-align: center;
	border-right: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	position: relative;
	cursor: pointer;
	background: #ffffff;
}

.totop i{
	color: #cccccc;
	font-size: 24px;
	line-height: 50px;
	margin-right: 0;
}

.hover{
	width: 120px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	background: #0064a7;
	display: none;
	color: #fff;
}

.hover i{
	margin-left: 15px;
	color: #ffffff;
	font-size: 20px;
}

.ewm{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	background: #0064a7;
	display: none;
	color: #fff;
}

.ewm i{
	margin-right: 0;
	margin-left: 0;
	color: #ffffff;
	font-size: 20px;
}
.ewm .ma {
	position: absolute;
	top: 0;
	right: 51px;
	width: 100px;
	height: 132px;
	background: #0064a7;
	padding: 10px;
}

.ewm .ma img{
	width: 100px;
	margin-top: 12px;
}

.ewm .ma.gz{
	height: 152px;
}

.ewm .ma.gz span{
	font-size: 12px;
}

#top{
	opacity: 0;
}
