/*css 初始化 */
@charset "utf-8";
/* CSS Document */

div {
    /*margin: 0 auto*/
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

* {
    font-family: Microsoft YaHei, iconfont !important;
}

body {
    font: 12px Microsoft YaHei, SimHei, SimSun, Verdana, Arial, Helvetica, sans-serif;
}

blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

.fy {
    text-align: center;
    padding: 20px 0 20px 0;
}

.fy a {
    padding: 5px 15px 5px 15px;
    margin: 0 6px 0 6px;
    border: 1px solid #ccc;
    color: #4a4a4a;
}

.fy a:hover {
    border: 1px solid #ffca0a;
    background: #ffca0a;
    color: #f00;
}

.fy .cur {
    border: 1px solid #ffca0a;
    background: #ffca0a;
    color: #f00;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    color: #222
}

address, cite, dfn, em, var {
    font-style: normal
}

code, kbd, pre, samp {
    font-family: courier new, courier, monospace
}

small {
    font-size: 12px
}

s ol, ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #222;
}

a:hover {
    text-decoration: none;
    color: #666;
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

legend {
    color: #000
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.clearfix:before, .clearfix:after {
    display: table;
    content: '';
    line-height: 0;
}

/*清除浮动*/
.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.content, .footer {
    width: 1200px;
    margin: 0 auto;
}
/*top*/
#top {
    height: 30px;
    border-bottom: 1px solid #ccc;
    line-height: 30px;
}

.top {
    width: 1200px;
    margin: 0 auto;
}

.top-left {
}

.top-right {
}

.top-right > li {
    float: left;
    position: relative;
    margin-right: 11px;
}

.top-right > li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 13px;
    background-color: #ccc;
    top: 9px;
    right: -6px;
}

.top-right > li:last-child:after {
    display: none;
}
.header {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
}

.header_log {}

.header_log img {
    margin-top: 8px;
}

.header_search {}

.header_search form {
    margin-top: 30px;
}

.header_search .keyword {
    margin-top: 5px;
    font-weight: 700;
}
.header_search .k2 {
    color: #000;
    font-size: 18px;
    background: url(/image/t.png)no-repeat left center;
    padding-left: 50px;
    margin-top: 30px;
    line-height: 30px;
}
.header_search .k2 strong {
    font-size: 22px;
    font-weight: bold;
    color: #ef0602;
}
/*nav*/
.nav-search {
    border: 1px solid #efefef;
    width: 275px;
    height: 30px;
    margin: 8px 0 0 0;
}

.nav-search form {
    height: 30px;
    width: 275px;
    position: relative;
}

.nav-search form select {
    position: absolute;
    top: 5px;
    left: 5px;
}

.nav-search form input[type=text] {
    position: absolute;
    width: 150px;
    height: 20px;
    top: 5px;
    left: 80px;
    border-left: 1px solid #efefef;
}

.nav-search form input[type=submit] {
    background: #da251c;
    width: 40px;
    height: 30px;
    color: #fff;
    position: absolute;
    right: 0px;
}

.nav-keyword {
    position: absolute;
    right: 0px;
    bottom: 8px;
}

.nav-keyword h1 {
    font-weight: 700;
    display: inline-block;
}
#nav {
    background: #141414;
    height: 51px;
    border-top: 2px solid #da251c; 
}

.nav {
    width: 1200px;
    margin: 0 auto;
}

.nav>li {
    float: left;
    width: 170px;
    line-height: 51px;
    text-align: center;
    position: relative;
}
.nav>li:last-child {
    background: none;
}

.nav>li a {
    color: #fff;
    display: block;
    font-size: 18px;
}

.nav>li.list {
    position: relative;
}

.nav>li.list .list_ul {
    position: absolute;
    left: 0;
    display: none;
    width: 140px;
    z-index: 9999;
}

.nav>li.list .list_ul>li {
    position: relative;
    background: #efefef;
}

.nav>li.list .list_ul>li a {
    color: #555;
}

.nav>li.list .list_ul>li ul.list_children {
    position: absolute;
    z-index: 99999;
    top: 0px;
    left: 140px;
    width: 120px;
    display: none;
}

