@charset "utf-8";

/* css document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

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;
}


/*顶部开始*/

.top {
	width: 100%;
	min-width: 1280px;
	background: #f5f5f5;
	float: left;
}

.top .top-main {
	width: 1200px;
	height: 35px;
	margin: 0 auto;
	
}

.top .top-main .left {
	float: left;
}

.top .top-main .left ul li {
	float: left;
	font-size: 14px;
	color: #6c6c6c;
	line-height: 35px;
	padding-right: 12px;
}

.top .top-main .left ul li a {
	font-size: 14px;
	color: #6c6c6c;
}

.top .top-main .left ul li a:hover {
	color: #2280ff;
}

.top .top-main .right {
	float: right;
}

.top .top-main .right ul li {
	float: left;
	font-size: 14px;
	color: #6c6c6c;
	line-height: 35px;
	margin-left: 30px;
	cursor: pointer;
	padding-left: 30px;
}

.top .top-main .right ul li.home {
	/* background: url(../../image/live/home-1.png) 10px no-repeat; */
	float: left;
}

.top .top-main .right ul li.home:hover {
	color: #2280ff;
	/* background: url(../../image/live/home-2.png) 10px no-repeat; */
	float: left;
	text-decoration: underline;
}

.top .top-main .right ul li.phone {
	/* background: url(../../image/live/phone-1.png) 10px no-repeat; */
	float: left;
}

.top .top-main .right ul li.phone:hover {
	color: #2280ff;
	/* background: url(../../image/live/phone-2.png) 10px no-repeat; */
	float: left;
	text-decoration: underline;
}

.top .top-main .right ul li.service {
	/* background: url(../../image/live/service-1.png) 10px no-repeat; */
	float: left;
}

.top .top-main .right ul li.service:hover {
	color: #2280ff;
	/* background: url(../../image/live/service-2.png) 10px no-repeat; */
	float: left;
	text-decoration: underline;
}

.top .top-main .right ul li.nav {
	/* background: url(../../image/live/nav-1.png) 10px 13px no-repeat; */
	float: left;
}

.top .top-main .right ul li.nav a {
	font-size: 14px;
	color: #6c6c6c;
}

.top .top-main .right ul li.nav a:hover {
	color: #2280ff;
	/* background: url(../../image/live/nav-2.png) 10px 13px no-repeat; */
	float: left;
	text-decoration: underline;
}


/*最新头部*/

.news-top {
	width: 427px;
	background: #f7f7f7;
	overflow: hidden;
	line-height: 25px;
	padding-bottom: 3px;
	float: right;
	margin-right: 40px;
}

.news-top h6 {
	overflow: hidden;
}

.news-top h6 ul {
	float: left;
	margin-left: 22px;
}

.news-top h6 ul li {
	float: left;
	font-size: 14px;
	color: #6c6c6c;
	line-height: 35px;
}

.news-top h6 ul li a {
	margin-right: 10px;
	color: #6e6e6e;
	font-family: "微软雅黑";
	font-size: 13px;
}

.news-top h6 a:hover {
	color: #006cff;
}

.news-top h6 ul li img {
	vertical-align: middle;
	float: left;
	margin: 0 5px;
	margin-top: 5px;
}

.news-top h6 ul li.home {
	background: url(../../image/live/icon.png) -8px 2px no-repeat;
	float: left;
	padding-left: 20px;
	cursor: pointer;
	margin-right: 20px;
}

.news-top h6 ul li.home:hover {
	color: #2280ff;
	background: url(../../image/live/icon.png) -88px 2px no-repeat;
	float: left;
	text-decoration: underline;
}

.news-top h6 ul li.phone {
	background: url(../../image/live/icon.png) -5px -28px no-repeat;
	float: left;
	padding-left: 20px;
	cursor: pointer;
	margin-left: 18px;
	margin-right: 20px;
	
}
.news-top h6 ul li.phone dl{
	width: 140px;
    height: auto;
    border: 1px solid #ccc;
    background: no-repeat #fff;
    position: absolute;
    z-index: 2;
    right: 400px;
    margin-top: 5px;
    display: none;
}
.news-top h6 ul li.phone dl b{
	width: 11px;
    height: 6px;
    background: url(../../image/live/triangle.png) no-repeat;
    float: left;
    margin-left: 61px;
    margin-top: -6px;
}
.news-top h6 ul li.phone dl dd{
	text-align: center;
    font-size: 14px;
    color: #333;
    padding-bottom: 10px;
}
.news-top h6 ul li.phone dl dd img{
	width: 130px;
    height: 123px;
    margin: 0 5px;
    display: block;
    margin-top: 10px;
}
.news-top h6 ul li.phone:hover {
	color: #2280ff;
	background: url(../../image/live/icon.png) -85px -28px no-repeat;
	float: left;
	text-decoration: underline;
}

