﻿body, div, ol, ul, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, p, img, nav, header, article, footer,a {
    margin: 0;
    padding: 0;
    border: none;
}
body {
    font-size: 100%;
    font-family:Verdana,Tahoma,Helvetica,Arial,sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
   
    color:#333;
}

ul, li {
    list-style-type: none;
} 

a {
    text-decoration: none;
    color: #333;
}


/**************顶部标题**************/

.maintitle {
    overflow: hidden;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background: -webkit-linear-gradient(bottom left,#fcbb14,#ff7214);
    background:-ms-linear-gradient(bottom left,#fcbb14,#ff7214);
    background:-moz-linear-gradient(bottom left,#fcbb14,#ff7214);
    background:linear-gradient(bottom left,#fcbb14,#ff7214);
    position:relative;
    z-index:1200;
}
.maintitle h2 {
        
        display: block;
        text-align: center;
        font-size: 1.25em;
        text-shadow: 0 1px 2px #666;
        font-family:"微软雅黑";
        letter-spacing:2px;
       
    }

.sub_nav
{
    width:17px;
    height:17px;
    position:absolute;
    top:50%;
    right:10px;
    margin-top:-9px;
    border:0px solid #f00;

}
    .sub_nav img
    {
        display: block;
        cursor:pointer;
    }


/**********滚动图片*****************/


/****article*****/

article{
        position:relative;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
         max-width: 640px;
         margin: 0 auto;
         overflow:hidden;

}
.cont
{
  overflow:hidden;
}
.panel
{ 
  overflow:hidden;
  
 }
   
.panel li
    {
        display:block;
        width:100%;
        border-bottom:1px solid #555;
        height:40px;
        line-height:40px;
        background:url(./images/006.png) left center no-repeat;
        background-repeat:no-repeat;
        
        background-position:right center;
    }
    .panel li a
    {
        display:block;
        color:#fff;
        width:100%;
        padding-left:30px;
        height:40px;
        line-height:40px;
        
    }

    .panel li .m001
    {
        background-image:url(./images/001.png);
        background-repeat:no-repeat;
        background-size:18px 18px;
        background-position:left center;
    }

     .panel li .m002
    {
        background:url(./images/K_001.png);
        background-repeat:no-repeat;
        background-size:18px 18px;
        background-position:left center;
    }

     .panel li .m003
    {
        background:url(./images/k_003.png);
        background-repeat:no-repeat;
        background-size:16px 16px;
        background-position:left center;

    }

       .panel li .m004
    {
        background:url(./images/k_004.png) left center no-repeat;
        background-repeat:no-repeat;
        background-size:18px 18px;
        background-position:left center;
    }

      .panel li .m005
    {
        background:url(./images/004.png) left center no-repeat;
        background-repeat:no-repeat;
        background-size:16px 16px;
        background-position:left center;
    }
        .panel li .m006
    {
        background:url(./images/k_002.png) left center no-repeat;
        background-repeat:no-repeat;
        background-size:18px 18px;
        background-position:left center;
    }
         .panel li .m007
    {
        background:url(./images/003.png) left center no-repeat;
        background-repeat:no-repeat;
        background-size:18px 18px;
        background-position:left center;
    }
        .panel li .m008
    {
        background:url(./images/k_006.png) left center no-repeat;
        background-repeat:no-repeat;
        background-size:18px 18px;
        background-position:left center;
    }
       .panel li .m009
    {
        background:url(./images/005.png) left center no-repeat;
        background-repeat:no-repeat;
        background-size:16px 16px;
        background-position:left center;
    }
          .panel li .m010
    {
        background:url(./images/k_005.png) left center no-repeat;
        background-repeat:no-repeat;
        background-size:18px 18px;
        background-position:left center;
    }

.navarea{width:100%;padding:5px 0; overflow:hidden;background:#fff;/*background: #f0eff4;*/}
/***.navarea li{float:left;width:25%; text-align:center;height:23vw;box-sizing:border-box;padding:5px;}**/
/**.navarea li{float:left;width:25%; text-align:center;box-sizing:border-box;padding:5px;}**/
.navarea li{float:left;width:25%; text-align:center;box-sizing:border-box;padding:10px 5px;}
.navarea .a630
{
float:left;width:33.33%; text-align:center;box-sizing:border-box;padding:5px 5px;
}
.navarea .a632
{
float:left;width:33.33%; text-align:center;box-sizing:border-box;padding:5px 5px;
}
.navarea .a634
{
float:left;width:33.33%; text-align:center;box-sizing:border-box;padding:5px 5px;
}
.navarea li a
    {
        display: block;  
        max-width:95%;
        margin:0 auto;
        /*line-height:26px;*/
        box-sizing:border-box;  
        border-radius:4px;
        /*border:1px solid #ddd;*/
        overflow:hidden;
       
        /*background:#e9eef2;
        background:rgb(250,217,193);
        background:rgb(255,236,231);*/
       
        padding:2px 0px 10px 0px;
        box-shadow:rgba(0,0,0,0.2) 0 0 5px;
              
    }
    .navarea li a img
    {
        width:64px;
        height:64px;
        /*border-radius:30px;*/
        /*display:none;*/
      
    }
    .navarea li a h5
    {
        font-weight:bold;
        font-size:0.875em;
        text-align:center;
        line-height:16px;
        height:16px;
        margin:0;
        padding:0;
        color:#666;
    }
/****.navarea li a:hover{border:0px solid #F90;box-shadow:0 0 0px rgba(0,0,0,0.45);background:#ffd800;}***/

.navarea li .button{padding:4px 0;border:1px solid #adadad;color:#000;background:#fff;box-shadow:0 0 1px rgba(0,0,0,0.45);text-shadow:0.5px 0.5px 1px #fff;text-align:center; border-radius:3px;width:100%;}
/**.navarea li a span{width:48px;height:48px;display:inline-block; background-position:center center; background-repeat:no-repeat;background-size:48px 48px;}**/
.navarea li a h4{width:100%;font-weight:normal;font-size:0.875em;position:absolute;left:0;bottom:0px;color:#000;height:26px; line-height:26px; color:#333;}

.navarea li .icon_01{background:#fff url(images/i_001.png) center 20% no-repeat;background-size:48px;}
.navarea li .icon_02{background:#fff url(images/i_002.png) center 20% no-repeat;background-size:48px;}
.navarea li .icon_03{background:#fff url(images/i_005.png) center 20% no-repeat;background-size:48px;}
.navarea li .icon_04{background:#fff url(images/i_003.png) center 20% no-repeat;background-size:48px;}
.navarea li .icon_05{background:#fff url(images/i_006.png) center 20% no-repeat;background-size:48px;}
.navarea li .icon_06{background:#fff url(images/i_004.png) center 20% no-repeat;background-size:48px;}
.navarea li .icon_07{background:#fff url(images/i_008.png) center 20% no-repeat;background-size:48px;}
.navarea li .icon_08{background:#fff url(images/i_009.png) center 20% no-repeat;background-size:48px;}

#conList
{
  background: #f0eff4;
}

dl
{
    margin:0px;
}
dt
{
    font-size: 1em;
    font-weight: bold;
   
    height:40px;
    line-height:40px;
    background: -webkit-linear-gradient(bottom left,#3cb64d,#4da813);
    background:-ms-linear-gradient(bottom left,#3cb64d,#4da813);
    background:-moz-linear-gradient(bottom left,#3cb64d,#4da813);
    background:linear-gradient(bottom left,#3cb64d,#4da813);
    color:#fff;
    padding-left:5px;
}
dd
{
  padding:10px 6px;
}
    dt span
    {
        color:#d00909;
    }
dd img
{
   text-align:center;
   width:100%;
}

#conList dd a
{
    display:block;
    width:100%;
    background:#fff;
    border-radius:5px;
    overflow:hidden;
    box-shadow:0px 0px 3px #e9eef2;
    padding:3px 2px;
    box-sizing:border-box;
    margin:15px 0;
    position:relative;
}
    #conList dd a .lfImgArea
    {
        width:33%;
        float:left;
        overflow:hidden;
        position:relative;
    }
        #conList dd a .lfImgArea::after
        {
            display:block;
            content:'';
            padding-top:65.6%;
        }
        #conList dd a .lfImgArea .leftImg
        {
            position:absolute;
            left:0;
            top:0;
            right:0;
            bottom:0;
            background:#f5f2f2 url(images/ymt_logo.gif) no-repeat center center;
            background-size:32px 38px;
            overflow:hidden
        }
            #conList dd a .lfImgArea .leftImg img
            {
                width:100%;
                height:100%;
                vertical-align:top;
            }
    #conList dd a .rgTitleArea
    {
        overflow:hidden;
        line-height:22px;
        padding-left:15px;
       
    }
        #conList dd a .rgTitleArea h4
        {
           
            font-size:1em;
            overflow:hidden;
            white-space:nowrap;
            text-overflow:ellipsis;
            height:22px;
            line-height:22px;
            
        }
        #conList dd a .rgTitleArea .summary
        {
            overflow:hidden;
            height:36px;
            
            line-height:18px;
            word-wrap:break-word;
            word-break:break-all; 
           
            font-size:0.875em;    
            color:rgba(0,0,0,0.45);    
            
             overflow:hidden;
            text-overflow:ellipsis;
            display:-webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;         
        }
        #conList dd a .rgTitleArea .subItem
        {
            overflow:hidden;
            height:22px;
            line-height:22px;
            font-size:0.75em;
            color:rgba(0,0,0,0.45);
        }
#conList dd a .rgTitleArea .subItem label
            {
                font-weight:normal;
                
                font-size:0.875em;
                padding-right:15px;

            }
#conList dd a .rgTitleArea .subItem .xinimg
            {
               
                background-image:url(images/xin.png);
                background-repeat:no-repeat;
                
                
            }
#conList dd a .rgTitleArea .subItem .xinimg::after
                {
                    display:inline-block;
                    content:'';
                    width:90px;
                    height:20px;
                    line-height:20px;
                }
#conList dd a .rgTitleArea .subItem .xinpos
               {
                    background-position:-93px -110px;
               }

.prdlist
{
    overflow:hidden;
}
 .subcatalog
        {
            position: fixed;
            right: 0px;
            top: 50%;           
            border-radius: 8px;
            width: 36px;
            /*background: rgba(92,184,239,0.6);*/
            /*background:#94caf8;*/
            background:rgb(75,192,97);
            z-index: 300;
            padding: 5px 0px;
            font-weight: bold;
            color: #fff;
            line-height:26px;
            text-align:center;
        }

    .large
    {
         
         height: 158px;
    }

    .low
    {
         
         height: 106px;
    }

    .subcatalog .tp001
    {
        display:block;
        color:#000;
        background:url(images/ar004.png) no-repeat top center;
        background-size:16px;
        border-bottom:1px solid #fff;
        padding: 10px 0px 3px 0px;
        line-height:20px;
        font-size:14px;
        text-align:center;
        color:#666;
    }

     .subcatalog .c001
    {
        display:block;               
        line-height:20px;
        padding: 5px 0px;
        text-align:center;
        border-bottom:1px solid #fff;
        
        /*background: rgba(92,184,239,0.5);*/
    }
    

    .subcatalog .dn001
    {
        display:block;
        color:#000;
        background:url(images/ar005.png) no-repeat bottom center;
        background-size:16px;
        border-top:1px solid #fff;
        padding: 3px 0px 10px 0px;
        line-height:20px;
        font-size:14px;
        text-align:center;
        color:#666;
    }

.catalog
        {
            /*background: -webkit-linear-gradient(bottom left,#3cb64d,#4da813);
            background:-ms-linear-gradient(bottom left,#3cb64d,#4da813);
            background:-moz-linear-gradient(bottom left,#3cb64d,#4da813);
            background:linear-gradient(bottom left,#3cb64d,#4da813);*/
            background:rgb(75,192,97);
            height: 30px;
            line-height: 30px;
            text-align:center;            
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            overflow:hidden;
        }          


.kind
   {      
       padding:10px 5px 0 5px;
       line-height:30px;
       color:#666;
       border-bottom:2px dotted #d0cdcd;
    }
.kind a
      {
         display:inline-block;
         padding:0 7px;
         background:#e2e1e1;
         border-radius:5px;
         margin:5px 2px;
    }

.rtbar
{
   
}

    .rtbar a
    {
        display:block;
        height:30px;
        line-height:30px;
        text-align:left;
        color:#fff;
        border-bottom:1px solid #94caf8;
        padding-left:27px;
        background:url(images/icon_05.png) no-repeat left center;
        background-size:20px;
        overflow:hidden;
    }
        .rtbar a:last-child
        {
            border-bottom:0px solid #94caf8;
        }  
        
.newsList
        {
            /*border-top: 2px dotted #d0cdcd;*/
            padding: 10px 0;
        }

            .newsList ul
            {
                margin-left: 5px;
            }

            .newsList li
            {
                display: block;
                position: relative;
                padding: 10px 0;
                border-bottom: 1px solid #e3e3e3;
            }

                .newsList li:last-child
                {
                    border-bottom: 0px;
                }

                .newsList li a
                {
                    display: block;
                    position: relative;
                    width: 100%;
                    overflow: hidden;
                }

                .newsList li .tel001
                {
                    position: absolute;
                    width: 60px;
                    border-radius: 5px;
                    line-height: 24px;
                    padding-left: 25px;
                    background: #8acdfa url(images/wx_img.png) no-repeat 2px 5px;
                    background-size: 20px;
                    font-size: 14px;
                    color: #fff;
                    right: 5px;
                    bottom: 8px;
                }

                .newsList li a .rtimg
                {
                    width: 33%;
                    float: left;
                    position: relative;
                    overflow: hidden;
                    margin-right: 15px;
                    pointer-events: none;
                    background-color: #d0cdcd;
                }

                    .newsList li a .rtimg::after
                    {
                        display: block;
                        content: '';
                        padding-top: 65.6%;
                    }

                    .newsList li a .rtimg .img
                    {
                        position: absolute;
                        left: 0;
                        right: 0;
                        top: 0;
                        bottom: 0;
                        background-color: #d0cdcd;
                        background-image: url(images/ymt_logo.gif);
                        background-repeat: no-repeat;
                        background-position: center center;
                        background-size: 32px 38px;
                    }

                        .newsList li a .rtimg .img img
                        {
                            display: block;
                            width: 100%;
                            height: 100%;
                            border: 0px;
                            vertical-align: top;
                            visibility: visible;
                            transition: opacity 200ms ease-out;
                            opacity: 1;
                            backface-visibility: hidden;
                            background-color: rgb(255, 255, 255);
                        }

                .newsList li a .h4
                {
                    font-size: 1em;
                    line-height: 25px;
                    height: 50px;
                    word-break: break-all;
                    word-wrap: break-word;
                    margin-bottom: 10px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                }

                .newsList li a .h6
                {
                    font-size: 11px;
                    color: #aaa;
                    line-height: 12px;
                }


                .newsList li a .time
                {
                    padding: 0 10px;
                }

                    .newsList li a .time i
                    {
                        display: inline-block;
                        width: 12px;
                        height: 12px;
                        border-radius: 6px;
                        background-color: #bbb;
                        vertical-align: top;
                        transform: scale(1);
                        margin-right: 5px;
                    }

                        .newsList li a .time i::after
                        {
                            content: '';
                            display: block;
                            float: right;
                            width: 4px;
                            height: 4px;
                            border: 0;
                            border-bottom: 1px;
                            border-left: 1px;
                            border-color: #fff;
                            border-style: solid;
                            margin-top: 2px;
                            margin-right: 2px;
                            clear: both;
                        }

                .newsList li a .eye
                {
                    display: inline-block;
                    vertical-align: top;
                    width: 14px;
                    height: 12px;
                    background-image: url(images/eye.jpg);
                    background-repeat: no-repeat;
                    background-position: left bottom;
                    vertical-align: top;
                    margin-right: 3px;
                }

.new0012
{
    display: block; padding: 3px 10px 3px 15px; 
    background:RGB(0,150,165) url(images/wx_downArrow.png) 8px center no-repeat; 
    background-size:20px 13px;
    border-radius: 5px; 
    margin: 0 auto; 
    width: 100px;
    margin-top:5px; 
    height: 26px; 
    line-height: 26px; 
    text-align: center; 
    color: #fff; 
    font-size: 14px; 
    font-weight: bold;
    padding-left:30px;
    
}

.new0013
{
    display: block; padding: 3px 10px 3px 15px; 
    background:RGB(0,150,165) url(images/wx_upArrow.png) 8px center no-repeat; 
    background-size:20px 13px;
    border-radius: 5px; 
    margin: 0 auto; 
    width: 100px;
    margin-top:5px; 
    height: 26px; 
    line-height: 26px; 
    text-align: center; 
    color: #fff; 
    font-size: 14px; 
    font-weight: bold;
    padding-left:30px;
    
}  

.CaiPingList
{
    
    padding:0px;
    
    /*background: #f0eff4;*/
}

.CaiPingList .caption
{
    font-size: 1em;
    font-weight: bold;
   
    height:40px;
    line-height:40px;
    background: -webkit-linear-gradient(bottom left,#3cb64d,#4da813);
    background:-ms-linear-gradient(bottom left,#3cb64d,#4da813);
    background:-moz-linear-gradient(bottom left,#3cb64d,#4da813);
    background:linear-gradient(bottom left,#3cb64d,#4da813);
    color:#fff;
    padding-left:5px;

}

.CaiPingList .ch009
    {
      overflow:hidden;
      /*width:100%;
      background:#666;
      border:solid 1px rgba(0,0,0,0.45);*/
      display:flex;
      flex-flow:row wrap;
      padding:5px 0;
    }

.CaiPingList .ch009 a
{
    display:block;
    width:40%;
    background:#fff;
    border-radius:6px;
    overflow:hidden;
    /*box-shadow:0px 0px 3px #e9eef2;*/
    border:solid 1px #d0cdcd;
    box-sizing:border-box;
    margin:5px 3px;
    padding-bottom:0px;
    flex:auto;
    
}

.CaiPingList .ch009 a .lfImgArea
    {
        /*width:33%;
        float:left;*/
        overflow:hidden;
        position:relative;
    }
     
/*.CaiPingList a .lfImgArea::after
        {
            display:block;
            content:'';
            padding-top:65.6%;
        }*/
.CaiPingList .ch009 a .lfImgArea .leftImg
        {
            /*position:absolute;
            left:0;
            top:0;
            right:0;
            bottom:0;*/
            background:#f5f2f2 url(images/ymt_logo.gif) no-repeat center center;
            background-size:32px 38px;
            overflow:hidden
        }
.CaiPingList .ch009 a .lfImgArea .leftImg img
            {
                width:100%;
                height:100%;
                vertical-align:top;
            }
.CaiPingList .ch009 a .rgTitleArea
    {
        overflow:hidden;
        line-height:24px;
        /*padding-left:15px;*/
        position:relative;
       
    }
.CaiPingList .ch009 a .rgTitleArea h4
        {
           
            font-size:0.875em;
            word-wrap:break-word;
            word-break:break-all; 
           
            line-height:20px;
            
        }
.CaiPingList .ch009 a .rgTitleArea .summary
        {
            margin-top:5px;
            overflow: hidden;
            height: 48px;           
            line-height: 24px;
            word-wrap: break-word;
            word-break: break-all;
            font-size: 16px;
            color: #333;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            padding-left:5px;
                 
        }
.CaiPingList .ch009 a .rgTitleArea .tips
        {
            

            line-height:22px;
            word-wrap:break-word;
            word-break:break-all; 
           
            font-size:0.75em;    
            color:#13cf39;  
            width:80%;
            font-weight:normal;
           
            
               
        }
.CaiPingList .ch009 a .rgTitleArea .subItem
        {
            overflow:hidden;
            /*height:22px;*/
            line-height:24px;
            font-size:0.875em;
            color:#333;
            padding-left:5px;
            padding-bottom:10px;
        }
.CaiPingList .ch009 a .rgTitleArea .subItem label
            {
                font-weight:normal;
                display:block;               
                /*color:#f00;
                font-size:0.875em;
                padding-right:15px;*/

            }
.CaiPingList .ch009 a .rgTitleArea .subItem .xinimg
            {
               
                background-image:url(images/xin.png);
                background-repeat:no-repeat;
                
                
            }
.CaiPingList .ch009 a .rgTitleArea .subItem .xinimg::after
                {
                    display:inline-block;
                    content:'';
                    width:90px;
                    height:20px;
                    line-height:20px;
                }
.CaiPingList .ch009 a .rgTitleArea .subItem .xinpos
        {
            background-position:-93px -110px;
               }

.yd{
       display:block;
       box-sizing:border-box;
       border-radius:5px;
       width:46px;
       height:46px;
       
       position:absolute;
       top:50%;
       right:10px;
       margin-top:-23px;
       text-align:center;
       border:1px solid #ff6a00;
    }
    .yd .h4
    {
        color:#fff;
        background:#ff6a00;
        font-size:1em;
        font-weight:bold;
        border-bottom:solid 1px #fff;
        line-height:28px;


    }
    .yd .h5
    {
        color:#ff6a00;
        font-size:0.75em;
        line-height:12px;
    }



.xs001
{
    border-top:0px dotted #d0cdcd;
    padding:0px 5px;
    background: #f0eff4;
    overflow:hidden;
}
.xs001 .h4
            {
                font-size:1em;
                line-height:25px;
                height:50px;              
                word-break:break-all;
                word-wrap:break-word;
                margin-bottom:10px;
                overflow:hidden;
                text-overflow:ellipsis;
                display:-webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
           
            }

.xs001 .h6
         {
            font-size:11px;
            color:#aaa;
            line-height:12px;
         }

.xs001 .eye
          {
                display:inline-block;
                vertical-align:top;
                width:14px;
                height:12px;
                background-image:url(images/eye.jpg);
                background-repeat:no-repeat;
                background-position:left bottom;
                vertical-align:top;
                margin-right:3px;
         }

.xs002
{
    font-size: 1em;
    font-weight: bold;
   
    height:40px;
    line-height:40px;
    /*background: -webkit-linear-gradient(bottom left,#3cb64d,#4da813);
    background:-ms-linear-gradient(bottom left,#3cb64d,#4da813);
    background:-moz-linear-gradient(bottom left,#3cb64d,#4da813);
    background:linear-gradient(bottom left,#3cb64d,#4da813);*/
    background:rgb(75,192,97);
    color:#fff;
    padding-left:5px;

}

.xs001 a
{
    display:block;
    width:100%;
    background:#fff;
    border-radius:5px;
    overflow:hidden;
    box-shadow:0px 0px 3px #e9eef2;
    padding:3px 2px;
    box-sizing:border-box;
    margin:15px 0;
    position:relative;
       
}

.xs001 a .lfImgArea
    {
        width:33%;
        float:left;
        overflow:hidden;
        position:relative;
    }
     
.xs001 a .lfImgArea::after
        {
            display:block;
            content:'';
            padding-top:65.6%;
        }
.xs001 a .lfImgArea .leftImg
        {
            position:absolute;
            left:0;
            top:0;
            right:0;
            bottom:0;
            background:#f5f2f2 url(images/ymt_logo.gif) no-repeat center center;
            background-size:32px 38px;
            overflow:hidden
        }
.xs001 a .lfImgArea .leftImg img
            {
                width:100%;
                height:100%;
                vertical-align:top;
            }
.xs001 a .rgTitleArea
    {
        overflow:hidden;
        line-height:22px;
        padding-left:15px;
        
    }
.xs001 a .rgTitleArea h4
        {
           
            font-size:1em;
            overflow:hidden;
            white-space:nowrap;
            text-overflow:ellipsis;
            height:22px;
            line-height:22px;
            
        }
.xs001 a .rgTitleArea .summary
        {
            overflow:hidden;
            height:52px;

            line-height:24px;
            word-wrap:break-word;
            word-break:break-all; 
           
            font-size:16px;    
            color:#333;  
            
            overflow:hidden;
            text-overflow:ellipsis;
            display:-webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;       
        }
.xs001 a .rgTitleArea .subItem
        {
            overflow:hidden;
            height:22px;
            line-height:22px;
            font-size:0.75em;
            color:rgba(0,0,0,0.45);
        }
.xs001 a .rgTitleArea .subItem label
            {
                font-weight:normal;
                
                font-size:0.875em;
                padding-right:10px;

            }
.xs001 a .rgTitleArea .subItem .xinimg
            {
               
                background-image:url(images/xin.png);
                background-repeat:no-repeat;
                
                
            }
.xs001 a .rgTitleArea .subItem .xinimg::after
                {
                    display:inline-block;
                    content:'';
                    width:90px;
                    height:20px;
                    line-height:20px;
                }
.xs001 a .rgTitleArea .subItem .xinpos
        {
            background-position:-93px -110px;
               }


.UserList
{
    padding:10px 0px 20px 0px;
    background: #f0eff4;
    overflow:hidden;
}
    .UserList dd
    {
        width:25%;
        padding:0px 5px;
        height:36px;
        line-height:36px;
        float:left;
        box-sizing:border-box;
        border-bottom:solid rgba(0,0,0,0.25) 1px;
    }

        .UserList dd:nth-last-child(1),dd:nth-last-child(2),dd:nth-last-child(3),dd:nth-last-child(4)
        {
            border:0px;
        }
        
    .UserList .caption
    {       
        background:#eee;
        font-weight:bold;
    }
                                                                 
footer {background:#fff; padding:0px 0 70px 0; text-align:left;}
.gotop{ height:24px; position:absolute;right:12px; top:2px; width:26px;background:#fff;border-radius:3px;}
.gotop:after{background:url(images/icon_v2.png) no-repeat -94px 5px;content:"";display:block;width:25px;height:25px; background-size:119px 21px;}

.banbenList { margin-bottom:10px;
             /*background: -webkit-linear-gradient(bottom left,#3cb64d,#4da813);
    background:-ms-linear-gradient(bottom left,#3cb64d,#4da813);
    background:-moz-linear-gradient(bottom left,#3cb64d,#4da813);
    background:linear-gradient(bottom left,#3cb64d,#4da813);*/
              background:rgb(75,192,97);.
              height:28px;
              line-height:28px;
              position:relative;
              color:#fff;
              padding:0 10px;
}
.banbenList a {color:#fff;}
footer p
{
    text-align:center;color:rgba(0,0,0,0.45);
}


.miniNav
{
    width: 100%;
    height:48px;
    /*background: -webkit-linear-gradient(bottom left,#3cb64d,#4da813);
    background:-ms-linear-gradient(bottom left,#3cb64d,#4da813);
    background:-moz-linear-gradient(bottom left,#3cb64d,#4da813);
    background:linear-gradient(bottom left,#3cb64d,#4da813);*/
    background:rgb(75,192,97);
    position:fixed;
    left:0px;
    bottom:0px;
    z-index:2;
    overflow:visible;
   
}
.miniNav a
{
    height:20px; line-height:20px;
     width:20%; float:left;color: #ffffff;
     font: 14px 'microsoft yahei'; padding-top:28px;
      
       text-align:center; 
       display:block
}

.miniNav img
{
    position:absolute;
    top:-33px;
    left:4%;
    border-radius:60px 60px;
    width:60px;
    height:60px;
    border:solid 1px #1f3d8d;  

}
.miniNav .nav1
    {
       background:url(./images/wx_img.png) no-repeat;
       background-size:28px; 
       background-position:center 4px;
    }
.miniNav .nav2{
       background:url(./images/wx_img.png) no-repeat;
       background-size:28px; 
       background-position:center -51px;}
.miniNav .nav3{
       background:url(./images/wx_img.png) no-repeat;
       background-size:28px; 
       background-position:center -103px;}
.miniNav .nav4{
       background:url(./images/wx_img.png) no-repeat;
       background-size:28px;  
       background-position:center -160px;}
.miniNav .nav5
    {
       background:#0b7524 url(./images/cart.png) no-repeat center 5px;
       background-size:28px;
    }
 
.miniNav a:hover
{
  
}

  .iconarea
        {
            width: 104px;
            height: 104px;
            border-radius: 104px;
            box-shadow: 0 0 5px #808080;
            background: #fff;
            position: absolute;
            z-index: 10;
            padding: 2px;
            left: 10px;
            top: 10%;
        }

            .iconarea img
            {
                width: 104px;
                height: 104px;
                border-radius: 104px;
            }

        .wordarea
        {
            width: 140px;
            top: 78%;
            left: 10px;
            position: absolute;
            text-align: left;
        }

            .wordarea .lab1
            {
                font-size: 18px;
                font-weight: bold;
                color: #192034;
                text-shadow: 0px 0px 5px #fff;
                padding: 4px 0;
                text-align: left;
                line-height: 26px;
                height: 26px;
                
            }

            .wordarea .lab2
            {
                font-size: 22px;
                font-weight: bold;
                color: #f9c83d;
                text-shadow: 0 0 5px #000;
                padding: 4px 0;
                text-align: left;
            }

            .wordarea .lab3
            {
                font-size: 22px;
                font-weight: bold;
                color: #f9c83d;
                text-shadow: 0 0 5px #192034;
                padding: 4px 0;
                text-align: left;
            }

            .wordarea .role
            {
                font-size: 14px;
                font-weight: bold;
                color: #192034;
                text-shadow: 0 0 5px #fff;
                padding: 7px 0 0 0px;
                line-height: 26px;
                height: 26px;
            }

        #dialog1 h3
        {
            margin: 0;
            padding: 0;
        }

        #dialog1 p
        {
            margin: 0;
            padding: 0;
            text-align: center;
        }

            #dialog1 p span
            {
                font-size: 0.875em;
            }

        #dialog1 input[name="account"], #dialog1 input[name="password"]
        {
            width: 180px;
            height: 20px;
            line-height: 20px;
            padding: 3px 5px;
            border: 1px solid #b0c5f8;
            border-radius: 5px;
        }

            #dialog1 input[name="account"]:focus, #dialog1 input[name="password"]:focus
            {
                box-shadow: 0 0 5px 2px #0ff;
            }


         .friendUrl
        {
            overflow:hidden ;
            
            border-bottom:1px solid #e9eef2;

            margin-bottom:7px;
        }
            .friendUrl dl,dt,dd
            {
                margin:0;
                padding:0;
                
            }
            .friendUrl dl dt
            {
                font-weight:bold;
                font-size:0.875em;
                background:#fff;
                color:#666;
                border-bottom:1px solid #e9eef2;
                height:20px;
                line-height:20px;
                padding-bottom:7px;
            }
            .friendUrl dl dd
            {              
                display:block;
                float:left;              
            }
     
                .friendUrl dd a
                {
                    display:block;
                    
                    background:url(./images/35.gif) left center no-repeat;
                    padding:3px 10px 3px 25px;
                    color:#666;
                    height:26px;
                    line-height:26px;
                    font-size:0.875em;
                } 

.more
{
    background:RGB(0,150,165) url(images/home001.png) no-repeat center 6px; 
    background-size: 20px;
}

.more2
{
    background:url(images/home001.png) no-repeat center 6px; 
    background-size: 20px;
}

.cart
{
       display:block;
       box-sizing:border-box;
       border-radius:5px;
       padding:1px 3px;
       font-size:14px;
       position:absolute;
       bottom:25px;
       right:10px;
       color:#fff;
       margin-top:-15px;
       text-align:center;
       border:1px solid #ccc;
       background:RGB(0,150,165);
}

.shopList
{
    overflow:hidden;
    background:#f0eff4;
    
}
    .shopList li
    {
        width:50%;
        box-sizing:border-box;
        text-align:center;
        float:left;
        overflow:hidden;
        

    }
        .shopList li a
        {
            overflow:hidden;
            display:block;
            border-radius:5px;
            background:#fff;
            margin:5px;
            border:1px solid #ddd;
            padding:3px;

        }
            .shopList li a img
            {
                width:100%;
                border-radius:3px;
            }
            .shopList li a h4
            {
                font-weight:normal;
                width:100%;
                text-overflow:ellipsis;
                overflow:hidden;
                white-space:nowrap;               
            }
            .shopList li a .span007
            {
                display:block;               
                font-weight:bold;
                width:100%;
                border-radius:5px;
                line-height:26px;
                height:26px;
                font-size:12px;
                background:#80debc url(./images/wx_img.png) no-repeat left 6px;
                background-size: 20px;
                text-align:left;
                padding-left:21px;
                color:#0a3bad;
                overflow:hidden;
                box-sizing:border-box;
                
            }

            .shopList li a .span008
            {
                display:inline-block;                             
                line-height:12px;
                height:12px;
                font-size:12px;
                font-weight:normal;
                background:#80debc url(./images/eye002.png) no-repeat left center;
                background-size: 12px;
                text-align:left;
                padding-left:14px;
                color:#0a3bad;
                overflow:hidden;
                box-sizing:border-box;
                margin-left:3px;
                margin-top:5px;
                
                
            }

.guanggao
{
    display:none;
}
    
.vidArea
{
    display:none;
    /*background:#f8f8f8;*/
}

      .h3
        {
            text-align: left;
            /*margin: 0 5px;*/
            background:rgb(75,192,97);
        }

            .h3 label
            {
                font-size: 1em;
                font-weight: bold;
                color:#fff;
                /*border-left: 3px solid rgb(108,195,189);*/
                padding-left: 10px;
                height: 36px;
                line-height: 36px;
            }