.nav>li.list .list_ul>li ul.list_children li {
    background: #efefef;
    position: relative;
}

.nav>li.list .list_ul>li ul.list_children li a {
    color: #555;
}
.nav > li.active{
    background: #da251c;
}
/*toproll*/
#toproll {
    height: 51px;
    position: relative;
    z-index: 9999;
}

.toproll {
    width: 1200px;
    height: 51px;
    position: relative;
    margin: 0 auto;
}
.toproll span{
    float: left;
    line-height: 51px;
    font-weight: bold;
}
.toproll h1 {
    float: left;
    width: 850px;
    line-height: 51px;
}
/*顶部新闻滚动*/
.swiper_wrap {
    position: relative;
    width: 695px;
    height: 51px;
    margin: 0 auto;
    overflow: hidden;
}

.swiper_wrap ul {
    position: relative;
    top: 0;
    left: 0;
    width: 695px;
    float: right;
    color: #fff;
    font-size: 14px;
    margin-top: 1px;
}

.swiper_wrap ul li {
    line-height: 51px;
    padding-left: 24px;
}

.swiper_wrap .lt {
    position: absolute;
    left: -1px;
    top: 7px;
    font-family: "宋体";
    font-weight: bold;
    color: #AAAAAA;
}

.swiper_wrap .gt {
    position: absolute;
    right: 26px;
    top: 7px;
    font-family: "宋体";
    font-weight: bold;
    color: #AAAAAA;
}

.swiper_wrap .font_inner a {
    color: #fff;
}

.swiper_wrap a:hover {
    color: #FA9101;
}

/*banner*/
#banner {
    min-width: 1200px;
    position: relative;
}

/*标题样式*/
.box-title {
    position: relative;
}

.box-title:before, .box-title:after {
    content: '';
    position: absolute;
}

/*首页主体*/
#index {
    width: 1200px;
    margin: 15px auto;
}

/*首页关于我们*/
#index-about {
    width: 650px;
    height: 250px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.index-about-title {
    height: 40px;
}

.index-about-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #da251c;
}

.index-about-title:after {
    width: 630px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-about-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-about-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-about-contact {
    padding: 20px;
}

.index-about-text {
    width: 350px;
}

.index-about-img {
    width: 250px;
}

/*首页联系我们*/
#index-connect {
    width: 530px;
    border: 1px solid #ccc;
    height: 250px;
    margin-bottom: 20px;
}

.index-connect-title {
    height: 40px;
}

.index-connect-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #da251c;
}

.index-connect-title:after {
    width: 510px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-connect-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-connect-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-connect-contact {
    padding: 20px;
}

/*首页新闻*/
#index-cnew, #index-inew {
    width: 590px;
    border: 1px solid #ccc;
    height: 250px;
    margin-bottom: 20px;
}

.index-cnew-one {
    padding: 20px 20px 10px 20px;
    position: relative;
}

.index-cnew-one-img {
    position: absolute;
    width: 75px;
    height: 75px;
}

.index-cnew-one h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-left: 85px;
}

.index-cnew-one span {
    margin-left: 85px;
    display: block;
}

.index-new-title {
    height: 40px;
}

.index-new-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #da251c;
}

.index-new-title:after {
    width: 570px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-new-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-new-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-new-list {
    padding: 20px;
}

.index-new-list > li {
    height: 29px;
    border-bottom: 1px dashed #ccc;
}

.index-new-list > li:last-child {
    border: none;
}

.index-new-list > li > a {
    display: inline-block;
    line-height: 29px;
}

.index-new-list > li > span {
    float: right;
    display: inline-block;
    line-height: 29px;
}

/*首页展品展示*/
#index-product {
    height: 250px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.index-product-title {
    height: 40px;
}

.index-product-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #da251c;
}

.index-product-title:after {
    width: 1180px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-product-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-product-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-product-sort {
    padding: 20px;
    width: 200px;
    position: relative;
}

.index-product-sort:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 230px;
    background: #ccc;
    top: 18px;
    right: 0;
}

.index-product-sort > li {
    height: 40px;
    margin: 10px 0px;
    position: relative;
}

.index-product-sort > li > a {
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    background: #efefef;
}