.news-top h6 ul li.service {
	background: url(../../image/live/icon.png) -5px -58px no-repeat;
	float: left;
	padding-left: 20px;
	cursor: pointer;
	margin-right: 20px;
	margin-left: 18px;
}

.news-top h6 ul li.service:hover {
	color: #2280ff;
	background: url(../../image/live/icon.png) -85px -58px no-repeat;
	float: left;
	text-decoration: underline;
}

.news-top h6 ul li.nav {
	/* background: url(../../image/live/nav-1.png) 10px 13px no-repeat; */
	float: left;
	padding-left: 30px;
	cursor: pointer;
}

.news-top h6 ul li.nav a {
	font-size: 14px;
	color: #6c6c6c;
}

.news-top h6 ul li.nav a:hover {
	color: #2280ff;
	/* background: url(../../image/live/nav-2.png) 10px 13px no-repeat; */
	float: left;
	text-decoration: underline;
}

#site-nav {
	float: left;
}

#site-nav a {
	color: #666;
	float: left
}

#site-nav a:hover {
	color: #f50
}

#site-nav .quick-menu {
	position: absolute;
}

#site-nav .quick-menu li {
	padding-right: 10px;
	background-position: right 6px;
	padding-left: 10px;
	float: left;
	padding-bottom: 0px;
	margin-left: -1px;
	padding-top: 2px
}

#site-nav .quick-menu li.last {
	background: none transparent scroll repeat 0% 0%
}

#site-nav .quick-menu li.menu-item {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	position: relative;
}

#site-nav .menu-hd {
	padding-right: 22px;
	display: block;
	padding-left: 10px;
	z-index: 2;
	padding-bottom: 0px;
	cursor: pointer;
	padding-top: 0px;
	position: relative;
	height: 30px
}

#site-nav .mytaobao .menu-hd {
	width: 48px;
	padding-top: 1px;
	_padding-top: 1px
}

#site-nav .search .menu-hd {
	width: 24px;
	padding-top: 1px;
	_padding-top: 1px
}

#site-nav .services .menu-hd {
	width: 55px;
	padding-top: 1px;
	_padding-top: 1px
}

#site-nav .menu-hd b {
	border-right: #f7f7f7 4px solid;
	border-top: #666 4px solid;
	font-size: 0px;
	right: 10px;
	border-left: #f7f7f7 4px solid;
	width: 0px;
	line-height: 0;
	border-bottom: #f7f7f7 4px solid;
	position: absolute;
	top: 16px;
	height: 0px;
}

#site-nav .search .menu-hd {
	padding-left: 25px;
	color: #666
}

#site-nav .search .menu-hd s {
	background-position: -67px -20px;
	left: 9px;
	width: 14px;
	position: absolute;
	top: 4px;
	height: 13px
}

#site-nav .menu-bd {
	border-right: #bfbfbf 1px solid;
	border-top: #bfbfbf 1px solid;
	display: none;
	z-index: 1;
	left: -63px;
	background: #fff;
	border-left: #bfbfbf 1px solid;
	border-bottom: #bfbfbf 1px solid;
	position: absolute;
	top: 21px;
}

#site-nav .search .menu-bd {
	_right: -1px
}

#site-nav iframe.menu-bd {
	border-top-width: 0px;
	border-left-width: 0px;
	z-index: -1;
	background: none transparent scroll repeat 0% 0%;
	filter: alpha(opacity=0);
	float: left;
	border-bottom-width: 0px;
	border-right-width: 0px
}

#site-nav .menu-bd-panel {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 6px;
	padding-top: 10px
}

#site-nav .menu-item-opp .menu-bd {
	left: 0px
}

#site-nav .menu-item-opp .menu-bd s.rt {
	left: 0px
}

#site-nav .menu-item-opp .menu-bd s.lt {
	background-position: -87px -55px;
	right: -2px;
	left: auto
}

