@charset "gb2312";
/* CSS Document */
*{font-family:"simSun"; font-size:12px; margin:0 auto; padding:0; list-style:none; text-decoration:none;}
img{border:none;}
ul,ul li,dl,dl dt,dl dd{display:block; margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%; padding:0; margin:0;}
a{color:#333; outline:none;}
a:hover{color:#e60000; text-decoration:underline;}
.cl{height:0; line-height:0; clear:both;}
.of_w960{width:1000px; margin:0 auto;}
.fr{float:right;}
.fl{float:left;}
textarea{outline:0;}
.ieLarg7{ *overflow-x:hidden;}
body{background:#fff;}
table{border-spacing:0;border-collapse:collapse;}
/*header*/
/*top*/
.zg_top { width:1000px;
	height: 100px;
	padding-top: 16px;
}
.zg_top_let {
	width: 160px;
}
.zg_top_cen {
	width: 675px;
}
.zg_top_cen ul {
	overflow: hidden;
	height: 32px;
	margin-bottom: 9px;
}
.zg_top_cen ul li {
	float: left;
	width: 110px;
	height: 32px;
}
.zg_top_cen ul li a {
	display: inline-block;
	padding: 0 10px;
	font: 16px/32px "Microsoft YaHei";
}
.zg_top_cen ul li a:hover {
	text-decoration: none;
	background: #ff4a00;
	color: #fff;
}
.zg_top_cen ul li.hover a, .zg_top_cen ul li.hover a:hover {
	display: inline-block;
	padding: 0 20px 0 0;
	background: url(../images/zg_jiao01.jpg) no-repeat right center;
	color: #ff4a00;
}
.zg_top_cen p {
	width: 860px;
	height: 28px;
	padding-left: 8px;
	border: solid 1px #ff4a00;
	border-radius: 2px;
	line-height: 28px;
	position: relative;
}
.zg_top_cen p em {
	display: block;
	position: absolute;
	top: -8px;
	left: 68px;
	width: 15px;
	height: 8px;
	background: url(../images/zg_jiao02.jpg) no-repeat;
}
.zg_top_ret {
	width: 145px;
	background: url(../images/zg_dh.jpg) no-repeat left 3px;
	padding-left: 20px;
	font: bold 20px/30px "Microsoft YaHei";
	color: #ff4a00;
}
/*banner*/
.banner{ width:100%; height:670px; background:url(imagesbanner.jpg) no-repeat top center; }
.banner_c{width:1000px; height:670px; margin:0 auto; position:relative;}

.banner_c h1 {
	width: auto;
	height: auto;
	position: absolute;
	top: 510px;
	display: block;
	left: 228px;
	
}
	
.banner_c img.title_pic{
	position: absolute;
	left: 2px;
	top: 53px;
	animation: bounceIn 1s 1.2s ease both;
	-webkit-animation: bounceIn 1s 1.2s ease both;
	-moz-animation: bounceIn 1s 1.2s ease both;
	-ms-animation: bounceIn 1s 1.2s ease both;
	-o-animation: bounceIn 1s 1.2s ease both; z-index:1; }
@keyframes bounceIn{
	0%{
	opacity:0;transform:scale(.3);}
50%{
	opacity:1;transform:scale(1.05)
}
70%{
	transform:scale(.9)
}
100%{
	transform:scale(1)
}
}
@-webkit-keyframes bounceIn{
	0%{
	opacity:0;-webkit-transform:scale(.3)
}
50%{
	opacity:1;-webkit-transform:scale(1.05)
}
70%{
	-webkit-transform:scale(.9)
}
100%{
	-webkit-transform:scale(1)
}
}
@-ms-keyframes bounceIn{
	0%{
	opacity:0;-ms-transform:scale(.3)
}
50%{
	opacity:1;-ms-transform:scale(1.05)
}
70%{
	-ms-transform:scale(.9)
}
100%{
	-ms-transform:scale(1)
}
}
@-o-keyframes bounceIn{
	0%{
	opacity:0;-o-transform:scale(.3)
}
50%{
	opacity:1;-o-transform:scale(1.05)
}
70%{
	-o-transform:scale(.9)
}
100%{
	-o-transform:scale(1)
}
}




.banner_c p{
	color: #f3e8d6;
	font: bold 24px/50px 'Microsoft Yahei';
	position: absolute;
	left: 0px;
	top: 357px;
	animation: lightSpeedIn 1s .4s ease-out both;
	-webkit-animation: lightSpeedIn 1s .4s ease-out both;
	-moz-animation: lightSpeedIn 1s .4s ease-out both;
	-ms-animation: lightSpeedIn 1s .4s ease-out both;
	-o-animation: lightSpeedIn 1s .4s ease-out both;
}
@keyframes lightSpeedIn{
  0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;}
  60%{transform:skewX(20deg);opacity:1;}
  80%{transform:skewX(-5deg);opacity:1;}
  100%{transform:none;opacity:1;}
}
@-webkit-keyframes lightSpeedIn{
  0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;}
  60%{-webkit-transform:skewX(20deg);opacity:1;}
  80%{-webkit-transform:skewX(-5deg);opacity:1;}
  100%{-webkit-transform:none;opacity:1;}
}
@-moz-keyframes lightSpeedIn{
  0%{-moz-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;}
  60%{-moz-transform:skewX(20deg);opacity:1;}
  80%{-moz-transform:skewX(-5deg);opacity:1;}
  100%{-moz-transform:none;opacity:1;}
}
@-ms-keyframes lightSpeedIn{
  0%{-ms-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;}
  60%{-ms-transform:skewX(20deg);opacity:1;}
  80%{-ms-transform:skewX(-5deg);opacity:1;}
  100%{-ms-transform:none;opacity:1;}
}
@-o-keyframes lightSpeedIn{
  0%{-o-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;}
  60%{-o-transform:skewX(20deg);opacity:1;}
  80%{-o-transform:skewX(-5deg);opacity:1;}
  100%{-o-transform:none;opacity:1;}
}
@keyframes bounceInDown{
  0%{opacity:0;transform:translateY(-2000px)}
  60%{opacity:1;transform:translateY(30px)}
  80%{transform:translateY(-10px)}
  100%{transform:translateY(0)}
}
@-webkit-keyframes bounceInDown{
  0%{opacity:0;-webkit-transform:translateY(-2000px)}
  60%{opacity:1;-webkit-transform:translateY(30px)}
  80%{-webkit-transform:translateY(-10px)}
  100%{-webkit-transform:translateY(0)}
}
@-moz-keyframes bounceInDown{
  0%{opacity:0;-moz-transform:translateY(-2000px)}
  60%{opacity:1;-moz-transform:translateY(30px)}
  80%{-moz-transform:translateY(-10px)}
  100%{-moz-transform:translateY(0)}
}
@-ms-keyframes bounceInDown{
  0%{opacity:0;-ms-transform:translateY(-2000px)}
  60%{opacity:1;-ms-transform:translateY(30px)}
  80%{-ms-transform:translateY(-10px)}
  100%{-ms-transform:translateY(0)}
}
@-o-keyframes bounceInDown{
  0%{opacity:0;-o-transform:translateY(-2000px)}
  60%{opacity:1;-o-transform:translateY(30px)}
  80%{-o-transform:translateY(-10px)}
  100%{-o-transform:translateY(0)}
}
.banner_c img.ren{
	position: absolute;
	left: 1px;
	top: 158px;
	width: 476px;
	height: 147px;
	-webkit-animation: bounceInDown 1s 1.7s ease both;
	-ms-animation: bounceInDown 1s 1.7s ease both;
	-o-animation: bounceInDown 1s 1.7s ease both;
	-ms-animation: bounceInDown 1s 1.7s ease both;
	-moz-animation: bounceInDown 1s 1.7s ease both;
	animation: bounceInDown 1s 1.7s ease both;
}


.content_bann{width:100%;min-width:1000px;height:500px;background:url(../images/bj_00.jpg) no-repeat top center;}
.content_box{ width:1000px; height:500px; margin:0 auto; position:relative;}



.content_box p img{
	width: 450px;
	height: 38px;
	color: #f3e8d6;
	font: bold 24px/50px 'Microsoft Yahei';
	position: absolute;
	left: 254px;
	top: 81px;
	animation: lightSpeedIn 1s .4s ease-out both;
	-webkit-animation: lightSpeedIn 1s .4s ease-out both;
	-moz-animation: lightSpeedIn 1s .4s ease-out both;
	-ms-animation: lightSpeedIn 1s .4s ease-out both;
	-o-animation: lightSpeedIn 1s .4s ease-out both;
}



.content_box h1 img{ width:341px; height:179px; margin:0 auto; margin-left:90px; padding-top:150px; float:left;
animation: lightSpeedIn 1s .2s ease-out both;
	-webkit-animation: lightSpeedIn 1s .2s ease-out both;
	-moz-animation: lightSpeedIn 1s .2s ease-out both;
	-ms-animation: lightSpeedIn 1s .2s ease-out both;
	-o-animation: lightSpeedIn 1s .2s ease-out both;}



.content_box h2 img{ width:463px; height:196px; margin:0 auto; margin-left:447px; padding-top:150px; 
animation: lightSpeedIn 1s .8s ease-out both;
	-webkit-animation: lightSpeedIn 1s .8s ease-out both;
	-moz-animation: lightSpeedIn 1s .8s ease-out both;
	-ms-animation: lightSpeedIn 1s .8s ease-out both;
	-o-animation: lightSpeedIn 1s .8s ease-out both;}


.content_box h4 img{
	width: 463px;
	height: 140px;
	margin-left: 00px;
	position: relative;
	left: 500px;
	top: 150px;
	position: absolute;
	left: 290px;
	top: 303px;
	animation: bounceIn 1s 1.5s ease both;
	-webkit-animation: bounceIn 1s 1.5s ease both;
	-moz-animation: bounceIn 1s 1.5s ease both;
	-ms-animation: bounceIn 1s 1.5s ease both;
	-o-animation: bounceIn 1s 1.5s ease both;
}



/*jieshao*/
.zg_jieshao_box{width:100%; height:630px; background:#; }
.zg_jieshao{ width:1000px; height:630px; position:relative; text-align:center;color:#fff;font:20px/38px "方正兰亭细黑简体","Microsoft Yahei";}
.zg_jieshao span{display:block;padding-top:25px;font:60px/84px "方正兰亭细黑简体","Microsoft Yahei";}

.zg_jieshao h1{ width:1000px; height:485px; display:block; animation: bounceIn 1s 0.5s ease both; }

.zgps{
	width: auto;
	height: auto;
	position: absolute;
	top: 216px;
	display: block;
	left: 223px;
	animation: bounceIn 1s 1.5s ease both;
}
.zg4 {
	width: auto;
	height: auto;
	position: absolute;
	top: 306px;
	display: block;
	left: 141px;
	animation: bounceIn 1s 1.5s ease both;
}

/*main1*/
.zg_m1_box{ width:100%; height:907px; background: url(imagesbj_03.png) no-repeat top center;}
.zg_m1{ width:1000px; height:907px; margin:0 auto; position:relative; display:block; }
.zg_m1 h1{
	width: auto;
	height: auto;
	position: absolute;
	top: 32px;
	display: block;
	left: 276px;
	animation: bounceIn 1s 1.5s ease both;
}
	
.zg6 {
	width: auto;
	height: auto;
	position: absolute;
	top: 215px;
	display: block;
	left: 25px;
	animation: bounceIn 1s 1.5s ease both;
}
	

/*kc*/
.zg_kc_box{width:100%;height:446px;background:url(imageskc_bg.jpg) no-repeat center top;padding-top:42px;color:#313a3c;font:26px/30px "Microsoft YaHei";}

.zg_kc{ width:1000px; height:auto; margin:0 auto; color:#313a3c;font:26px/30px "Microsoft YaHei";}
.zg_kc span{display:block;height:150px;color:#000;font:46px/85px "Microsoft YaHei";}
.zg_kc span img{vertical-align:middle;margin-left:16px;}


/*bg*/
.zg_bg_box {
	background: #fff;
	width: 100%;
}
.zg_bg { width:1000px; height:auto;
	background: #fff;
	padding: 60px 0;
	overflow: hidden;
}
.bg_table th {
	background: #6f7b91;
	color: #fff;
	font: 25px/30px "方正兰亭细黑简体", "Microsoft Yahei";
	padding: 10px 0;
	border-right: 2px solid #fff;
}
.bg_table th.bg2 {
	border-right: 4px solid #fff;
}
.bg_table td {
	border-top: 5px solid #fff;
	padding: 8px 12px ;
	border-right: 4px solid #fff;
	font: 16px/30px "方正兰亭细黑简体", "Microsoft Yahei";
	color: #000;
}

.bg_table td p {
	text-align:center;
font: 16px/30px "方正兰亭细黑简体", "Microsoft Yahei";
	color: #000;
}


.bg_table td.bg3 {
	border-right: 2px solid #fff;
}
.bg_table td.bd1 {
	padding: 12px 0;
	text-align: center;
	color: #fff;
	font: 20px/20px "方正兰亭细黑简体", "Microsoft Yahei";

}
.bg_lin {
	display: block;
	width: 356px;
	height: 69px;
	background: #4bb4f5;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	text-align: center;
	color: #fff;
	font: 34px/69px "方正兰亭细黑简体", "Microsoft Yahei";
	margin: 45px auto 25px;
}
.bg_lin:hover{color:#fff;background:#e65250;
	text-decoration:none;}
.bg_tel {
	width: 300px;
	height: 40px;
	font: 34px/40px "方正兰亭细黑简体", "Microsoft Yahei";
}
.bg_tel img {
	vertical-align: middle;
	margin-right: 5px;
}
.zg_zp {
	background: #fff;
	padding: 40px 0;
	overflow: hidden;
}
.zg_zp_tit {
	text-align: center;
	font: 50px/50px "Microsoft YaHei";
	height: 88px;
}



/*main2*/
/*jinyan*/
.zg_jinyan_box{ width:100%; height:auto; background: url(imagesjiny_bg.jpg) no-repeat center bottom #fff;padding:55px 0 52px;}
.zg_jinyan{ width:1000px; height:auto; margin:0 auto; display:block;}

.zg_jinyan_tit{text-align:center;font:50px/68px "方正兰亭细黑简体","Microsoft Yahei";height:170px;}
.zg_jinyan_tit span{height:50px;font:36px/50px "方正兰亭细黑简体","Microsoft Yahei";}
.zg_jinyan_tit img{vertical-align:middle;margin-left:25px;}
.zg_jinyan_con{height:405px;position:relative;}
.zg_jiny_c1{width:300px;height:260px;background: url(imagesjiny_bg1.png) no-repeat;_background:none;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’jiny_bg1.png’);position:absolute;left:0;top:87px;cursor:pointer;overflow:hidden;}
.zg_jiny_c1 dl{height:260px;text-align:center;font:bold 26px/26px "Microsoft Yahei";color:#fff;}
.zg_jiny_c1 dd{height:260px;text-align:center;font:bold 26px/26px "Microsoft Yahei";color:#fff;}
.zg_jiny_c1 img{display:block;margin:65px auto 12px;}
.zg_jiny_c1 p{position:absolute;left:0;top:261px;height:200px;background: url(../images/jiny_bg5.png) no-repeat;_background:none;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’jiny_bg5.png’);width:240px;padding:60px 0 0 60px;color:#fff;font:16px/32px "Microsoft Yahei";}
.zg_jiny_c2{
	background: url(imagesjiny_bg2.png) no-repeat;
	_background: none;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’jiny_bg2.png’);	left: 256px;
	top: 0;
}
.zg_jiny_c3{background: url(imagesjiny_bg3.png) no-repeat;_background:none;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’jiny_bg3.png’);left:479px;top:140px;}
.zg_jiny_c3 p{padding:60px 0 0 45px;width:255px;}
.zg_jiny_c4{background: url(imagesjiny_bg4.png) no-repeat;_background:none;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’jiny_bg4.png’);left:702px;top:0;}
.zg_jiny_c4 p{padding:60px 0 0 45px;width:255px;}


/*dh*/
.zg_dh_box {
	height: 346px;
	background: url(imagesdh_bg.jpg) no-repeat center top;
	width: 100%;
}

.zg_dh { width:1000px; 
	height: 282px;
	background: url(imagesdh_bg.jpg) no-repeat center top;
	padding-top: 64px;
	position: relative;
}
.zg_dh a.dh {
	display: block;
	width: 137px;
	height: 54px;
	background: url(../images/dh_lin.png) no-repeat;
	text-align: center;
	color: #fff;
	font: 20px/54px "Microsoft Yahei";
	position: absolute;
	top: 64px;
}
.zg_dh a.dh:hover{background:none;background:#2e5b78;text-decoration:none;}
.zg_dh a.dh1 {
	right: 348px;
}
.zg_dh a.dh2 {
	right: 199px;
}
.zg_dh a.dh3 {
	right: 51px;
}
.zg_dh a:hover {
	color: #fff;
}
.c7_3 {
	width: 1000px;
	margin-top: 135px
}
.c7_3 dt {
	float: left;
	width: 102px;
	margin-right: 10px;
}
.c7_3 dd {
	float: left;
	font-size: 16px;
	font-family: "Microsoft YaHei";
	padding-top: 20px;
	line-height: 32px;
	color: #fff;
}
.c7_3 dd span {
	display: block;
	font-size: 18px;
	font-family: "Microsoft YaHei";
	color: #3595ec;
}





/*main4*/
.zg_m4_box{background:#353b51;}
.zg_m4{background:#353b51;padding:45px 0 60px 0;}
.m4_tit{height:110px;}
.m4_tit img{display:block;margin:0 auto;}
.m4_tit1{text-align:center;height:70px;color:#d5deff;font:bold 35px/35px "Microsoft Yahei";}
.m4_con1{height:560px;}
.m4_con1 img{display:block;margin:0 auto;}
.m4_con2{height:744px;background:url(../images/m4_bg2.jpg) no-repeat;position:relative;}
.m4_c1{width:505px;height:225px;overflow: hidden;position:absolute;bottom:40px;right:50px;}
.m4_c1 h4{height:80px;text-align:center;color:#ffcc01;font:bold 24px/42px "Microsoft Yahei";}
.m4_c1 span{color:#fff;font:bold 16px/16px "Microsoft Yahei";display:block;}
.gund {
    height:174px;
    overflow: hidden;
}
.m4_c1 ul li{height:30px;}
.m4_c1 ul li a{color:#d5deff;font:16px/30px "Microsoft Yahei";}
.m4_c1 ul li a:hover{color:#fff;}
.m4_c2{position:absolute;width:155px;height:155px;left:70px;top:70px;cursor:pointer;}
.m4_c3{left:302px;}
.m4_c4{left:532px;}
.m4_c5{left:764px;}
.m4_c6{left:190px;top:250px;}
.m4_c7{left:422px;top:250px;}
.m4_c8{left:652px;top:250px;}
.m4_c9{left:60px;top:502px;}
.m4_c10{left:262px;top:502px;}
.m4_c2 p{background:url(../images/m4_hg.png) no-repeat;_background:none;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='m4_hg.png',sizingMethod='scale');width:115px;height:290px;padding:42px 20px 0;color:#694d00;font:16px/26px "Microsoft Yahei";display:none;}
/*cg*/
.zg_cg_box{background:#f4f4f4;}
.zg_cg{background:#f4f4f4;padding:65px 0 50px 0;}
.cg_tit{height:120px;text-align:center;font:bold 30px/45px "Microsoft Yahei";}
.cg_tit b{font:bold 38px/45px "Microsoft Yahei";display:block;}
.cg_con{height:488px;overflow:hidden;}
.cg_con ul li{height:60px;}
.cg_con ul li dt{background:#fccd01;width:290px;text-align:center;border-top:1px solid #f4f4f4;font:bold 16px/60px "Microsoft Yahei";}
.cg_con ul li dd{width:707px;background:#353b51;}
.cg_con ul li dd p{float:left;text-align:center;border-top:1px solid #58607c;color:#fff;font:16px/60px "Microsoft Yahei";width:235px;}
/*ms*/
.zg_ms_box{background:#e8e8e8;}
.zg_ms{background:#e8e8e8;padding:62px 0 65px 0;}
.ms_tit{height:124px;font:bold 30px/45px "Microsoft Yahei";text-align:center;}
.ms_tit b{font:bold 38px/45px "Microsoft Yahei";display:block;}
.ms_con{width:954px;height:744px;margin:0 auto;position:relative;}
.ms_con img{display:block;position:absolute;left:0;top:0;}
.ms_con .ms1{top:42px;left:102px;}
.ms_con .ms2{top:145px;left:253px;}
.ms_con .ms3{top:20px;left:404px;}
.ms_con .ms4{top:132px;left:712px;}
.ms_con .ms5{top:65px;left:852px;}
.ms_con .ms7{top:318px;left:12px;}
.ms_con .ms8{top:290px;left:184px;}
.ms_con .ms9{top:270px;left:712px;}
.ms_con .ms10{top:440px;left:712px;}
.ms_con .ms11{top:498px;left:270px;}
.ms_con .ms12{top:575px;left:425px;}
.ms_con .ms13{top:572px;left:660px;}
.ms_con .ms14{left:895px;top:555px;}
.ms_con .ms15{top:605px;left:198px;}
.ms_con .ms16{position:absolute;width:278px;height:51px;background:url(imagesms17.jpg) no-repeat;top:285px;left:425px;padding-top:225px;}
.ms_con .ms16 a{display:block;height:51px;width:278px;}
/*hj*/
.zg_hj_box{background:#353b51;}
.zg_hj{background:#353b51;padding:64px 0 70px 0;}
.hj_tit{height:118px;color:#fccd01;font:bold 30px/45px "Microsoft Yahei";text-align:center;}
.hj_tit b{font:bold 38px/45px "Microsoft Yahei";display:block;}
.hj_con{height:735px;background:url(../images/hj_bg.jpg) no-repeat;position:relative;}
.hj_con dl{position:absolute;width:248px;height:419px;}
.hj1{top:48px;left:22px;}
.hj2{left:288px;top:48px;}
.hj_con .hj3{left:569px;top:22px;width:408px;height:198px;}
.hj_con .hj4{top:243px;height:202px;}
.hj_con .hj5{left:0;top:485px;width:338px;height:239px;}
.hj_con .hj6{left:380px;width:278px;}
.hj_con .hj7{left:670px;width:310px;}
.hj1 dt{height:419px;}
.hj1 dt img{display:block;}
.hj_con dl p{position:absolute;bottom:0;left:0;width:248px;height:42px;filter:alpha(opacity=50); /*IE滤镜，透明度50%*/
-moz-opacity:0.5;
opacity:0.5;background:#595354;}
.hj_con dl dd{position:absolute;bottom:0;left:0;width:248px;height:42px;text-align:center;color:#fff;font:16px/42px "Microsoft Yahei";}
.hj_con .hj3 p{width:408px;}
.hj_con .hj3 dd{width:408px;}
.hj_con .hj5 p{width:338px;}
.hj_con .hj5 dd{width:338px;}
.hj_con .hj6 p{width:278px;}
.hj_con .hj6 dd{width:278px;}
.hj_con .hj7 p{width:310px;}
.hj_con .hj7 dd{width:310px;}

/*dz*/
.zg_dz_box{background:#f0f0f0;}
.zg_dz{background:#f0f0f0;padding:52px 0;}
.dz_tit{height:135px;text-align:center;font:bold 30px/48px "Microsoft Yahei";}
.dz_tit b{display:block;font:bold 38px/48px "Microsoft Yahei";}
.dz_con{height:256px;}
.dz_con a{display:block;width:110px;height:56px;background:#424c71;float:left;margin:0 16px 10px 0;text-align:center;color:#fff;font:bold 18px/56px "Microsoft Yahei";}
.dz_con .dz2{background:#5294fc;}
.dz_con .dz3{background:#4fcca1;}
.dz_con .dz4{background:#ec5b6c;}

/*bm*/
.zg_bm_box{width:100%; clear:both;background:url(imagesbm.jpg) no-repeat center top;height:80px;}
.zg_bm{height:80px;}
.zg_bm a{display:block;width:960px;height:80px;}
.fixed{ position:fixed; left:0; bottom:0;_position:absolute; _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); }
/*copy*/
.zg_copy{background:#353b51;}
.copy{background:#353b51;padding:30px 0;color:#aaafc1;line-height:30px;text-align:center;}
.copy a{color:#aaafc1;}


.lnzxdh_bj{ width:auto; height:auto; background:#f8f8f8;}
.lnzxdh{ width: 1000px; height: auto; margin:0 auto; padding-bottom:15px;}




/*fd*/
.zg_fd{width:150px;height:400px;position:fixed; right:0; top:150px;_position:absolute;_top:expression(eval(document.documentElement.scrollTop+150)); z-index:9997;background:url(imagesfd_bg.png) no-repeat;_background:none;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fd_bg.png',sizingMethod='scale');padding-top:22px;}
.fd_tit{height:46px;color:#fff;text-align:center;font:bold 18px/20px "Microsoft Yahei";}
.zg_fd ul{height:205px;}
.zg_fd ul li{height:48px;padding-left:47px;width:100px;}
.zg_fd ul li a{font:16px/45px "Microsoft Yahei";color:#fff;}
.zg_fd p{text-align:center;font:16px/20px "Microsoft Yahei";color:#fff;height:50px; }
.zg_fd p b{display:block;font:bold 16px/20px "Microsoft Yahei";color:#fff; }
.fd_top{height:35px;text-align:center;color:#fff;cursor:pointer;font:16px/35px "Microsoft Yahei";}

.kctxcover1{clear:both; width:100%; height:100%;filter:alpha(opacity=40); -moz-opacity:0.4; -khtml-opacity: 0.4;position:absolute; left:0; top:0;background:rgba(0, 0, 0, 0.4) none repeat scroll 0 0 !important; z-index:88; background:#000;}
.kctxcover2{clear:both; position:fixed;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));_background-attachment:fixed;_bottom:auto;_position:absolute;width:309px; height:236px;_left:50%; *position:absolute; *left:50%; z-index:999 }
.kctxcover2_1{width:269px; height:270px; border:2px solid #666; background:#fff; overflow:hidden; position:fixed;top:250px; padding:15px 0 0 35px;left:50%;margin-left:-154px;z-index:999!important;}
.kctxcover2_1 p{text-align:left; font-size:18px;color:#f00; font-weight:bold; margin-bottom:15px; padding-left:75px; position:relative;z-index:999;}
.kctxcover2_1 p span{display:inline-block; width:15px;height:12px;border:1px solid #999; background:#fff; position:absolute; right:10px; top:-5px; color:#f00; text-align:center; color:#999;overflow:hidden;padding:2px 0; font-size:12px;}
.kctxcover2_1 ul li a{display:inline-block; width:65px; font-size:14px; height:28px}
.baoming{cursor:pointer;}
.close{cursor:pointer;}


/*wt*/
.zg_wt{width:158px;height:358px;background:url(imagesfd_bg3.png) no-repeat;_background:none;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fd_bg.png',sizingMethod='scale');position:fixed; left:0; top:150px;_position:absolute;_top:expression(eval(document.documentElement.scrollTop+150)); r-index:999;padding-top:10px;}
.zg_wt h2{padding-left:15px;width:170px;height:47px;font:oblique bold 18px/36px "Microsoft Yahei";color:#fff;}
.zg_wt ul{height:240px;width:158px; margin-top:60px; list-style:none; text-align:center;}
.zg_wt ul li{height:49px; text-decoration:none;}
.zg_wt ul li a{color:#FFF; font:14px/30px "Microsoft Yahei"; text-decoration:none;}
.zg_wt ul li a:hover{color:#FFF; text-decoration:none;}
.wt_top{padding-left:13px;width:150px;height:45px;color:#4e85e9;font:16px/36px "Microsoft Yahei";cursor:pointer; text-decoration:none;}
.wt_top a {text-decoration:none;}






/*tc*/
.kctxcover1{clear:both; width:100%; height:100%;filter:alpha(opacity=40); -moz-opacity:0.4; -khtml-opacity: 0.4;position:absolute; left:0; top:0;background:rgba(0, 0, 0, 0.4) none repeat scroll 0 0 !important; z-index:88; background:#000;}
.kctxcover2{clear:both; position:fixed;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));_background-attachment:fixed;_bottom:auto;_position:absolute;width:309px; height:236px;_left:50%; *position:absolute; *left:50%; z-index:999 }
.kctxcover2_1{width:269px; height:270px; border:2px solid #666; background:#fff; overflow:hidden; position:fixed;top:250px; padding:15px 0 0 35px;left:50%;margin-left:-154px;z-index:999!important;}
.kctxcover2_1 p{text-align:left; font-size:18px;color:#f00; font-weight:bold; margin-bottom:15px; padding-left:75px; position:relative;z-index:999;}
.kctxcover2_1 p span{display:inline-block; width:15px;height:12px;border:1px solid #999; background:#fff; position:absolute; right:10px; top:-5px; color:#f00; text-align:center; color:#999;overflow:hidden;padding:2px 0; font-size:12px;}
.kctxcover2_1 ul li a{display:inline-block; width:65px; font-size:14px; height:28px}
.baoming{cursor:pointer;}
.close{cursor:pointer;}




/*0820BYhsk悬浮窗*/

.indexFix{width:172px; position:fixed;z-index:99998;top:100px;right:0; _position:absolute;_top:expression(eval(document.documentElement.scrollTop+130));}

.fixBtnOpen{display:none; position:absolute; top:50%; left:-26px; margin-top:-60px; width:36px; height:120px; background:url(imagesfixBtnClose.png) center center no-repeat;_background:url(../images/fixBtnClose.gif) center center no-repeat;cursor:pointer;}

.fixBtnClose{ position:absolute; top:50%; left:-26px; margin-top:-60px; width:36px; height:120px; cursor:pointer; background:url(imagesfixBtnOpen.png) center center no-repeat;_background:url(imagesfixBtnOpen.gif) center center no-repeat;}

.indexConFix{ float:right; top:0; left:20px;background:#111; width:152px;padding:0 5px 5px 5px;}

.indexFixH2t{ height:54px;text-align:center; font:bold 22px/54px "Microsoft Yahei"; color:#ccc;}

.indexFixUl{ overflow:hidden;}

.indexFixUl li{ height:50px; line-height:50px; overflow:hidden; margin-bottom:3px;}

.indexFixUl li a{ display:block; height:50px; padding-left:64px; font:normal 16px/50px "Microsoft Yahei"; color:#fff;}

.indexFixUl li a:hover{ color:#fff; text-decoration:none;}

li.indexFixLi1 a{ background:url(imagesindexFix_ico1.png) 25px center no-repeat #ff6627;_background:url(imagesindexFix_ico1.gif) 25px center no-repeat #ff6627;}

li.indexFixLi2 a{ background:url(imagesindexFix_ico2.png) 25px center no-repeat #3189b7;_background:url(../images/indexFix_ico2.gif) 25px center no-repeat #3189b7;}

li.indexFixLi3 a{ background:url(imagesindexFix_ico3.png) 25px center no-repeat #b02da2;_background:url(imagesindexFix_ico3.gif) 25px center no-repeat #b02da2;}

li.indexFixLi4 a{ background:url(imagesindexFix_ico4.png) 25px center no-repeat #e23d3d;_background:url(imagesindexFix_ico4.gif) 25px center no-repeat #e23d3d;}

li.indexFixLi5 a{ background:url(imagesindexFix_ico5.png) 25px center no-repeat #cead3f;_background:url(../images/indexFix_ico5.gif) 25px center no-repeat #cead3f;}

li.indexFixLi1 a:hover{ background:url(imagesindexFix_ico1.png) 25px center no-repeat #e55c23;_background:url(imagesindexFix_ico1.gif) 25px center no-repeat #e55c23;}

li.indexFixLi2 a:hover{ background:url(imagesindexFix_ico2.png) 25px center no-repeat #276e92;_background:url(../images/indexFix_ico2.gif) 25px center no-repeat #276e92;}

li.indexFixLi3 a:hover{ background:url(imagesindexFix_ico3.png) 25px center no-repeat #9e2891;_background:url(imagesindexFix_ico3.gif) 25px center no-repeat #9e2891;}

li.indexFixLi4 a:hover{ background:url(imagesindexFix_ico4.png) 25px center no-repeat #cb3737;_background:url(imagesindexFix_ico4.gif) 25px center no-repeat #cb3737;}

li.indexFixLi5 a:hover{ background:url(imagesindexFix_ico5.png) 25px center no-repeat #9d8120;_background:url(../images/indexFix_ico5.gif) 25px center no-repeat #9d8120;}

.indexFixDl{ width:142px; margin:0 auto; overflow:hidden; padding-top:12px; text-align:center; border-bottom:1px dashed #595959;}

.indexFixDl dt{ height:110px;}

.indexFixDl dd{ height:35px; font:normal 16px/35px "Microsoft yahei"; color:#ccc;}

.indexFix400{ height:30px;font:normal 18px/30px "Microsoft yahei"; color:#ccc; text-align:center;}

.indexFixWb{ height:24px; line-height:24px;  text-align:center; padding-bottom:5px;}

.indexFixWb a{ font-size:16px; color:#ccc; font-family:"Microsoft Yahei";}

.indexFixWb a:hover{ color:#ff4a00;}


.zg_form{position:absolute; right:0; top:0;}





/*结束部分开始*/
.hdd {width: 1000px;margin-top: px;margin-right: auto;margin-bottom: 0px;margin-left: auto; padding-top:20px;}
#foot{width:100%;height:auto;background-color:#25292C;background-repeat: repeat-x;clear:both;margin-top: 0;margin-right: auto;margin-bottom: 0;margin-left: auto;border-top-width: 1px;border-top-style: solid;border-top-color: #333;}
#foot-all{width:1000px;height:110px;color: #FFF;text-decoration: none;padding-top:5px;line-height: 25px;margin-top: 0;margin-right: auto;margin-bottom: 0;margin-left: auto;text-align: center;font:12px/25px "微软雅黑"}
#foot #foot-all a {color: #CCC;text-decoration: none;}
/*结束部分结束*/
