﻿*{
	padding:0;
	margin:0;
	font-size:13px;
}
body{
	/*background-image:url(../element/body_background.jpeg);*/
	background-color:rgb(120,120,120);
	height:auto;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../element/body_background.jpg',sizingMethod='scale');/*兼容上3句*/
}
#container{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../element/container.png);
}
.background
{
    padding:0px;
}
/*DIV边框阴影效果*/
.div_shadow{
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(strength='4', direction='135', color='#333333')";/* For IE 8 */
	filter:progid:DXImageTransform.Microsoft.Shadow(strength='4', direction='135', color='#333333');/* For IE 5.5 - 7 */
	-moz-box-shadow:2px 2px 10px #333333;/* for firefox */
	-webkit-box-shadow:2px 2px 10px #333333;/* for safari or chrome */
	box-shadow:2px 2px 10px #333333;/* for opera or ie9 */
}
/*鼠标离开DIV时，DIV边框阴影效果消失*/
.div_shadowover{
	color:Black;
}
/*DIV边框阴影效果，鼠标移到DIV上方是出现阴影效果*/
.div_shadowover:hover
{
    color:Red;
    /*background-color:rgb(70,169,255);*/
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(strength='4', direction='135', color='#333333')";/* For IE 8 */
	filter:progid:DXImageTransform.Microsoft.Shadow(strength='4', direction='135', color='#333333');/* For IE 5.5 - 7 */
	-moz-box-shadow:2px 2px 10px #333333;/* for firefox */
	-webkit-box-shadow:2px 2px 10px #333333;/* for safari or chrome */
	box-shadow:2px 2px 10px #333333;/* for opera or ie9 */
}
/*最上方“登录/注册”提示*/
#topline
{
	font-size:30px;
	padding:0px;
	color:rgb(0,0,255);
	height:50px;
	line-height:50px;
	float:right;
}
/*head图片，可以自动切换*/
.topphotobox{width:100%;margin:0;overflow:hidden;position:relative;}
.topphoto
{
    padding-bottom:40%;/*DIV高度根据和宽度的比例自动调整*/
    width:100%;
    overflow:hidden;
    position:relative;
}
.piclist{height:100%;position:absolute;left:0px;top:0px;}
.piclist li{float:left;}
.swaplist{position:absolute;left:0px;top:0px;}
.og_prev,.og_next{width:0px;height:0px;background:url(../images/icon.png) no-repeat; background:url(../images/icon_ie6.png) no-repeat\9; position:absolute; top:33px; z-index:99; cursor:pointer;filter:alpha(opacity=70); opacity:0.7;}
.og_prev{background-position:0 -60px; left:4px;}
.og_next{background-position:0 0; right:4px;}
/*head图片上的固定文字*/
.topphototext
{
    background-repeat:no-repeat;
    height:100%;
    width:100%;
    left:0px;
    top:0px;
    float:left;
    position:absolute;
    /*z-index:9;*/
}
/*公司LOGO*/
.logo
{
    background-image:url(../element/logo.png);
    background-size:contain;
    background-repeat:no-repeat;
    height:50px;
	width:200px;
	margin-left:20px;
	float:left;
}
/*菜单*/
/*菜单DIV整体背景*/
.navigation
{
	height:50px;
	width:800px;
	position:relative;
	float:left;
	/*z-index:99;*/
}
ul
{
    margin:0px;
    padding:0px;
}
ul li
{
    float:left;
    display:inline;
    height:50px;
    width:100px;
    list-style:none;
    text-align:center;
    line-height:50px;
}
/*菜单每个单元格背景*/
ul li a
{
    /*color:rgba(73,0,0,1.00);*/
    color:rgb(0,0,0);
    text-decoration:none;
    text-align:center;
    font-weight:bold;
    line-height:50px;
    width:auto;
    margin:auto auto;
    padding:0px 0px 0px 0px;
    display:block;
}
ul li a:hover,ul li ul li a:hover
{
    /*background:rgb(220,220,80);*/
    color:#F00;
}
ul li ul{visibility: hidden;}
ul li:hover ul{visibility: visible;}

/*产品图片，可以自动切换*/
/*
.wheelphotobox{width:100%;margin:0;overflow:hidden;position:relative;}
.wheeltopphoto
{
    padding-bottom:66.66667%;//DIV高度根据和宽度的比例自动调整
    width:100%;
    overflow:hidden;
    position:relative;
}
.wheelpiclist{height:100%;width:100%;top:0px;border:2px solid orange;}
.wheelpiclist li{float:left;margin-right:12%;overflow:visible;border:2px solid white;}
.wheelswaplist{position:absolute;left:0px;top:0px;}
*/

