﻿/*通用*/
@charset "utf-8";
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,img,table,tr,th,td,form,input,textarea{margin:0;padding:0;}
body{font-size:12px;font-family:"微软雅黑";}
h1,h2,h3,h4,h5,h6{font-size:14px;}
ul li{list-style-type:none;}
a{text-decoration:none;}
img{border:none; vertical-align: middle;}
.clear { clear:both; height:0px;}
.clearfix {display: block;height: 1%;}
.clearfix:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}

/*容器*/
#container{width:100%;min-width:1200px;} 

/*头部*/
#header_box{width:100%;height:50px;position:relative;z-index:10; BORDER-Bottom: #b4b4b4 1px solid; BORDER-TOP: #b4b4b4 1px solid;  }
#header{width:1200px;height:50px;margin:0 auto;position:relative; }  

/*头部菜单*/
.header_menu{
	height:50px;position:absolute;width:1200px;line-height:50px;
}
.header_menu .innerMenu{ position:relative; width:1200px;height:50px;}  
.innerMenu ul li{float:left;padding-right:1px;position:relative;}
.innerMenu ul li a.first{ width:50px; padding:0 20px; background-color:#cc0000; color:White;vertical-align:middle;}
.innerMenu ul li a{width:132px;display:block;font:normal 14px/30px "微软雅黑"; color:Black;text-align:center; line-height:50px; font-weight:bold;}
.innerMenu ul li a:hover,.innerMenu ul li a.selected,.innerMenu ul li a.hover{ cursor:default;background:#cc0000;height:50px; color:White; vertical-align:middle;} 
.innerMenu ul ul{display:none;position:absolute; height:auto; width:132px; background-color:White; color:Black; }
.innerMenu ul ul li{float:none; height:50px; line-height:50px; text-align:center;}
.innerMenu ul ul li a{color:Black;font:normal 14px/28px "宋体";height:50px; line-height:50px;padding:3px 0 3px 0; text-align:center;} 
.innerMenu ul ul li a.hover{color:Red;font:normal 14px/28px "宋体";height:50px; line-height:50px; padding:3px 0 3px 0;text-align:center; font-weight:bold; }  



/*首页banner图片*/
#bannerBox{width:100%;height:432px;position:relative;border-bottom:1px solid #cbcccc; z-index:2}
#bannerBox a.leftBtn{width:50px;height:50px;position:absolute;left:0;top:195px;}
#bannerBox a.rightBtn{width:50px;height:50px;position:absolute;right:0;top:195px;}
#bannerImg{width:100%;height:432px;overflow:hidden;}
#bannerImg ul{width:999999px;}
#bannerImg ul li{float:left;overflow:hidden;}
#bannerImg ul li img{width:1920px;height:434px;float:left;}
#bannerBtn_box{width:100%;height:13px;position:absolute;bottom:32px; z-index:4;}
#bannerBtn{width:980px;margin:0 auto;position:relative;}

#bannerBtn ul{ bottom: -30px;
    position: absolute;
    right: 0; z-index:100}

#bannerBtn li {
    background: none repeat scroll 0 0 #FFFFFF;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 30px;
    padding: 3px;
    width: 45px;
}

#bannerBtn li.normal {
    margin: 7px 0 0 10px;
}

#bannerBtn li.selected {
    margin: 0 0 0 10px;
}
 




/*首页中部*/
.main_box{width:100%;height:auto;padding-top:5px;}
.main{width:1200px;height:auto;margin:0 auto;}



#topbar li img,.vipgoods ul li img{-webkit-transition: 300ms;-ms-transition: 300ms;transition: 300ms;}
#topbar {height:100%;overflow:hidden}
#topbar ul {width:1224px;margin-right:44px;height:100%;overflow:hidden}
#topbar li{ width:160px; float:left;margin:10px 44px 0 0;}
#topbar li img{width:160px; height:68px;}
#topbar li.big {width:364px;}
#topbar li.big img {width:364px;height:60px;}
#topbar .line {border-top:1px solid #ddd;margin-top:10px}
#topbar li a:hover { position:relative;left:-2px}
#topbar li a:hover img { -webkit-transform: translateX(-2px);-ms-transform: translateX(-2px);transform: translateX(-2px);}




