
/*共用css*/
/* 清除内外边距 */
@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

input,textarea {border: 0 none; box-shadow: none; outline: none;}

/* 设置默认字体 */
body,
button, input, select, textarea {
    font: 14px/1.5  "Microsoft Yahei", arail, sans-serif;
}
h1,h2,h3,h4,h5,h6 {font-family: "Microsoft Yahei";}
h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*覆盖bootstrape对标题加的默认外边距*/

address, cite, dfn, em, i, var {font-style: normal;} /* 斜体扶正 */

/* 重置列表元素 */
ul, ol {list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none;}
a:hover {text-decoration: underline;}

/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {overflow-y: scroll;}

/*设置浮动*/
.fl {float: left;}
.fr {float: right;}

/*字体大小*/
.fz12{font-size: 12px;}
.fz14{font-size: 14px;}
.fz16{font-size: 16px;}
.fz18{font-size: 18px;}
.fz20{font-size: 20px;}
.fz22{font-size: 22px;}



/*Main模板*/
.blk-main{width: 1000px; margin: 0 auto;}
/*小模块*/
.blk-main .blk-xs{width: 235px;}
/*中模块*/
.blk-main .blk-sm{width: 720px;}

/*小版块*/
.blk-main .blk{margin-bottom: 25px;}

/*上(t)右(r)下(b)左(l)内补白*/
.blk-main .p-trbl{padding:25px;}
/*上右左内补白*/
.blk-main .p-trl{padding:25px;padding-bottom: 0;}



/*清除浮动*/
.clearafter:after { content:"."; display:block; height:0; visibility:hidden; clear:both; }