#site-nav .cd {
	position: relative
}
#site-nav .menu:hover .menu-hd {
	BORDER-RIGHT: #bfbfbf 1px solid;
	BORDER-TOP: #bfbfbf 1px solid;
	BACKGROUND: white;
	MARGIN: 0px;
	BORDER-LEFT: #bfbfbf 1px solid;
	BORDER-BOTTOM: #bfbfbf 1px;
	color: #cca989;
}
#site-nav .menu:hover .menu-bd {
	display: block;
}
#site-nav .cd:hover .menu-hd {
	border-right: #bfbfbf 1px solid;
	border-top: #bfbfbf 1px solid;
	background: white;
	margin-top: 0px;
	border-left: #bfbfbf 1px solid;
	border-bottom: #bfbfbf 1px;
	color: #006cff;
}

#site-nav .hover .menu-hd {
	border-right: #bfbfbf 1px solid;
	border-top: #bfbfbf 1px solid;
	background: white;
	margin: 0px;
	border-left: #bfbfbf 1px solid;
	border-bottom: #bfbfbf 1px
}

#site-nav .cd:hover .menu-bd {
	display: block
}

#site-nav .hover .menu-bd {
	display: block
}

#site-nav .cd:hover .menu-hd b {
	border-left-color: #fff;
	filter: progid: dximagetransform.microsoft.basicimage(rotation=2);
	border-bottom-color: #fff;
	border-top-color: #666;
	top: 10px;
	border-right-color: #fff;
	-moz-transform: rotate(180deg);
	-moz-transform-origin: 50% 30%;
	-webkit-transform: rotate(180deg);
	-webkit-transform-origin: 50% 30%;
	-o-transform: rotate(180deg);
	-o-transform-origin: 50% 30%;
	transform: rotate(180deg);
	transform-origin: 50% 30%;
	margin-top: 5px;
}

#site-nav .hover .menu-hd b {
	border-left-color: #fff;
	filter: progid: dximagetransform.microsoft.basicimage(rotation=2);
	border-bottom-color: #fff;
	border-top-color: #666;
	top: 5px;
	border-right-color: #fff;
	-moz-transform: rotate(180deg);
	-moz-transform-origin: 50% 30%;
	-webkit-transform: rotate(180deg);
	-webkit-transform-origin: 50% 30%;
	-o-transform: rotate(180deg);
	-o-transform-origin: 50% 30%;
	transform: rotate(180deg);
	transform-origin: 50% 30%;
	margin-top: 5px;
}

#site-nav .services .menu-bd {
	width: 150px;
	top: 21px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}

#site-nav .services .menu-bd-panel {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px
}

#site-nav .services .menu-bd dd {
	line-height: 20px;
	text-align: left;
}

#site-nav .services .menu-bd dd a {
	margin-right: 2px;
}

#site-nav .services .menu-bd h6 span {
	width: 65px;
	text-align: center;
	float: left;
	font-family: "宋体";
}

#site-nav .services .menu-bd h6 span a:hover {
	color: #006cff;
}

#site-nav .services .menu-bd h6 {
	width: 150px;
	float: left;
}





/*导航*/

.nav {
	width: 100%;
	min-width: 1280px;
	height: 73px;
	float: left;
	background: url(../../image/live/nav-bg.png) repeat-x;
	position: relative;
}

.nav .nav-main {
	width: 1200px;
	height: 70px;
	margin: 0 auto;
}

.nav .nav-main .nav-left {
	float: left;
}

.nav .nav-main .nav-left img {
	float: left;
	margin-top: 17px;
	margin-right: 10px;
}

