
.sy_bt{ margin:0 auto; margin-bottom:30px;}
.sy_bt h3{ text-align:center;display:block;height:40px;font:22px/40px "微软雅黑"; font-weight:bold;color:#2b2929;}
.sy_bt p{ text-align:center;display:block;height:30px;font:22px/30px "微软简老宋" ; font-weight:bold;color:#2b2929;text-transform:uppercase;}
.sy_bt p span{color:#a70000;}




.bk01_w{ width:100%; height:600px; background:#f9fafc; margin-bottom:35px;}
.bk01{ width:1200px; height:372px; padding-top:40px; margin-bottom:30px;}
/*********** 图片新闻 ***********/
.pic_new{position:relative;width:615px;height:418px; overflow: hidden;float:left;background:#fff;}
.pic_new #pic{width:615px;height:362px;overflow:hidden;}
.pic_new #pic ul{width:615px;height:362px;float:left;}
.pic_new #pic li{width:615px;height:362px;float:left;}
.pic_new #pic li img{width:615px;height:362px;}
.pic_new #txt{width:400px;height:50px;overflow:hidden;z-index:222; position:absolute;margin-left:20px;}
.pic_new #txt ul{width:400px;height:50px;float:left;}
.pic_new #txt li{width:400px;height:50px;float:left;}
.pic_new #txt li a{width:400px;  overflow:hidden;height:50px;color:#1e1e1e; font:16px/50px "?騨??o"; }
.pic_new .num-bg{width:615px;height:50px;background:#fff;position:absolute;left:0;bottom:0;}
.pic_new #num{ background:#fff;height:15px;position:absolute;right:10px;bottom:17px;z-index:13;}
.pic_new #num ul li{width:10px;height:10px;border-radius:5px;float:left;display:inline;margin:0 2px;cursor:pointer;background:#ccc;}
.pic_new #num ul li.on{background:#a70000;}

/************** tab切换 **************/
.new_tab{ float:right;width:542px; height:418px;}
.new_tab .hd{ width:100%;height:37px;position:relative; margin-bottom:20px;}
.new_tab .hd ul{ width:400px;z-index:5; position:absolute; height:39px; zoom:1; }
.new_tab .hd ul li{float:left; display:block; width:113px; height:37px;margin-right:2px;}
.new_tab .hd ul li a{text-align:center;float:left; width:113px;display:block;height:37px;font:18px/37px "微软雅黑";color:#3b3b3b; background:#f1f2f2;
-webkit-border-radius:2px;/*适配以webkit为核心的浏览?(chrome、safari?)*/
-moz-border-radius:2px;/*适配firefox浏览?*/
-ms-border-radius:2px;/*适配IE浏览?*/
-o-border-radius:2px;/*适配opera浏览?*/
border-radius:2px;/*适配所有浏览器(需要放在最后面，类似于if..else if..else..)*/}
.new_tab .hd ul li.on a{ background:#a70000; font-weight:bold; color:#fff;}
.new_tab .hd .more a{ float:right; margin-top:4px; width:24px; height:24px;background:url(../images/more.png) no-repeat left top; text-indent:-9999; font-size:0px;}

.new_tab .bd ul{width:542px;height:360px;overflow:hidden;}
.new_tab .bd ul li{ width:540px; height:108px;display:block; border:solid 1px #e6e6e6; margin-bottom:15px;}
.new_tab .bd ul li a{ width:500px;float:left;  height:90px;margin-left:20px; margin-top:10px;}
.new_tab .bd ul li a h3{width:440px; height:36px;color:#181818;font:18px/36px "微软雅黑"; display:block; overflow:hidden; float:left;}
.new_tab .bd ul li a span{width:50px; height:36px;color:#b6b6b6;font:15px/36px "微软雅黑"; display:block; overflow:hidden; float:right;}
.new_tab .bd ul li a p{width:500px; height:48px;color:#5c5c5c;font:15px/24px "微软雅黑"; display:block; overflow:hidden; float:left;}
.new_tab .bd ul li a:hover h3{ color:#a70000; text-decoration:underline; }
.new_tab .bd ul li a:hover p{ color:#a70000; text-decoration:underline; }


/************** 旅游开? **************/
.bk02_w{ width:1270px; height:570px; margin-bottom:38px;}
.bk02{ width:1270px; height:570px;}
.bk02 .hd{ height:22px; float:left; position:relative; }
.bk02 .hd .prev,.bk02 .next{ display:block; position:absolute;top:192px;left:0px; width:35px; height:78px;background:url(../images/r_l.jpg) no-repeat; cursor:pointer; }
.bk02 .hd .next{ left:1236px; bottom:0px; background-position:top right; }
.bk02 .bd{ width:1200px;position:absolute; margin-left:36px;}
.bk02 .bd ul{ width:370px;}
.bk02 .bd ul li{ width:370px; height:460px;background:#f9fafc; display:block; float:left; margin:0px 15px;}
.bk02 .bd ul li a{ width:370px; height:460px;background:#f9fafc; display:block; float:left;transition-duration:500ms;-webkit-transition-duration:500ms;}
.bk02 .bd ul li a p{ width:370px; height:237px; overflow:hidden; margin-bottom:12px;}
.bk02 .bd ul li a p img{width:100%; height:237px;transition: all 1s;-webkit-transition: all 1s;-moz-transition: all 1s;-ms-transition: all 1s;-o-transition: all 1s;}
.bk02 .bd ul li a:hover img{transform:scale(1.05) ; -webkit-transform:scale(1.05);-ms-transform:scale(1.05);-moz-transform:scale(1.05);}
.bk02 .bd ul li a h3{ width:330px; height:40px; overflow:hidden;font:18px/40px "微软雅黑"; color:#363636; font-weight:bold; margin-left:20px; margin-bottom:6px;transition-duration:500ms;-webkit-transition-duration:500ms;}
.bk02 .bd ul li a h4{ width:330px; height:96px; overflow:hidden;font:15px/24px "微软雅黑"; color:#5c5c5c; margin-left:20px;margin-bottom:20px;transition-duration:500ms;-webkit-transition-duration:500ms;}
.bk02 .bd ul li a span{ width:25px; height:25px; display:block;background:url(../images/more03.png) no-repeat; text-indent:-999; font-size:0px;margin-left:20px;transition-duration:500ms;-webkit-transition-duration:500ms;}

.bk02 .bd ul li a:hover{background:#a70000; color:#a70000;transition-duration:500ms;-webkit-transition-duration:500ms;}
.bk02 .bd ul li a:hover h3,.bk02 .bd ul li a:hover h4{ color:#fff;transition-duration:500ms;-webkit-transition-duration:500ms;}
.bk02 .bd ul li a:hover span{background:url(../images/more02.png) no-repeat;transition-duration:500ms;-webkit-transition-duration:500ms; }



/************** 工程建设 **************/
.bk03{ width:100%; height:474px; padding-top:40px;background:url(../images/gc_bg.jpg) no-repeat top center; margin-bottom:30px;}
.bk03 ul{ width:1200px;}
.bk03 ul li a{ width:200px; height:168px; float:left; margin:0px 38px 2px 132px;transition-duration:500ms;-webkit-transition-duration:500ms;}
.bk03 ul li a span{ width:70px; height:70px; float:left; margin:16px 0px 0px 68px;}
.bk03 ul li a h3{ float:left; font:18px/35px "微软雅黑"; color:#ffffff; font-weight:bold; text-align:center; width:100%;}
.bk03 ul li a p{ float:left; font:12px/16px "微软雅黑"; color:#fee6e6; text-align:center; width:100%; text-transform:uppercase;}
.bk03 ul li a:hover{ background:#a70000;transition-duration:500ms;-webkit-transition-duration:500ms;}


.bk04{ width:1200px; height:500px; margin-bottom:30px;}
.sy_bt02{ margin:0 auto; margin-bottom:10px;}
.sy_bt02 h3{ display:block;height:40px;font:22px/40px "微软雅黑"; font-weight:bold;color:#2b2929;}
.sy_bt02 p{ display:block;height:30px;font:22px/30px "微软简老宋" ; font-weight:bold;color:#2b2929;text-transform:uppercase;}
.sy_bt02 p span{color:#a70000;}

/************** bk04_left **************/
.bk04_left{ float:left;width:670px; height:500px; }
.bk04_left .hd{ width:100%;height:37px;position:relative; margin-bottom:15px;}
.bk04_left .hd ul{ width:600px;z-index:5; position:absolute; height:39px; zoom:1; }
.bk04_left .hd ul li{float:left; display:block; width:92px; height:37px;margin-right:5px;}
.bk04_left .hd ul li a{ width:92px; height:28px; border:solid 1px #fff;text-align:center;float:left;display:block;height:28px;font:16px/28px "微软雅黑";color:#181818;
-webkit-border-radius:2px;/*适配以webkit为核心的浏览?(chrome、safari?)*/
-moz-border-radius:2px;/*适配firefox浏览?*/
-ms-border-radius:2px;/*适配IE浏览?*/
-o-border-radius:2px;/*适配opera浏览?*/
border-radius:2px;/*适配所有浏览器(需要放在最后面，类似于if..else if..else..)*/}
.bk04_left .hd ul li.on a{border:solid 1px #a70000; font-weight:bold; color:#a70000;}
.bk04_left .hd .more a{ float:right; height:30px;font:14px/30px "微软雅黑";color:#de411a; }
.bk04_left .hd .more a:hover{ text-decoration:underline;}

.bk04_left .bd .con_f{ width:670px; height:133px; margin-bottom:10px;}
.bk04_left .bd .con_f h4{ width:210px; height:133px; float:left; overflow:hidden;}
.bk04_left .bd .con_f h4 img{ width:210px; height:133px;}
.bk04_left .bd .con_f div{ width:438px; height:133px; float:right;}
.bk04_left .bd .con_f div h3{ width:438px; height:45px;color:#181818;font:16px/45px "微软雅黑"; display:block; overflow:hidden; font-weight:bold;}
.bk04_left .bd .con_f div p{ width:438px; height:52px;color:#5c5c5c;font:15px/26px "微软雅黑"; display:block; overflow:hidden; margin-bottom:10px;}
.bk04_left .bd .con_f div span{ width:438px; height:20px;color:#b6b6b6;font:15px/20px "微软雅黑";}
.bk04_left .bd .con_f:hover h3{ color:#a70000; text-decoration:underline;}

.bk04_left .bd ul{width:670px;height:216px;overflow:hidden;}
.bk04_left .bd ul li{ width:670px; height:36px;display:block;background:url(../images/lb_ico.png) no-repeat left center;}
.bk04_left .bd ul li a{width:525px; height:36px;color:#181818;font:16px/36px "微软雅黑";overflow:hidden; float:left; margin-left:24px;}
.bk04_left .bd ul li span{height:36px;color:#b6b6b6;font:15px/36px "微软雅黑"; float:right;}
.bk04_left .bd ul li a:hover{color:#a70000; text-decoration:underline;}

/************** bk04_right **************/
.bk04_right{ float:right;width:490px; height:500px; }
.bk04_right .hd{ width:100%;height:37px;position:relative; margin-bottom:15px;}
.bk04_right .hd ul{ width:420px;z-index:5; position:absolute; height:39px; zoom:1; }
.bk04_right .hd ul li{float:left; display:block; width:92px; height:37px;margin-right:5px;}
.bk04_right .hd ul li a{ width:92px; height:28px; border:solid 1px #fff;text-align:center;float:left;display:block;height:28px;font:16px/28px "微软雅黑";color:#181818;
-webkit-border-radius:2px;/*适配以webkit为核心的浏览?(chrome、safari?)*/
-moz-border-radius:2px;/*适配firefox浏览?*/
-ms-border-radius:2px;/*适配IE浏览?*/
-o-border-radius:2px;/*适配opera浏览?*/
border-radius:2px;/*适配所有浏览器(需要放在最后面，类似于if..else if..else..)*/}
.bk04_right .hd ul li.on a{border:solid 1px #a70000; font-weight:bold; color:#a70000;}
.bk04_right .hd .more a{ float:right; height:30px;font:14px/30px "微软雅黑";color:#de411a; }
.bk04_right .hd .more a:hover{ text-decoration:underline;}

.bk04_right .bd ul{width:490px;height:360px;overflow:hidden;}
.bk04_right .bd ul li{ width:490px; height:36px;display:block;background:url(../images/lb_ico.png) no-repeat left center;}
.bk04_right .bd ul li a{width:360px; height:36px;color:#181818;font:16px/36px "微软雅黑";overflow:hidden; float:left; margin-left:24px;}
.bk04_right .bd ul li span{height:36px;color:#b6b6b6;font:15px/36px "微软雅黑"; float:right;}
.bk04_right .bd ul li a:hover{color:#a70000; text-decoration:underline;}

















