@charset "gb2312";

/* CSS Document */
html,
body,
div,
iframe,
p,
blockquote,
pre,
cite,
code,
del,
em,
img,
q,
small,
strong,
sub,
sup,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
tr,
td,
input,
select {
	margin: 0 auto;
	padding: 0;
	font-family: "Microsoft YaHei";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

ol,
ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #000;
}

.clear:after {
	clear: both;
	content: '';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.box_w a:hover {
	text-decoration: none;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

a:active {
	color: #900;
}

a img {
	border: 0;
}

img {
	vertical-align: middle;
}

.clr {
	clear: both;
}

* {
	padding: 0;
	margin: 0;
}

body {
	margin: 0 auto;
	padding: 0;
	line-height: 21px;
	/* overflow-x:hidden; */
	font-size: 12px;
	color: #231816;
	overflow-x: auto;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 14px;
}

h4,
h5,
h6 {
	font-size: 14px;
}

.box_w {
	width: 1200px;
	height: auto;
	margin: auto;
	min-width: 1200px;
	/*overflow:hidden;*/
}

.box_s {
	width: 1200px;
	height: auto;
	margin: auto;
	overflow: hidden;
}

/**********margin****/
.mg_20 {
	margin: 20px;
}

.mg_t_20 {
	margin-top: 20px;
}

/**********float*********/
.fl {
	float: left;
}

.fr {
	float: right;
}

.red {
	color: #ff6700;
}

td,
th {
	display: table-cell;
	vertical-align: inherit;
}

/*******/
.nav {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #fafafa;
	border-bottom: 1px solid #dfdfdf;
}

.nav .left {
	float: left;
	color: #dedede;
}

.nav .left a {
	color: #656567;
	margin: auto 8px;
}

.nav em {
	color: #ff6700;
	font-style: normal;
}

.nav .right {
	float: right;
	text-align: center;
	color: #656567;
	position: relative;
	width: 650px;
	/*height:150px;*/
}

.nav .nav_li {
	float: left;
	margin-left: 8px;
}

.nav .nav_lino {
	float: left;
	margin-left: 8px;
}

.nav .disable {
	display: none;
}

.yingy .icon_arr,
b.yingytb,
.fuw .icon_arr,
.shouc .icon_arr,
.kef .icon_arr {
	background: url(../images/topmenu.gif) no-repeat;
}

.yingy,
.fuw,
.shouc,
.kef,
.webd {
	border: 1px solid #fafafa;
	float: left;
	/*padding-left:10px;*/
	position: relative;
	margin-left: 10px;
}

.yingy {
	width: 95px;
}

.fuw {
	width: 80px;
}

.shouc {
	width: 80px;
}

.kef {
	width: 80px;
}

.webd {
	width: 80px;
}

.yingy .icon_arr,
.fuw .icon_arr,
.shouc .icon_arr,
.kef .icon_arr,
.webd .icon_arr {
	padding-right: 23px;
	background-position: right -19px;
}

.yingy.hover .icon_arr,
.fuw.hover .icon_arr,
.shouc.hover .icon_arr,
.kef.hover .icon_arr,
.webd.hover .icon_arr {
	background-position: right -43px;
}

.yingy.hover,
.fuw.hover,
.shouc.hover,
.kef.hover,
.webd.hover {
	background-position: left -81px;
	background: #fff;
}

b.yingytb {
	background-position: left -81px;
	height: 20px;
	width: 20px;
	float: left;
}

.subnav {
	background: #FFF;
	border: 1px solid #ededed;
	border-top: 0;
	/*position:absolute;*/
	z-index: 1000;
	padding-left: 10px;
}

.webd .subnav {
	margin-left: -160px;
}


.subnav li {
	float: left;
	width: 80px;
	text-align: center;
}

.subnav dl {
	width: 50px;
	float: left;
	padding: 5px;
	position: relative;
	line-height: 22px;
}

.subnav dt {
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
	color: #000;
}

.subnav dd {
	color: #666666
}

li.yingy .subnav {
	width: 170px;
	left: 0;
}

li.fuw .subnav {
	width: 100px;
	left: 107px;
}

li.shouc .subnav {
	width: 100px;
	left: 199px;
}

li.kef .subnav {
	width: 100px;
	left: 447px;
}

li.webd .subnav {
	width: 250px;
	left: 359px;
}

/************link****************/
h2.linkh2 {
	font-size: 20px;
	color: #333;
	height: 30px;
	background: #fff;
	line-height: 30px;
}

ul.linkli {
	border: 1px solid #e9e9e9;
	border-top: 1px solid #2577e3;
	margin-top: 10px;
	padding: 20px;
	font-size: 14px;
	overflow: hidden;
	background: #fff;
}

ul.linkli a {
	color: #666;
}

ul.linkli a:hover {
	color: #ff6700;
}

ul.linkli li {
	float: left;
	white-space: nowrap;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
}

/***********footer*************/
.footer {
	clear: both;
	background: #161616;
	min-width: 1200px;
}

ul.footli {
	padding: 40px 0;
}

ul.footli li {
	width: 130px;
	padding-left: 30px;
	border-right: 1px solid #292929;
	color: #fff;
	height: 175px;
	float: left;
}

ul.footli li:last-child {
	border-right: 0;
}

ul.footli li a {
	color: #777;
	display: block;
	height: 25px;
	line-height: 25px;
}

ul.footli li a:hover {
	color: #ff6700;
}

ul.footli li h3 {
	font-weight: bold;
	margin-bottom: 20px;
}

ul.footli li.footservice {
	text-align: center;
	padding-left: 0;
	width: 230px;
}

ul.footli li.footservice h4 {
	font-size: 20px;
	line-height: 30px;
}
ul.footli li.footservice p{height: 30px; line-height: 30px; margin:0px auto;}

ul.footli li.footservice a {
	display: inline-block;
	background: #ff6700;
	padding: 0 15px;
	color: #fff;
}

.copyright {
	clear: both;
	border-top: 1px solid #292929;
	padding: 30px 0;
	display: block
}

.copyright p {
	text-align: center;
	color: #777;
}

.copyright p a {
	color: #777;
	margin: 10px;
}

.copyright p.ddd {
	color: #444;
	padding: 10px 0;
}

/*********/
.backToTop {
	display: none;
	width: 18px;
	line-height: 1.2;
	padding: 5px 0;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	text-align: center;
	position: fixed;
	_position: absolute;
	right: 10px;
	bottom: 100px;
	_bottom: "auto";
	cursor: pointer;
	opacity: .6;
	filter: Alpha(opacity=60);
	z-index: 100;
}

#newbridge,#newBridge{display:none !important}