﻿body {
    color: #282828;
    margin: 0px;
    font:normal 100% 'Microsoft YaHei',Arial,Helvetica,sans-serif
}
* {margin: 0px;padding: 0px;}
img {border-width: 0px;vertical-align: middle;}
ul, li{ list-style: none;}
a {text-decoration: none;color:#282828;}
b {font-weight:600;color:#282828;}
h1 {font-size: 26px;text-align: center;}
h5 {font-size: 1em;font-weight: 600;}
h6 {font-weight: normal;font-size: 0.8em;}

/************************************  
    一些空类,用于通过css或JS快速识别对象
    手机端显示
*******************************************    */
.mp_none {}
.mp_hover {}
.mp_show {display: none;}
.eleshow {visibility: visible;}
.elehide {visibility: hidden;}
.auto{margin-left:auto; margin-right:auto;}
/* 清除浮动*/
.fix{*zoom:1;}
.fix:after{display:table; content:''; clear:both;}
/*清除浮动*/
.clearfix:after{display:block;height:0;content:'.';clear:both;overflow:hidden;}
/* 基于display:table-cell的自适应布局 */
.cell{display:table-cell; *display:inline-block; width:2000px; *width:auto;}
/* 双栏自适应cell部分连续英文字符换行 */
.cell2{overflow:hidden; _display:inline-block;}
/* 单行文字溢出虚点显 示*/
.ell{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
/* 大小不定元素垂直居中 */
.dib_vm{display:inline-block; width:0; height:100%; vertical-align:middle;}
.vmblock {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display:block;
    opacity:1;
}
/*垂直居中，必须指定高度*/
.alignmiddle {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
/*水平及垂直padding*/

.h_padding {padding-top: 5px;padding-bottom: 5px;}
.w_padding {padding-left: 10px;padding-right: 10px;}
.left_padding {padding-left: 10px;}
.right_padding {padding-right: 10px;}
.width_100 {width:100%;}
.width_60 {width: 60%;}
.width_50 {width: 50%;}
.width_40 {width: 40%;}
.width_33 {width: 33.3333%;}
.width_30 {width:25%}
.width_70 {width: 75%;}
.margin-left30 {margin-left: 30px;}
/*==========================    按钮    ===============================*/
.tz-view-more {
    color: #333333;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    margin: 27px 0 11px;
    padding: 17px 48px 18px;
    text-decoration: none !important;
    cursor:pointer;
    position: relative;
    border: 1px solid #343434;
    box-sizing:border-box;
    display: inline-block;
    background: none;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;

}
    .tz-view-more:after {
        position: absolute;
        left: -100%;
        top: 0;
        content: '';
        width: 100%;
        height: 100%;
        background: #333333;
        overflow: hidden;
         transition: all linear 1s ;
        -moz-transition: all 0.25s linear;
        -webkit-transition: all 0.25s linear 0s;
        -ms-transition: all 0.25s linear 0s;
        -o-transition: all 0.25s linear 0s;
    }
    .tz-view-more span{
    color: #000;
    position: relative;
    z-index: 3;
}
.tz-view-more:hover span{color: #fff;}
.tz-view-more:hover:after{left: 0;}
.button_span_white {text-align:center;padding-top:8px;padding-bottom:8px;padding-left:20px;padding-right:20px;border-radius:3px;box-sizing:border-box;color:#808080;background:none;cursor:pointer;border:solid 1px #808080}
    .button_span_white:hover {
        color:#282828;
        background:#f1f1f1;
        transition:background linear 1s;
    }
.button_span_black {text-align:center;padding-top:8px;padding-bottom:8px;padding-left:20px;padding-right:20px;border-radius:3px;box-sizing:border-box;color:#808080;background:none;cursor:pointer;border:solid 1px #808080
}
.button_span_black:hover {
        color:#f8f8f8;
        background:#808080;
        transition:background linear 1s;
    }
.button_hui{display:block;border:solid 1px #d1d1d1;font-size:0.8em;color:#808080;cursor:pointer;
                   padding-left:10px;padding-right:10px;padding-top:3px;padding-bottom:3px;border-radius:5px;
                   background:linear-gradient(#f8f8f8 20%,#F1F1F1 50%,#F8F8F8 80%)}
     .button_hui:hover {
         color:#F8F8F8;background:#07901f;
      }
  .input_hui {
    border:solid #808080 1px;padding:5px;color:#282828;font-size:1em;
    }
    .input_hui:hover {border:solid 1px #07901f; }
    .input_hui:focus {border:solid 1px #07901f;
    }
/*==========================    顶部菜单    ===============================*/
#header {
    position:fixed;
    width: 100%;
    height: 60px;
    background:linear-gradient(#f1f1f1 10%,#FFFFFF 90%);border-bottom:solid 1px #f1f1f1;
    z-index: 100;
    margin: 0px;
    padding: 0px;
    display: block;
    text-align: center;
    transition: top ease-in-out 0.2s;
   
}

.headercontent {
    position:relative;
    width: 100%;
    max-width: 1200px;
    padding-left: 0px;
    height:60px;
    margin: 0px auto;
    display: block;
    text-align:center;
    -moz-perspective:1500px;
    -webkit-perspective:1500px;
    perspective: 1500px;
}
.logo {
    width: 110px;
    height: 60px;
    margin-top: 10px;
    display: inline-block;
}
.headermenu {
    display:inline-block ;
    position:relative;
    cursor: pointer;
    height: 60px;
    vertical-align:top;
    padding-top:30px;
    margin-left:30px;
   
}
.headermenu span {
    position:relative;
    display: block;
    font-size:16px;
    margin-top: 0px;
    vertical-align:text-bottom;
    background:#d1d1d1;
    line-height:0px;
    padding-top:0px;

}
.headshow {top: 0px;}
.headhidden {top: -80px;}
 .underline {
            position:relative ;
            display: block;
            width: 0%;
            height: 3px;
            background: #b70f18;
            margin-top: 12px;
            transition:width ease-in-out 0.2s;
        }


/*==========================    顶部子菜单    ===============================*/
.chdmemuP {
    position: absolute;
    top: 40px;
    right: 0px;
    width: 0;
    height: 0px;
    display: block;
    /*box-shadow: rgba(0,0,0,0.8) 1px 1px 1px;*/
    background:url(../image/comm/lan.jpg) 0 0 repeat ;/*(rgba(255,255,255,0.95);*/
    /*border: solid 1px #d1d1d1;
    border-top-color: rgba(255,255,255,0.95);*/
    border:solid 1px #324e66;
    border-top-width:0px;
   color:#808080;
    box-sizing: border-box ;
    z-index: 100;
    display: block;visibility:hidden;
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin:0 0% 0;
    -ms-transform-origin:0 0 0;
    -o-transform-origin: 0 0 0;
    transform-origin:0 0 0;

    -webkit-transform: scaleY(0);
    -moz-transform:scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform:scaleY(0);
    
   
}

.headermenu:hover > .underline {width:100%;}
/*关于皇窑*/
#aboutHY:hover > #aboutHYMenuChd {
    width: 160px;
    height: 120px;
    top: 60px;
    left: -40px;
    display: block;
    visibility:visible;
    transform:scaleY(1); 
     transition: height linear 0.1s,transform linear 0.1s;
     overflow:hidden;
}
#aboutHYMenuChd > p:hover {color:#f8f8f8;}
/*研学旅游*/
#yxly:hover > #yxlyMenuChd {
    width: 160px;
    height: 120px;
    top: 60px;
    left: -40px;
    display: block;
    visibility:visible;
    transform:scaleY(1); 
     transition: height linear 0.1s,transform linear 0.1s;
     overflow:hidden;
}
#yxlyMenuChd > p:hover {color:#f8f8f8;}
/*文化产业*/
#wh:hover > #whMenuChd {
    width: 160px;
    height: 120px;
    top: 60px;
    left: -40px;
    display: block;
    visibility:visible;
    transform:scaleY(1); 
     transition: height linear 0.1s,transform linear 0.1s;
     overflow:hidden;
}
#whMenuChd > p:hover {color:#f8f8f8;}


#hyp:hover > #hypMenuChd {
    width:600px;
    height:210px;
    top:60px;
    right:-20px;
    display:block;
    transform:scaleY(1); 
    visibility:visible;
     transition: height linear 0.1s,transform linear 0.1s;
     overflow:hidden;
}
/*淘宝*/
#taobao:hover > #taobaoMenuChd {
    width: 160px;
    height: 192px;
    top: 60px;
    right: 0px;
    display: block;
    visibility:visible;
    transform:scaleY(1); 
    transition: height linear 0.1s,transform linear 0.1s;
    overflow:hidden;
}

/*==========================    微信分享等    ===============================*/
.shareWX {
    background: #808080;
    width: 60px;
    height: 30px;
    border-radius: 4px;
    position: absolute;
    right: 10px;
    bottom: 2px;
    cursor:pointer;
    z-index:99
}
    .shareWX:hover {background: #079405;}
    .shareWX .topContent { width:160px;height:200px;display:block;position:absolute;box-shadow:0px 0px 8px rgba(0,0,0,0.9);bottom:-210px;right:0px;background:#FFFFFF;display:none;}
        .shareWX .topContent:before {
            content: "";
            position: absolute;
            top: -20px;
            right:20px;
            display: inline-block;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right:10px solid transparent;
            border-top: 10px solid transparent;
            border-bottom:10px solid #d1d1d1;
        }
    .shareWX:hover > .topContent {display:block }

.wximg {width:120px;height:120px;margin-top:3px;display:inline-block;}
  .shareWX .bottomContent { width:160px;height:200px;display:block;position:absolute;box-shadow:0px 0px 8px rgba(0,0,0,0.9);bottom:40px;right:0px;background:#FFFFFF;display:none;}
        .shareWX .bottomContent:before {
            content: "";
            position: absolute;
            bottom: -20px;
            right:20px;
            display: inline-block;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right:10px solid transparent;
            border-top: 10px solid #FFFFFF;
            border-bottom:10px solid transparent;
        }
   .shareWX:hover > .bottomContent {display:block }

/*==========================    全屏轮播    ===============================*/
.slideshow {
  position:relative;
  width: 100%;
  height: 98vh;
  overflow: hidden;
}
.slideshow-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0px;left:0px;
  background: no-repeat 50% 50%;
  background-size: cover;
  z-index:0;
  opacity:1;
  filter: alpha(opacity=1);

}
        .slideshow-animation {
           
             -webkit-animation-timing-function: linear;
             animation-timing-function: linear;
             -webkit-animation-iteration-count: 1;
             animation-iteration-count: 1;
             -webkit-animation-duration: 8000ms;
             animation-duration: 8000ms;
                opacity: 1;
             -webkit-transform: scale(1);
                transform: scale(1);
            animation-name:imgScale;
            
        }
        @keyframes imgScale {
            
            0% {
                opacity: 1;
                transform: scale(1);
                z-index:9
            }

            60% {
                transform: scale(1.1);
            }
            90% {opacity: 1;
               transform: scale(1.1);
            }
        
            100% {
               opacity: 0;
               filter:alpha(opacity=0);
               transform: scale(1.3);
              
            }
        }

 

        /*  全屏轮播计数器*/
.slideshowNumBox {position:absolute;width:100%;left:0px;bottom:10px;z-index:10;text-align:center;display:block;z-index:99;}
.slideshowNum {
           width:12px;height:12px;background:rgba(200,200,200,0.7);border:solid 1px #d1d1d1;display:inline-block;margin-left:5px;margin-right:5px; cursor:pointer;box-sizing:border-box;border-radius:10px;
        }
.RedBackground {background:rgba(60,60,60,0.5)}
        /*前后页*/
.slideshowTool {position:absolute;height:100%;width:100%;left:0px;top:0;z-index:98;text-align:center;display:block;}
 .slideshowTool>.vmblock>span {display:block;height:40px;width:40px;line-height:40px;background:rgba(200,200,200,0.8);font-size:20px;cursor:pointer;border:solid 1px #d1d1d1;box-sizing:border-box; }
 .slideshowTool > .vmblock > span:hover {
                    background: rgba(60,60,60,0.5);
                    color:#FFFFFF;
                    transition: all linear 0.2s;
                }
/*==========================    模块    ===============================*/
.container {
    width: 100%;
    margin-top: 61px;
    position:relative;
    box-sizing:border-box;
    
}
.aticlebody {
        position: relative;
        max-width: 750px;
        box-sizing: border-box;
        overflow: hidden;
        margin: 5px auto;
    }
.models {width:100%;height:auto;position:relative;margin:0px;overflow-x:hidden;box-sizing:border-box;}
.model_title {
   width:100%;position:relative;font-size:1.1em;font-weight:600;display:block;box-sizing:border-box;overflow:hidden ;
   height:50px;line-height:50px;
   padding-left:15px;padding-right:15px;
   letter-spacing:2px;
   box-sizing:border-box;position:relative;
}
    .model_title:before {
        content:"|";
        color:#b70f18;
        font-size:1.1em;
        font-weight:bold;
    }
.model_title_textCenter {text-align: center;}
.model_title_more {position:absolute;right:10px;bottom:0px;font-size:0.8em;font-weight:normal;display:block;height:50px;line-height:50px;cursor:pointer;color:#808080}
.model_title_expand {display:none;}
.modelContent {
    width: 95%;
    min-width:1024px;
    max-width: 1500px;
    position: relative;
    margin-left:auto;margin-right:auto;
    padding-top:15px;padding-bottom:15px;
    height: auto;
    display: block;
    box-sizing:border-box;
    overflow:hidden
}
.content {
    width: 100%;
    height: auto;
    display:block;
    box-sizing: border-box;overflow:hidden;
    position:relative;
}
.content_expand{height:auto;transition:height linear .2s;}
/*==========================    垂直分类    ===============================
  请指定宽度就可以了：如width:25%--四分 
  需要固定横宽比，请在div_col内套用一个.div_col_h,
 .div_col
    .div_col_main
    .div_col_h_50
    
*/

.div_col {
    position: relative;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
}
.div_col_main {
    position: absolute;
    left: 0px;
    top:0px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display:block
    
}
.div_col_h {
    position: relative;
    display:block;
    width: 100%;
}
.divmask_right {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    right: -100%;
    top: 0px;
    background: rgba(80,80,80,0.1);
    box-sizing: border-box;
    overflow: hidden;
    transition: right linear .2s;
}
.divmask_left {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: -100%;
    top: 0px;
    box-sizing: border-box;
    overflow: hidden;
    transition: left linear .2s;
}
.divmask_top {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: -100%;
    
    box-sizing: border-box;
    overflow: hidden;
    transition: top linear .2s;
}
.divmask_bottom {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    bottom: -100%;
    box-sizing: border-box;
    overflow: hidden;
    transition: bottom linear .2s;
}
.divmask_bottom_left {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: -100%;
    bottom: -100%;
    box-sizing: border-box;
    overflow: hidden;
    transition: bottom linear .2s,left linear .2s;
}
.divmask_bottom_right {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left:100%;
    bottom: -100%;
    box-sizing: border-box;
    overflow: hidden;
    
}
.divmask_scale {
    width:100%;height:100%;position:absolute;top:0;left:0;
    /*background:linear-gradient(rgba(0, 170, 30,0.7) 10%,rgba(2, 128, 24,0.8) 50%,rgba(0, 170, 30,0.7) 90%);*/
    background:rgba(200,200,200,0.5);
    transform-origin:50% 50%;
    transform:scale(0,0);
    box-sizing:border-box;
}

.col_33 {
    width: 33.333%;
    height: 100%;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.itemTitle {
    font-size: 1.1em;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    width:100%;text-align:center;
    position:relative;
    color:#808080;
    letter-spacing:2px;
}
    .itemTitle:after {
        content: "";
        width:30px;height:3px;
        background:#333;
        position:absolute;
        top:40px;
        left:50%;margin-left:-15px;

    }

.newsitem {padding-top:10px;padding-bottom:10px;border-bottom:dotted 1px #d1d1d1;cursor:pointer;padding-left:5px;
           box-sizing:border-box;overflow:hidden;position:relative;}
    .newsitem:hover { background: #f8f8f8;}
.news_date {color:#808080;font-size:0.8em;}
.news_title {color:#333333;font-size:1em;}
.flagul{width:100%;box-sizing:border-box;font-size:0.8em;padding-left:8px;padding-right:8px;overflow-x:hidden;display:block;margin-left:auto;margin-right:auto;}
.flagul>li {
    list-style: square;padding-top:2px;padding-bottom:2px;box-sizing:border-box;margin-left:10px;text-align:left;
}

.q_link {position:absolute;width:90%;left:5%;top:10%;opacity:0.8;display:block;
         
}
.mp_hover > .col_33:hover { border:solid 1px #d1d1d1;}
/* .mp_hover > .col_33:hover > .divmask_scale {transform :scale(1,1);transition:transform ease-in 0.3s;} */
    
    .mp_hover > .col_33:hover > .vmblock { z-index: 99;color:#282828;   }
/*
.mp_hover > #hyvr:hover > .divmask_left { left:0px}
.mp_hover > #hyyx:hover > .divmask_top{top:0px;}
.mp_hover > #hyyx:hover > .vmblock {z-index: 99;color:#FFFFFF;}
.mp_hover > #hyly:hover > .divmask_right {right:0px}
.mp_hover > #hyly:hover > .vmblock {z-index: 99;color: #FFFFFF;}

.mp_hover > #gtcjd:hover > .divmask_bottom_left{bottom:0px;left:0px;}
.mp_hover > #gtcjd:hover > .vmblock {z-index: 99;color: #FFFFFF;}
.mp_hover > #shcz:hover > .divmask_bottom{bottom:0px;}
.mp_hover > #shcz:hover > .vmblock {z-index: 99;color:#FFFFFF;}

.mp_hover > #tbd:hover > .divmask_bottom_right{
    bottom:0px;left:0px;
    transition:bottom linear .2s,left linear  .2s;
}
*/
.goods_windows {
    width: 33.333%;
    height: 100%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.mask_book {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    transform-origin:0% 50%;
    transform:perspective(500px) rotateY(90deg);
    transition:transform linear 0.3s;
}
.goods_windows:hover > .mask_book {transform:perspective(500px) rotateY(0deg);}
.goods_windows:hover > .divmask_bottom {bottom: 0px;}




/* ============================  左右动画  ================================================= */
.rightshow{animation:an_showfromright 500ms linear;}
.righthide{animation:an_hidefromright 500ms linear;}
.leftshow {animation:an_showfromleft 500ms linear;}
.lefthide {animation:an_hidefromleft 500ms linear;}

@keyframes an_showfromleft {
    0% {
        left:-100%;
    }
    100% {
        left:0px;
    }
}
@keyframes an_hidefromleft {
    0% {
        left:0%;
    }
    100% {
        left:100%;
    }
}

@keyframes an_showfromright {
    0% {
        left:100%;
    }
    100% {
        left:0px;
    }
}
@keyframes an_hidefromright {
    0% {
        left:0;
    }
    100% {
        left:-100%;
        opacity:0;
    }
}
 .rotate_always {
            transform-origin:50% 50%;
            animation-name:an_rotate_always;
            animation-duration: 20s;
            animation-timing-function:linear;
            animation-iteration-count:infinite;
            animation-delay: 0;
        }
 @keyframes an_rotate_always {
      0% {transform:rotateZ(0deg)       }
      100% {transform:rotateZ(360deg)            }
        }
.flash_always {
            transform-origin:50% 50%;
            animation-name:an_flash_always;
            animation-duration: 4s;
            animation-timing-function:linear;
            animation-iteration-count:infinite;
            animation-delay: 0;
}
 @keyframes an_flash_always {
      0% {opacity:1;}
      50% {opacity:0.2 }
      100% {opacity:1; }
        }
/* ================================================================
    线条动画
   <div class="linesAnimation_div" style="background:#f1805f">
        <img src="./image/hyscreen.jpg" class="backimg"/>
        <div class="linesAnimation_div_container">
             <span class="spanline"></span>
             <span class="spanline_left"></span>
             <span class="spanline_right"></span>
             <div  class="vmblock" style="width:100%;text-align:center">
                   <img src="image/fy.png" class="serIcon" />
                   <h5>国家级非物质文化遗产基地</h5>
             </div>
         </div>
             <div class="linesAnimation_cover">
                  <p>
                     2011年获<font style="font-weight:bold">生产性</font>保护基地<br />
                     2013年获<font style="font-weight:bold">研究性</font>保护基地
                  </p>
              </div>
     </div> 
   
===================================================================== */
        .linesAnimation_div {
          width:95%;height:95%;
          box-sizing:border-box;
          padding-top:10px;
          padding-right:10px;
          padding-bottom:10px;
          padding-left:10px;
          position:relative;margin-left:auto;margin-right:auto;
          box-shadow:rgba(0,0,0,0.9) 0 0 10px;
        }
            .linesAnimation_div>.backimg {
                position:absolute;top:0;left:0;
                width: 100%;
                height: 100%;
                opacity:0;
            }
        .linesAnimation_div_container > p {
            width:100%;padding-left:10px;padding-right:10px;padding-top:10px;
            height:60%;
            color:#FFFFFF
        }
        .linesAnimation_div_container h5 {
            color: #282828;letter-spacing:1px;
            transition:all linear 0.5s ;
        }
        .linesAnimation_cover {
            width: 100%;
            height: 100%;
            display:block;
            background: rgba(0,0,0,0.5);
            opacity:0;
            position:absolute;top:0px;left:0px;
            
        }
            .linesAnimation_cover>p {
                font-size: 0.8em;
                color: #FFFFFF;
                line-height:1.181;
                text-align:center;
                position:absolute;
                padding-left:15px;padding-right:15px;
                padding-bottom:15px;
                height:25%;
                bottom:0px;top:75%;
                left:0px;right:0px;
                display:block;
                -webkit-transform-origin:50% 50%;
                transform-origin:50% 50%;
                -moz-transform:scale(0,0) translateY(0px);
                -webkit-transform:scale(0,0) translateY(0px);
                transform:scale(0,0)  translateY(0px);

                -moz-transition:transform linear 0.5s;
                -webkit-transition:transform linear 0.5s;
                transition:transform linear 0.5s;
                
            }
        .linesAnimation_div_container {
           position:relative;width:100%;height:100%;display:block;box-sizing:border-box;
        }
        .serIcon {
            transform: translateY(0px) scale(1,1);
            width: 80px;
            height: 80px;
            opacity: 1;
            transition:all linear 0.5s;
        }
        .spanline {
            width: 100%;
            height: 100%;
            display: block;
            box-sizing:border-box;
            position:absolute;
            top:0px;
            left:0px;
            right:0px;
            border:0px;
            border:solid 1px #d1d1d1;
           
        }
        /*  控制顶部和左边线条  */
        .spanline_left {
            width:100%;height:100%;
            display:block;
            box-sizing:border-box;
            position:absolute;
            top:0px;
            left:0px;
            z-index:999;
        }
           .spanline_left:before {
                content:"";
                width:100%;height:1px;
                position:absolute;
                top:0px;
                left:0px;
                background:#757574;
                transform-origin:0 0;
                transform:scaleX(0);
                transition:all linear 0.5s;
            }
            .spanline_left:after  {
                content:"";
                width:1px;height:100%;
                position:absolute;
                top:0px;
                left:0px;
                background:#757574;
                transform-origin:0 0;
                transform:scaleY(0);
                transition:all linear 0.5s;
            }
        .spanline_right {
            width:100%;height:100%;
            display:block;
            box-sizing:border-box;
            position:absolute;
            bottom:0px;
            right:0px;
            z-index:99;
        }
            .spanline_right:before {
                content: "";
                width: 100%;
                height: 1px;
                position: absolute;
                left: 0px;
                bottom: 0px;
                background: #747475;
                transform-origin: 100% 0;
                transform: scaleX(0);
                transition: all linear 0.5s;
            }
            .spanline_right:after {
                content: "";
                width: 1px;
                height: 100%;
                position: absolute;
                top: 0px;
                right: 0px;
                background: #747475;
                transform-origin: 0% 100%;
                transform: scaleY(0);
                transition: all linear 0.5s;
            }
        .linesAnimation_div:hover > .linesAnimation_cover {
            opacity:1;z-index:98
        }
        .linesAnimation_div:hover > .linesAnimation_div_container {
            z-index: 99;
        }
        .linesAnimation_div:hover > img {
            opacity:1;
        }
        .linesAnimation_div:hover > .linesAnimation_div_container > .spanline_left:before {
            transform: scaleX(1);
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
        }
        .linesAnimation_div:hover > .linesAnimation_div_container > .spanline_left:after {
            transform: scaleY(1);
            -moz-transform: scaleY(1);
            -webkit-transform: scaleY(1);
        }
        .linesAnimation_div:hover > .linesAnimation_div_container > .spanline_right:before {
            transform: scaleX(1);
            -moz-transform: scaleX(1);
            -webkit-transform: scaleX(1);
        }
        .linesAnimation_div:hover > .linesAnimation_div_container > .spanline_right:after {
            transform: scaleY(1);
            -moz-transform: scaleY(1);
            -webkit-transform: scaleY(1);
        }
        .linesAnimation_div:hover > .linesAnimation_cover > p {
            -moz-transform:scale(1,1) translateY(-20px);
            -webkit-transform:translateY(-20px) scale(1,1) ;
            transform: scale(1,1) translateY(-20px);
        }
        .linesAnimation_div:hover > .linesAnimation_div_container> div>.serIcon {
            transform: translateY(-30px) scale(.5,.5);
            -moz-transform:translateY(-30px) scale(.5,.5);
            -webkit-transform:translateY(-30px) scale(.5,.5);
         
        }
        .linesAnimation_div:hover > .linesAnimation_div_container > div > h5 {
            color:#FFFFFF;
            transform:translateY(-30px);
             -moz-transform:translateY(-30px);
            -webkit-transform:translateY(-30px);
         
            
        }
/* ============================  End of 线条动画  ================================================= */

/*==========                     Footer                                          ===================*/
.footer{
    width: 100%;
    position: relative;
    margin-top:0px;
    margin-bottom:0px;
    background:url(../image/comm/lan.jpg) 0 0 repeat;
    color: #808080;
    overflow:hidden;
    
}
.footerul {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    text-align: center;
    padding-top:10px;
    padding-bottom:10px;
}
.footerul>li {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.footerul > li > span {font-size:0.8em;}


/*  hyp slider */
.slide_box {width:80%;box-sizing:border-box;overflow:hidden;margin-left:auto;margin-right:auto;position:relative;}
.slide_item {position:absolute;width:100%;box-sizing:border-box;overflow:hidden;top:0px;left:0px;}
.slide_item_img {width:80%;height:80%;margin:10% auto;z-index:1}
.slide_item_context {z-index: 3; margin-top:0%;}
.slide_item_hide {left:100%}
.slide_item_goodstitle {font-size:1.2em;font-weight:bold;color:#333;text-shadow:rgba(0,0,0,0.5) 2px 2px 5px;letter-spacing:4px;display:block;position:relative}
    .slide_item_goodstitle:after {
      content:"";position:absolute;width:48px;height:4px;box-sizing:border-box;background:#808080;left:50%;margin-left:-24px;bottom:-20px;
    }
.slide_item_goodsinfo {font-size:0.8em;color:#747474;letter-spacing:2px;text-indent:1.6em;width:100%;margin-top:40px;line-height:1.6em;text-align:left;margin-left:auto;margin-right:auto;padding-left:10px;padding-right:10px;box-sizing:border-box}
.slide_item_button {margin-top: 40px;}

.slide_item_Prev {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: rgba(200,200,200,0.8);
    font-size: 20px;
    cursor: pointer;
    border: solid 1px #d1d1d1;
    box-sizing: border-box;
    position: absolute;
    left: 0px;
    transform: scaleY(-50%);
    top: 50%;
    text-align: center;
}
.slide_item_Next {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: rgba(200,200,200,0.8);
    font-size: 20px;
    cursor: pointer;
    border: solid 1px #d1d1d1;
    box-sizing: border-box;
    position: absolute;
    right: 0px;
    transform: scaleY(-50%);
    top: 50%;
    text-align: center;
}
.hyp > .slide_box > .div_col_h {padding-top:50%}
.model_Title{font-size:1.2em;font-weight:bold;color:#333;text-shadow:rgba(0,0,0,0.5) 2px 2px 5px;letter-spacing:4px;display:block;position:relative}
    .model_Title:after {
      content:"";position:absolute;width:48px;height:4px;box-sizing:border-box;background:#808080;left:50%;margin-left:-24px;bottom:-10px;
    }

#news {background:#ffffff;}
/*======================================================================================
             Mobile  Menu
 =======================================================================================*/
/* Nav Menu */
.mobile_menu{
           
            position: fixed;
            bottom: 0;
            width: 100%;
            height: 60px;
            color: #474747;
            padding-top: 10px;
            border-top: 1px solid #eee;
            background-color:rgba(242,242,242,0.9);
            z-index:999;

        }
        .mobile_subMenu {
            width: 32%;
            float: left;
            cursor: pointer;
        }
        .mobile_menu_name {
            height: 30px;
            width: 100%;
            line-height: 30px;
        }
        .mobile_menu_name_select{color:#b70f18}
        img.mobile_menu_img {
            height: 24px;
            width: 24px;
            box-shadow:rgba(0,0,0,0.5) 2px 2px 2px;
        }
        .text-center { text-align: center }
        .mobile_menubox{
            position:fixed;bottom:71px; width:40%;left:1px;
            background:rgba(242,242,242,0.9);
            border-left:1px solid #bbb;
            border-top:1px solid #bbb; 
            border-right:1px solid #bbb;
            border-radius:5px 5px 0px 0px;
            box-shadow:rgba(0,0,0,0.5) 0px -1px 5px;
            display:block;
            cursor:pointer;
            z-index:999
        }
        .mobile_menubox ul{margin:0px;padding:0px;overflow:hidden;list-style:none;clear:both;cursor:pointer;display:block;}
        .mobile_menubox ul li{width:100%;padding-top:10px;padding-bottom:10px;text-align:center;overflow:hidden;color:#474747;cursor:pointer;display:block;list-style:none;clear:both}
        .mobile_menuboxliHeader{border-bottom:1px solid rgba(100,100,100,0.5);}
        .mobile_menuboxliFooter{border-bottom:0px}

        .mobile_menuboxliSelect{background:rgba(100,100,100,0.5);}
        .mobile_active {color: #B70F18; }
        .mobile_menuboxshow{visibility:visible}
        .mobile_menuboxhidden{visibility:hidden}

/*--------------------------------------------------------------------------------------*/
@media screen and (max-width:680px) {
    #header {
        visibility: hidden;
        display: none;
    }

    .slideshow {position:relative;width:100vw;height:50vw;overflow: hidden;display: block;}
    .slideshowTool {display: none;}

    .modelContent {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        padding-bottom: 0px;
        padding-top: 0px;
    }
    #news {background:linear-gradient(#d1d1d1 1%,#FFFFFF 5%);    }
    #newsright {width: 100%;display:block}
    #newsleft {width: 100%;}
    /*新闻*/
    .newsitem {display:block;box-sizing:border-box;overflow:hidden;    }
    .news_title {left:0;top:0;margin-top:0;width:65%;padding:5px;padding-top:0px;padding-bottom:10px;position:relative;float:left;    }
    .news_date {left:10px;bottom:5px;right:auto;position:absolute;        }
    .p_img { max-width:30%;position:relative;float:right;margin-right:2px;max-height:100%;overflow:hidden; }
    .div_col {float: left;}
    .left_padding {padding-left: 2px;}
    .right_padding{padding-right: 2px;}
    .width_60 {width: 100%;}
    .width_50 {width: 100%;}
    .width_40 {width: 100%;}
    .width_33 {width: 100%;}
    .width_30 {width:100%}
    .width_70 {width:100%}
    .model_title_expand {display: none;}
    .mp_none {display: none;height: 0px;width: 0px;}
    .mp_show {display:block; }
    .content {
        width: 100%;
        height: auto;
        display: block;
        box-sizing: border-box;
        overflow: hidden;
    }

    .content_expand {
        height: auto;
        transition: height linear .2s;
    }

    .container {margin-top: 0px;}

    .aticlebody {
        position: relative;
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        margin: 5px auto;
    }

   /* Footer  */
    .footer > .footerul > li > span {width: 100%;display: block;text-align: center;}
    .footer > .footerul > li > .margin-left30 {margin-left: 0; }

  /* hyp slider */
    .slide_item_img {margin:0px auto;}  
    .slide_item_context {margin-top: -30%;}
    .slide_item_goodstitle {letter-spacing:2px;}
        .slide_item_goodstitle:after {bottom:-10px;}
    .slide_item_goodsinfo {margin-top:20px;    }
    .slide_item_button {margin-top:20px;}
    .slide_item_Prev {top:15% }
    .slide_item_Next {top:15% }
    .hyp > .slide_box > .div_col_h {padding-top:180%}
}



  