.index-product-sort > li > a:hover {
    background: #da251c;
    font-size: 15px;
    color: #fff;
}

.index-product-scroll {
    padding: 20px;
    width: 918px;
}

.index-product-scroll-title {
    text-align: center;
    line-height: 35px;
    background: #f5f6f8;
    color: #bd1e16;
    font-weight: bold;
}

/*首页案例展示*/
.zx_case {
    text-align: center;
    padding-bottom: 30px;
}
.zx_case a {
    display: block;
    font-size: 30px;
    color: #f9f9f9
}
.zx_case a b {
    color: #da251c
}
.zx_case a em {
    display: block;
    font-size: 16px;
    color: #666;
    padding: 10px 0;
}
#index-case {
    border: 1px solid #ccc;
    margin: 20px 0;
    padding: 20px 0;
    background: url(/image/hsdm_casebg.jpg) no-repeat top center fixed;
}

.index-case-title {
    height: 40px;
}

.index-case-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #da251c;
}

.index-case-title:after {
    width: 1180px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-case-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-case-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-case-scroll {
    width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/*首页友情链接*/
#index-link {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.index-link-title {
    height: 40px;
}

.index-link-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #da251c;
}

.index-link-title:after {
    width: 1180px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-link-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-link-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-link-list {
    padding: 20px;
}

.index-link-list > li {
    display: inline-block;
    height: 30px;
    border-bottom: 1px dashed #ccc;
    margin: 0 10px;
}

.index-link-list > li > a {
    display: block;
    line-height: 30px;
    font-size: 12px;
}

.index-link-list > li > a img {
    width: 16px;
    height: 16px;
    margin: 7px;
    margin-right: 12px;
}

.index-link-list > li > a h4 {
    display: inline-block;
}
.f_link {
    width: 1200px;
    color: rgb(51, 51, 51);
    margin: 10px auto;
    font: 14px/30px 微软雅黑;
}
/*底部*/
.hsdm_foots {
    width: 100%;
    background-color: #212121;
    padding-top: 43px;
    padding-bottom: 24px;

}
.hsdm_foots .links {
    padding: 30px 0;
    margin-bottom: 20px;
    font-size: 16px;
    border-bottom: 1px solid #353535;
}

.hsdm_foots .links.fen{
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: 16px;
    border-bottom: 1px solid #353535;
}
.hsdm_foots .links span {
    color: #fff;
    display: inline-block;
}
.hsdm_foots .links a {
    display: inline-block;
    font-size: 14px;
    color: #999;
    padding-right: 10px;
}
.hsdm_foots .links a:hover {
    color: #da251c;
}
.hsdm_foots .qcode {
    width: 540px;
}
.hsdm_foot_navs {
    padding-bottom: 35px;
    border-bottom: 1px solid #383838;
}

.hsdm_foot_navs ul {
    overflow: hidden;
}

.hsdm_foot_navs li {
    float: left;
    padding: 0 57px;
    background: url(/image/kywt_fline2.png) no-repeat right center;

}

.hsdm_foot_navs li.noBg {
    background: none;
}

.hsdm_foot_navs li a {
    font-size: 14px;
    color: #bdbdbd;
}
.wzsm_foot{ padding-top:10px; padding-bottom:10px;}
.wzsm_foot .content{border-radius:10px; border:1px #333 dashed}
.wzsm_foot span{ font-size:18px; line-height:45px; padding:0 10px 0 30px; color:#FFF; float:left; font-weight:bold}
.wzsm_foot p{ font-size:14px; color:#FFF; line-height:45px; }
.hsdm_ffocn {
    margin-top: 35px;
}

.hsdm_ffocn .hsdm_fleft_con {
    padding-bottom: 8px;
    color: #fff;
    float: left;
    width: 214px;
    text-align: right;
    padding-right: 28px;
    border-right: 1px dotted #383838;
}
.hsdm_ffocn .hsdm_fleft_con h4{
    font-size: 40px;
    color: #fff;
}
.hsdm_ffocn .hsdm_fleft_con h5 {
    font-size: 15px;
    line-height: 25px;
    margin-top: 28px;
    margin-bottom: 8px;
    color: #fff;
}

.hsdm_ffocn .hsdm_fleft_con p {
    font-size: 14px;
    line-height: 14px;
}
.hsdm_ffocn .hsdm_fcon_cont {
    float: left;
    width: 575px;
    border-right: 1px dotted #383838;
}
.hsdm_ffocn .hsdm_fcon_cont p{ line-height:25px; text-align:left; text-indent:3em;   color: #fff;     font-size: 13px;}

.hsdm_ffocn .hsdm_foot_flewm {
    float: right;
}

.hsdm_ffocn .hsdm_foot_flewm img {
    width: 140px;
    display: block;

}
/*关于我们页面*/
#page-about {
    width: 1200px;
    margin: 20px auto;
}

.page-about-left {
    width: 250px;
}

.left-box {
    border: 1px solid #efefef;
    margin-bottom: 15px;
}

.left-box h2 {
    margin-bottom: 15px;
    position: relative;
    text-indent: 44px;
    background: #da251c url(/image/icon.png) no-repeat 15px;
    color: #fff;
    font: 400 20px/50px "微软雅黑";
}

.left-box ul {
    padding: 0 10px 10px 10px;
}

.left-box ul > li {
    border-bottom: 1px dashed #efefef;
    line-height: 45px;
    height: 45px;
    overflow: hidden;
    background: url(/image/a7.jpg) no-repeat;
}
.left-box ul > li a{
    overflow: hidden;
    font-size: 14px;
    color: #222;
    padding: 0 15px 0 25px;
    transition: all 0.4s;
}
.left-box ul > li a:hover{ color: #da251c;padding-left: 40px;}
.left-box-content p{font-size: 14px;line-height: 2em;padding-left: 20px;}
.contentr {
    float: right;
    width: 925px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    background: #f7f7f7;
    border-bottom: 2px solid #da251c;
}
.contentr h2 {
    float: left;
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px;
}
.contentr span {
    float: right;
    font-size: 13px;
    padding-right: 18px;
}
.page-about-right {
    width: 925px;
    position: relative;
}

.page-about-right-title {
    font-size: 20px;
    font-weight: 700;
    padding: 20px;
    position: relative;
}

.page-about-right-title:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 16px;
    top: 27px;
    left: 0px;
    background: #da251c;
}

.page-frame {
    position: absolute;
    right: 0px;
    top: 25px;
    background: #f6f6f6;
    padding: 5px 10px;
    border-radius: 5px;
}

.page-frame li {
    float: left;
    margin-right: 15px;
    position: relative;
}

.page-frame li:after {
    position: absolute;
    content: '';
    background: url(/image/frame.png) no-repeat 50%;
    width: 15px;
    height: 15px;
    background-size: 15px;
    top: 1px;
    right: -15px;
}

.page-frame li:last-child {
    margin-right: 0px;
}

.page-frame li:last-child:after {
    display: none;
}
.page-content p{font-size: 16px;line-height: 28px;}
/*在线留言表单*/
.message-box {
    margin-bottom: 15px;
}

.message-box h3 {
    font-size: 17px;
    font-weight: 700;
    /* text-indent: 20px; */
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 15px;
}

.message-box h3:before {
    content: '';
    position: absolute;
    top: 27px;
    left: 0px;
    width: 100px;
    height: 2px;
    background: #da251c;
}

.message-form {

}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: inline-block;
    font-size: 14px;
    width: 100px;
}

.form-group input, .form-group textarea {
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 5px;
    width: 50%;
}

.message-form button {
    width: 100px;
    height: 30px;
}

/*产品分类页面*/
#sort-product {
    width: 1200px;
    margin: 20px auto;
}

.sort-product-left {
    width: 250px;
}

.sort-product-right {
    width: 925px;
    position: relative;
}

.sort-product-list li img {
    max-width: 100%;
    height: 175px;
}
.sort-product-list li {
    display: inline-block;
    width: 211px;
    margin: 10px 10px;
    float: left;
    box-shadow: 2px 2px 2px #efefef;
}

.sort-product-list li a {
    display: block;
    text-align: center;
}

.sort-product-list li a h3 {
    text-align: center;
    line-height: 30px;
}

.sort-new-list {
}

.sort-new-list li {
    border-bottom: 1px dashed #efefef;
    padding: 10px 5px;
}

.sort-new-list li a {
    display: block;
    position: relative;
}

.sort-new-list li a img {
    width: 120px;
    height: 100px;
}

.sort-new-list li a h3 {
    position: absolute;
    top: 0px;
    left: 130px;
    font-size: 14px;
    font-weight: 700;
}

.sort-new-list li a span {
    position: absolute;
    color: #888;
    top: 0px;
    right: 0px;
}

.sort-new-list li a p {
    position: absolute;
    top: 30px;
    left: 130px;
    line-height: 25px;
}

/*分页*/

.pagination {
    border-radius: 5px;
    padding: 5px;
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
}

.pagination li {
    display: inline-block;
    font-size: 14px;
    border: 1px solid #bdbdbd;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 5px;
}

.pagination li a {
    display: block;
    color: #da251c;
}
.pagination li.active{
    background-color: #da251c;
    color: #fff;}
/*相关信息*/

.ln-box {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ln-box h3 {
    font-size: 17px;
    font-weight: 700;
    /* text-indent: 20px; */
    position: relative;
    padding-bottom: 12px;
}

.ln-box h3:before {
    content: '';
    position: absolute;
    top: 27px;
    left: 0px;
    width: 100px;
    height: 2px;
    background: #da251c;
}

.ln-box ul {
}

.ln-box ul li {
    border-bottom: 1px dashed #efefef;
    width: 50%;
    float: left;
}

.ln-box ul li a {
    display: block;
    line-height: 30px;
}

/*产品详情*/
#info-product {
    width: 1200px;
    margin: 20px auto;
}

.info-product-left {
    width: 250px;
}

.info-product-right {
    width: 925px;
    position: relative;
}

#info-product-image {
    width: 400px;
    margin: 0 auto;
}

.info-parameter {
    margin: 10px 0;
    height: 30px;
    padding: 0 10px;
    background: #da251c;
    line-height: 30px;
    color: #fff;
    display: inline-block;
}
.info-content p {
    font-size: 14px;
    line-height: 20px;
}
/*相邻详细信息*/
.info-siblings {
    margin: 15px 0;
    border-top: 1px dashed #efefef;
}

.info-siblings li {
    display: inline-block;
    line-height: 30px;
}

.info-siblings li:first-child {
    margin-right: 20px;
}

/*网站导航*/
#map {
    width: 1200px;
    margin: 20px auto;
}

#map li {
    display: inline-block;
    margin: 5px;
    padding: 5px 8px;
    background: #efefef;
}
.zx_bg {
    background: #ededed;
    padding: 55px 0 0;
    height: 1060px;
}
.zx_top {
    text-align: center;
    padding-bottom: 30px;
}
.zx_top a {
    display: block;
    font-size: 30px;
    color: #333
}
.zx_top a b {
    color: #da251c
}
.zx_top a em {
    display: block;
    font-size: 16px;
    color: #666;
    padding: 10px 0;
}
.zx {
    width: 250px;
    overflow: hidden;
}
.zx_bt {
    background: #da251c;
    height: 80px;
    text-align: center;
    padding: 30px 0 0;
}
.zx_bt a {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
.zx_bt a em {
    display: block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
}
.zx_con {
    width: 250px;
    background: #fff;
    padding: 20px 0 0;
  
}
.zx_con h3 {
    width: 210px;
    margin: 0 auto 5px;
    clear: both;
}
.zx_con h3 a {
    width: 210px;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    text-align: center;
    display: block;
}
.zx_con h3 a:hover, .zx_con .cur a {
    background: #da251c;
    color: #fff;
}
.zx_con ul {
    width: 210px;
    margin: 0 auto
}
.zx_con ul li {
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    width: 73%;
    float: left;
    background: url(/image/pro_li_ico01.png) no-repeat center left;
    border-bottom: 1px dotted #ccc
}
.zx_con ul li a {
    font-size: 15px;
    color: #666;
}
.zx_con ul li a:hover {
    color: #da251c;
}
.zx_con ul .nobor01 {
    margin-bottom: 15px;
}
.rx {
    width: 920px;
}
.rx01 {
    position: relative;
}
.rx01 span {
    display: block;
    z-index: 99;
    position: absolute;
    top: 0;
    left: 30px;
    width: 94px;
    height: 135px;
    background: #da251c;
    text-align: center;
}
.rx01 span a {
    font-size: 18px;
    color: #fff;
    padding: 42px 0 0;
    display: block;
}
.rx01 span a b {
    display: block;
}
.rx01 span a em {
    width: 35px;
    height: 2px;
    background: #fff;
    margin: 15px auto;
    display: block;
    line-height: 0;
    font-size: 0
}
.rx01 p {
    top: 270px;
    left: 765px;
    position: absolute;
}
.rx01 p a {
    margin-right: 4px;
}

/*首页左侧联系我们*/
.hsdm_index{width:230px;float:left;padding:5px 10px 10px 10px; background:#fff;height:417px;}

.hsdm_index_telh3{font-size:20px;color:#fff;border-bottom:1px solid #cacaca;line-height:48px;padding:0px 18px;    background: #202020;}

.hsdm_index_telh3 i{width:19px; height:25px;background-position:0px -209px;display:inline-block;margin-top:12px;vertical-align:top;margin-right:6px;}

.hsdm_index_telcontact{overflow:hidden;zoom:1; padding-top:10px;}

.hsdm_index_telcontact li{border-bottom:1px dotted #cacaca;}

.hsdm_index_telcontact li dl{height:55px;padding-left:45px;}

.hsdm_index_telcontact li dl.ab1{background-position:5px 10px;padding-top:8px;}

.hsdm_index_telcontact li dl dt{font-size:14px;color:#787878;}

.hsdm_index_telcontact li dl.ab1 dd{font-weight:bold;font-size:24px;font-family:"Times New Roman",Arial, Helvetica, sans-serif;color:#787878;}

.hsdm_index_telcontact li dl.ab2{background-position:5px -60px;padding-top:10px;}

.hsdm_index_telcontact li dl.ab2 dd{font-size:18px;color:#787878;}

.hsdm_index_telcontact li dl.ab3{background-position:5px -120px;padding-top:12px;}

.hsdm_index_telcontact li dl.ab3 dd{color:#787878;font-size:21px;}

.hsdm_index_telcontact li.news_fax{line-height:50px;text-indent:10px;font-size:15px;color:#787878;}

.hsdm_index_telcontact li.news_addr{padding-top:8px;line-height:26px;padding-left:10px;font-size:14px;color:#787878;border:none;}

.hsdm_index_telcontact li.news_addr .news_azx{display:block;text-align:center;font-size:15px;color:#787878;margin-top:8px;}

.hsdm_index_telcontact li.news_addr .news_azx img{vertical-align:text-bottom;}

.hsdm_index_telcontact li dl,.hsdm_index_telnewlist .hd ul li i{background-image:url(/image/hsdm_con_ico.png);}
.wt p{width: 100%;font-size: 40px;text-align: center;color: #da251c;height: 120px;line-height: 120px;}
.rx_top {
    height: 75px;
    line-height: 75px;
}
.rx_top ul li {
    float: left;
    background: url(/image/cp_hove-fg.gif) no-repeat right center;
    padding: 0 32px;
}
.rx_top ul .home {
    padding-left: 0;
}
.rx_top ul .nobor {
    background: none;
}
.rx_top ul li a {
    font-size: 20px;
    color: #333;
}
.rx_top ul li a:hover, .rx_top ul .cur a {
    color: #da251c;
    font-weight: bold;
}
.rx_con ul { width: 940px; left: 0px; top: 0px; }
.rx_con ul li {
    float: left;
    width: 295px;
    position: relative;margin-bottom:5px;
    margin-right:18px;
}
.rx_con ul li.nones{ margin-right:0px;}
.rx_con ul li a img {
    width: 100%;
    height: 235px;
}
.rx_con ul li a em {
    background: #fff;
    width: 295px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #da251c;
    color: #fff;
    font-size: 13px;
    display: block;
}
.rx_con ul li span {
    position: absolute;
    background: url(/image/cp_imgbg.png) repeat;
    width: 295px;
    height: 135px;
    top: 0;
    left: 0;
    padding: 100px 0 0;
    display: none
}
.rx_con ul li span a img {
    width: 221px;
    height: 50px;
    display: block;
    margin: 0 auto 11px
}
.rx_con ul li:hover span {
    display: block;
}
.jz {
    margin-top: 46px;
}
.hsdm_index_about {
    height: 358px;
    margin-top: 3em;
}
.hsdm_index_about dl dt {
    float: right;
    padding: 15px 80px 0 0;
   
}
.hsdm_index_about dl dt img {
}
.hsdm_index_about dl dd {
   float: left;
    width: 632px;
    padding-top: 15px;
    line-height: 30px;
}
.hsdm_index_about dl dd h3 {
    font-weight: normal;
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
    padding-bottom: 35px;
}
.hsdm_index_about dl dd h3 a {
    font-size: 24px;
    color: #bd1e16;
    font-weight: bold;
    display: block;
}
.hsdm_index_about dl dd p {
    line-height: 24px;
    color: #666;
    overflow: hidden;
    font-size: 14px;
}
.hsdm_index_about dl dd h4 {
    width: 207px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background: #bd1e16;
    letter-spacing: 5px;
    margin-top: 2.5em;
}
.hsdm_index_about dl dd h4 a {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}
.hsdm_index_news {
    overflow: hidden;
    margin-bottom: 35px;
    margin-top: 30px
}
.hsdm_index_news .hsdm_index_news_left {
    overflow: hidden;
    float: left;
    width: 790px;
    height: 420px;
    background-color: #fff;
    padding-right: 40px;
}
.hsdm_index_news .hsdm_index_news_left .menus {
    overflow: hidden;
    width: 100%;
    height: 45px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1 /*background:url(/image/new_tit_bg.png) repeat-x */
}
.hsdm_index_news .hsdm_index_news_left .menus li {
    width: 170px;
    float: left;
    height: 45px;
    margin-right: 1em;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    background: #da251c;
}
.hsdm_index_news .hsdm_index_news_left .menus li b {
    display: none;
    width: 15px;
    height: 5px;
    background: url(/image/dongtai_s.png) no-repeat center top;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    bottom: -5px;
}
.hsdm_index_news .hsdm_index_news_left .menus li a {
    color: #fff;
    display: block;
    text-decoration: none;
}
.hsdm_index_news .hsdm_index_news_left .menus li:hover, .hsdm_index_news .hsdm_index_news_left .menus .cur {
    background: #bd1e16;
}
.hsdm_index_news .hsdm_index_news_left .menu li:hover a, .hsdm_index_news .hsdm_index_news_left .menu .cur a {
    color: #fff;
}
.hsdm_index_news span a {
    font-size: 14px;
    display: block;
    width: 88px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #d0d0d0;
    border-radius: 2px;
    text-align: center;
    color: #666666;
    font-weight: normal;
    margin-top: 8px;
    text-transform: uppercase;
}
/*.hsdm_index_news .hsdm_index_news_left .menu li:hover b,.hsdm_index_news .hsdm_index_news_left .menu .cur b{ display:block}*/

.hsdm_index_news .hsdm_index_news_left .dt_content {
    overflow: hidden;
}
.hsdm_index_news .hsdm_index_news_left dl {
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
}
.hsdm_index_news .hsdm_index_news_left dt {
    float: left;
    overflow: hidden;
}
.hsdm_index_news .hsdm_index_news_left dt img {
    display: block;
    border: 1px solid #cdcdcd;
    width: 238px;
    height: 140px;
}
.hsdm_index_news .hsdm_index_news_left dd {
    overflow: hidden; /*margin-top:15px;*/
    width: 530px;
    float: left;
    margin-left: 15px;
}
.hsdm_index_news .hsdm_index_news_left dd h4 {
    font-size: 14px;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.hsdm_index_news .hsdm_index_news_left dd h4 a {
    color: #da251c;
}
.hsdm_index_news .hsdm_index_news_left dd p {
    font-size: 13px;
    color: #666;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    margin-bottom: 5px;
}
.hsdm_index_news .hsdm_index_news_left dd .xq {
    overflow: hidden;
    display: block;
    width: 89px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 13px;
    color: #fff;
    background-color: #fe7701;
}
.hsdm_index_news .hsdm_index_news_left .dt_list {
    overflow: hidden;
    width: 100%;
}
.hsdm_index_news .hsdm_index_news_left .dt_list li {
    width: 45%;
    float: left;
    font-size: 13px;
    line-height: 46px;
    background: url(/image/pro_li_ico01.png) no-repeat left center;
    padding-left: 2.5%;
    border-bottom: 1px dashed #ccc;
    margin-right: 2.5%;
}
.hsdm_index_news .hsdm_index_news_left .dt_list li a {
    display: block;
    width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    color: #666
}
.hsdm_index_news .hsdm_index_news_left .dt_list li span {
    float: right
}
.hsdm_index_news .hsdm_index_news_right {
    overflow: hidden;
    width: 355px;
    height: 420px;
    float: right;
    background-color: #fff;
}
.hsdm_index_news .hsdm_index_news_right .title {
    overflow: hidden;
    width: 100%;
    height: 45px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}
.hsdm_index_news .hsdm_index_news_right .title h3 {
    float: left;
    font-size: 16px;
    line-height: 45px;
    width: 120px;
    text-indent: 1.8em;
    color: #FFF;
    background: #bd1e16
}
.hsdm_index_news .hsdm_index_news_right .title h3 a {
    color: #fff
}
.hsdm_index_news .hsdm_index_news_right .wenda_content {
    overflow: hidden;
    width: 350px;
    height: 350px;
    margin: 0 auto;
}
.hsdm_index_news .hsdm_index_news_right .wenda_list {
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
}
.hsdm_index_news .hsdm_index_news_right h5 {
    font-size: 13px;
    line-height: 20px;
    background: url(/image/wen.gif) no-repeat left center;
    padding-left: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 12px;
    width: 320px;
}
.hsdm_index_news .hsdm_index_news_right h5 a {
    color: #666;
}
.hsdm_index_news .hsdm_index_news_right p {
    font-size: 13px;
    color: #666;
    line-height: 24px;
    background: url(/image/da.gif) no-repeat left top;
    padding-left: 30px;
    width: 320px;
    height: 48px;
    overflow: hidden
}
.client-2{position:fixed;right:-170px;top:50%;z-index:900;}

.client-2 li a{text-decoration:none;}

.client-2 li{margin-top:1px;clear:both;height:71px;position:relative;}

.client-2 li i{background:url(/image/fx.png) no-repeat;display:block;width:30px;height:27px;margin:0 auto;text-align:center;}

.client-2 li p{height:20px;font-size:14px;line-height:20px;overflow:hidden;text-align:center;color:#fff;margin: 0;}

.client-2 .my-kefu-qq i{background-position:4px 5px;}

.client-2 .my-kefu-tel i{background-position:0 -21px;}

.client-2 .my-kefu-liuyan i{background-position:4px -53px;}

.client-2 .my-kefu-weixin i{background-position:-34px 4px;}

.client-2 .my-kefu-weibo i{background-position:-30px -22px;}

.client-2 .my-kefu-ftop{display:none;}

.client-2 .my-kefu-ftop i{width:33px;height:35px;background-position:-27px -51px;}

.client-2 .my-kefu-left{float:left;width:77px;height:47px;position:relative;}

.client-2 .my-kefu-tel-right{font-size:16px;color:#fff;float:left;height:24px;line-height:22px;padding:0 15px;border-left:1px solid #fff;margin-top:14px;}

.client-2 .my-kefu-right{width:20px;}

.client-2 .my-kefu-tel-main{background:#ef0602;color:#fff;height:56px;width:247px;padding:9px 0 6px;float:left;}

.client-2 .my-kefu-main{background: #ef0602;font-weight: bold;text-transform: uppercase;font-family: 'HelveticaNeue-Black';
width:97px;height:56px;position:relative;padding:9px 0 6px;float:left;}

.client-2 .my-kefu-weixin-pic{position:absolute;left:-130px;top:-24px;display:none;z-index:333;}
.my-kefu-weixin-pic img{width:115px;height:115px;}
.case-scroll .slide a img {
    width: 295px;
    height: 285px;
}