﻿/*@charset "gb2312";*/
/* CSS Document */

/**公共样式**/
*{margin:0px; padding:0px;}
img{border:none; vertical-align:top;}
li{list-style-type:none;}
ul,dl,ol{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:12px; font-weight:normal;}

address,cite,code,em,th{font-weight:normal; font-style:normal;}
.link1 a{color:#1E50A2; text-decoration:none;}
.link1 a:hover{color:#FF6600; text-decoration:underline;}
.link2 a{color:#000000; text-decoration:none;}
.link2 a:hover{color:#FF6600; text-decoration:underline;}
.link3 a{color:#373737; text-decoration:none;}
.link3 a:hover{color:#FF6600; text-decoration:underline;}
.link4 a{color:#333333; text-decoration:none;}
.link4 a:hover{color:#EC6C00; text-decoration:underline;}
.link5 a{color:#ED6C00; text-decoration:none;}
.link5 a:hover{text-decoration:underline;}
.link6 a{color:#3A6CB1; text-decoration:none;}
.link6 a:hover{color:#EC6C00; text-decoration:underline;}
.link7 a{color:#B07E4D; text-decoration:none;}
.link7 a:hover{color:#EC6C00; text-decoration:underline;}
.link8 a{color:#545454; text-decoration:none;}
.link8 a:hover{color:#EC6C00; text-decoration:underline;}
.color1{color:#444444;}
.color2{color:#FF6600;}
.color3{color:#373737;}
.color4{color:#ED6C00;}
.color5{color:#78A62C;}
.color6{color:#3A6CB1;}
.left{float:left;}
.right{float:right;}
.clear{clear:both;}

/**公共背景**/
.zxdkLongBg{width:698px; border:1px solid #CCCCCC;}
.zxdkLongBg h2{width:698px; height:32px; line-height:33px; background:#F6F6F6; border-bottom:1px solid #CCCCCC;}
.zxdkLongBg h2 span{font-size:16px; font-weight:bold; padding:0px 0px 0px 15px;}
.zxdkShortBg{width:248px; border:1px solid #CCCCCC;}
.zxdkShortBg h2{width:248px; height:32px; line-height:33px; background:#F6F6F6; border-bottom:1px solid #CCCCCC;}
.zxdkShortBg h2 span{font-size:14px; font-weight:bold; padding:0px 0px 0px 15px;}

/*主体*/
.main{width:1200px; margin:10px auto;}
.nMain{width:1200px; margin:10px auto;}
/*您所在的位置*/
.position1 h1{color:#666666; padding:0px 0px 0px 15px;}
.position1 h1 a{color:#000000; text-decoration:none;}
.position1 h1 a:hover{color:#FF6600; text-decoration:underline;}

/*您所在的位置*/
.position1 p{color:#666666; padding:0px 0px 0px 15px;}
.position1 p a{color:#000000; text-decoration:none;}
.position1 p a:hover{color:#FF6600; text-decoration:underline;}


div.flickr {float:right; text-align:left; width:80%}
div.flickr a {display:block; float:left; height:23px; line-height:23px; padding:0px 8px 0px 8px; 
	color:#373737; text-decoration:none; border:1px solid #CCCCCC; margin:0px 0px 0px 8px;}
div.flickr a:hover {color:#FFFFFF; background:#F28D06; border:1px solid #F28D06;}
div.flickr a.pageUp{width:43px; height:22px; background:url(../images/pageup.gif) no-repeat; border:none; padding:3px 0px 0px 17px; line-height:22px}
div.flickr a.pageDown{width:62px; height:24px; background:url(../images/pagedown.gif) no-repeat; text-align:inherit; border:none; padding:3px 0px 0px 8px; line-height:22px}
div.flickr a.pageUp:hover
{width:43px; height:22px; background:url(../images/pageup.gif) no-repeat; border:none; padding:3px 0px 0px 17px;	color:#373737;}
div.flickr a.pageDown:hover
{width:52px; height:24px; background:url(../images/pagedown.gif) no-repeat; border:none; padding:3px 0px 0px 8px;	color:#373737;}
div.flickr span {display:block; float:left; height:23px; line-height:23px; padding:0px 8px 0px 8px; color:#373737;
                  text-decoration:none; border:1px solid #CCCCCC; margin:0px 0px 0px 8px;
}
div.meneame a:active {color:#FFFFFF; background:#F28D06; border:1px solid #F28D06;}
div.flickr span.current {color:#FFFFFF; background:#F28D06; border:1px solid #F28D06;}
div.flickr span.disabled {color:#464646; background:#FFFFFF; border:1px solid #CCCCCC;}
div.flickr span.pageUp{width:43px; height:22px; background:url(../images/pageup.gif) no-repeat; border:none; padding:3px 0px 0px 17px; text-align:left; line-height:22px}
div.flickr span.pageDown{width:52px; height:24px; background:url(../images/pagedown.gif) no-repeat; border:none; padding:3px 0px 0px 8px; text-align:left; line-height:22px}


/* CSS Document */
.mydiv {
background-color: Black;
line-height: 25px;
font-size: 12px;
font-weight: bold;
z-index:999;/*优先级*/
width: 445px;
height: 220px;
left:47%;
top:37%;
margin-left:-150px!important;/*FF IE7 该值为本身宽的一半 ，!important的出现就是为了让用户自己设置被执行语句的优先级*/
margin-top:-60px!important;/*FF IE7 该值为本身高的一半*/
margin-top:0px;
position:fixed!important;/* FF IE7*/
position:absolute;/*IE6*/
_top:       expression(eval(document.compatMode &&
            document.compatMode=='CSS1Compat') ?
            documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
            document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);/*IE5 IE5.5*/
}
.bg {
background-color: Black; display:none;
width: 100%;
height: 100%;
left:0;
top:0;/*FF IE7*/
filter:alpha(opacity=50);/*IE ，透明度*/
opacity:0.5;/*FF*/
z-index:1;/*优先级*/
position:fixed!important;/*FF IE7*/
position:absolute;/*IE6*/
_top:       expression(eval(document.compatMode &&
            document.compatMode=='CSS1Compat') ?
            documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
            document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);
}



/*视频页面*/
#bg {
	POSITION: absolute;WIDTH: 100%; DISPLAY: none; BACKGROUND: black; HEIGHT: 100%; TOP: 0px; LEFT: 0px; _height: 1000em; margin:0; padding:0;z-index: 99;
}
#video1 ,#video2 ,#video3 { 
	POSITION: absolute; TEXT-ALIGN: center;MARGIN: 0px auto; WIDTH: 500px; DISPLAY: none; BACKGROUND: #fff; HEIGHT: 430px; TOP: 130px; PADDING: 20px 10px 10px 10px; LEFT: 390px; z-index:100;
}
.close-but1 {
	MARGIN-TOP: 10px; CURSOR: pointer
}

#OnlineFeedBack 
{
    display: none;
    position: relative;
    height: 380px;
    width: 550px;
}
#OnlineFeedBack .feedbackpost
{ width: 550px;
    overflow: hidden;
    height: 430px;
    border: 1px solid #ccc;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    padding-left: 10px;
}
#OnlineFeedBack a {
    text-decoration: none;
}
.nIndexCustomer{
	position:fixed;
	_position:absolute;
	top:340px; 
	right:0px;
 	width:20px;
	_right:auto;
	_left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));
	_top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +200 : document.body.scrollTop + 200);
    z-index: 101;
}
.nIndexCustomerTitle{float:left; width:20px; height:118px; background:url('../images/cusservicebg.png');_background:url('../images/cusservicebg_8.png');background-repeat: no-repeat;}
.nIndexCustomerTitle p{font-size:12px; color:#FFFFFF; padding:30px 0px 0px 5px; cursor:pointer;}
.nIndexCustomerIn{float:right; width:89px; height:116px; border:1px solid #ED6C00; border-right:none;display:none;background: #fff;}
.nIndexCustomerCont{width:89px; margin:auto; padding-top:15px;}
.nIndexCustomerIn li{height:22px;}
.nIndexCustomerIn li a{display:block; width:89px; font-size:12px; color:#ED6C00; text-decoration:none;}
.nIndexCustomerIn li a:hover{text-decoration:underline;}
/********************************8个QQ**********************************************************************/
.nIndexCustomer8{
	position:fixed;
	_position:absolute;
	top:340px; 
	right:0px;
 	width:20px;
	_right:auto;
	_left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));
	_top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +200 : document.body.scrollTop + 200);
    z-index: 101;
}
.nIndexCustomerTitle8{float:left; width:20px; height:200px; background:url('../images/cusservicebg8.png');_background:url('../images/cusservicebg8.png');background-repeat: no-repeat;}
.nIndexCustomerTitle8 p{font-size:12px; color:#FFFFFF; padding:80px 0px 0px 5px; cursor:pointer;}
.nIndexCustomerIn8{float:right; width:89px; height:198px; border:1px solid #ED6C00; border-right:none;display:none;background: #fff;}
.nIndexCustomerCont8{width:89px; margin:auto; padding-top:15px;}
.nIndexCustomerIn8 li{height:22px;}
.nIndexCustomerIn8 li a{display:block; width:89px; font-size:12px; color:#ED6C00; text-decoration:none;}
.nIndexCustomerIn8 li a:hover{text-decoration:underline;}
/********************************8个QQ**********************************************************************/
/*页码*/
.page{margin:20px 0px 0px 0px;}
.page p{float:left; line-height:25px;}
.page p span{color:#FF6600; font-weight:bold;}
.pageList{float:right;}
.pageList a{display:block; float:left; height:23px; line-height:23px; padding:0px 8px 0px 8px; color:#373737; text-decoration:none; border:1px solid #CCCCCC; margin:0px 0px 0px 8px;}
.pageList a.numb{color:#FFFFFF; background:#F28D06; border:1px solid #F28D06;}
.pageList a.numa{color:#464646; background:#FFFFFF; border:1px solid #CCCCCC;}
.pageList a.numa:hover{color:#FFFFFF; background:#F28D06; border:1px solid #F28D06;}
.pageList a.pageUp{width:43px; height:22px; background:url(../images/pageup.gif) no-repeat; border:none; padding:3px 0px 0px 17px;}
.pageList a.pageDown{width:52px; height:24px; background:url(../images/pagedown.gif) no-repeat; border:none; padding:3px 0px 0px 8px;}

.ad_close {
    text-decoration: none;color: #000000;
}

.lineheight25{ line-height:25px;}


