/*reset*/
body{
    font-family: "微软雅黑",Arial,Helvetica,sans-serif;
}
body, div, dl, dt, dd, ul, ol, li,h1,h2,h3,h4,h5,h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}
a{
    position: relative;
    color: #333;
    text-decoration: none;
}
ol, ul {
    list-style: none;
}
fieldset, img, iframe {
    border: 0;
}
input, textarea, select, button {
    font-size: 100%;
    font-family: inherit;
}
select {
    margin: inherit;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
}
hr {
    margin: 0;
    padding: 0;
    border: 0;
    color: #000;
    background-color: #000;
    height: 1px
}
address, caption, cite, code, dfn, em, th, var {
    font-weight: normal;
    font-style: normal;
}
abbr, acronym {
    border: 0;
}
q:before, q:after {
    content: ”;
}





/*通用*/
.g-wrap{
    width: 100%;
    min-width: 1100px;
    color: #333;
}
.w-ct{
    width: 1100px;
    margin: 0 auto;
}
.f-cl:after{
    display: block;
    content: ".";
    height: 0;
    visibility: hidden;
    overflow: hidden;
    clear: both;
}
p{
    font-size: 14px;
}

/*hd-top*/
.g-wrap-lang{
    height: 30px;
    background: no-repeat center url(../images/bg_lang.png);
}
.g-wrap-lang>div{
    text-align: right;
    padding-right: 110px;
}
.g-wrap-lang a,
.g-wrap-lang span{
    line-height: 30px;
    color: #fff;
    font-size: 12px;
}
.g-wrap-lang a{
    position: relative;
}
.g-wrap-lang img{
    display: none;
    position: absolute;
    top: 5px;
    width: 8px;
    height: 7px;
}
.g-wrap-lang a.ch img{
    left: -17px;
}
.g-wrap-lang a.en img{
    right: -17px;
}
.g-wrap-lang a.active img,
.g-wrap-lang a:hover img{
    display: block;
}