/*通栏模块与main模块配套,因为需要重置white-space属性*/
.blk-md{width: 100%;clear: both;}



            .header,
            .content,
            .footer {
                width: 1000px;
                margin: 0 auto;
            }
            
            .head {
                background: #ececec;
                border-bottom: 1px solid #ececec;
                height: 38px;
                line-height: 38px;
                color: #999999;
            }
            
            .head a {
                color: #999999;
            }
            
            .head .top-nav span {
                float: right;
            }
            
            .head span a {
                margin: 0 12px;
            }
            
            .logo {
                width: 322px;
                height: 129px;
            }
            
            .slogan {
                width: 260px;
                padding-top: 40px;
                padding-left: 15px;
            }
            
            .slogan span {
                display: block;
                font-size: 26px;
                font-weight: bold;
                color: #333;
            }
            
            .slogan p {
                color: #c1c1c1;
                text-transform: Uppercase;
            }
            
            .site-tel {
                background: url(images/guijiao.jpg) no-repeat 0 0;
                height: 129px;
                padding-left: 60px;
                width: 170px;
                line-height: 22px;
            }
            
            .site-tel p {
                padding-top: 17px;
            }
            
            .site-tel b {
                font-weight: bold;
                font-size: 24px;
                color: #d60011;
                font-family: arial;
                display: block;
            }
            
            .site-tel span {
                display: block;
                margin-top: 10px;
            }
            
            .ht_nav {
                line-height: 67px;
                border-top: 1px solid #ececec;
                clear: both;
                font-size: 14px;
            }
            
            .ht_nav ul {
                width: 1040px;
                margin: 0 auto;
            }
            
            .ht_nav ul li {
                float: left;
                font-weight: bold;
            }
            
            .ht_nav ul li a {
                display: block;
                height: 67px;
                padding: 0 25px;
                color: #4e4e4e;
                overflow: hidden;
            }
            
            .ht_nav ul .cur a,
            .ht_nav ul li a:hover {
                background: #be000c;
                color: #fff;
                text-decoration: none;
            }
        

        .ty-banner-1 {
            overflow: hidden;
            line-height: 0;
            text-align:center;
        }
        .ty-banner-1 img{
            visibility: hidden;
        }
        .ty-banner-1 img.show{
            visibility: visible;
        }
    

        .t1-search {
            clear: both;
            width: 1000px;
            height: 57px;
            line-height: 57px;
            margin: 0 auto;
            overflow: hidden;
        }
        
        .t1-search a {
            text-decoration: none;
        }
        
        .t1-search dl {
            color: #999;
        }
        
        .t1-search dl a {
            color: #999;
        }
        
        .t1-search dt {
            float: left;
            margin-right: 5px;
            font-weight: bold;
        }
        
        .t1-search dd {
            float: left;
        }
        
        .t1-search dd.t1-split {
            margin: 0 9px;
        }
        
        .t1-search .t1-search-input-group {
            float: right;
            width: 277px;
            background: url(Skins/Default/Img/Index/seachbg.jpg) no-repeat;
            padding: 5px 0 0 20px;
            height: 31px;
            margin-top: 20px
        }
        
        .t1-search .t1-search-input-group input {
            border: 0;
            vertical-align: top;
            height: 18px;
            line-height: 18px;
            width: 220px;
            color: #c0c0c0;
            background: none;
        }
        .t1-search .t1-search-input-group img {

            vertical-align: top;

        }
        
        .t1-search .t1-search-input-group .t1-btn {
            float: left;
            display: inline-block;
            width: 40px;
            height: 20px;
            line-height: 20px;
            text-align: center;
            color: #fff;
            text-decoration: none;
            border: 1px solid #aaa;
            background-color: #aaa;
        }
    

 .t2-wz {
     margin-bottom:30px;
  height: 60px;
  border-bottom: 1px solid #e7e7ea;
  overflow: hidden;
  font: 12px "宋体";
  line-height: 60px;
  color: #484f65;
 }

 .t2-wz .t2-content {
  width: 71.12%;
  min-width: 960px;
  max-width: 1020px;
  min-width: 960px;
  max-width: 1020px;
  height: 60px;
  margin: 0 auto;
  background: url(images/t2-wz.gif) no-repeat left center;
  padding-left: 2%;
 }

 .t2-wz dd {
  float: left;
  display: inline;
 }

 .t2-wz a {
  color: #484f65;
  padding: 0 8px;
 }


       
        .t1-vice-nav a {
            text-decoration: none;
        }
        
        .t1-vice-nav .t1-vice-nav-hd {
            height: 50px;
            margin: 0px;
            line-height: 50px;
            padding-left: 20px;
            font-size: 18px;
            color: #fff; 
            background-color:#666; 
        }
        
        .t1-vice-nav .t1-vice-nav-bd {
            border: 1px solid #dbdbdb;
            border-top:0;
            border-top: 0 none;
            background-color: #fafafa; 
        }
  
        
        .t1-vice-nav .t1-menu-hd a:hover,
        .t1-vice-nav .t1-current .t1-menu-hd a {
            border-left-color: #fff;
            border-right-color: #dbdbdb; 
        }
        
        .t1-vice-nav .t1-menu-bd {
            left: -348px;
        }
        
        .t1-vice-nav-1 .t1-menu {
            border-bottom: 1px dashed  #dbdbdb; 
            width: 100%;
            overflow: hidden;
        }
        
        .t1-vice-nav-1 .t1-menu:last-child{
            border-bottom:0px;
        }
        
        .t1-vice-nav-1 .t1-menu a {
            display: block;
            line-height: 37px;
            padding: 0px 20px 0 35px;
            overflow: hidden;
            color: #666666;
            background: url(images/t1-sprite.png) no-repeat 20px -638px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .t1-vice-nav-1 .t1-menu a:hover {
            background-color: #ffffff;
        }
        
        .t1-vice-nav-1 .t1-menu li {
            line-height: 25px;
            width: 100%;
            overflow: hidden;
        }
      
        
        .t1-vice-nav-1 .t1-menu.t1-last {
            border-bottom: 0 none;
        }
    
     .t2-pr-pho {      height: 67px;      background: #be000c;      border-bottom: 4px solid  #be000c;      color: #fff;      padding: 16px 0 0 0px;      font-size: 16px;     }    .t2-pr-pho p{width:200px;margin:0 auto;}     .t2-pr-pho span {      background: url(images/t2-pro-tel.jpg) no-repeat 0 5px;      background-size: 30px 30px;      padding-left: 46px;      height: 50px;      display: block;      color:red;     }     .t2-pr-pho span em {      display: block;      font-size: 24px;      font-weight: bold;      font-family: arial;      font-style: italic;     }    

     .t2-pr-pho2 {
      border: 1px solid #f1f1f1;
      overflow: hidden;
      font-family: "Microsoft Yahei";
     }

     .t2-pr-pho2 .t2-pr-ptit {
      color:#fff;
      font-size: 18px;
      font-weight: bold;
      background:#666;
      height: 65px;
      padding-top: 10px;
      text-align: center;
      overflow: hidden;
     }

     .t2-pr-pho2 .t2-pr-ptit i {
      color:#fff;
      display: block;
      font: 12px Arial;
      text-align: center;
      font-size: 14px;
      line-height: 18px;
      text-transform: uppercase;
      padding-top: 4px;
     }

     .t2-pr-pleftlx {
      text-align: left;
      font-size: 12px;
      padding: 10px 0px;
      margin-bottom: 0px;
      padding-bottom: 10px;
      color: #fff;
      color: #444;
     }

     .t2-pr-pleftlx p {
      line-height: 24px;
      color:#666666;
     }

     .t2-pr-pho2 .t2-pr-pdianh {
      padding: 0 15px;
      margin: 0 auto;
     }

     .t2-pr-pho2 .t2-pr-pdianhua {
      background: url(images/t2-lxwm.jpg) no-repeat center 16px;
      color:#be000c;
      line-height: 18px;
      padding: 114px 0px 3px;
      font-size: 12px;
     }

     .t2-pr-pdianhua span {
      display: block;
      font: 18px "Impact";
      color: #444;
     }

    

        .t1-article-wrap h3 {
            border-bottom: 1px solid #d7d7d7;
            margin: 0 0px 20px 0;
            height: 52px;
            line-height: 52px;
            font-weight: normal;
            font-size: 18px;
            color:#666666;
        }
        
        .t1-article-wrap h3 em {
            font-size: 12px;
            font-family: arial;
            font-weight: normal;
            text-transform: uppercase;
            font-style: normal;
            padding-left: 5px;
            color: #333333;
        }
        /*通用文章列表页样式*/
        
        .t1-article-list {
            border: 1px solid #e8e8e8;
            overflow: hidden;
        }
        
        .t1-article-list h4 {
            clear: both;
            overflow: hidden;
        }
        
        .t1-article-list h4 a {
            float: left;
            width: 75%;
            line-height: 25px;
            font-size: 17px;
            padding-bottom: 10px;
            font-weight: 400;
            font-family: "Microsoft Yahei";
            color: #333;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            cursor: pointer;
            text-decoration:none;
        }
        
        .t1-article-list h4 a:hover {
            color:#be000c;
            text-decoration:underline;
        }
        
        .t1-article-list .t1-time {
            background: url(images/news-time.gif) no-repeat left 4px;
            padding-left: 20px;
            line-height: 25px;
            font-size: 12px;
            font-family: "Arial";
            font-weight: normal;
            color: #b9b9b9;
        }
        
        .t1-article-list p {
            width: 100%;
            line-height: 25px;
            margin: 8px 0 6px;
            color: #666666;
            overflow: hidden;
        }
        
        .t1-article-info {
            overflow: hidden;
        }
        
        .t1-article-list .t1-last,
        .t1-article-list .t1-last .t1-article-box {
            border-bottom: 0 none;
        }
        /*点赞/转发按钮*/
        
        .t1-article-list .t1-article-pic img {
            display: block;
            width: 100%;
        }
        
        .t1-article-list .t1-interact {
            overflow: hidden;
            clear: both;
        }
        
        .t1-article-list .t1-interact a {
            float: left;
            display: block;
            margin: 0;
            padding: 0 4px 0 24px;
            min-width: 38px;
            height: 21px;
            line-height: 21px;
            overflow: hidden;
            text-align: center;
            border: 1px solid #fff;
            color: #999;
            background: url(images/t1-sprite.png) no-repeat;
            text-decoration: none;
        }
        
        .t1-article-list .t1-interact a:hover {
            border-color: #ccc !important;
        }
        
        .t1-article-list .t1-interact .t1-fore1 {
            background-position: 6px 0;
            margin-right: 5px;
        }
        
        .t1-article-list .t1-interact .t1-fore2 {
            background-position: 8px -30px;
        }
        
        .t1-article-list .t1-interact span {
            float: right;
            line-height: 21px;
            color: #b0b0b0;
        }
        /*热/荐图标*/
        
        .t1-article-list .t1-article-pic {
            position: relative;
            overflow: hidden;
        }
        
        .t1-article-list .t1-article-pic span {
            position: absolute;
            right: 0;
            top: 0;
            display: block;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            font-size: 14px;
            color: #fff;
        }
        
        .t1-article-list .t1-article-pic.fl span {
            left: 0;
        }
        
        .t1-article-list .t1-hot {
            background-color: #f43434;
        }
        
        .t1-article-list .t1-recom {
            background-color: #385697;
        }
        /*鼠标悬停下的文章列表样式*/
        
        .t1-article-list .t1-hover .t1-interact a {
            border-color: #e8e8e8;
            background-color: #fff;
        }
        
        .t1-article-wrap .t1-inside-banner {
            width: 94%;
            padding: 20px 3%;
        }
        
        .t1-plain-text .t1-interact {
            padding-top: 10px;
        }
        /*文章列表样式4*/
        
        .blk-sm .t1-article-list-4 li {
            overflow: hidden;
            padding: 3%;
        }
        
        .t1-article-list-4 li {
            overflow: hidden;
            padding: 6%;
        }
        
        .t1-article-list-4 li.t1-hover {
            background-color: #fafafa;
        }
        
        .t1-article-list-4 .t1-article-info {
            width: 100%;
        }
        
        .t1-article-list-4 .t1-article-info p {
            line-height: 24px;
            height: 48px;
            overflow: hidden;
        }
        /*列表分割线*/
        
        .t1-article-list .t1-split {
            clear: both;
            display: block;
            width: 100%;
            height: 50px;
            margin: 0 auto;
            border-bottom: 1px dashed #e6e6e6;
        }
        /*简介*/
        
        .t1-introduction {
            line-height: 25px;
            padding: 12px 3% 15px;
            border: 1px solid #e8e8e8;
            color: #666;
            background-color: #fafafa;
        }
        
        .t1-introduction a {
            color: #ff2121;
        }
        /*分页样式*/
        
        .t1-article-wrap .t1-pagination {
            margin-right: 3%;
        }
        
        .t1-pagination {
            clear: both;
            float: right;
            margin-right: 19px;
            overflow: hidden;
        }
        
        .t1-pagination li {
            float: left;
            margin-left: 10px;
        }
        
        .t1-pagination a {
            float: left;
            padding: 0 7px;
            border: 1px solid #cbcbcb;
            color: #999;
            text-decoration: none;
        }
        
        .t1-pagination a:hover {
            color: #666;
            border-color: #aaa;
        }
        
        /*.t1-pagination .t1-current a {
            border-color: transparent;
            _border-color: #aaa;
        }
        
        .t1-pagination .t1-disable a {
            color: #e1e1e1;
            border-color: #e1e1e1;
        }*/
    

        .foot {
            background: #ebebed;
            height: 285px;
            overflow: hidden;
        }
        .foot a{
            color: #666666;
        }
        
        .f_nav {
            height: 49px;
            line-height: 49px;
            overflow: hidden;
            background: #dadada;
            margin-bottom: 35px;
        }
        
        .f_nav a {
            display: inline-block;
            padding: 0 32px;
            color: #393939;
            text-decoration: none;
            font-size: 14px;
            font-weight: bold;
        }
        
        .ft_logo {
            height: 160px;
            width: 375px;
            padding-left: 140px;
            color: #393939;
        }
        
        .foot h2 {
            width: 375px;
            height: 75px;
            margin-bottom: 10px;
        }
        
        .foot h2 img {
            display: block;
            width: 318px;
            height: 75px;
        }
        
        .ft_logo span {
            padding-left: 20px;
        }
        
        .ft_contact {
            width: 480px;
            font-size: 14px;
            color: #666666;
            line-height: 26px;
        }
        
        .ft_contact li {
            padding-left: 30px;
        }
        
        .ft_contact li.tel {
            background: url("Skins/Default/Img/Common/ft_tel.png") no-repeat 0 5px;
        }
        
        .ft_contact li.fax {
            background: url("Skins/Default/Img/Common/ft_fax.png") no-repeat 0 5px;
        }
        
        .ft_contact li.qq {
            background: url("Skins/Default/Img/Common/ft_qq.png") no-repeat 0 5px;
        }
        
        .ft_contact li.email {
            background: url("Skins/Default/Img/Common/ft_email.png") no-repeat 0 5px;
        }
        
        .ft_contact li.address {
            background: url("Skins/Default/Img/Common/ft_address.png") no-repeat 0 5px;
        }
    

    .sales {
        background: url("Skins/Default/Img/Common/salebg.jpg") no-repeat center 0;
        line-height: 47px;
        overflow: hidden;
        width: 100%;
        bottom: -3px;
        position: fixed;
        color: #fff;
    }
    
    .sales span {
        float: right;
        margin-right: 41px;
        width: 114px;
        height: 30px;
        line-height: 30px;
        background: url("Skins/Default/Img/Common/sale_btn_bg.jpg") no-repeat 0 0;
        margin-top: 8px;
        font-size: 14px;
        font-weight: bold;
        padding-left: 24px;
    }
    
    .sales span a {
        color: #fff;
        text-decoration: none;
    }
    
    .sales p {
        font-size: 26px;
    }
    
    .sales p b {
        font-size: 20px;
    }

        
        .my-kefu{position: fixed;right: 0px;top:20%;z-index:9999;}
        .my-kefu ul{width: 77px;}
        .my-kefu li a{text-decoration: none;}
        .my-kefu li{background: #888;margin-top: 1px;padding: 9px 0;height: 56px;width: 77px;}
        .my-kefu li i{background: url(images/skins/fx.png) no-repeat;display:block; width: 30px; height: 27px; margin: 0px auto; text-align: center;}
        .my-kefu li p{height: 20px; line-height: 20px; overflow: hidden;text-align: center;color: #fff;}
        .my-kefu  .my-kefu-qq i{background-position: 4px 0;}
        .my-kefu  .my-kefu-tel i{background-position: 0 -25px;}
        .my-kefu  .my-kefu-liuyan i{background-position: 4px -53px;}
        .my-kefu  .my-kefu-weixin i{background-position: -34px 4px;}
        .my-kefu  .my-kefu-weibo i{background-position: -30px -22px;}
        .my-kefu  .my-kefu-ftop{background-color:#c90909;}
        .my-kefu  .my-kefu-ftop i{width:33px;height:35px;background-position: -27px -51px;}
        .my-kefu-left{ float: left; width: 77px; height: 47px;position: relative;}
        .my-kefu-tel-right{font-size: 20px; color: #fff; float: left; height: 24px; line-height: 22px; padding-left:15px; border-left: 1px solid #fff; margin-top: 8px;}
        .my-kefu-right{width: 20px;}
        .my-kefu-tel-main{color: #fff; margin-top: 9px; height: 47px; width: 247px;}
        .my-kefu-main{width: 97px;position: relative;}
        .my-kefu-weixin-pic{position: absolute;left: -130px;top: -24px; display: none;}
        
    

 body {
  min-width: 1020px;
  margin: 0 auto;
 }

