body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{padding:0; margin:0;}
body{ background:#fff; color:#666;overflow-x: hidden;min-width:1100px;}
body,button,input,select,textarea{font:13px/1.5 "微软雅黑",arial; color:#333;}
h1,h2,h3,h4,h5,h6,button,input,select,textarea{font-size:100%}
address,cite,dfn,em,var{font-style:normal}
code,kbd,pre,samp{font-family:courier new, courier, monospace}
small {font-size:12px}
ul,ol{list-style-type:none; list-style-image:none}
a {color:#9f9d9d; text-decoration:none; outline:none;}
a:hover{text-decoration:none;}
img{ border:none;}
input{border: none;outline: none;}
*{box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;}
.tan05{-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;}
.tan01{-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-ms-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
.cen{width: 1060px;margin: 0 auto;}
.cennav{width: 1100px;margin: 0 auto;height: 100%;}
.cend{width: 1060px;margin: 0 auto;height: 100%;}
.block,.b{display: block;width: 100%;height: 100%;}
.p{padding: 0 calc(50% - 530px);}
.noclick{pointer-events: none;}
.trans{opacity: 1;-webkit-transform: translate(0, 0);-moz-transform: translate(0, 0);-ms-transform: translate(0, 0);-o-transform: translate(0, 0);transform: translate(0, 0);}
/*首页-----------------------------------------------------------*/
.header{
    height: 130px;
    background: #fff;
}
.logo{
    width: 270px;
    height: 100%;
    float: left;
    margin-right: 50px;
}
.nav{
    float: left;
    height: 100%;
}
.nav ul{
    height: 100%;
    width: 100%;
}
.nav ul li{
    width: 110px;
    height: 100%;
    float: left;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.nav ul li>a{
    padding-top: 60px;
}
.nav ul li span{
    color: #000;
    line-height: 18px;
    border-right: 1px dashed #57655c;
    display: block;
}
.nav ul li:last-child span{
    border: none;
}
.nav ul li:hover span,.nav ul li.active span{
    color: #cf2c11;
}
.nav_two{
    position: absolute;
    top: 130px;
    z-index: 999;
    background-color: rgba(19,20,19,.7);
    font-size: 14px;
    width: 130px;
    display: none;
}
.nav_two a{
    display: block;
    height: 45px;
    color: #cccccc;
    font-weight: normal;
    line-height: 45px;
    border-bottom: 1px dashed #57655c;
}
.nav_two a:last-child{
    border-bottom: none;
}
.nav_two a:hover{
    background-color:#001508
}
/*banner图*/
.swiper_banner{
    width: 100%;
    overflow: hidden;
    height: 580px;
    position: relative;
}
.swiper_banner .swiper-slide{
    overflow: hidden;
    position: relative;
}
.swiper_banner .swiper-slide img{
    display: block;
    position: absolute;
    left: 50%;
    width: 1920px;
    height: 580px;
    margin-left: -960px;
}
.swiper_banner .swiper-slide-active{
    z-index: 9;
}
.swiper_banner_prev,.swiper_banner_next{
    width: 46px;
    height: 92px;
    position: absolute;
    z-index: 9999999;
    top: 214px;
    cursor: pointer;
}
.swiper_banner_next{
    background: url("/skin/images/banner_r.png") no-repeat;
    right: 0;
}
.swiper_banner_prev{
    background: url("/skin/images/banner_l.png") no-repeat;
    left: 0;
}
.banner_word{
    position: absolute;
    width: 1920px;
    left: 50%;
    height: 100%;
    margin-left: -960px;
    text-align: center;
    z-index: 99;
}
.banner_word h3{
    margin-top: 180px;
    color: white;
    font-size: 78px;
}
.banner_button{
    width: 1920px;
    margin-left: -960px;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
}
.banner_button_con{
    width: 1140px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
/*产品展示*/
.show{
    height: 815x;
background: rgba(204,204,204,.25);
}
.show>h3{
    text-align: center;

    font-size: 38px;
    line-height: 96px;
}
.show>h3 a{
    color: #333333;
}
.show>h3 a b{
    color: #cccccc;
}
.show .cen{
    position: relative;
}
.swiper_show{
    overflow: hidden;
    position: absolute;
    top: -92px;
    text-align: center;
}
.swiper_show li{
    width: 240px;
    height: 170px;
    float: left;
    position: relative;
    margin-right: 33px;
    overflow: hidden;
    text-align: left;
}
.swiper_show li:last-child{
    margin-right: 0;
}
.swiper_show li img{
    position: absolute;
    display: block;
    top: 0;
    width: 240px;
    height: 178px;
}
.case_info{
	display: none;
    position: absolute;
    width: 100%;
    height: 112px;
    padding: 20px 25px 0;
    z-index: 9;
    top: 178px;
    background: url("/skin/images/case_li_bg.jpg");
}
.case_info h3{
    font-size: 16px;
    color: #009539;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.case_info b{
    font-size: 18px;
}
.swiper_show li p{
	display: none;
    color: white;
    height: 42px;
    position: absolute;
    z-index: 99;
    width: 100%;
    bottom: -42px;
    background: rgba(102,102,102,0.7) url("/skin/images/case_more.png") no-repeat 115px 16px;
    font-size: 15px;
    line-height: 42px;
    text-indent: 25px;
}
.swiper_show li:hover .case_info{
    top: 158px;
    padding: 10px 25px 0;
}
.swiper_show li:hover p{
    bottom: 0;
}
.swiper_show .swiper_show_span{
    display: inline-block;
    margin-top: 36px;
    height: 43px;
    border: 1px solid #cccccc;
    border-radius: 18px;
    text-align: center;
    padding: 15px 40px 0;
    width: auto;
}
.swiper_show_span span{
    display: inline-block;
    vertical-align: top;
    width: 12px;
    position: relative;
    height: 12px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 25px;
    background: #cccccc;
    opacity: 1;
    border-radius: 0;
}
.swiper_show_span span:before{
    position: absolute;
    content: "";
    display: block;
    width: 25px;
    height: 1px;
    left: 7px;
    top: -8px;
    background: #cccccc;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.swiper_show_span span:last-child{
    margin-right: 0;
}
.swiper_show_span span:last-child:before{
    display: none;
}
.swiper_show_span span.swiper-pagination-bullet-active{
    background: #666666;
}
/*关于我们*/
.about{
    margin-top: 35px;
}
.about>h3{
    text-align: center;

    font-size: 38px;
    line-height: 96px;
}
.about>h3 a{
    color: #333333;
}
.about>h3 a b{
    color: #cccccc;
}
.about_info{
    overflow: hidden;
}
.about_info>img{
    float: left;
    display: block;
    width: 245px;
    height: 250px;
}
.about_r{
    height: 250px;
    border: 1px dashed #cccccc;
    border-left: none;
    padding: 35px 25px 0;
    width: 815px;
    float: left;
    position: relative;
}
.about_r h3{
    font-size: 20px;
    margin-bottom: 5px;
}
.about_r_p{
    height: 140px;
    overflow: hidden;
}
.about_r p{
    font-size: 14px;
    line-height: 28px;
}
.about_more{
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    right: -50px;
    top: -50px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #0b63a2 url("/skin/images/about_more.png") no-repeat center 70px;
}
/*案例模块*/
/*
.case{
    background: linear-gradient(to bottom,transparent 0px,transparent 170px,#cccccc 170px,#cccccc 190px,#B7B5B5 190px,#B7B5B5 210px,#7D7B7B 210px,#7D7B7B 230px,#565454 230px,#565454 250px,transparent 250px);
}*/
.case_con{
    width: 1156px;
    margin:0  auto;
    position: relative;
    overflow: hidden;
}
.swiper_case{
    overflow: hidden;
}
.swiper_case li img,.i_c_list li img{
    display: block;
    width: 245px;
    height: 177px;
}
.swiper_case li p,.i_c_list li p{
    width: 245px;
    height: 49px;
    border: 1px solid #cccccc;
    border-top: none;
    color: #333;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
}
.swiper_case li:hover p,.i_c_list li:hover p{
    color: white;
    background: #666;
    border-color: #666;
}
.swiper_case_prev,.swiper_case_next{
    width: 48px;
    height: 38px;
    position: absolute;
    top: 95px;
    cursor: pointer;
}
.swiper_case_prev{
    background: url("/skin/images/case_l.png") no-repeat left top;
    left: 0;
}
.swiper_case_next{
    background: url("/skin/images/case_r.png") no-repeat right top;
    right: 0;
}
/*新闻和联系我们*/
.list{
    background: #0b63a2;
    height: 61px;
    margin-top: 320px;
    color: white;
}
.news,.contact{
    position: relative;
    height: 100%;
    float: left;
    width: 494px;
}
.news{
    margin-right: 72px;
}
.news_title{
    position: absolute;
    top: 0;
    z-index: 999;
    width: 494px;
    height: 100%;
    background: #0b63a2 url("/skin/images/list_title_bg.jpg") no-repeat right top;
    line-height: 61px;
    font-size: 24px;
    font-weight: bold;
}
.news_title a{
    color: white;
    text-indent: 30px;
}
.news_title a b{
    color: #cccccc;
}
.news .news_title{
    margin-right: 72px;
}
.list_info{
    width: 494px;
    height: 339px;
    position: absolute;
    top: 0;
    background:#4b88b4;
    z-index: 99;
    padding: 25px 30px 0;
}
.list .cend>div:hover .list_info{
    top: -339px;
}
.news_imp{
    width: 100%;
    height: 116px;
    overflow: hidden;
    margin-bottom: 12px;
}
.news_imp img{
    display: block;
    float: left;
    width: 140px;
    height: 100%;
    margin-right: 20px;
}
.news_imp_info{
    float: left;
    width: 274px;
    height: 100%;
    color: white;
}
.news_imp_info h3{
    font-size: 15px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_imp_info p{
    font-size: 13px;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
}
.news_list li{
    border-bottom: 1px dashed #cccccc;
    font-size: 13px;
    line-height: 37px;
    background: url("/skin/images/news_li_bg.jpg") no-repeat left center;
}
.news_list li a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 15px;
    color: white;
}
.news_list li a:hover{
    text-decoration: underline;
}
.contact_info h3{
    font-size: 18px;
    margin-bottom: 10px;
}
.contact_info p{
    font-size: 13px;
    line-height: 32px;
}
.tel{
    display: block;
    margin-top: 35px;
    text-indent: 65px;
    color: #ffffff;
    line-height: 45px;
    font-size: 26px;
    font-weight: bold;
    background: url("/skin/images/contact_tel.png") no-repeat left center;
}
/*底部信息*/
.footer{
    width: 100%;
    height: 110px;
    background-color: #0b63a2;
    text-align: center;
    margin-top: -61px;
}
.footer p{
    line-height: 30px;
	color:#fff;
}
.footer p a{
    display: inline-block;
    padding: 0 18px;
    height: 13px;
    line-height: 13px;
    margin-top: 5px;
    border-right: 1px solid #333;
	color:#fff;
}
.footer p a:hover{
    text-decoration: underline;
}
.footer p a:last-child{
    border-right: none;
}
.footer p img{
    display: inline-block;
    vertical-align: baseline;
}
.foot{
    width: 100%;
    height: 120px;
    background-color: #0b63a2;
    text-align: center;
    padding-top: 36px;
    margin-top: -61px;
}
.foot p{
    line-height: 30px;
	color:#fff;
}
.foot p a{
    display: inline-block;
    padding: 0 18px;
    height: 13px;
    line-height: 13px;
    margin-top: 5px;
    border-right: 1px solid #333;
	color:#fff;
}
.foot p a:hover{
    text-decoration: underline;
}
.foot p a:last-child{
    border-right: none;
}
.footer p img{
    display: inline-block;
    vertical-align: baseline;
}
.i_footer{
    height: 120px;
    padding-top: 50px;
    margin-top: 0;
}
/*关于我们页面---------------------------------------------------------------*/
.i_banner{
    height: 350px;
    background: url("/skin/images/i_nav_bg.jpg") no-repeat center top;
    position: relative;
}
.i_nav{
    position: absolute;
    width: 100%;
    height: 50px;
    background: rgba(102,102,102,.8);
    bottom: 0;
    text-align: center;
}
.a_fixed{
    position: fixed;
    min-width: 1100px;
    top: 0;
    left: 0;
    z-index: 99999;
}
.i_nav ul{
    height: 100%;
    padding-left: 2px;
}
.i_nav ul li{
    float: left;
    width: 155px;
    height: 100%;
    line-height: 52px;
    margin-right: 2px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
}
.i_nav ul li:last-child{
    margin-right: 0;
}
.i_nav ul li a{
    color: white;
}
.i_nav ul li:hover,.i_nav ul li.active{
    background: #080707;
}
.i_nav ul li:hover a,.i_nav ul li.active a{
    color: #999999;
}
.i_nav ul li:before,.i_nav ul li:last-child:after{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    left: -2px;
    border-left:1px solid #333333;
    border-right:1px solid #807d7d;
}
.i_nav ul li:last-child:after{
    left: 155px;
}
.i_a{
    padding-bottom: 50px;
}
.i_title{
    height: 155px;
    padding-top: 40px;
}
.i_title b{
    font-size: 38px;
    color: #0b63a2;
    font-family: "Impact";
    line-height: 42px;
}
.i_title h3{
    font-size: 26px;
}
.i_a_info img{
    display: block;
    width: 100%;
    height: 376px;
    margin-bottom: 20px;
}
.i_a_info p{
    font-size: 14px;
    text-indent: 2em;
    line-height: 38px;
}
/*新闻中心*/
.i_n_info,.i_c_list{
    overflow: hidden;
    padding-bottom: 20px;
}
.i_n_info{
    margin-top: -20px;
}
.i_n_info li{
    height: 145px;
    border-bottom: 1px dashed #666;
    padding: 20px 0;
    position: relative;
}
.i_n_info li a{
    padding-left: 110px;
}
.i_n_time{
    position: absolute;
    width: 88px;
    text-align: center;
    height: 88px;
    line-height: 44px;
    top: 28px;
    color: #333333;
    left: 0;
}
.i_n_time b{
    display: block;
    font-size: 36px;
    background: #0b63a2;
}
.i_n_time span{
    display: block;
    font-size: 16px;
    background: #cccccc;
}
.i_n_info li h3{
    font-size: 15px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.i_n_info li p{
    color: #666;
    font-size: 13px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}
.i_n_info li:hover h3{
    text-decoration: underline;
}
.pages{
    clear: both;
    text-align: center;
    overflow: hidden;
    margin:20px auto;
}
.pages a{
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #c3c3c3;
    background-color: #f5f5f5;
    line-height: 30px;
    text-align: center;
    margin-right: 16px;
}
.pages a:last-child{
    margin-right: 0;
}
.pages a.page_top,.pages a.page_bottom{
    width: 30px;
}
.pages a.page_active,.pages a:hover{
    color: #ff0000;
}
/*产品展示页面-------------------------------------------------------------------*/
.swiper_i_nav{
    width: 928px;
    padding: 0 2px;
    height: 100%;
    float: left;
    overflow: hidden;
}
.swiper_nav_next,.swiper_nav_prev{
    width: 32px;
    height: 32px;
    float: left;
    margin-top: 9px;
    cursor: pointer;
}
.swiper_nav_prev{
    margin-left: 28px;
    background: url("/skin/images/i_p_l.png") no-repeat;
}
.swiper_nav_next{
    margin-left: 19px;
    background: url("/skin/images/i_p_r.png") no-repeat;
}
.i_p_info{
    overflow: hidden;
}
.i_p_info li{
    float: left;
    width: 335px;
    height: 388px;
    margin: 0 26px 16px 0;
    position: relative;
}
.i_p_info li i{
    display: block;
    position: absolute;
    width: 100%;
    height: 388px;
    top: 0;
    z-index: 9;
    opacity: 0;
    background: rgba(51,51,51,0.2);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.i_p_info li:hover i{
    opacity: 1;
}
.i_p_info li:nth-child(3n){
    margin-right: 0;
}
.i_p_info li img{
    display: block;
    width: 100%;
    height: 328px;
}
.i_p_info li p{
    text-align: center;
    font-size: 16px;
    line-height: 39px;
}
.i_c_list li{
    width: 245px;
    height: 226px;
    margin:0 26px 30px 0;
    float: left;
}
.i_c_list li:nth-child(4n){
    margin-right: 0;
}
/*联系我们页面------------------------------------------------------------*/
.map{
    height: 360px;
    position: relative;
}
.map_info{
    top: 0;
    left: 0;
    z-index: 999;
    width: 405px;
    height: 100%;

    padding: 70px 50px 0;
}
.map_info h3{
    font-size: 22px;
    color: #86d90c;
    line-height: 30px;
}
.map_info p{
    color: white;
    font-size: 16px;
    line-height: 32px;
}
.aboutus{
	font-size: 16px;
	line-height: 32px;
	color: #333333;
	margin-bottom: 30px;
	margin-left: 88px;
}
.aboutus h3{
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 35px;
}

.r{ float:right;}
.l{ float:left;}
a{ outline:none;}
.blue{ color:#009539;}
.mar_20{margin-top:20px;}
.ny_pad{ min-height:300px;  overflow:hidden; }
.ny_news_tl88 li{text-align:center; height:40px; line-height:40px;}
.ny_news_tl88 .new_title{font-size:18px; font-weight:bold; border-bottom:#ab916e dotted 1px;}
.ny_news_tl88 span{padding:0 5px; color:#999;}
.ny_news_ct88{padding:0px 0px 30px; line-height:30px;}
.ny_news_ct88 p{ text-indent: 24px; }
.news_fy{padding:10px 50px 0; height:55px; border-top:#ccc solid 1px;position: relative;z-index: 999; }
.news_fy_l{width:300px; float:left;}
.news_fy_l li{height:24px; line-height:24px;}
.news_fy_l span{font-weight:bold;}
.news_fy_r{height:35px; overflow:hidden; padding-top:12px; width:200px;}
.news_fy_r .bdsharebuttonbox{float: right;}

.feedback_table{border-collapse:collapse; }
.feedback_table tr td input,.feedback_table tr td textarea{ margin:0 10px; border: 1px solid #ccc;}
.feedback_table tr td textarea{margin:10px 0px 10px 10px;}
.feedback_table tr td{ border: solid 1px #cccccc;}
.feedback_table tr td .bt{ width:57px; height:22px; line-height:22px;}

.sub{width: 320px;white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}

.news_image{ padding:20px 0; position:relative;}
.news_image img{ border-radius:4px; display:block; margin:0 auto;}
.news_image #pre1{position:absolute; display:block; width:50%; height:100%; top:0; z-index:9; cursor: ur/skin/images/1.cur?t=844888),auto;}
.news_image #next1{position:absolute;display:block; width:50%; height:100%; top:0; left:50%;z-index:9;cursor: ur/skin/images/2.cur?t=844888),auto;}
 
/*翻页*/
.fy{height:32px;line-height:32px; text-align:center; width:100%; margin:0 auto;}
.fy li{ float:left;}
.fy a,.fy span{padding:5px 11px;border:#aaa solid 1px;margin:0 7px;background-color:#f5f5f5;}
.fy span,.fy a:hover{color:#cccccc;border: #cccccc solid 1px;}
.flink a{ margin:0 5px;}
 
/*在线客服*/
.OnlineService_Bg {width:100px;overflow:hidden;position:fixed;right:10px;bottom:20px;z-index:10;}
.OnlineService_Box {width:100%;overflow:hidden;}
.OnlineService_QQBox {width:88px;overflow:hidden;border:1px solid #cecece;margin-bottom:10px;background:#f5f5f5;}
.OnlineService_QQBox li {width:auto;height:35px;overflow:hidden;padding-left:34px;font-size:12px;line-height:35px;color:#666;background:url(icon_QQ1.png) no-repeat 5px center;cursor:pointer}
.OnlineService_QQBox li:hover {filter:alpha(opacity=50); /*IE滤镜，透明度50%*/-moz-opacity:0.5; /*Firefox私有，透明度50%*/opacity:0.5;/*其他，透明度50%*/}
.OnlineService_QQBox li a {text-decoration: none;color: #666;}
.OnlineService_Phone {width:90px;height:90px;margin-bottom:10px;}
.OnlineService_Phone a {display:block;width:90px;background-color:#0b63a2;padding-top:57px;line-height:30px;font-size:16px;text-align:center;color:#fff;background-image:url(/skin/images/icon_Online.png);background-repeat:no-repeat;background-position:center 8px;cursor:pointer;text-decoration:none;color:#fff}
.OnlineService_Sign {width:90px;margin-bottom:10px;background-color:#0b63a2;padding-top:57px;line-height:30px;font-size:16px;text-align:center;color:#fff;cursor:pointer;background-image:url(/skin/images/icon_Sign.png);background-repeat:no-repeat;background-position:center 10px;}
.OnlineService_Sign a{ color:#FFFFFF;}
.OnlineService_Top {width:90px;height:90px;margin-bottom:10px;}
.OnlineService_Top a {display:block;width:90px;height:33px;background-color:#0b63a2;padding-top:57px;line-height:30px;font-size:16px;text-align:center;color:#fff;background-image:url(/skin/images/icon_Top.png);background-repeat:no-repeat;background-position:center 8px;cursor:pointer;text-decoration:none;color:#fff}
 .indexnr{ width:100%; background-color:#fff;}
 .listnews {
    height: 520px;
	margin:0 auto;
	width:1156px;
		padding-bottom:60px;
	padding-top:10px;
}
 .list_left{ float:left;width:550px; height:100%;padding-left:10px;    }
.list_left  li{
	border-bottom: 1px dashed #cccccc;
	font-size: 14px;
	line-height: 30px;
	list-style-type: none;
	margin-left: 20px;
	text-indent: 20px;
}
.list_right  li{
	border-bottom: 1px dashed #cccccc;
	font-size: 14px;
	line-height: 30px;
	list-style-type: none;
text-indent: 20px;
	margin-left: 20px;
}
.list_left  li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 38px;
    color: #2E2E2E;
}
.list_right{ float:right; width:550px; height:100%;  }
.list_right  li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 38px;
    color: #2E2E2E;
}
.listnews h3 a{ color:#000000;}
.listnews a:hover{
	color: #0b63a2;
	text-decoration: none;
}

/*banner*/
#lanrenzhijia {
	width: 100%;
	height: auto;
	overflow:visible;
	position: absolute;
	z-index: 100;
	top:0;
	left:0;
}
#lanrenzhijia .nav {
	width: 78px;
	height: 35px;
	position: absolute;
	left: 50%;
	bottom: 3.5%;
	margin: 0 0 0 422px;
	z-index: 50;
}
#lanrenzhijia .nav a {
	width: 39px;
	height: 35px;
	position: absolute;
	left: 0px;
	top: -55px;
	background: #000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
#lanrenzhijia .nav a.prev {
	background: #000 url(/images/nav-prev.png) no-repeat;
}
#lanrenzhijia .nav a.prev:hover {
	background: #000 url(/images/nav-prev.png) 0 -35px no-repeat;
}
#lanrenzhijia .nav a.next {
	left: 39px;
	background: #000 url(/images/nav-next.png) no-repeat;
}
#lanrenzhijia .nav a.next:hover {
	background: #000 url(/images/nav-next.png) 0 -35px no-repeat;
}
#lanrenzhijia .lanrenzhijia2-items {
	width: 100% !important;
	height: auto;
	min-height: 600px;
	position: relative;
	margin: 0 auto;
}
#lanrenzhijia .lanrenzhijia2-items .lanrenzhijia2-item {
	width: 100% !important;
	min-height: auto;
	position: absolute;
	display: none;
}
#lanrenzhijia .lanrenzhijia2-items .lanrenzhijia2-item:first-child {
	display: block;
}
.lanrenzhijia2-items .lanrenzhijia2-item .lanrenzhijia2-image {
	width: 100%;
	min-height: 600px;
	position: relative;
}
.lanrenzhijia2-item .lanrenzhijia2-image .lanrenzhijia2-bar {
	width: 1000px;
	height: 55px;
	position: absolute;
	margin-left: -500px;
	left: 50%;
	bottom: 3.5%;
	background: url(/images/bg-project-bar.png) repeat;
}
.lanrenzhijia2-bar .slide_title {
	color:#fff;
	width: auto;
	height: 55px;
	position: absolute;
	left: 0;
	bottom:0px;
	padding: 0 30px 0 0;
}
.lanrenzhijia2-bar .slide_title h1 {
	width: auto;
	height: 55px;
	line-height: 55px;
	display: block;
	margin: 0 0 0 15px;
	font-size: 14px;
	color:#fff;
	text-decoration: none;
}
.lanrenzhijia2-items .lanrenzhijia2-item .lanrenzhijia2-image.slide1 {
	background: url(/images/lanrenzhijia0.jpg) center top no-repeat;
}
.lanrenzhijia2-items .lanrenzhijia2-item .lanrenzhijia2-image.slide2 {
	background: url(/images/lanrenzhijia1.jpg) center top no-repeat;
}
.lanrenzhijia2-items .lanrenzhijia2-item .lanrenzhijia2-image.slide3 {
	background: url(/images/lanrenzhijia2.jpg) center top no-repeat;
}
.lanrenzhijia2-bar .button {
	width: auto;
	height: 35px;
	position: absolute;
	left: 0;
	bottom: -35px;
	background: #e04b50 right 0;
	padding: 0 30px 0 0;
}
.lanrenzhijia2-bar .button a {
	width: auto;
	height: 35px;
	line-height: 35px;
	display: block;
	background: #e04b50 15px 26px repeat-x;
	margin: 0 0 0 15px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}