@charset "utf-8";
/*a*/
.a{position:absolute;top:0;left:0;width:100%;height:115px;z-index:999;}
.a1{position:relative;}
.a .a_logo{position:absolute;top:9px;left:0;width:96px;height:96px;background:url(../images/logo.png) no-repeat;}
.a_b_1{position:relative;padding-left:106px;height:50px;line-height:50px;z-index:999;}
.a_b_1 .fl a{margin-top:10px;width:70px;height:29px;background:url(../images/logo_elvtou.png) no-repeat;}
.a_b_1 .fl i{padding-left:10px;}
.a_b_1 .fr .over{height:50px;line-height:50px;overflow:hidden;}
.a_b_1 .fr ul li{float:left;}
.a_b_1 .fr ul.f12 li a:hover{text-decoration:underline;}
.a_b_1 .fr ul.bk{margin-top:11px;padding-left:20px;width:64px;height:27px;}
.a_b_1 .fr ul.bk li{margin-right:5px;width:27px;height:27px;}
.a_b_1 .fr ul.bk li.wechat{position:relative;display:block;width:27px;height:27px;background:url(../images/butblog.png) no-repeat;cursor:pointer;z-index:9999}
.a_b_1 .fr ul.bk li.wechat img{position:absolute;top:40px;left:-38px;display:none;width:100px;height:100px;z-index:9999}
.a_b_1 .fr ul.bk li.blog a{display:block;width:27px;height:27px;background:url(../images/butblog.png) no-repeat -31px 0;}
.a_ul_nav{position:relative;padding-left:106px;height:60px;z-index:9999}
.a_ul_nav li{position:relative;float:left;width:136px;line-height:60px;}
.a_ul_nav li.homepage{width:114px;}
.a_ul_nav li a{display:block;margin:0 auto;width:126px;height:100%;font-size:18px;font-weight:bold;}
.a_ul_nav li.homepage a{width:104px;}
.a_ul_nav li a:hover{color:#fff;background:#00ab2f;}
.a_ul_nav li.thisclass a{color:#fff;background:#00ab2f;}
.a_ul_nav li.line{margin-top:20px;width:1px;height:20px;background:#000;opacity:0.2;filter:alpha(opacity=20);}
.a_ul_nav li dl.subnav{position:absolute;top:60px;left:5px;padding-top:1px;width:126px;}
.a_ul_nav li dl.subnav a{font-size:14px;color:#30576e;}
.a_ul_nav li dl.subnav a:hover{color:#fff;}
.a_ul_nav li dl.subnav dd{position:relative;display:block;width:126px;height:35;line-height:35px;border-bottom:1px solid #fff;}
.a_ul_nav li dl.subnav dd a{display:block;height:35;line-height:35px;}
.a_ul_nav li dl.subnav dd em{position:absolute;top:0;left:0;display:block;width:126px;height:35px;background:#fff;opacity:0.8;filter:alpha(opacity=80);z-index:-1;}
.a_ul_nav li dl.subnav dd.bg5{height:5px;border:none;background:#fff;opacity:0.8;filter:alpha(opacity=80);z-index:-1;}
.a_bg_1,.a_bg_2,.a_bg_3{position:absolute;left:0;width:100%;z-index:-1;}
.a_bg_1{top:0;height:50px;background:#006097;opacity:0.8;filter:alpha(opacity=80);}
.a_bg_2{top:50px;height:60px;background:#fff;opacity:0.8;filter:alpha(opacity=80);}
.a_bg_3{top:110px;height:5px;background:#fff;opacity:0.2;filter:alpha(opacity=20);}

/*b*/
.tp-bullets.simplebullets.round .bullet{position:relative;float:left;margin:0 0 0 5px;width:13px;height:13px;border-radius:13px;background:#fff;opacity:0.6;filter:alpha(opacity=60);cursor:pointer;}
.tp-bullets.simplebullets.round .bullet.selected{width:27px;height:13px;background:#e9eb11;opacity:1;filter:alpha(opacity=100);}

/*c*/
.huawen{margin-top:64px;background:url(../images/repeatx.jpg) repeat-x left top;}
.huawen h2{position:absolute;top:-26px;left:50%;margin-left:-76px;width:152px;}
.huawen h2 a{display:block;padding:10px 20px;background:#fff;}
.huawen h2 a em.f24{line-height:25px;}
.huawen h2 a em.f12{line-height:18px;}
.c{width:100%;height:383px;}
.c .center{padding-top:58px;}
.c .c_wrap{height:140px;overflow:hidden;}
.c_des{padding-right:35px;width:545px;}
.c_des h3{line-height:14px;}
.c_des p{padding-top:10px;line-height:24px;}
.c_des p a:hover{text-decoration:underline;}
.c_but{padding:0 81px 0 39px;width:460px;}
.c_but ul{display:block;padding-top:10px;}
.c_but ul li{position:relative;float:left;margin-right:60px;width:70px;height:70px;}
.c_but ul li.nomr{margin:0;}
.c_but ul li a{display:block;width:66px;height:66px;border:2px solid #cfd5d8;cursor:pointer;}
.c_but ul li a i{display:block;width:66px;height:66px;background:url(../images/but1.png) no-repeat -2px -2px;}
.c_but ul li a i.c_i_2{background-position:-132px -2px;}
.c_but ul li a i.c_i_3{background-position:-262px -2px;}
.c_but ul li a i.c_i_4{background-position:-392px -2px;}
.c_but ul li a div{position:absolute;top:80px;width:90px;left:50%;margin-left:-45px;line-height:14px;}
.c_but ul li a:hover{border-color:#149240;background:#149240;}
@keyframes color
{
from {background:#fff;}
to {background:#4092c6;}
}

@-moz-keyframes color /* Firefox */
{
from {background:#fff;}
to {background:#4092c6;}
}

@-webkit-keyframes color /* Safari 和 Chrome */
{
from {background:#fff;}
to {background:#4092c6;}
}

@-o-keyframes color /* Opera */
{
from {background:#fff;}
to {background:#4092c6;}
}
.color {
    animation: color 1s;
    -moz-animation: color 1s;
    -webkit-animation: color 1s;
    -o-animation: color 1s;
}
.c_but ul li a:hover em{color:#149240;}
.c_but ul li a:hover i.c_i_1{background-position:-2px -72px;}
.c_but ul li a:hover i.c_i_2{background-position:-132px -72px;}
.c_but ul li a:hover i.c_i_3{background-position:-262px -72px;}
.c_but ul li a:hover i.c_i_4{background-position:-392px -72px;}
.c_s_pic{position:relative;padding-top:30px;width:1180px;height:156px;overflow:hidden;}
.c_s_pic .hd a{position:absolute;top:84px;display:block;width:36px;height:52px;border:2px solid #b6bfc4;cursor:pointer;}
.c_s_pic .hd .prev{left:0;}
.c_s_pic .hd .next{left:auto;right:0;}
.c_s_pic .hd a i{margin:19px auto 0;width:23px;height:15px;background:url(../images/arrow1.png);}
.c_s_pic .hd a.next i{background-position:-59px 0;}
.c_s_pic .hd a:hover{border-color:#4092c6;background:#4092c6;}
.c_s_pic .hd a.prev:hover i{background-position:0 -15px;}
.c_s_pic .hd a.next:hover i{background-position:-59px -15px;}
.c_s_pic .tempWrap{margin:0 auto;}
.c_s_pic .bd ul{ overflow:hidden;zoom:1;}
.c_s_pic .bd ul li{position:relative;float:left;_display:inline;margin:0 10px;overflow:hidden;}
.c_s_pic .bd ul li a{display:block;cursor:pointer;}
.c_s_pic .bd ul li a img{display:block;width:250px;height:156px;}
.c_s_pic .bd ul li a em{position:absolute;bottom:0;left:0;width:250px;height:60px;line-height:80px;background:url(../images/shadow.png) repeat-x;}
.c_s_pic .bd ul li div{position:absolute;top:156px;left:0;padding:25px 10px 15px;width:230px;height:116px;z-index:1;}
.c_s_pic .bd ul li div h3{display:inline;border-bottom:3px solid #fff;}
.c_s_pic .bd ul li div p{padding-top:15px;line-height:24px;}
.c_s_pic .bd ul li div i{position:absolute;top:0;left:0;width:250px;height:156px;background:#006cb0;z-index:-1;opacity:0.8;filter:alpha(opacity=80);}

/*d*/
.d{margin-top:40px;with:100%;height:160px;background:url(../images/imgplay.jpg) no-repeat center center;overflow:hidden;}
.d em{margin:20px auto 0;width:76px;height:69px;}
.d em a{display:block;width:76px;height:69px;background:url(../images/play.png) no-repeat;}
.d em a:hover{background-position:0 -69px;}
.d ul{padding-top:20px;}
.d ul li{display:inline;}
.d ul li a:hover{color:#fff;text-decoration:underline;}

/*e*/
.e{with:100%;height:765px;}
.e ul.cat{padding-top:40px;}
.e ul.cat li{display:inline;}
.e ul.cat li a:hover{color:#d00;text-decoration:underline;}
.e_s_news{position:relative;padding-top:20px;width:1180px;height:228px;overflow:hidden;}
.e_s_news .hd a{position:absolute;bottom:0;display:block;width:108px;height:38px;border:1px solid #b4bdc2;cursor:pointer;}
.e_s_news .hd .prev{left:470px;}
.e_s_news .hd .next{left:auto;right:470px;}
.e_s_news .hd a i{margin:15px auto 0;width:66px;height:8px;background:url(../images/arrow2.png);}
.e_s_news .hd a.next i{background-position:-130px 0;}
.e_s_news .hd a:hover{border-color:#4092c6;background:#4092c6;}
.e_s_news .hd a.prev:hover i{background-position:0 -9px;}
.e_s_news .hd a.next:hover i{background-position:-130px -9px;}
.e_s_news .tempWrap{margin:0 auto;}
.e_s_news .bd ul{overflow:hidden; zoom:1;}
.e_s_news .bd ul li{position:relative;float:left;_display:inline;margin-right:59px;overflow:hidden;}
.e_s_news .bd ul li a{display:block;width:334px;height:160px;cursor:pointer;}
.e_s_news .bd ul li a div{line-height:20px;}
.e_s_news .bd ul li a i{margin:10px 0 18px;width:30px;height:3px;background:#d00;}
.e_s_news .bd ul li a p{padding-top:10px;line-height:18px;}
.e_pub_news{margin-top:50px;width:580px;height:406px;background:#eee;}
.e_pub_news h3 a{display:block;width:580px;height:100px;line-height:100px;text-indent:270px;background:url(../images/culture.jpg) no-repeat;}
.e_pub_news.fr h3 a{background:url(../images/dangjian.jpg) no-repeat;}
.e_pub_news dl{margin-top:30px;padding:0 30px;width:520px;}
.e_pub_news dl dt{padding-bottom:20px;}
.e_pub_news dl dt a{display:block;width:520x;height:113px;background:#fff;cursor:pointer;}
.e_pub_news dl dt a img{display:block;float:left;}
.e_pub_news dl dt a div{float:left;padding:0 10px;width:320px;height:113px;}
.e_pub_news dl dt a div h3{margin-top:5px;line-height:35px;}
.e_pub_news dl dt a div p{line-height:18px;}
.e_pub_news dl dt a:hover div{background:#4092c6;}
.e_pub_news dl dt a:hover h3,.e_pub_news dl dt a:hover p{color:#fff;}
.e_pub_news dl dd .time{padding-right:10px;}
.e_pub_news dl dd a{height:30px;line-height:30px;color:#333;}
.e_pub_news dl dd a:hover{color:#d00;text-decoration:underline;}

/*f*/
.f{margin-top:50px;with:100%;height:260px;background:url(../images/imgway.jpg) no-repeat center center;overflow:hidden;}
.f h2{padding:30px 0 20px;}
.f ul li{position:relative;display:block;float:left;margin-right:20px;padding:20px 20px 20px 15px;width:345px;height:117px;z-index:2;}
.f ul li.nomr3{margin:0;}
.f ul li em{width:60px;height:117px;line-height:30px;color:#c2bab5;}
.f ul li em b.f_b{margin-top:24px;width:51px;height:47px;background:url(../images/abc.png) no-repeat;}
.f ul li em b.f_b_2{margin-top:24px;width:40px;height:46px;background-position:-61px 0;}
.f ul li em b.f_b_3{margin-top:24px;width:38px;height:47px;background-position:-112px 0;}
.f ul li em b.dif{padding-left:5px;}
.f ul li p{line-height:20px;color:#e0dbd9;}
.f ul li i{position:absolute;top:0;left:0;display:block;width:380px;height:157px;background:#fff;opacity:0.1;filter:alpha(opacity=10);z-index:-1;}
.cfff{color:#fff}
.cfff a:link,.cfff a:visited,.cfff a:active{color:#fff;text-decoration:none}
.cfff a:hover{color:#fff; text-decoration:none}

/*g*/
.g{margin-top:50px;with:100%;height:240px;overflow:hidden;}
.g ul li{position:relative;display:block;float:left;margin-right:20px;width:180px;height:240px;}
.g ul li.nomr{margin:0;}
.g ul li a{display:block;width:178px;height:238px;border:1px solid #d0d8dc;}
.g ul li a i{position:relative;display:block;margin:0 auto;width:20px;height:31px;background:url(../images/pull.png) no-repeat;z-index:2;}
.g ul li a ../images{position:relative;display:block;margin:-7px auto 0;width:140px;height:140px;z-index:1;}
.g ul li a em.f18{padding-top:15px;color:#337195;}
.g ul li a em.f12{color:#91979d;}
.g ul li a:hover em.f18{color:#d00;}
.g ul li a:hover em.f12{color:#998f8f;}

/*h*/
.h{margin-top:50px;width:100%;height:41px;}
.h div.fl{width:70px;height:41px;background:url(../images/link.jpg) no-repeat;}
.h ul{position:absolute;top:0;left:80px;width:1100px;height:41px;}
.h ul li{display:inline;float:left;margin-right:11px;height:21px;line-height:21px;white-space:nowrap; }
.h ul li a:hover{color:#d00;text-decoration:underline;}

/*i*/
.i{margin-top:40px;width:100%;height:315px;color:#91979d;background:#272b2f;}
.i a{color:#91979d;}
.i .center{padding:30px 0;height:255px;}
.i_l_y{width:1px;height:255px;background:url(../images/line1_10.png) repeat-y;}
.i_b_1{padding:17px 39px 0 40px;width:460px;height:228px;background:url(../images/adwords.png) no-repeat center bottom;}
.i_b_1 h2{padding-right:11px;width:151px;height:56px;}
.i_b_1 h2 a{display:block;width:151px;height:56px;background:url(../images/butlogo.png) no-repeat;}
.i_b_1 ul{display:block;width:298px;}
.i_b_1 ul li{display:block;float:left;width:99px;height:56px;background:url(../images/butlogo.png) no-repeat -162px 0;}
.i_b_1 ul li a{display:block;width:99px;height:56px;}
.i_b_1 ul li.i_li_2{background-position:-261px 0;}
.i_b_1 ul li.i_li_3{width:100px;background-position:-360px 0;}
.i_b_2{padding-top:20px;width:637px;height:235px;}
.i_b_2 div.fl{padding-left:40px;width:410px;height:150px;}
.i_more_phone{width:410px;}
.i_more_phone i{width:50px;height:50px;background:url(../images/phone.png) no-repeat;}
.i_more_phone p{padding-left:10px;width:350px;color:#f9aa00;line-height:23px;}
.i_b_2 div.fl div.cr{padding:20px 0 0 60px;line-height:24px;}
.i_b_2 div.fr{padding-right:35px;width:120px;height:150px;line-height:16px;}
.i_b_2 ul.cr{padding-top:35px;height:24px;overflow:hidden;}
.i_b_2 ul.cr li{position:relative;float:left;padding-left:40px;height:24px;line-height:24px;text-indent:3px;overflow:hidden;}
.i_b_2 ul.cr li a{display:block;cursor:pointer;}
.i_b_2 ul.cr li i{position:relative;top:0;width:36px;height:48px;background:url(../images/but2.png) no-repeat 10px 0;}
.i_b_2 ul.cr li.i_li_4 i{background-position:-44px 0;}
.i_b_2 ul.cr li.i_li_5 i{background-position:-90px 0;}
.i_b_2 ul.cr li.i_li_6 i{background-position:-140px 0;}
.i_b_2 ul.cr li a:hover em{color:#fff;}

/*j*/
.j{width:100%;height:180px;background:#191b1d;}
.j p{padding-top:25px;line-height:20px;}
.j p a:hover{color:#fff;text-decoration:underline;}
.j p em{position:relative;top:0;left:0;padding-left:21px;}
.j p em i{position:absolute;top:-1px;left:0;width:18px;height:20px;background:url(../images/gongan.png);}

.bg{background:url(../images/pagebg.jpg) no-repeat center top;background-attachment: fixed;};}
/*k*/
.k{position:relative;}
.k_pos{width:100%;height:53px;line-height:53px;}
.k_pos a:hover{text-decoration:underline;}
.k_ad{width:100%;height:280px;background:url(../images/pagead.jpg) no-repeat;}
.K_cat{position:absolute;top:233px;left:0;width:100%;height:100px;}
.K_cat h2{position:absolute;top:18px;left:30px;line-height:28px;}
.K_cat ul{position:absolute;top:47px;right:30px;overflow:hidden;}
.K_cat ul li{position:relative;float:left;margin-right:1px;height:30px;line-height:30px;}
.K_cat ul li a{position:relative;display:block;padding:0 10px;height:30px;line-height:30px;z-index:1;}
.K_cat ul li.on a{background:#149240;}
.K_cat ul li em{position:absolute;top:0;left:0;display:block;width:100%;height:30px;background:#fff;opacity:0.3;filter:alpha(opacity=30);z-index:0;}
.K_cat ul li a:hover{background:#149240;}
.k_con{padding:60px 145px;background:#fff;}
.k_con_header{padding:10px 0;border-top:1px solid #dedede;border-bottom:1px solid #dedede;}
.k_con_title{line-height:35px;color:#f30000;font-size:24px;}
.k_con_stitle{padding-top:5px;line-height:25px;font-size:16px;color:#666;}
.k_con_info{display:block;line-height:30px;font-size:12px;color:#999;}
.k_con_info a{color:#999;}
.k_con_info a:hover{color:#f51d00;border-bottom:2px solid #f51d00;}
.k_con_info span{ margin: 0 10px 0 10px;}

.k_con_article{padding-top:30px;width:900px;line-height:30px;font-size:14px;color:#3a3a3a;}
.k_con_article a{border-bottom:1px dashed #666;}
.k_con_article a:hover{text-decoration:none;}
.k_con_article table{width:1000px;margin:0 auto !important;}
.k_con_article table,.k_con_article table tr,.k_con_article table tr th,.k_con_article tr td{border-collapse:collapse;font-weight:normal;font:12px/30px \5FAE\8F6F\96C5\9ED1;}
.k_con_article table tr th,.k_con_article tr td{padding:0 10px;}

.k_con_article2{padding-top:30px;width:900px;line-height:30px;font-size:14px;color:#3a3a3a;}
.k_con_article2 a{border-bottom:1px dashed #666;}
.k_con_article2 a:hover{text-decoration:none;}
.k_con_article2 table{width:1000px;margin:0 auto !important;}
.k_con_article2 table,.k_con_article2 table tr,.k_con_article2 table tr th,.k_con_article2 tr td{border-collapse:collapse;font-weight:normal;font:12px/30px \5FAE\8F6F\96C5\9ED1;}
.k_con_article2 table tr th,.k_con_article2 tr td{padding:0 10px;}
.c_blue{color:#0d6baa}



.k_con_rel{position:relative;margin-top:60px;height:60px;border-top:1px solid #dedede;border-bottom:1px solid #dedede;}
.k_con_rel .share{position:absolute;top:12px;}
.k_con_rel .prenext{position:absolute;top:16px;right:0;}
.k_con_rel .prenext a{float:left;display:block;margin-right:1px;width:82px;height:28px;line-height:28px;background:#dedede;}
.k_con_rel .prenext a:hover{color:#fff;font-weight:bold;background:#149240;}

/*listnew*/
.listnew{padding:0;}
.listnew ul li{display:block;padding:30px 40px;width:1100px;height:138px;border-bottom:1px solid #dedede;}
.listnew ul li.noborder{border:none;}
.listnew ul li em.time{width:116px;height:138px;}
.listnew ul li em.time i{padding-bottom:20px;}
.listnew ul li a{width:984px;cursor:pointer;}
.k_con_tex{position:relative;display:block;float:right;padding-left:30px;width:734px;height:138px;}
.k_con_tex h3{line-height:30px;}
.k_con_tex p{padding-top:10px;line-height:18px;}
.k_con_tex i{position:absolute;bottom:0;left:30px;display:block;width:88px;height:30px;line-height:30px;border:1px solid #dedede;}

/*listjingdian*/
.k_more{padding:60px 40px 0;height:200px;background:#f0f0f0;}
.k_des{width:550px;height:180px;}
.k_des h2{color:#3185b9;line-height:16px;}
.k_des p{padding-top:10px;line-height:24px;}
.k_des p a:hover{color:#000;text-decoration:underline;}
.c_but1{padding:0;width:460px;}
.listjingdian ul li{height:188px;}
.listjingdian ul li a{width:1100px;cursor:pointer;}
.listjingdian .k_con_tex{padding-left:10px;width:770px;height:188px;}
.listjingdian .k_con_tex h3{color:#3185b9;}
.listjingdian .k_con_tex p{padding-top:10px;line-height:24px;}
.listjingdian .k_con_tex i{left:10px;}

.quanjingbox{ width:1100px; padding:30px 0px 30px 0px; margin:0 auto}
.div1180{ width:1180px; background:#fff; margin:0 auto}


.fenye {width:876px;   height:26px; padding:40px 0px 50px 0px; overflow:hidden; margin:0 auto }

.fenye li a{ line-height:26px; border:1px solid #fff; color:#b1b1b1; background:#f0f0f0; padding:0px 10px 0px 10px; margin-right:5px;list-style:none;float:left; cursor:pointer}

.fenye li.on a{ line-height:26px; background:#149240; padding:0px 10px 0px 10px;margin-left:5px;list-style:none; color:#fff;float:left}
.fenye li span.pageinfo{ line-height:26px; border:1px solid #fff; color:#b1b1b1; padding:0px 10px 0px 10px; margin-right:5px;list-style:none;float:left; cursor:pointer}





.live_box{ width:100%; min-width:1180px; min-height:1383px; background:url(../images/show_bg.jpg) center no-repeat; overflow:hidden; margin:0 auto}
.live1180{ width:1180px; min-height:1383px; color:#dfdcb9; position:relative; overflow:hidden; margin:0 auto}
.live_txt{ width:728px; height:445px; position:absolute; bottom:0px; right:0px; overflow:hidden; float:right}
.f24{ font-size:24px;}
.live_364{ width:364px; height:445px; text-align:right; overflow:hidden; float:left}
.live_364 p{ font-size:18px; line-height:35px;}
.live_364 p.title{ width:364px; line-height:55px; font-size:30px; overflow:hidden; float:left}

.live_company{ width:1120px; height:560px; padding:0px 30px 40px 30px; background:url(../images/companybg.jpg) no-repeat; overflow:hidden; margin:0 auto}
.live_company_title{ width:1120px; line-height:80px; padding-top:8px; color:#6b4d30; text-align:left; overflow:hidden; margin:0 auto}
.live_company_content{ width:1120px; line-height:24px; color:#6b4d30; overflow:hidden; margin:0 auto}
.live_company_content p{ text-indent:26px;}
.live_company_content p.title2{ line-height:75px; font-size:18px;}
.live_../images{ width:1180px; padding:10px 0px 0px 0px; overflow:hidden; margin:0 auto}
.div30{ width:1180px; height:30px; margin:0 auto}


.live_img {
    width: 1180px;
    padding: 10px 0px 0px 0px;
    overflow: hidden;
    margin: 0 auto;
}
.live_news{ min-width:1180px;width:100%; height:528px; padding:40px 0px 0px 0px; background:url(../images/live_news_bg.jpg) center no-repeat; overflow:hidden; margin:0 auto}
.div1180_live{ width:1180px; overflow:hidden; margin:0 auto}
.live_news_box{ width:692px; overflow:hidden; float:left}
.live_news_title{ width:692px; height:27px; padding:10px 0px 20px 0px; text-align:left; overflow:hidden; float:left}
.live_news_title span{ float:right}
.live_news_list{ width:692px; overflow:hidden; float:left}
.live_news_list li{ width:682px; height:113px; background:#fff; margin-top:12px; font-size:12px; padding-right:10px; overflow:hidden; float:left}
.live_news_list li p.title{ line-height:50px; padding-top:8px;}
.color_font{ color:#6b4d30; }

.live_460{ width:390px; height:490px; padding:0px 35px 0px 35px; background:#b21b19; overflow:hidden; float:right}
.livetitle{ width:390px; height:31px; text-align:center; padding:30px 0px 30px 0px; overflow:hidden; margin:0 auto}
.live_info{ width:390px; line-height:28px; color:#faf6c7; overflow:hidden; margin:0 auto}
.live_pics{ width:390px; overflow:hidden; margin:0 auto}
.live_pics li{ width:190px; height:80px; margin-top:10px; overflow:hidden; float:left}
.live_pics li.p1,.p3{ margin-right:10px;}
.live_phone{ width:390px; padding-top:30px; overflow:hidden; margin:0 auto}

.color_font a:link,.color_font a:visited,.color_font a:active{color:#6b4d30;text-decoration:none}
.color_font a:hover{color:#b21b19; text-decoration:none}


.live_news_list ../images:hover{
    opacity:0.8;
    filter:alpha(opacity=80); cursor:pointer
}

.live_news_list ../images{
    opacity:1;
    filter:alpha(opacity=100);}
	
.live_pics ../images:hover{
    opacity:0.8;
    filter:alpha(opacity=80); cursor:pointer
}

.live_pics ../images{
    opacity:1;
    filter:alpha(opacity=100);}
	