/*logo,
导航*/
.g-hd{
    position:relative;
    height: 70px;
}
.m-logo{
    display: block;
    float: left;
}
.m-nav{
    float: right;
    margin-right: 10px;
    margin-top: 11px;
}
.nav>li{
    position: relative;
    float: left;
    padding: 0 5px;
}
.nav>li>a{
    display: block;
    padding: 15px 25px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.nav>li:hover .nav-sub{
    display: block;
}
.nav-sub{
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    padding-top: 9px;
    z-index: 10;
}
.nav-sub>li{
    margin-bottom: 2px;
}
.nav-sub>li>a{
    display: block;
    line-height: 20px;
    padding: 7px 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #c60b02;
}
.nav-sub>li>a:hover{
    /*color: #333;*/
    background: #555;
}



.bg-nav-hov{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    overflow: hidden;
    background: no-repeat url(../images/bg_nav_hov.png);
}
.nav-hov{
    display: block;
    position: relative;
    width: 880px;
    height: 3px;
    background: no-repeat url(../images/nav_hov.png);
    z-index: 1;
}








/*幻灯*/
.g-ban{
    position: relative;
    height: 600px;
}
.m-sld{
    position: relative;
    height: 600px;
    overflow: hidden;
    z-index: 1;
}
.m-sld-banner{
    position: absolute;
    top: 0;
    left: 0;
    width: 500%;
    height: 100%;
}
.m-sld-banner>b{
    float: left;
    width: 20%;
    height: 100%;
}
.m-ban-switch{
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -50px;
    z-index: 5;
}
.m-ban-switch>a{
    position: absolute;
    top: 0;
    display: block;
    width: 36px;
    height: 100px;
}
.m-ban-switch>a.m-switch-l{
    left: 30px;
    background: no-repeat url(../images/switch_l.png);
}
.m-ban-switch>a.m-switch-l:hover{
    background: no-repeat url(../images/switch_l_hov.png);
}
.m-ban-switch>a.m-switch-r{
    right: 30px;
    background: no-repeat url(../images/switch_r.png);
}
.m-ban-switch>a.m-switch-r:hover{
    background: no-repeat url(../images/switch_r_hov.png);
}

.m-sld-dot{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: no-repeat center url(../images/sld_dot.png);
    z-index: 5;
}
.m-sld-dot li{
    position: relative;
    float: left;
}
.m-sld-dot li>a{
    display: block;
    width: 130px;
    height: 40px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background: repeat url(../images/bg_black.png);
}
.m-sld-dot li>a.active,
.m-sld-dot li>a:hover{
    color: #c60b02;
}
.m-sld-dot li>a.active+i,
.m-sld-dot li>a:hover+i{
    display: block;
}
.m-sld-dot li>i{
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 14px;
    height: 8px;
    margin-left: -7px;
    background: no-repeat url(../images/dot_hov.png);
}
.dot-swt{
    width: 130px;
    height: 40px;
    background: #c60b02;
}
.dot-swt>span{
    display: block;
    float: left;
    width: 12px;
    height: 19px;
    margin-top: 11px;
    cursor: pointer;
}
.dot-swt>span.l{
    margin-left: 43px;
    background: no-repeat url(../images/dot_swt_l.png);
}
.dot-swt>span.r{
    margin-left: 20px;
    background: no-repeat url(../images/dot_swt_r.png);
}
.dot-swt>span.l:hover{
    background: no-repeat url(../images/dot_swt_l_hov.png);
}
.dot-swt>span.r:hover{
    background: no-repeat url(../images/dot_swt_r_hov.png);
}


/*body*/
.m-tit{
   padding-top: 55px;
   padding-bottom: 50px;
}
.m-tit>h2{
    margin: 0;
    color: #333;
    font-size: 30px;
    text-align: center;
    background: no-repeat center url(../images/m_tit.png);
}
.m-tit>p{
    margin: 5px 0;
    color: #999;
    font-size: 12px;
    text-align: center;
}
.u-more{
    display: block;
    width: 150px;
    height: 30px;
    line-height: 30px;
    margin: 10px auto 20px auto;
    color: #fff;
    font-size: 14px;
    background: #c60b02;
}
.u-more>span,
.u-more>i{
    position: absolute;
}
.u-more>span{
    left: 27px;
}
.u-more>i{
    top: 11px;
    right: 23px;
    width: 6px;
    height: 10px;
    background: no-repeat url(../images/more_angle.png);
}



.m-case-ct{
    position: relative;
}
.case-list-wrap{
    height: 460px;
    overflow: hidden;
}
.case-list>li{
    float: left;
    margin: 0 12.5px;
    margin-bottom: 20px;
}
.case-list>li>a{
    display: block;
    position: relative;
    width: 250px;
    height: 180px;
}
.case-list>li>a>img{
    width: 248px;
    height: 178px;
    border: 1px solid #ddd;
}
.case-list>li>a:hover b{
    display: block;
}
.case-list>li>a:hover+p{
    color: #c60b02;
}
.case-list>li>a>b{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeat url(../images/case_mask.png);
    z-index: 1;
}
.case-list>li>a>b>i{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px;
    height: 35px;
    margin-top: -17.5px;
    margin-left: -17.5px;
    background: no-repeat url(../images/case_mask_more.png);
    z-index: 2
}
.case-list>li>a>b>i:hover{
    background: no-repeat url(../images/case_mask_more_hov.png);
}
.case-list>li>a>i{
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 17px;
    height: 11px;
    background: no-repeat url(../images/case_angle.png);
    z-index: 2;
}
.case-list>li>p{
    width: 230px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.case-switch{
    position: absolute;
    top: 0;
    right: -30px;
}
.case-switch>a{
    display: block;
    width: 30px;
    height: 30px;
}
.case-switch-t{
    margin-bottom: 10px;
    background: no-repeat url(../images/case_switch_t.png);
}
.case-switch-b{
    background: no-repeat url(../images/case_switch_b.png);
}
.case-switch-t:hover{
    background: no-repeat url(../images/case_switch_t_hov.png);
}
.case-switch-b:hover{
    background: no-repeat url(../images/case_switch_b_hov.png);
}


/*关于我们*/
.w-wrap-ab{
    height: 490px;
    margin-top: 50px;
    background: no-repeat center url(../images/bg_ab.jpg);
}
.m-ab>.m-tit{
    margin: 0 auto;
    padding: 30px 0;
}
.m-ab>.m-tit>h2{
    background: none;
}
.m-ab>.m-tit>p{
    width: 100%;
    height: 5px;
    margin-top: 10px;
    background: no-repeat url(../images/ab_tit.png);
}

.m-video,
.m-ab-txt{
    float: left;
}
.m-ab-txt{
    width: 565px;
    margin-left: 30px;
    font-size: 14px;
    line-height: 22px;
}
.u-ab-more{
    display: block;
    float: right;
    width: 100px;
    height: 25px;
    line-height: 25px;
    margin-top: 40px;
    color: #fff;
    font-size: 14px;
    background: #c60b02;
}
.u-ab-more>span,
.u-ab-more>i{
    position: absolute;
}
.u-ab-more>span{
    left: 16px;
}
.u-ab-more>i{
    top: 8px;
    right: 14px;
    width: 6px;
    height: 10px;
    background: no-repeat url(../images/more_angle.png);
}

/*产品展示*/
.m-pro-ct{
    position: relative;
}
.m-pro-list>li{
    float: left;
    margin: 0 12.5px;
    margin-bottom: 20px;
}
.m-pro-list>li>div{
    width: 248px;
    border: 1px solid #ddd;
}
.m-pro-list>li>div:hover{
    border: 1px solid #c60b02;
}
.m-pro-list>li>div:hover p{
    color: #c60b02;
}
.m-pro-list>li>div:hover a{
    background: #c60b02;
}
.m-pro-list>li img{
    width: 248px;
    height: 188px;
}
.m-pro-list>li p{
    width: 94%;
    height: 30px;
    line-height: 30px;
    margin: 0 3%;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.m-pro-list>li a{
    display: block;
    width: 80px;
    height: 25px;
    line-height: 25px;
    margin: 10px auto;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background: #555;
}
.pro-switch>a{
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    width: 42px;
    height: 42px;
}
.pro-switch>a.pro-switch-l{
    left: -50px;
    background: no-repeat url(../images/pro_switch_l.png);
}
.pro-switch>a.pro-switch-r{
    right: -50px;
    background: no-repeat url(../images/pro_switch_r.png);
}
.pro-switch>a.pro-switch-l:hover{
    left: -50px;
    background: no-repeat url(../images/pro_switch_l_hov.png);
}
.pro-switch>a.pro-switch-r:hover{
    right: -50px;
    background: no-repeat url(../images/pro_switch_r_hov.png);
}

/*新闻*/
.m-new{
    margin-top: 50px;
    padding-bottom: 50px;
    background: #eee;
}
.m-new-list>li{
    float: left;
    width: 46%;
    margin: 0 1%;
    margin-bottom: 20px;
    padding: 1%;
    background: #fff;
}
.m-new-list>li:after{
    display: block;
    content: ".";
    height: 0;
    visibility: hidden;
    overflow: hidden;
    clear: both;
}
.m-new-list>li>.time,
.m-new-list>li>.txt{
    float: left;
}
.m-new-list>li>.time{
    width: 60px;
    color: #555;
    border: 1px solid #555;
}
.m-new-list>li>.time>.ny{
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background: #555;
}
.m-new-list>li>.time>.ri{
    width: 100%;
    height: 49px;
    line-height: 50px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
.m-new-list>li>.txt{
    width: 430px;
    margin-left: 12px;
}
.m-new-list>li>.txt>h3{
    margin: 0;
    color: #333;
    font-size: 14px;
}
.m-new-list>li>.txt>h3>a{
    float: right;
    width: 20px;
    height: 20px;
    line-height: 17px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #555;
}
.m-new-list>li>.txt>p{
    line-height: 20px;
    margin-top: 10px;
    color: #555;
    font-size: 12px;
}
.m-new-list>li:hover .time{
    border: 1px solid #c60b02;
}
.m-new-list>li:hover .ny,
.m-new-list>li:hover .more{
    background: #c60b02;
}
.m-new-list>li:hover .ri,
.m-new-list>li:hover h3{
    color: #c60b02;
}

/*footer*/
.g-ft{
    position: relative;
}
.ft-top{
    display: block;
    position: absolute;
    top: -86px;
    left: 0;
    height: 86px;
    background: no-repeat center url(../images/ft_top.png);
}
.ft-top>div{
    position: relative;
}
.ft-top>div>a{
    display: block;
    position: absolute;
    bottom: -85px;
    right: -96px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.g-wrap-ft{
    height: 165px;
    background: repeat url(../images/bg_ft.png);
}
.ft-logo,
.m-ft-ct>div{
    float: left;
    margin-top: 30px;
}
.ft-logo{
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 80px;
}
.m-ft-ct>div h2{
    margin: 0;
    margin-bottom: 5px;
    color: #ddd;
    font-size: 15px;
}
.ft-flink{
    width: 190px;
    height: 100px;
    margin-right: 40px;
    padding-left: 40px;
    border-left: 1px solid #ddd;
}
.link-list>li{
    float: left;
}
.link-list>li>a,
.link-list>li>span{
    color: #ddd;
    font-size: 12px;
}
.link-list>li>span{
    margin: 0 5px;
}
.link-list>li>a:hover{
    color: #999;
}
.ft-add{
    width: 160px;
    height: 100px;
    line-height: 20px;
    padding-left: 40px;
    font-size: 12px;
    color: #ddd;
    border-left: 1px solid #ddd;s
}
.m-ft-ct>.ft-code{
    float: right;
}
.ft-code>div{
    float: left;
    margin-right: 20px;
}
.ft-code img{
    width: 85px;
    height: 85px;
}



/*版权信息*/
.g-wrap-cprt{
    height: 30px;
    color: #ddd;
    background: #000;
}
.g-ft-cprt>p{
    line-height: 30px;
    font-size: 12px;
}
.g-ft-cprt>p>span{
    float: right;
}
.g-ft-cprt>p a{
    display: inline-block;
    width: 110px;
    height: 16px;
}
.g-ft-cprt>p a.weiling{
    background: no-repeat url(../images/weiling_1.png);
}
.g-ft-cprt>p a.wangshang{
    background: no-repeat url(../images/wangshang_1.png);
}
.g-ft-cprt>p a.weiling:hover{
    background: no-repeat url(../images/weiling_2.png);
}
.g-ft-cprt>p a.wangshang:hover{
    background: no-repeat url(../images/wangshang_2.png);
}


/*page*/
.p-ban{
    height: 290px;
}
.p-bd{
    padding: 30px 0 60px;
}
.p-bd-l,
.p-bd-r{
    float: left;
}
.p-bd-l{
    width: 265px;
}
/*p-l菜单*/
.p-menu{
    margin-bottom: 50px;
    border-bottom: 6px solid #ddd;
}
.p-menu-contact{
    border-bottom: none;
}
.p-menu-tit{
    width: 100%;
    height: 100px;
    background: no-repeat url(../images/p_menu_tit.png);
}
.p-menu-tit>h2{
    float: left;
    line-height: 100px;
    margin-left: 25px;
    color: #fff;
    font-size: 20px;
}
.p-menu-tit>p{
    float: left;
    margin-left: 10px;
    line-height: 100px;
    color: #fff;
    font-size: 14px;
}
.p-menu-tit>p>span{
    font-size: 18px;
}
.p-l-menu{
    margin-top: 2px;
}
.p-l-menu>li{
    width: 100%;
    height: 35px;
    line-height: 35px;
}
.p-l-menu>li>a{
    display: block;
    width: 85%;
    height: 100%;
    padding-left: 15%;
    color: #555;
    font-size: 14px;
    background: #eee;
    border-top: 2px solid #fff;
}
.p-l-menu>li>a.active,
.p-l-menu>li>a:hover{
    color: #fff;
    background: #555;
}



.p-bd-r>.tit{
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    height: 55px;
    padding: 20px 0;
    width: 100%;
}
.p-bd-r>.tit>.txt{
    float: left;
}
.p-bd-r>.tit>.txt>h2{
    color: #333;
    font-size: 20px;
    line-height: 30px;
}
.p-bd-r>.tit>.txt>p{
    color: #c2c2c2;
    font-family: "Times New Roman",Times,serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    text-transform: uppercase;
}
.p-bd-r>.tit>.txt>p>img{
    position: relative;
    top: 2px;
    margin-left: 10px;
}



/*面包屑*/
.m-crm{
    float: right;
    line-height: 55px;
    padding-right: 10px;
    color: #999;
    font-size: 12px;
}
.m-crm>img{
    position: relative;
    top: 5px;
    margin-right: 8px;
}
.m-crm>a{
    color: #999;
    padding: 0 3px;
}
.m-crm>a:hover{
    color: #333;
    text-decoration: underline;
}
.m-crm>span{
    margin: 0 3px;
}





.p-bd-r{
    width: 800px;
    margin-left: 35px;
}
.p-r-ct{
    width: 100%;
    line-height: 28px;
    margin-bottom: 60px;
    padding-top: 20px;
}

/*p-实力展示*/
.slzs-list>li{
    float: left;
    height: 200px;
    margin: 0 1% 20px;
    width: 31.33%;
}
.slzs-list>li>a{
    display: block;
    height: 170px;
    overflow: hidden;
    position: relative;
    width: 99%;
    border: 1px solid #ddd;
}
.slzs-list>li>a:hover+p{
    color: #c60b02;
}
.slzs-list>li>a>img{
    width: 100%;
    height: 100%;
}
.slzs-list>li>p{
    color: #555;
    height: 30px;
    line-height: 30px;
    margin: 0 4%;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 92%;
}




/*p-荣誉资质*/
.honor-list>li{
    float: left;
    height: 275px;
    margin: 0 1% 20px;
    width: 23%;
}
.honor-list>li>a{
    border: 1px solid #ddd;
    display: block;
    height: 243px;
    overflow: hidden;
    position: relative;
    width: 99%;
}
.honor-list>li>a>img{
    height: 100%;
    width: 100%;
}
.honor-list>li>p{
    color: #555;
    height: 30px;
    line-height: 30px;
    margin: 0 4%;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 92%;
}



/*p-新闻媒体*/
.p-new-list>li{
    border-bottom: 1px dashed #aaa;
    height: 100px;
    margin: 0 1%;
    padding: 15px 0;
    width: 98%;
}
.p-new-list>li:hover{

}
.p-new-list>li>div{
    float: left;
}
.p-new-list>li>.date{
    width: 98px;
    height: 98px;
    background: #aaa;
}
.p-new-list>li>.date>p.yue{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
}
.p-new-list>li>.date>p.year{
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.p-new-list>li>.txt{
    height: 98px;
    padding: 0 2%;
    width: 650px;
    border-left: none;
    background: #eee;
}
.p-new-list>li>.txt>h1{
    margin: 5px 0 3px 0;
}
.p-new-list>li>.txt>h1>a{
    color: #333;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.p-new-list>li>.txt>p{
    line-height: 22px;
    color: #555;
    font-size: 12px;
}
.p-new-list>li:hover{
    border-bottom: 1px dashed #b60000;
}
.p-new-list>li:hover .date{
    background: #b60000;
}
.p-new-list>li>.txt>h1:hover a{
    color: #b60000;
}


/*联系我们*/
.p-contact-ct>.cont>div{
    float: left;
}
.p-contact-ct>.cont{
    margin-top: 20px;
    color: #555;
    font-size: 14px
}
.p-contact-ct>.cont h2{
    color: #333;
    font-size: 16px;
}
.p-contact-ct>.cont>.add{
    width: 45%;
    margin-left: 15px;
}
.p-contact-ct>.cont>.ft-code{
    margin-left: 50px;
}
.p-contact-ct>.cont>.ft-code img{
    width: 120px;
    height: 120px;
}

/*百度地图*/
.iw_poi_title{
    color:#CC5522;
    font-size:14px;
    font-weight:bold;
    overflow:hidden;
    padding-right:13px;
    white-space:nowrap;
}
.iw_poi_content{
    font:12px arial,sans-serif;
    overflow:visible;
    padding-top:4px;
    white-space:-moz-pre-wrap;
    word-wrap:break-word;
}





.keyword_light{
    margin-bottom: 30px;
}
#newsfoot tr>td:first-child{
    padding-left: 10px;
    font-size: 14px;
    color: #555;
}
#newsfoot tr>td:first-child>a{
    color: #000;
}
#newsfoot tr>td:last-child{
    position: relative;
    top: 4px;
    left: 30px;
}

.proname{
    padding: 20px 0 5px 0;
}