.wheelbox
{
    float:left;
    width:5.8%;
    height:60%;
    margin-right:0.5%;
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    border:2px solid green;
}
.og_wheelprev,.og_wheelnext{width:0px;height:0px;background:url(../images/icon.png) no-repeat; background:url(../images/icon_ie6.png) no-repeat\9; position:absolute; top:33px; z-index:99; cursor:pointer;filter:alpha(opacity=70); opacity:0.7;}
.og_wheelprev{background-position:0 -60px; left:4px;}
.og_wheelnext{background-position:0 0; right:4px;}



/*蓝色链接*/
.bluehyperlink a
{
	color:rgb(0,0,255);
}
.bluehyperlink a:link
{
	color:rgb(0,0,255);
}
.bluehyperlink a:hover
{
	color:rgb(0,0,255);
}
/*区域阴影*/
.div_shadow{
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')";/* For IE 8 */
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333');/* For IE 5.5 - 7 */
	-moz-box-shadow:2px 2px 10px #333333;/* for firefox */
	-webkit-box-shadow:2px 2px 10px #333333;/* for safari or chrome */
	box-shadow:2px 2px 10px #333333;/* for opera or ie9 */
}
/*段落区域边框样式*/
.paragraphborder
{
    height:500px;
    /*width:460px;
    float:left;
    border:3px ridge rgba(65,160,255,1.00);
    /*background-color:rgba(255,255,255,0.60);*/
}
/*横向分隔线*/
.splitline
{
    height:2px;
    border:none;
    border-top:2px ridge rgb(65,160,255);
    clear:both;
}
/*纵向分隔线*/
.vline
{
    float:left;
    width:20px;
    background-image:url(../element/divide.png);
    background-size:contain;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../element/divide.png',sizingMethod='image');/*兼容上2句*/
    background-repeat:no-repeat;
    margin:0px 10px 0px 10px;
}
/*登录、注册、留言等文本框长度*/
.textboxlenth
{
    width:400px;
}
/*段落区域标题*/
#title
{
    /*line-height:25px;
    height:25px;
    width:94px;
    background-image:url(../element/title_link.png);
    background-repeat:no-repeat;
	background-position:left;
    color:rgb(255,255,255);
    font-weight:bold;
    text-indent:0.5em;*/
    line-height:30px;
    height:30px;
    width:100%;
    background-image:url(../element/title_link.png);
    background-repeat:no-repeat;
	background-position:center;
	background-size:100%
    color:rgb(255,255,255);
    font-weight:bold;
    text-align:center;
    /*display: block;*/
    text-indent:0.5em;
}
#title a
{
    text-decoration:none;
	color:rgb(255,255,255);
	display: block;
	text-indent:0.5em;
}
#title a:link
{
    text-decoration:none;
	color:rgb(255,255,255);
}
#title a:hover
{
    text-decoration:none;
	color:rgb(255,0,0);
	background-image:url(../element/title_hover.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:100%;
}

/*正文区域*/
.divparagraph
{
    padding:10px 10px 15px 10px;
    height:450px;
    overflow:hidden;
}
/*段落首行缩进2字符*/
#paragraph
{
    font-size:large;
    text-indent:2em;
    line-height:2em;
    text-align: justify;
    text-justify:inter-ideograph;
}
.business
{
    color:rgb(255,0,0);
    font-size:24px;
    line-height:40px;
    font-weight:bolder;
    text-align:center;
}
/*正文内照片*/
#textphotoleft
{
    float:left;
    width:600px;
    height:450px;
    border:4px solid white;
    margin-right:10px;
    background-image:url(../element/company1.jpg);
    background-size:cover;
    background-repeat:no-repeat;
}
#textphotoright
{
    float:left;
    width:200px;
    height:150px;
    border:2px solid white;
    margin-right:10px;
    background-image:url(../element/citydelivery1.jpg);
    background-size:cover;
    background-repeat:no-repeat;
}
/*公司简介下方图片*/
#textphotocom
{
    float:right;
    width:30%;
    height:100%;
    background-color:White;
    background-image:url(../element/card.png);
    background-size:contain;
    background-repeat:no-repeat;
}
/*配送中心下方图片*/
#textphotodown
{
    clear:both;
    float:left;
    width:35%;
    height:100%;
    margin-left:5px;
    background-color:transparent;
    background-image:url(../element/fire.png);
    background-size:contain;
    background-repeat:no-repeat;
}
/*“详细”*/
#xiangxi
{
    padding:10px;
    float:right;
}
/*欢迎光临*/
.lianxifangshi
{
    width:260px;
    border:3px solid white;
    margin:15px;
    line-height:30px;
}
/*产品图片外框*/
.outbox
{
    float:left;
    width:12%;
    height:100%;
    border:2px solid green;
}
/*轮毂外框*/
.lungu
{
    width:12.5%;
    float:left;
}
/*轮毂图片*/
.xiangmu
{
    width:75%;
    padding-bottom:75%;
    margin:10%;
    background-size:contain;
    background-repeat:no-repeat;
    /*鼠标离开图片恢复大小*/
    transition:All 0.5s ease-in-out;
    -webkit-transition:All 0.5s ease-in-out;
    -moz-transition:All 0.5s ease-in-out;
    -o-transition:Al1 0.5s ease-in-out;
}
/*鼠标进入图片，图片自动放大*/
.xiangmu:hover
{
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    -ms-transform:scale(1.2);
}
.xiangmu2
{
    /*width:320px;
    height:320px;
    margin:30px;*/
    width:70%;
    padding-bottom:70%;
    margin:10%;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
    /*鼠标离开图片恢复大小*/
    transition:All 0.5s ease-in-out;
    -webkit-transition:All 0.5s ease-in-out;
    -moz-transition:All 0.5s ease-in-out;
    -o-transition:Al1 0.5s ease-in-out;
}
/*鼠标进入图片，图片自动放大*/
.xiangmu2:hover
{
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    -ms-transform:scale(1.2);
}
.xiangmutext
{
    text-align:center;
    font-size:20px;
    font-weight:bold;
}




/*轮毂产品页产品参数*/
.canshu
{
    font-size:18px;
    float:left;
    width:30%;
    height:54px;
    line-height:3;
    border:1px solid white;
}
/*首页轮毂标题：一片式、两片式*/
.lungubiaoti
{
    width:100%;
    height:120px;
    text-align:center;
    font-size:20px;
    font-weight:bold;
    padding-top:50px;
}
/*首页轮毂照片*/
.lunguzhaopian
{
    width:100%;
    height:450px;
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    /*鼠标离开图片恢复大小*/
    transition:All 0.5s ease-in-out;
    -webkit-transition:All 0.5s ease-in-out;
    -moz-transition:All 0.5s ease-in-out;
    -o-transition:Al1 0.5s ease-in-out;
}
/*鼠标进入图片，图片自动放大*/
.lunguzhaopian:hover
{
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    -ms-transform:scale(1.2);
}
/*一片式或两片式产品集合页*/
.yipianshi
{
    width:20%;
    padding-bottom:4%;
    margin:2.3%;
    float:left;
}
/*产品集合页最上方图片*/
.yipiantitlephoto
{
    width:100%;
    padding-bottom:37%;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
}
/*产品集合每个产品图片*/
.yipianphoto
{
    width:100%;
    padding-bottom:100%;
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
    /*鼠标离开图片恢复大小*/
    transition:All 0.5s ease-in-out;
    -webkit-transition:All 0.5s ease-in-out;
    -moz-transition:All 0.5s ease-in-out;
    -o-transition:Al1 0.5s ease-in-out;
}
/*鼠标进入图片，图片自动放大*/
.yipianphoto:hover
{
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
}
/*产品集合每个产品图片下型号字符*/
.yipiantext
{
    text-align:center;
    font-size:20px;
    font-weight:bold;
    margin-top:20px;
}



/*轮毂产品页轮毂大照片*/
.photobig
{
    width:100%;
    padding-bottom:100%;
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    /*鼠标离开图片恢复大小*/
    transition:All 0.5s ease-in-out;
    -webkit-transition:All 0.5s ease-in-out;
    -moz-transition:All 0.5s ease-in-out;
    -o-transition:Al1 0.5s ease-in-out;
}
/*鼠标进入图片，图片自动放大*/
.photobig:hover
{
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
}
/*产品页大图片下方小图片*/
.photolist
{
    width:25%;
    padding-bottom:25%;
    margin:3%;
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
    border:2px solid white;
    float:left;
    /*鼠标离开图片恢复大小*/
    transition:All 0.5s ease-in-out;
    -webkit-transition:All 0.5s ease-in-out;
    -moz-transition:All 0.5s ease-in-out;
    -o-transition:Al1 0.5s ease-in-out;
}
/*鼠标进入图片，图片自动放大*/
.photolist:hover
{
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    -ms-transform:scale(1.2);
}


/*项目页*/
.xiangmujieshao
{
    float:right;
    margin:15px 20px 0px 0px;
    width:760px;
}
/*分类图片*/
/*子网页正文区域边框*/
#subwebdiv
{
   /* background-color:rgb(200,220,255);
    /*background-color:rgba(255,255,255,0.60);*/
    /*filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#AAFFFFFF,endColorStr=#AAFFFFFF);/*兼容上1句*/
    padding-top:10px;
    /*border:2px solid rgb(150,150,150);*/
}
/*公司新闻、行业资讯、货运知识*/
.fenleiborder
{
    width:300px;
    height:250px;
    float:left;
    padding:10px 0px 10px 0px;
}
.articleborder
{
    margin-top:10px;
    margin-left:10px;
}
/*首页表格边框样式*/
.gridviewdiv
{
    width:99%;
    /*padding-bottom:50%;*/
    height:76%;
    border:2px solid rgb(90,110,159);
    background-color:rgb(240,240,100);
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#BBFFFFFF,endColorStr=#BBFFFFFF);/*兼容上1句*/
    margin:5px 0px 5px 0px;
    padding:2px;
    overflow:auto;
}
/*首页表格样式*/
.gridview
{
	border-color:transparent;
}
.gridview td{
	height:20px;
}
.gridviewheader
{
	height:20px;
	background-color:rgb(199,199,199);
	background-position:100%,100%;
	color:rgb(73,0,0);
}
.gridviewrow
{
    height:10px;
	color:Black;
	text-decoration:none;
}
.gridviewrow a
{
	color:Black;
	text-decoration:none;
}
.gridviewrow a:link
{
	color:Black;
	text-decoration:none;
}
.gridviewrow a:hover
{
	color:#900;
	text-decoration:underline;
}
/*文章标题列*/
.column-biaoti
{
    width:200px;
    display: block;/*不可少*/
    overflow: hidden;  
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-right:5px;
    padding-top:5px;
}
/*日期列*/
.column-date
{
	width:60px;
	padding-left:10px;
	text-align:right;
	padding-top:-5px;
}
/*文章版块列表页面*/
.grid
{
    width:700px;/*与表格宽度一致*/
    margin-left:auto;
    margin-right:auto;
}
.articlegridview td{
	height:30px;
}
.articlegridviewheader
{
    font-Size:14px;
	height:30px;
    color:rgb(0,0,0);
    background-color:rgb(65,160,255);
}
.articlegridviewrow a
{
	color:Black;
	text-decoration:none;
}
.articlegridviewrow a:link
{
	color:Black;
	text-decoration:none;
}
.articlegridviewrow a:hover
{
	color:#900;
	text-decoration:underline;
}
.articlegridviewfoot
{
	background-color:Transparent;
}
.pagestyle
{
	background-color:Transparent;
	text-align:right;
}
/*文章页面*/
.articlediv
{
    background-color:rgb(200,220,255);
    /*background-color:rgba(255,255,255,0.6);*/
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#AAFFFFFF,endColorStr=#AAFFFFFF);/*兼容上1句*/
}
.articleleft
{
    float:left;
	width:300px;
	border-color:rgb(120,120,120);
	border-width:1px;
	border-style:solid;
}
.articleright
{
	float:left;
	width:677px;
	border-color:rgb(120,120,120);
	border-width:1px;
	border-style:solid;
	padding:10px;
	margin-left:-1px;/*左右2div边框中间重叠部分*/
}
/*文章标题、日期版块、内容*/
.articletitle
{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:rgb(255,0,0);
	margin-top:10px;
}
.other
{
	text-align:center;
	font-size:9px;
	color:rgb(100,100,100);
	margin-top:10px;
	margin-bottom:10px;
}
.articlecontent
{
	margin-top:10px;
	text-indent:2em;/*首行缩进2字符*/
	line-height:150%;/*行间距*/
	padding-left:5px;
	padding-right:5px;
}
/*热线员、电话*/
.hotline
{
    background-image:url(../element/phone.png);
    height:267px;
    width:100%;
    background-position:top;
	background-size:contain;
    background-repeat:no-repeat;
    margin:auto auto;
}
.phone
{
    color:rgb(155,0,0);
    font-size:18px;
    line-height:30px;
}
/*表格隐藏列，仍可取值赋值*/
.columnhidden
{
	display:none;
}
/*.map
{
    width:640px;
    height:400px;
    overflow:hidden;
}*/
/*系统维护*/
#centerdiv
{
	margin-left:auto;
	margin-right:auto;
	width:96%;
	height:900px;
	padding-top:5px;
	margin-bottom:5px;
	border-color:rgb(199,199,199);
	border-width:2px;
	border-style:solid;
	background-color:rgba(255,255,255,0.4);
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#88FFFFFF,endcolorstr=#88FFFFFF);/*背景色兼容IE*/
}

/*数据系统CSS*/
/*区域边框样式*/
.areaborder
{
    width:auto;
    border:3px solid rgb(255,120,200);
    border-style:ridge;
    background-color:rgb(200,220,255);
    padding:2px;
    margin:0px 0px 2px 0px;
}
.textdivleft
{
    width:auto;
    margin:2px 5px 2px 0px;
    float:left;
}
.textdiv
{
    width:auto;
    margin:2px 5px 2px 0px;
}
/*按钮隐藏*/
.buttonhiden
{
	visibility:hidden;
}
/*按钮样式*/
.button
{
    width:60px;
    height:20px;
    background-color:rgb(70,150,220);
	border-width:1px;
	/*color:rgba(120,30,30,1.00);*/
}
.deletebutton
{
    width:60px;
    height:20px;
    background-color:rgb(255,110,110);
    border-width:1px;
}
.printbutton
{
    width:80px;
    height:20px;
    background-color:rgb(70,150,220);
	border-width:1px;
	/*color:rgba(120,30,30,1.00);*/
}
/*照片浏览*/
#photoviewup,.photoviewup
{
	height:600px;
	margin:5px;
	border:ridge 3px rgba(0,140,0,0.8);
	/*蓝border:ridge 3px rgba(40,40,255,0.8);红border:ridge 3px #F36;绿border:ridge 3px rgba(0,140,0,0.8);黄border:ridge 3px rgba(255,0,221,0.8);白border:ridge 3px rgb(255,255,255);*/
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}
/*下方照片小图列表方框*/
#photoviewdown
{
	height:160px;
	margin:5px;
	border:ridge 3px rgba(0,140,0,0.8);
	/*蓝border:ridge 3px rgba(40,40,255,0.8);红border:ridge 3px #F36;绿border:ridge 3px rgba(0,140,0,0.8);黄border:ridge 3px rgba(255,0,221,0.8);白border:ridge 3px rgb(255,255,255);*/
	overflow:auto;
}
.gridview
{
	border-color:rgb(120,120,120);
	background-color:rgba(255,255,255,0.4);/*蓝红0.6，绿0.4*/
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#88FFFFFF,endcolorstr=#88FFFFFF);/*背景色兼容IE*/
}
.gridview td{
	height:30px;
}
.gridviewheader
{
	height:30px;
	background-image:url(../images/navigation_link.jpg);
	background-position:100%,100%;
	color:rgb(0,0,0);/*蓝color:rgba(255,255,0,0.90);黄color:rgb(230,0,180);红color:rgb(255,255,0);绿白color:rgb(0,0,0);文章表格标题栏字体色彩*/
}
.gridviewheader a
{
	color:rgb(73,0,0);
	text-decoration:none;
}
.gridviewheader a:hover
{
	color:rgb(73,0,0);
	text-decoration:none;
}
.gridviewrow a
{
	color:Black;
	text-decoration:none;
}
.gridviewrow a:link
{
	color:Black;
	text-decoration:none;
}
.gridviewrow a:hover
{
	/*蓝白红color:#900;绿color:Red;*/color:Red;
	text-decoration:underline;
}
.columntitle
{
	width:380px;
	text-align:left;
}
.columndate
{
	width:60px;
	text-align:center;
}
/*合并评论数和点击数*/
.columntwo
{
	width:60px;
	text-align:right;
}
/*隐藏列，仍可取值赋值*/
.columnhidden
{
	display:none;
}
.gridviewfoot
{
	background-color:Transparent;
}
.pagestyle
{
	background-color:Transparent;
	text-align:right;
}
/*评论明细*/
.authorleft
{
	font-size:14px;
	width:100px;
	padding:5px 5px 5px 5px;
	color:Blue;
	font-weight:bold;
	text-align:center;
}
.commentwidth
{
	width:550px;
}
.authorright
{
	font-size:14px;
	font-weight:bold;
	width:auto;
	padding:5px 5px 5px 5px;
	margin:0px 10px 10px 0px;
	color:rgb(73,0,0);
	float:left;
}
.date
{
	font-size:9px;
	width:auto;
	padding:5px 5px 5px 5px;
	margin:0px 10px 10px 0px;
	color:rgb(100,100,100);
	width:auto;
}
.commentdetail
{
	font-size:14px;
	padding:3px 5px 0px 5px;
	border:solid 0px rgb(0,100,100);
	margin:0px 0px 3px 0px;
}
.revert
{
	font-size:14px;
	float:right;
	padding:2px 2px 2px 2px;
	margin-top:20px;
	width:550px;
	text-align:right;
	border:solid rgb(130,130,130);
	border-width:1px 0px 0px 0px;
}
/*图片展示*/
.box
{
	float:left;
	margin:20px 18px 20px 18px;
}
.photobox
{
	position:relative;
	overflow:auto;
	border:solid 2px #FFF;
}
.photosimple
{
	position:absolute;
	background-repeat:no-repeat;
	background-size:contain;
}
/*照片小图下方景点名称文字*/
.scenicname
{
	text-align:center;
	color:Blue;
	margin-top:10px;
	width:145px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;/*文字过长显示成...*/
	white-space:nowrap;
	overflow:hidden;
}
.scenicname a
{
	color:Blue;
	text-decoration:none;
}
.scenicname a:link
{
	color:Blue;
	text-decoration:none;
}
.scenicname a:hover
{
	color:Red;
	text-decoration:underline;
}
/*左侧搜索、查询、选择分类等功能区域*/
#tool,.tool
{
	width:190px;
	margin:10px auto 10px auto;
	padding:0px 10px 10px 10px;
	border:ridge 3px rgba(0,140,0,0.8);
	/*蓝border:ridge 3px rgba(40,40,255,0.8);红border:ridge 3px #F36;绿border:ridge 3px rgba(0,140,0,0.8);黄border:ridge 3px rgba(255,0,221,0.8);白border:ridge 3px rgb(255,255,255);*/
	border-radius:10px;
	line-height:10px;
}
.tooltext
{
	padding:10px;
	line-height:150%;
}
#scenicname
{
	color:rgb(0,0,255);
	text-align:center;
	font-weight:bold;
	line-height:100%;
}
/*控件之间上下间距*/
#controlpad,.controlpad
{
	margin:15px auto 15px auto;
}
/*照片浏览*/
#photoviewup,.photoviewup
{
	height:600px;
	margin:5px;
	border:ridge 3px rgba(0,140,0,0.8);
	/*蓝border:ridge 3px rgba(40,40,255,0.8);红border:ridge 3px #F36;绿border:ridge 3px rgba(0,140,0,0.8);黄border:ridge 3px rgba(255,0,221,0.8);白border:ridge 3px rgb(255,255,255);*/
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}
/*下方照片小图列表方框*/
#photoviewdown
{
	height:160px;
	margin:5px;
	border:ridge 3px rgba(0,140,0,0.8);
	/*蓝border:ridge 3px rgba(40,40,255,0.8);红border:ridge 3px #F36;绿border:ridge 3px rgba(0,140,0,0.8);黄border:ridge 3px rgba(255,0,221,0.8);白border:ridge 3px rgb(255,255,255);*/
	overflow:auto;
}
/*每张照片小图照片和景点名称外框*/
#photonowbox
{
	float:left;
	border:solid 3px red;
	margin:5%;
	width:20%;
	padding-bottom:20%;/*DIV高度根据和宽度的比例自动调整*/
	cursor:pointer;/*鼠标变成手形*/
}
#photonowbox a:link
{
    color:Black;
    text-decoration:none;/*链接无下划线*/
}
#photonowbox a:hover
{
    color:Red;
    text-decoration:underline;/*鼠标覆盖时链接出现下划线*/
}
/*每张照片小图外框*/
.photonow
{
	width:18%;
	padding-bottom:18%;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	margin:2%;
	float:left;
}
.textdivleft
{
    width:auto;
    margin:2px 5px 5px 5px;
    float:left;
}
.textdiv
{
    width:auto;
    margin:2px 5px 5px 5px;
}
/*按钮隐藏*/
.buttonhiden
{
	visibility:hidden;
}
/*修改照片*/
.sysphoto
{
    float:left;
    width:200px;
    height:150px;
    margin-right:5px;
    background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	border:1px solid rgb(255,255,255);
}