/*内页中部*/
#center_box{width:100%; margin:10px 0;}
#center{width:1200px;margin:0 auto;}

/*左侧菜单*/
.left{float:left;width:201px;}
.left_menu h1{width:201px;float:left;background:url(../Images/left_tit.png) no-repeat;}
.left_menu h1 span{color: #FFFFFF;display: block;font-size: 14px;line-height: 25px;padding: 8px 8px 8px 43px;width: 150px;}
.left_menu ul{float:left;border-left: 1px solid #C2BFBF;border-right: 1px solid #C2BFBF;border-bottom: 1px solid #C2BFBF;}
.left_menu ul ul{border:none; display:none;}
.left_menu ul li{border-bottom:1px solid #E4E3E3;float:left;}
.left_menu ul li a{
	width:157px;padding:8px 3px 6px 39px;border-bottom:1px solid #fff;color:#333;line-height:20px;
	background:url(../Images/leftMenu_hover.png) left top no-repeat;display:block;_padding-top:9px;
}
.left_menu ul li a:hover,.left_menu ul li a.selected{
	color:#a6090c;background:url(../Images/leftMenu_hover.png) left top no-repeat;
}
.left_menu ul ul li{border-bottom:1px solid #eae9e9;}
.left_menu ul ul li a{
	width:138px;padding:6px 3px 6px 58px;border:none;color:#333;line-height:20px;
	background:#f2f2f2 url(../Images/leftSubmenu.png) 45px 13px no-repeat;display:block;_padding-top:7px;
}
.left_menu ul ul li a:hover,.left_menu ul ul li a.selected{
	color:#a6090c;background:#f2f2f2 url(../Images/leftSubmenu.png) 45px 13px no-repeat;
}


/*右边*/
.right{width:990px;float:right;display:inline;}
.content{
	width:990px;float:left;border-left:1px solid #ddd;border-top:1px solid #ddd;border-right:1px solid #ddd;background:#fff; padding-bottom:16px;
}

.publicMode{ height:16px;background:url(../images/detaiBg.gif) no-repeat bottom left; clear:both;}
.content h1.tit{
	padding-left:22px;height:38px;
	font-size:12px;color:#333;line-height:37px;border-bottom:1px solid #ddd; 
	background:url(../images/publictitle.gif) no-repeat 10px center;color:#737586;
	
}

/*导航*/
#nav_box{width:100%;height:30px;}
/*#nav span{padding-left:3px;line-height:30px;background:url(../Images/link_bg1.png) left center no-repeat;}*/
#nav{padding: 0 16px 0 0; }
#nav a{padding:0 15px 0 5px;color:#737586;line-height:38px;background:url(../Images/link_bg2.png) right center no-repeat; font-size:12px; font-weight:bold;}
#nav a.selected{color:#c60000;background:none;padding-right:0;}
#nav a:hover{text-decoration:underline;}



/*page*/
.pager { text-align:left; padding:20px 0; width:950px;}
.pager .pre_page,.pager .pre_page:hover{background:url(../images/page_pre.gif) 3px center  no-repeat;padding: 3px 7px 3px 18px;}
.pager .next_page, .pager .next_page:hover {background: url("../images/page_next.gif") no-repeat scroll 50px center transparent;padding: 2px 18px 3px 7px;}
.pager a { border: 1px solid #CCCCCC;color: #7F7F7F;display: inline-block;font-weight: bold;margin: 0 3px;padding: 2px 8px;}
.pager a:hover{border:1px solid #c60000; color:#c60000; text-decoration:none;}
.pager a.hover{ border: none; color:#c60000;}


/*263云通信*/
.paddingPub{padding:0px 0px;}
.marginPub{margin:0px 10px;}
.marginPub p{line-height: 28px; text-indent: 2em; padding-bottom: 18px; font-size: 13px;}
.mallTitle{ font-family:"微软雅黑"; font-size:18px; height:18px; color:#3d3d3d;}
.bshare-custom{ float:right;}
.tab{ border-bottom:1px solid #d1d1d1; height:26px;}
.tab li{position:relative; float:left; display:inline; margin-right:2px;}
.tab li a{padding:0px 10px; line-height:25px;display: inline-block; background:url(../Images/tab_link.gif) repeat-x; border-radius:5px 5px 0 0; color:#333; border-left:1px solid #d8d8d8; border-right:1px solid #d8d8d8;border-top:1px solid #d8d8d8;
-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px 3px 0 0;behavior:url(js/PIE.htc);position:relative;
}
.tab li a:hover,.tab li a.hover{background:url(../Images/tab_hover.gif) repeat-x; color:#fff; border-left:1px solid #cb2021; border-right:1px solid #cb2021;border-top:1px solid #cb2021}
.tabCont{ border-bottom:1px dashed #c3c3c3; padding:16px 0 0}
.tabCont .img{ float:left; margin-right:20px;}
.tabCont h4{ margin:0 0 20px; color:#222; font-size:14px;}
.tabCont p{ padding-bottom:20px; color:#666;}



/*单页面*/
.single_content{padding:20px 16px;}
.content .Swtab,.single_content{color:#555;}
 
 
 /*底部*/
#footer_box{width:100%;float:left; background-color:#666666;  margin-top:30px; height:170px;border-top:1px solid #ccc;border-bottom:1px solid #ccc; padding:16px 0}
#footer{width:1200px;margin:0 auto;}
.footer_info{float:left; color:#4f4f4f}
.footer_info a,.footer_link a,.footer_tel{color:#666;}
.footer_info a{ padding:0 2px;}
.footer_link{padding-top:6px;}
.footer_link a{line-height:30px;padding:0 5px;}
.footer_info a:hover,.footer_link a:hover{color:#c60000}
.footer_tel{ float:right; line-height:30px;}
.footer_tel strong{font-family:"微软雅黑"; font-size:18px; font-weight:normal;}



/*首页新闻滚动*/
#opacity{width:100%;height:32px;filter:Alpha(Opacity=40);-moz-opacity:0.4;opacity: 0.4; border-top:1px solid #cbcccc; background:#d0d4d5;position: absolute; bottom:0;z-index:1}
#topNews_box{width:100%;height:32px; border-top:1px solid #cbcccc;position: absolute; bottom:0; z-index:3;}
#topNews{
	width:980px;height:30px;margin:0 auto;position:relative;
}
#topNews h1{padding:0 10px 0 2px;float:left;font-weight:bold;color:#000;line-height:30px; background:url(../images/line.png) right center no-repeat;}
#topNews h1 a{color:#000;}
#topNews a.leftBtn{width:18px;height:13px;float:left;margin:9px 2px 0 0;display:inline;cursor:pointer;}
#topNews a.rightBtn{width:18px;height:13px;float:left;margin:9px 7px 0 0;display:inline;cursor:pointer;}
#topNews div.topNewsul{width:1200px;height:30px;overflow:hidden;float:left; padding-left:15px;}
#topNews div.topNewsul ul{width:100%;height:9999px;float:left;}
#topNews div.topNewsul ul li{width:100%;height:30px;float:left;overflow:hidden;}
#topNews div.topNewsul ul li a{height:30px;float:left;color:#000;line-height:30px;}
#topNews div.topNewsul ul li span{height:30px;float:left;color:#666;line-height:30px;padding-left:10px;}
#topNews a.more{float:right;display:inline;color:#333;line-height:30px;font-weight:bold; font-family:"微软雅黑"}
#topNews a:hover{ color:#c60000}
#topNews a.more em{font-family:"宋体"; font-style:normal}