.nav .nav-main .nav-left p {
	font-size: 18px;
	color: #005eac;
	line-height: 70px;
	float: left;
}
.nav .nav-main .nav-left p a {
	color: #005eac;
}
.nav .nav-main .nav-left .qhdq{ float: left;}
.nav .nav-main .nav-left .qhdq p{ font-size: 18px; color: #ec5c5f; padding-left: 10px; padding-right: 20px;}
.nav .nav-main .nav-left .qhdq .kk{ width: 152px; height: 75px; background: #fff; border: 1px solid #ccc; border-radius: 3px; margin-top: 15px; margin-left: 4px;}
.nav .nav-main .nav-left .qhdq .kk samp{ width: 131px; float: left; display: block; border-top: 1px dashed #ccc; font-size: 18px; color: #252d30; text-align: center; margin-left: 10px;     margin-top: -10px;
    padding-top: 3px; cursor: pointer;}



.nav .nav-main .nav-right {
	float: right;
}

.nav .nav-main .nav-right ul {
	float: left;
	padding-top: 20px;
}

.nav .nav-main .nav-right ul li {
	float: left;
	font-size: 16px;
	color: #5e5e5e;
	padding: 0 20px;
}

.nav .nav-main .nav-right ul li a {
	font-size: 16px;
	color: #5e5e5e;
	float: left;
	padding-top: 5px;
}

.nav .nav-main .nav-right ul li a.active {
	background: #eb5255;
	padding: 5px 15px;
	display: block;
	border-radius: 30px;
	color: #fff;
	font-weight: bold;
}

.nav .nav-main .nav-right ul li a.active i {
	width: 5px;
	height: 5px;
	background: #fff;
	float: left;
	margin-top: 8px;
	margin-right: 5px;
}

.nav .nav-main .nav-right .search {
	float: right;
	width: 356px;
	height: 42px;
	background: #545454;
	margin-top: 14px;
	margin-left: 25px;
}

.nav .nav-main .nav-right .search input {
	width: 259px;
	height: 40px;
	background: #fff;
	font-size: 16px;
	color: #b2b2b2;
	margin: 1px;
	text-indent: 12px;
	float: left;
}

.nav .nav-main .nav-right .search button {
	width: 95px;
	height: 40px;
	line-height: 40px;
	background: #545454;
	font-size: 16px;
	color: #fff;
	float: left;
	text-align: left;
	text-indent: 20px;
}

.nav .nav-main .nav-right .search button i {
	width: 21px;
	height: 21px;
	float: right;
	background: url(../../image/live/search.png) no-repeat;
	margin: 10px 12px 0 0;
}

/*底部*/

.footer {
	width: 100%;
	min-width: 1280px;
	height: auto;
	float: left;
}

.footer .f-1 {
	width: 100%;
	min-width: 1280px;
	height: auto;
	background: #f3f3f3;
	float: left;
}

.footer .f-1 .f-1-main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.footer .f-1 .f-1-main .wz {
	width: 1000px;
	float: left;
	padding-bottom: 10px;
}

.footer .f-1 .f-1-main p {
	width: 1000px;
	float: left;
	font-size: 12px;
	color: #767a7e;
	padding-top: 12px;
}

.footer .f-1 .f-1-main p span {
	float: left;
}

.footer .f-1 .f-1-main p a {
	font-size: 12px;
	color: #767a7e;
	float: left;
	padding-right: 5px;
}

.footer .f-1 .f-1-main p a:hover {
	color: #006cff;
}

.footer .f-1 .f-1-main .ewm {
	width: 100px;
	float: right;
	margin-top: 15px;
}

.footer .f-1 .f-1-main .ewm img {
	float: left;
	width: 85px;
	height: 85px;
	margin-left: 8px;
}

.footer .f-1 .f-1-main .ewm p {
	width: 100px;
	text-align: center;
	font-size: 12px;
	color: #575e65;
	padding-top: 5px;
}

.footer .f-2 {
	width: 100%;
	min-width: 1280px;
	height: auto;
	background: #3a3a3a;
	float: left;
}

.footer .f-2 .f-2-main {
	width: 1200px;
	height: 55px;
	margin: 0 auto;
}

.footer .f-2 .f-2-main p {
	width: 1200px;
	line-height: 55px;
	float: left;
	color: #bbb;
	font-size: 12px;
}

.footer .f-2 .f-2-main p a {
	color: #bbb;
	font-size: 12px;
}
.top .top-main .left img{
	float: right;
	margin: 10px 0px -2px 4px;
}

html div#hm_t_undefined .hm-t-go-top{
	background:url(../../image/live/fhdb.png) !important;
	width:58px !important;
	height:58px !important;
	font-size: 0px;
}
html div#hm_t_undefined .hm-t-go-top:hover{
	background:url(../../image/live/fhdbh.png) !important;
}
.lxkf a{
float:left;
width:88px;
height:88px;
background:url(../../image/live/lxkf.png);
position:fixed;
right:2px;
top:155px;
}
.lxkf a:hover{
background:url(../../image/live/lxkfh.png);
}


    
    
    