﻿/*网站投稿*/
a.tg
{
    color: #FF6600;
    text-decoration: underline;
    font-size: 16px;
}

a:hover
{

    font-weight: 700;
    text-decoration: blink;
}

/*到顶样式*/

#gotop {
    display: none;
    position: fixed;
    z-index: 777;
    width: 82px;
    height: 110px;
    right: 20px;
    bottom: 10px;
    background: url(../images/gotop.png) no-repeat;
    cursor: pointer;
}
#gotop {
    width: 49px;
    height: 66px;
    background-size: cover;
    background-repeat: no-repeat\9;
    background-image: none\9;
}

/*移动图片*/
.ydtp{z-index: 999999;position: absolute;left: -94px; top: 0px;}
.dltpl{Z-index: 10;position: fixed;left:0px; }
.dltpr{Z-index: 10;position: fixed;right:0px;}
.noshow{display:none;}
/*横栏图片(可横向显示多幅自定义图片长度 纵向显示多幅)*/
.box-jpg {width: 100%;/*background: #fff;*/padding:0px 0px;margin:0 auto 0px;}
.box-jpg .jpg-show{overflow: hidden;}
.box-jpg .jpg-show .hltp {clear: both;}
.box-jpg .jpg-show .marg-10px{margin-top:10px;}
.box-jpg .jpg-show .marg_img{margin-left:20px;}
.marg-10px{margin-top:10px;}
.jpg-show{overflow: hidden;}
.marg_img{margin-left:25px;}
.jpg-show img:hover
        {
            transform: scale(1.03);
        }
.overflow img:hover
        {
            transform: scale(1.03);
        }
.pic img:hover
        {
            transform: scale(1.03);
        }
        
 
.margin_bottom_10px {
    margin-bottom: 10px;
}