﻿@charset "utf-8";
/* CSS Document */
*{transition:all .5s;}
body{background-color:#dedede; color:#666; font-size:12px; font-family: "微软雅黑" , "宋体"; position:relative;}/*网站字体颜色*/
a { color:#666; text-decoration:none;}  /*for ie f6n.net*/
a:focus{outline:0;} /*for ff f6n.net*/
a:hover { text-decoration:underline;}
.vam { vertical-align:middle;}
.clear{clear:both; height:0; line-height:0; font-size:0;}
p{ word-spacing:-1.5px;}
.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.pa{ position:absolute;}
.pr{ position:relative}
/* -- 购物车外部框架 -- */
.cart_header , .cart_content , .cart_footer { width:760px; margin:0 auto;}

#subsite {display: inline-block;float: none;height: 21px; padding-left: 10px; position: relative; width: 103px;}
#subsite .sitediv { z-index:9999; background:#FFFFFF;display: inline-block;float: none;left: -87px;padding: 5px;position: absolute;top: 20px;width: 190px;}
.subsite img { cursor: pointer;  vertical-align: middle;}
#subsite .sitediv a{color:#333}
/* -- 页面整体布局 -- */
.header , .content , .footer { width:980px; margin:0 auto; font-family:微软雅黑;}
.left { width:201px; float:left; overflow:hidden;}
.left2 { width:680px; float:left; overflow:hidden;}
.left3 { width:754px; float:left; overflow:hidden; color:#666;}
.lefttop { background:url(Img/left_top_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden; margin-top:10px;}
.left2top {  height:3px; font-size:0; overflow:hidden;}
.leftbot { background:url(Img/left_bot_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden;  margin-bottom:10px;}
.left2bot { height:3px; font-size:0; overflow:hidden; margin-bottom:10px; }
.rightbot{ height:3px; font-size:0; overflow:hidden; margin-bottom:10px; }
.right { width:764px; float:left; display:inline; margin-left:15px; overflow:hidden;}
.right2 { width:275px;  float:right; overflow:hidden;}
.right3 { width:201px; float:right; overflow:hidden; color:#666;}
.right2top { background:url(Img/right2_top_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden;}

.right2bot { background:url(Img/left_bot2_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden; margin-bottom:10px;}

.right_main { width:762px; min-height:458px; border:solid 1px #d5d5d5;  padding-bottom:15px; overflow:hidden;background:#fff;}
.right2_main { width:273px; border:solid 1px #d5d5d5; border-top:0; border-bottom:0; padding-bottom:15px; overflow:hidden;background:#fff}
.left2_main { width:678px;  border:solid 1px #d5d5d5; padding-bottom:15px; overflow:hidden;background:#fff;}

.h_nav li a:-webkit-any-link{ display:block;}

.container{margin-left:auto; margin-right:auto; width:980px;}

/*页眉*/
.header{width:100%; overflow:hidden; background-color:#004ea2;}
		/*--顶部链接导航*/
.hd_top{position:relative; z-index:9999; border-bottom:1px solid #3371b5;background:url(Img/Common/png1.jpg) repeat-x center;}
.hd_top .container{height:33px; line-height:33px; color:#333;}
.hd_top .container em{}
.hd_top a{padding:0 8px; display:inline-block; height:12px; line-height:12px; _height:12px; _line-height:12px; overflow:hidden; color:#333; border-left:1px dotted #3371b5;}
		/*--页眉内容*/
.header .hd_cont{position:relative; z-index:9; height:140px; background:url(Img/Common/hdContBg.png) no-repeat right bottom;}
.header .hd_cont .hd_logo{position:absolute; left:0; top:50px; z-index:999; width:680px;}
.header .hd_cont .hd_logo dd{margin-top:6px; margin-left:14px; padding-left:10px; border-left:1px solid #e0e0e0;}
.header .hd_cont .dh_phone{margin-top:22px; text-align:right;}
.header .hd_cont .dh_phone dt{font-size:14px; color:#fff;}
.header .hd_cont .dh_phone dt strong{margin-left:4px; font-size:28px; font-family:Arial, Helvetica, sans-serif; color:#f5ca2d; font-weight:normal;}
		/*--导航栏*/
.dh_nav{background:url(Img/Common/navBg.png) repeat-x center;}
.dh_nav ul{overflow:hidden;}
.dh_nav li{float:left; height:43px; background:url(Img/Common/navLi.png) no-repeat right center;}
.dh_nav .dyLi{width:2px; background:url(Img/Common/navLi.png) no-repeat left center;}
.dh_nav li a{_float:left; display:block; margin:0 5px; padding:0 10px; height:43px; line-height:43px; font-size:14px; color:#fff; font-family:微软雅黑; text-decoration:none; transition:all 0s;}
.dh_nav li a:hover , .dh_nav li a.cur{background:url(Img/Common/navH.png) no-repeat center;}
.dh_nav .navHome{margin:0 8px;}


/*页尾*/
.footBg{height:205px; overflow:hidden; color:#fff; text-align:center; background-color:#0058a4; border-top:2px solid #003361;}
.fotNav{margin-bottom:20px; height:44px; line-height:44px;  border-bottom:1px solid #3384c1;}
.fotNav a{margin:0 10px; color:#fff;}
.footBg p{line-height:22px; color:#99c3e3;}
.footBg p a{color:#99c3e3;}

body{
   -moz-user-select: none; /*火狐*/
   -webkit-user-select: none;  /*webkit浏览器*/
   -ms-user-select: none;   /*IE10*/
   -khtml-user-select: none; /*早期浏览器*/
   user-select: none;
}