@charset "utf-8";
/* CSS Document */

/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html
{
	color: #333;
	background: #fff;
	font-size: 12px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, group, menu, nav, section
{
	margin: 0;
	padding: 0;
}
input:focus, textarea:focus {outline: none;}
a
{
	color: #666666;
	text-decoration: none;
}
.tips-box-btn a:hover
{
	color:#FFFFFF;
	text-decoration: none;
}
a:hover
{
	color:#4499ee;
	text-decoration: none;
}
em
{
	font-style: normal;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th
{
	text-align: left;
}
button
{
	background: none;
	border: none;
	cursor: pointer;
}
ul
{
	list-style-type: none;
}
ol
{
	list-style-type: none;
}
*
{
	margin: 0px;
	padding: 0px;
}
img
{
	border: 0px;
}
/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
	display: block;
}

/* HTML5 媒体文件跟 img 保持一致 */
audio, canvas, video
{
	display: inline-block; *display:inline;
*zoom:1;
}

/* 要注意表单元素并不继承父级 font 的问题 */
body, button, input, select, textarea
{
}

input, select, textarea
{
	font-size: 1em;
}

/* 去掉各Table cell 的边距并让其边重合 */
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* IE bug fixed: th 不继承 text-align*/
th
{
	text-align: inherit;
}

/* 去除默认边框 */
fieldset, img
{
	border: 0;
}

/* ie6 7 8(q) bug 显示为行内表现 */
iframe
{
	display: block;
}

.header
{
	clear: both;
	width: 100%;
	background: url(../images/topbg.png) repeat-x;
	height: 120px;
		min-width: 1200px;
	width: expression(document.body.clientWidth <= 1200? '1200px' 'auto' );
}
.header .hd_top
{
	margin: 0 auto;
	width: 1200px;
	height: 30px;
}
.header .hd_top .hdt_left
{
	float: left;
	width: 400px;
	color: #fff;
	line-height: 30px;
}
.header .hd_top .hdt_left a
{
	color: #fff;
	line-height: 30px;
}
.header .hd_top .hdt_left a:hover
{
	color: #7bb4ef;
	line-height: 30px;
}
.header .hd_top .hdt_right1
{
	float: right;
/*	width: 144px;*/
	color: #fff;
	line-height: 30px;
	font-size: 12px;
	position:relative;
}
.header .hd_top .hdt_right1 a
{
	padding: 0 15px;
	color: #fff;
	font-size: 12px;
	line-height: 30px;
}
.header .hd_top .hdt_right1 a:hover
{
	padding: 0 15px;
	color: #7bb4ef;
	font-size: 12px;
	line-height: 30px;
}

.header .hd_top .hdt_right2
{
	float: right;
/*	width: 90px;*/
	color: #fff;
	line-height: 30px;
	font-size: 12px;
	text-align: left;
	position: relative;
    padding:0px 0px 0px 20px;
    min-width:80px;
    height:30px;
}
.header .hd_top .hdt_right2 i
{
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #fff transparent transparent;
	border-image: none;
	border-style: solid;
	border-width: 4px 4px 0;
	display: inline-block;
	margin-left: 3px;
	margin-right: 6px;
	position: relative;
	top: -3px;
	transition: all 0.3s ease 0s;
}
.header .hd_top .clk
{
	background: #fff;
	color: #333;
}

.header .hd_top .line
{
		float: right;
		color: #fff;
		line-height: 30px;
	font-size: 12px;
	text-align: center;
	position: relative;
/*	width: 90px;*/
}

.header .hd_top .clk i
{
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #333 transparent transparent;
	border-image: none;
	border-style: solid;
	border-width: 4px 4px 0;
	display: inline-block;
	margin-left: 3px;
	margin-right: 6px;
	position: relative;
	top: -3px;
	transition: all 0.3s ease 0s;
	transform: rotate(180deg);
	
}

.hd_head
{
	clear: both;
	height: 90px;
	margin: 0 auto;
	width: 1200px;
}
.hd_head .logo
{
	float: left;
	width: 285px;
	height:90px;
    padding-right:160px;
}
.hd_head .flogo
{
	float: left;
	width: 150px;
	padding-top: 20px;
	height: 70px;
	background: url(../images/zngl_banner.gif) no-repeat 0px 10px;
}
.hd_head .searc
{
	float: left;
	width: 590px;
	padding-top: 20px;
	height: 70px;
}
.hd_head .searc .sc_div
{
	clear: both;
	height: 30px;
	margin-bottom: 5px;
	overflow:hidden;
	width:590px;
}
.hd_head .searc .sc_div .sc_div_input
{
	background: url(../images/zngl_input.png) no-repeat;
	float: left;
    width:455px;
    height:30px;
    padding: 3px 0px 3px 9px;
}
.hd_head .searc .sc_div .sc_div_btn
{
	background: url(../images/zngl_button.png) no-repeat;
	float: left;
    width:118px;
    height:30px;
    cursor:pointer;
}

.hd_head .searc .sc_txtd
{
	clear: both;
	height: 24px;
	line-height: 24px;
	color: #fff;
	
}
.hd_head .searc .sc_txtd a
{
	line-height: 24px;
	color: #fff;
	padding-right: 10px;
}
.sc_txt
{
	width: 450px;
	line-height: 24px;
	height:24px;
	border: 0 none;
    background-color:#C7E0FA;
}
.sc_btn
{
	height: 28px;
	border: 1px solid #c0c0c0;
	height: 30px;
	line-height: 26px;
	vertical-align: middle;
	width: 100px;
	color: #fff;
	font-family: "microsft yahei";
	font-size: 14px;
}

.order
{
	width: 100px;
	background: #fff;
	 display:none;
	position: absolute;
	top: 30px;
	left: 0;
	z-index:9999999;
}
.order p
{
	clear: both;
	height: 25px;
	text-align: left;
    padding-left:20px;
	margin-bottom:5px;
}
.order p a
{
	line-height: 25px;
	color: #333;
}

.nav_div
{
	clear: both;
	height: 30px;
	border-bottom: 1px solid #ccc;
}
.nav_div
{
	clear: both;
	height: 30px;
	border-bottom: 1px solid #ccc;
		min-width: 1200px;
	width: expression(document.body.clientWidth <= 1200? '1200px' 'auto' );
}

.nd_cont
{
	margin: 0 auto;
	height: 30px;
	width: 900px;
}
.nd_cont .navli
{
	float: left;
	width: 180px;
	height: 30px;
	color: #7b7b7c;
	font-size: 16px;
	position: relative;
}
.nd_cont .navli span
{
	line-height: 28px;
	color: #666666;
	text-decoration: none;
	font-size: 16px;
	width:102px;
	text-align:center;
	background-color:#FFFFFF; 
	display:inline-block; 
	font-family:'';
}
.nd_cont .navli a
{
	line-height: 28px;
	color: #7b7b7c;
	text-decoration: none;
	font-size: 16px;
	cursor:pointer;
}
.nd_cont .clk
{
	background: url(../images/nav_bgline.png) no-repeat bottom left;
	
}
.nd_cont .clk span
{
	color: #4499ee;
}


.nav_p
{
	position: absolute;
	left: -10px;
	top: 30px;
	width: 190px;
	background: #fff;
	padding: 10px 0;
     display:none;
	z-index: 888;
}
.nav_p p
{
	clear: both;
	padding-left: 10px;
	height: 25px;
	padding-top: 4px;
	padding-bottom: 4px;
	
}
.nav_p p a
{
	clear: both;
	line-height: 25px;
	font-size: 14px;
	color: #FFFFFF;
}
.nav_p p a:hover
{
	color: #4499ee;
}

.content
{
	margin: 0 auto;
	width: 1200px;
}
.banner
{
	clear: both;
	height: 300px;
	background: #f3f3f3;
}
.gd_div_c
{
	width: 100%;
	height: 30px;
	background: #f9f9f9;
	margin-bottom: 10px;
	min-width: 1200px;
	width: expression(document.body.clientWidth <= 1200? '1200px' 'auto' );
}
.gd_div
{
	height: 30px;
	clear: both;
	margin: 0 auto;
	width: 1200px;
}
.gd_div .gdd
{
	height: 30px;
	float: left;
	width: 50px;
	line-height: 30px;
	background: url(../images/ggtb1.png) no-repeat;
	
}
.gd_div .gdd_cont
{
	float: left;
	width: 1065px;
	color: #666666;
	line-height: 30px;
}
.gd_div .gdd_cont span
{
	float: left;
	display: block;
	height: 30px;
	padding-right: 30px;
}
.gd_div .more
{
	float: left;
	width: 65px;
	line-height: 30px;
}
.gd_div .more a
{
	line-height: 30px;
	color: #bdbdc7;
}

.c_title
{
	clear: both;
	height: 70px;
	background: url(../images/line_line.png) repeat-x;
}
.c_title h1
{
	font-weight:500; font-size:24px; font-family:'';
}
.c_title span
{
	display: block;
	height: 70px;
	background: #fff;
	float: left;
	font-size: 24px;
	color: #000;
	line-height: 66px;
	padding-right:15px;
}
.gg_div
{
	clear: both;
	line-height: 50px;
	text-align: center;
	background: url(../images/hlwbg-2.jpg) repeat-x;
	height:120px;
}
.gz_div
{
	clear: both;
	line-height: 50px;
	text-align: center;
	background: url(../images/hlwbg.jpg) repeat-x;
	height:120px;
}
.new_c
{
	clear: both;
	border: 1px solid #bdbdc7;
	height: 385px;
}
.new_newnav
{
	float: left;
	height: 365px;
	background: #f9f9f9;
	width: 228px;
	padding: 10px 0;
}
.new_newnav p
{
	clear: both;
	height: 35px;
	padding: 5px;
	text-align: left;
	padding-left:40px;
	
}
.new_newnav p a
{
	line-height: 35px;
	font-size: 18px;
	color: #000000;
}
.new_newnav p.clk
{
	background: #fff;
}
.new_newnav p.clk a
{
	line-height: 35px;
	font-size: 18px;
	color: #4499ee;
	text-decoration: underline;
}

.new_newcont
{
	height: 335px;
	float: right;
	width: 845px;
	padding-right: 70px;
	padding-top: 25px;
	padding-bottom: 25px;
	display: none;
}
.new_newcont .new_left
{
	float: left;
	height: 320px;
	width: 579px;
	border-right: 1px solid #ccc;
	padding-right: 55px;
}
.new_newcont .new_left h3
{
	clear: both;
	height: 45px;
	line-height: 45px;
	color: #333;
	font-size: 16px;
	text-align: center;
	overflow:hidden;
}
.new_newcont .new_left .p
{
    height:240px;
    line-height:20px;
	overflow:hidden;
	margin-bottom:20px;
}
.new_newcont .new_left .pa
{
	clear: both;
	height: 40px;
	padding-top: 5px;
}
.new_newcont .new_left .pa a
{
	display: block;
	float: right;
	height: 38px;
	border: 1px solid #4499ee;
	padding: 0 20px;
	line-height: 38px;
	color: #4499ee;
	text-decoration: none;
}
.new_newcont .new_left .pa a:hover
{
	background: #4499ee;
	color: #fff;
}
.new_newcont .new_right
{
	float: right;
	width: 190px;
/*	padding-left: 20px;*/
}
.new_newcont .new_right h3
{
	clear: both;
	height: 45px;
	line-height: 45px;
	color: #333;
	font-size: 16px;
}
.new_newcont .new_right p
{
	clear: both;
	padding-bottom:2px;
	width: 190px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	line-height: 25px;
}
.new_newcont .new_right p a
{
	line-height: 25px;
	color: #666666;
}
.new_newcont .new_right p a:hover
{
	line-height: 25px;
	color: #4499ee;
}

.bj_div
{
	clear: both;
	height: 175px;
}
.bj_mod1
{
	float: left;
	width: 115px;
	background: url(../images/sb1.png) no-repeat;
	padding-top: 115px;
	line-height: 60px;
	text-align: left;
	cursor: pointer;
	padding-right: 51px;
	color: #666;
	font-size: 18px;
}
.bj_mod1 span
{
	padding-left:21px;
}
.bj_mod1:hover
{
	background: url(../images/sb2.png) no-repeat;
	color: #4499ee;
}
.bj_mod2
{
	float: left;
	width: 217px;
	background: url(../images/xy1.png) no-repeat 46px 0;
	padding-top: 115px;
	line-height: 60px;
	text-align: left;
	cursor: pointer;
	color: #666;
	font-size: 18px;
}
.bj_mod2 span
{
    padding-left:60px;
}
.bj_mod2:hover
{
	background: url(../images/xy2.png) no-repeat 46px 0;
	color: #4499ee;
}
.bj_mod3
{
	float: left;
	width: 217px;
	background: url(../images/jd1.png) no-repeat 46px 0;
	padding-top: 115px;
	line-height: 60px;
	text-align: left;
	cursor: pointer;
	color: #666;
	font-size: 18px;
}
.bj_mod3 span
{
    padding-left:66px;
}
.bj_mod3:hover
{
	background: url(../images/jd2.png) no-repeat 46px 0;
	color: #4499ee;
}
.bj_mod4
{
	float: left;
	width: 217px;
	background: url(../images/gq1.png) no-repeat 46px 0;
	padding-top: 115px;
	line-height: 60px;
	text-align: left;
	cursor: pointer;
	color: #666;
	font-size: 18px;
}
.bj_mod4 span
{
    padding-left:66px;
}
.bj_mod4:hover
{
	background: url(../images/gq2.png) no-repeat 46px 0;
	color: #4499ee;
}
.bj_mod5
{
	float: left;
	width: 217px;
	background: url(../images/gb1.png) no-repeat 46px 0;
	padding-top: 115px;
	line-height: 60px;
	text-align: left;
	cursor: pointer;
	color: #666;
	font-size: 18px;
}
.bj_mod5 span
{
    padding-left:66px;
}
.bj_mod5:hover
{
	background: url(../images/gb2.png) no-repeat 46px 0;
	color: #4499ee;
}
.bj_mod6
{
	float: left;
	width: 115px;
	background: url(../images/my1.png) no-repeat 51px 0;
	padding-top: 115px;
	line-height: 60px;
	text-align: left;
	cursor: pointer;
	padding-left: 51px;
	color: #666;
	font-size: 18px;
}
.bj_mod6 span
{
    padding-left:5px;
}
.bj_mod6:hover
{
	background: url(../images/my2.png) no-repeat 51px 0;
	color: #4499ee;
}

.main-partner
{
	clear: both;
	width:1200px;
}
.clear50
{
	clear: both;
	height: 50px;
}
.clear30
{
	clear: both;
	height: 30px;
}
.clear20
{
	clear: both;
	height: 20px;
}
.main-partner > div
{
	background-color: #fff;
	border: 1px solid #ddd;
	float: left;
	margin-left: -1px;
	margin-top: -1px;
	width:298px;
	height:180px;
	overflow:hidden;
}
.main-partner > div:hover
{
	border: 1px solid #4499ee;
	position: relative;
	z-index: 1;
}

.main-partner > div span
{
	padding: 30px 160px 0 20px;
	display: block;
	height: 125px;
	width: 160px;
}
.main-partner > div span h3
{
	clear: both;
	height: 25px;
	font-size: 14px;
	color: #333;
	line-height: 25px;
	margin-bottom: 3px;
}
.main-partner > div:hover h3
{
	color: #4499ee;
	text-decoration: none;
}
.main-partner > div span p
{
	clear: both;
	height: 22px;
	line-height: 22px;
	color: #333;
	text-decoration: none;
}
.main-partner > div span.sp_01
{
	background: url(../images/gg_hs.png) no-repeat 185px 32px;
}
.main-partner > div span.sp_02
{
	background: url(../images/gg_ck.png) no-repeat 182px 32px;
}
.main-partner > div span.sp_03
{
	background: url(../images/gg_zc.png) no-repeat 182px 32px;
}
.main-partner > div span.sp_04
{
	background: url(../images/gg_gf.png) no-repeat 182px 32px;
}
/**********banner****************/
#warp
{
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 0px;
	width: 100%;
	padding-right: 0px;
	height: 300px; ;PADDING-TOP:0px;}
.banner
{
	z-index: 99;
	margin: 0px auto;
	width: 100%;
	height: 300px;
	_width: 1200px;
}
.banner_l
{
	margin-top: 147px;
	width: 23px;
	float: left;
}
.banner_r
{
	margin-top: 147px;
	width: 23px;
	float: left;
}
.bannerImg
{
	position: relative;
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 0px;
	width: 100%;
	padding-right: 0px;
	float: left;
	padding-top: 0px;
}
.slides_container
{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.pagination
{
	position: absolute;
	width: 105px;
	height: 28px;
	bottom: 1px;
	left: 50%;
	margin-left: -44px;
	z-index: 3;
	text-align:center;
	overflow:hidden;
}
.pagination LI
{
	margin: 0px 1px;
	display: inline-block;
    width:15px;
    height:12px;
    float:left;
    overflow:hidden;
}
.pagination LI A
{
	background-image: url(../images/pagination.png);
	width: 15px;
	display: inline-block;
	background-position: 0px -1px;
	height: 0px;
	overflow: hidden;
	padding-top: 12px;
	float:left;
	overflow:hidden;
}
.pagination LI.current A
{
	background-position: 0px -18px;
}

.hs-main-product-box .hs-main-product-cell
{
	float: left;
	height: 316px;
	position: relative;
	text-align: center;
	width: 232px;
}

.hs-main-product-box .hs-main-product-cell-w10
{
	width:10px;
	float: left;
	height: 316px;
    position: relative;
}

.hs-main-product-box .hs-main-product-cell.first .hs-main-product-cell-face
{
	border-left: 1px solid #ddd;
}

.hs-main-product-box .hs-main-product-cell > div
{
	display: inline-block;
	height: 316px;
	left: 0;
	position: absolute;
	transition-duration: 0s;
	width: 232px;
}
.hs-main-product-box .hs-main-product-cell .hs-main-product-cell-face
{
	background: #fff none repeat scroll 0 0;
	border: 1px solid #cccccc;
	z-index: 2;
}
.hs-main-product-box .hs-main-product-cell .hs-main-product-cell-face h2
{
	font-size: 18px;
	padding-top: 25px;
	margin-bottom: 10px;
}
.hs-main-product-box .hs-main-product-cell .hs-main-product-cell-face p
{
	color: #797979;
	margin: 0 10px;
	line-height: 22px;
	font-size:14px;
}
.hs-main-product-box .hs-main-product-cell .hs-main-product-cell-face img
{
	width: 232px;
}
.hs-main-product-box .hs-main-product-cell .hs-main-product-cell-content .hs-main-product-cell-content-select
{
	background-color:#FFFFFF;
}
.hs-main-product-box .hs-main-product-cell .hs-main-product-cell-content
{
	border: 1px solid #cccccc;
	background-color: #f9f9f9;
	z-index: 1;
}
.hs-main-product-box .hs-main-product-cell .hs-main-product-cell-content >div
{
	height: 78px;
}

.hs-main-product-box .hs-main-product-cell .hs-main-product-cell-content div > a
{
	border-bottom: 1px solid #cccccc;
	display: block;
	background: url(../images/yuan.png) no-repeat 19px 4px;
	height: 78px;
	padding: 0 15px 0 49px;
	position: relative;
	text-align: left;
	text-decoration: none !important;
}
.hs-main-product-box .hs-main-product-cell .hs-main-product-cell-content div > a .icon
{
	display: block;
	font-size: 32px;
	left: 15px;
	position: absolute;
	top: 14px;
}
.hs-main-product-box .hs-main-product-cell .hs-main-product-cell-content div > a h5
{
	font-size: 18px;
	color: #4499ee;
	font-weight: normal;
	padding-top: 5px;
}
.hs-main-product-box .hs-main-product-cell .hs-main-product-cell-content div > a p
{
	color: #797979;
	font-size: 12px;
	line-height: 24px;
	margin-top: 4px;
}
.hs-main-product-box .hs-main-product-cell .hs-main-product-cell-content div > a p span
{
	color: #333;
}
.hs-main-product-box .hs-main-product-cell .hs-main-product-cell-content div > a.first
{
	border-top: 0 none;
}
.hs-main-product-box .hs-main-product-cell .hs-main-product-cell-content-2 > a
{
	height: 137px !important;
	padding: 20px 15px 0 55px;
}
.hs-main-product-box .hs-main-product-cell .hs-main-product-cell-content-2 > a .icon
{
	top: 33px;
}
.hs-main-product-box .hs-main-product-cell .hs-main-product-cell-content-2.hs-main-product-cell-content-1000 > a
{
	height: 157px !important;
}
.hs-main-product-box .hs-main-product-cell .hs-main-product-cell-content-1000 .icon
{
	display: none !important;
}
.hs-main-product-box .hs-main-product-cell .hs-main-product-cell-content-1000 > a
{
	padding: 0 20px !important;
}
.hs-main-product-box .hs-main-product-cell.action
{
	width: 40%;
}
.hs-main-product-box .hs-main-product-cell.action > div
{
	transition-duration: 300ms;
	width: 50%;
}
.hs-main-product-box .hs-main-product-cell.action .hs-main-product-cell-face
{
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #ddd #ddd #ddd #4499ee;
	border-image: none;
	border-style: solid;
	border-width: 1px 1px 1px 2px;
	left: 0;
	margin-left: -1px;
	transition-property: left;
	z-index: 4;
}
.hs-main-product-box .hs-main-product-cell.action .hs-main-product-cell-content
{
	border-bottom: 1px solid #f4f4f4;
	border-right: 2px solid #4499ee;
	border-top: 1px solid #f4f4f4;
	overflow: hidden;
	height: 316px;
	left: 50%;
	z-index: 3;
	bo
}
.hs-main-product-box .hs-main-product-cell.action .hs-main-product-cell-content > a:hover
{
	background-color: #fff;
}
.hs-main-product-box .hs-main-product-cell.action .hs-main-product-cell-content > a:hover h5
{
	color: #09c;
}

/* 块/段落引用 */
blockquote
{
	margin: 1em 4em 1em 2em;
	padding: 0.6em 1em;
	background: #f1f1f1;
}
blockquote blockquote
{
	padding: 0 0 0 1em;
	margin-left: 2em;
	border-left: 0.4em solid #ddd;
}

/* Firefox 以外，元素没有下划线，需添加 */
acronym, abbr
{
	border-bottom: 1px dotted;
	font-variant: normal;
}

/* 添加鼠标问号，进一步确保应用的语义是正确的（要知道，交互他们也有洁癖，如果你不去掉，那得多花点口舌） */
abbr
{
	cursor: help;
}

/* 一致的 del 样式 */
del
{
	text-decoration: line-through;
}

address, caption, cite, code, den, em, th, var
{
	font-style: normal;
	font-weight: 500;
}

/* 去掉列表前的标识, li 会继承，大部分网站通常用列表来很多内容，所以应该当去 */
ul, ol
{
	list-style: none;
}

/* 对齐是排版最重要的因素, 别让什么都居中 */
caption, th
{
	text-align: left;
}

q:before, q:after
{
	content: '';
}



.vip-footbox
{
	background-color: #e7efff;
	clear: both;
	color: #ffffff;
	font-family: "";
	font-size: 12px;
	height: 322px;
	border-top: 1px solid #ccc;
	min-width: 1200px;
	width: expression(document.body.clientWidth <= 1200? '1200px' 'auto' );
	width: 100%;
}
.vip-footbox .vip-footbox-content
{
	clear: both;
	margin: 0 auto;
	padding-top: 25px;
	width: 1000px;
}
.vip-footbox .vip-footbox-content .vip-footbox-left
{
	clear: both;
	float: left;
	height:200px;
	width:601px;
}
.vip-footbox .vip-footbox-content .vip-footbox-left .web-info
{
	float: left;
	height: 200px;
	width: 160px;
}
.vip-footbox .vip-footbox-content .vip-footbox-left .web-info p
{
	color: #4d4d4d;
	font-family: "";
	font-size: 18px;
	padding-bottom: 20px;
}
.vip-footbox .vip-footbox-content .vip-footbox-left .web-info ul li
{
	color: #4d4d4d;
	font-family: "";
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	width:172px;
}
.vip-footbox .vip-footbox-content .vip-footbox-left .web-info ul li a
{
	color: #4d4d4d;
	text-decoration: none;
	font-family: "";
	font-size: 12px;
}
#BizQQWPA
{
	color: #fff;
	text-decoration: none;
}
.vip-footbox .vip-footbox-content .vip-footbox-left .web-info.last-web-info ul
{
	border: 0 none;
	margin-right: 0;
	padding-right: 0;
}
.vip-footbox .vip-footbox-content .vip-footbox-left .split-d
{
	border-left: 1px solid #fff;
	float: left;
	height: 120px;
	margin: 50px 30px 0 0;
	width: 1px;
}
.vip-footbox .vip-footbox-content .vip-footbox-right
{
	float: right;
	text-align: center;
     width:399px;
     height:200px;
     overflow:hidden;
}
.vip-footbox .vip-footbox-content .vip-footbox-right .footbox-right-p1
{
	color: #4d4d4d;
	font-family: "";
	font-size: 18px;
	margin-left: 90px;
	padding-bottom: 20px;
	text-align: left;
}
.vip-footbox .vip-footbox-content .vip-footbox-right .footbox-right-p2 span
{
	color: #4d4d4d;
	display: inline-block;
	text-align: center;
	width: 305px;
	padding-left: 90px;
}
.vip-footbox .vip-footbox-content .vip-footbox-bottom
{
	clear:both;
	width:1000px;
	text-align:center;
}
.vip-footbox .vip-footbox-content .vip-footbox-bottom .footbox-right-p3
{
	color: #4d4d4d;
	font-family: "";
	font-size: 12px;
	padding-top: 5px;
}
.vip-footbox .vip-footbox-content .vip-footbox-bottom .footbox-right-p3 img
{
	vertical-align: middle;
	margin-right:10px;
}
.vip-footbox .vip-footbox-content .vip-footbox-bottom .footbox-right-p4
{
	color: #4d4d4d;
	font-family: "";
	font-size: 12px;
	padding-top: 5px;
}
.vip-tb-form td
{
	padding: 5px 0;
}
.vip-tb-form .lb
{
	padding-right: 10px;
	text-align: right;
}
.vip-tb-form .lb.ver-align-t
{
	vertical-align: top;
}
.vip-tb-form .fd
{
	position: relative;
	text-align: left;
}
.vip-tb-form .fd .error-inp {
    border: 1px solid #ff7300;
 }
.vip-tb-form .fd .error-inp
{
	border: 1px solid #bb350e;
}
.vip-tb-form .fd .mes
{
	color: #666;
	display: inline-block;
	height: 25px;
	left: 310px;
	line-height: 20px;
	padding-left: 10px;
	position: absolute;
	top: 0;
	vertical-align: middle;
	width: 310px;
}
.vip-tb-form .fd .mes.error
{
	background: rgba(0, 0, 0, 0) url("../images/icon.gif") no-repeat scroll -10px -507px;
	padding-left: 20px;
	top: 5px;
	width: 290px;
}
.vip-tb-form .fd .mes.ok
{
	background: rgba(0, 0, 0, 0) url("../images/icon.gif") no-repeat scroll -10px -527px;
	padding-left: 20px;
	top: 5px;
	width: 290px;
}
.info-mes
{
	color: #666;
	margin-left: 10px;
}
.info-mes strong
{
	color: #ff0000;
	padding-right: 5px;
}
.bnt-a-75-24-yellow
{
	background-color: #4499ee;
	border: 1px solid #4499ee;
	color: #ffffff;
	display: inline-block;
	font-family: "寰蒋闆呴粦";
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	vertical-align: middle;
	width: 75px;
}

.sys-ky
{
	background: url(../images/system_konyun.jpg);
    background-repeat: no-repeat;
    width:1200px;
    height:890px;
    margin:0 auto;  
}


.sys-ck
{
	background: url(../images/system_cangku.jpg);
    background-repeat: no-repeat;
    width:1200px;
    height:345px;
    margin:0 auto;  
}



.sys_kj1
{
			background: url(../images/system_kuaijian1.jpg);
    background-repeat: no-repeat;
    width:1200px;
    height:413px;
    margin:0 auto; 
}

.sys_kj2
{
			background: url(../images/system_kuaijian2.jpg);
    background-repeat: no-repeat;
    width:1200px;
    height:449px;
    margin:0 auto; 
}

.sys_kj3
{
			background: url(../images/system_kuaijian3.jpg);
    background-repeat: no-repeat;
    width:1200px;
    height:196px;
    margin:0 auto; 
    position:relative;
}

.sys_kj3 .item
{
	position:absolute;
	top:38px;
	width:200px;
	height:117px;
	}
	
.sys_kj3 .i1{left:61px;}
	.sys_kj3 .i2{left:355px;}	
	.sys_kj3 .i3{left:645px;}
	.sys_kj3 .i4{left:940px;}		

/* 智能归类 */
.bdsug
{
	position: absolute;
	top: 50px;
	left: 0px;
	background: none repeat scroll 0% 0% #FFF;
	border: 1px solid #817F82;
	width: 464px;
	height: auto;
	z-index: 777;
}
#intellgentBG
{
	position: relative;
	z-index:0;
}
#intellgentBG ul, li
{
	list-style: none outside none;
}
.bdsug-overflow, .bdsug-overflow2
{
	color: #000;
	font: 14px/25px arial;
	padding: 0px 8px;
	position: relative;
	cursor: default;
}
.bdsug-overflow
{
	width: 448px;
}
.bdsug-overflow2
{
	width: 446px;
	background-color: #EBEBEB;
}

.index_bg01
        {
            background: #bfdaf2;
            background-image: url('../images/port_banner1.jpg');
            width: 100%;
            height: 300px;
            background-position: center;
            background-repeat: no-repeat;
        }
        .index_bg02
        {
            background: #fff1e2;
            background-image: url('../images/port_banner2.jpg');
            width: 100%;
            height: 300px;
            background-position: center;
            background-repeat: no-repeat;
        }
        .index_bg04
        {
            background: #e4e5e5;
            background-image: url('../images/banner3.jpg');
            width: 100%;
            height: 300px;
            background-position: center;
            background-repeat: no-repeat;
        }
        .index_bg05
        {
            background: #b9d8ec;
            background-image: url('../images/banner4.jpg');
            width: 100%;
            height: 300px;
            background-position: center;
            background-repeat: no-repeat;
        }
       
        .slides_container a
        {
            display: inline-block;
            width: 1200px;
            height: 300px;
            left: 50%;
            margin-left: -600px;
            position: absolute;
        }
        
        .banner_background{width: 100%;height: 250px;background:  url('../images/banner1.jpg') no-repeat center;}


/*******************  login_mini   ********************/
.login_div{width:310px}
.login_div .ld_tit{clear:both;height:20px;background:#ffe8d9 url(../images/error.png) no-repeat;border:1px solid #ea5b02;line-height:20px;padding-left:28px;margin-bottom:10px;}
.login_div .ld_tit a{line-height:20px;color:#888}
.login_user{height:30px;width:250px;background:url(../images/user.png) no-repeat;padding:10px 10px 10px 60px;margin-bottom:20px}
.login_user input{height:30px;border:0;width:230px;line-height:30px; font-size:14px; }
.login_pass{height:30px;width:250px;background:url(../images/pass.png) no-repeat;padding:10px 10px 10px 60px;margin-bottom:10px}
.login_pass input{height:30px;border:0;width:230px;line-height:30px;font-size:14px;}
.login_txt{ clear:both; height:30px; line-height:30px;}
.login_txt a{ color:#aaa; line-height:30px;}
.btn_img{width:100%;height:50px;border:0;background:url(../images/login.png) no-repeat;color:#fff;font-family:"";font-size:14px}

.widthcenter{width: 1200px;margin: 0 auto;}
.new_link{font-size: 0;}
.zhengzhou_fly,.wuhan_fly{display: inline-block;vertical-align: top;width: 600px;height: 348px;}
.zhengzhou_fly img,.wuhan_fly img{display: block;margin: 13px auto;}
.zhengzhou_fly:hover,.wuhan_fly:hover{background: url(../images/mask_bg.png) no-repeat center;}

.newbanner{background: #064497;font-size: 0;}