@charset "utf-8";
/* CSS Document */


* { margin:0px; padding:0px; list-style-type: none;}
HTML { padding: 0px; margin: 0px }
body { font-family:"微软雅黑","黑体",Tahoma,Helvetica,Arial,sans-serif; margin:0px auto; font-size:12px;  background-color: #e9f2f7; }
a{color: #333;}
a:hover,a:focus {color: #0088cc; text-decoration: none;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;font-size:14px;font-weight:normal;}
a img { border:0px; }
img { margin:0; padding:0;}
img:hover {*border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }

ul, li,  p { margin:0; padding:0; border:none; list-style-type:none;}
.clear {clear: both; }
.hr2,.hr4,.hr5,.hr6,.hr8,.hr10,.hr15,.hr20{margin:0 auto; padding:0px; font-size:0;line-height:0;clear:both;}
.hr2{height:2px;}.hr4{height:4px;}.hr5{height:5px;}.hr6{height:6px;}.hr8{height:8px;}.hr9{height:9px;}.hr10{height:10px;}.hr20{height:20px;}.hr15{height:15px;}
.dash {border-bottom:1px dashed #999;padding-top: 4px;  text-align:center;}
.dis{ display:block;}
.undis{ display:none; }


.header{ width:1000px; margin:0 auto; padding:0px;}
.header .top{ height:35px; float:left; width:1000px; line-height:35px;}
.header .top .left{ width:200px; float:left; line-height:35px;}
.header .top a{ padding:0 5px;}
.header .top a:hover{ text-decoration:none;}
.header .top .right{ width:150px; float:right; line-height:35px; text-align:right; padding-right:10px;}
.header .banner{ width:1000px; height:90px; float:left; margin:0 0 10px 0;}

.nav_top { width:1000px; height:55px; float:left; overflow:hidden;}
.logo { width:350px; float: left; height:55px;  }
.logo img{ width:350px; height:55px; box-shadow:none;}
.txtMarquee-left{width:600px; position:relative; height:55px;padding: 0px; color:#333; font-size:14px; line-height:55px;  margin:0 10px; float:left;overflow:hidden;}
.txtMarquee-left .bd{ padding:0 10px; height:55px; }
.txtMarquee-left .bd .tempWrap{ width:620px !important; }/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
.txtMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.txtMarquee-left .bd ul li{ margin:0 10px;  float:left; height:55px; line-height:55px;  text-align:left; _display:inline; width:auto !important; }/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */
.txtMarquee-left .bd ul li span{ color:#999;  }



.navbar-default {background-color: #094067;border-color: #e7e7e7;}
.navbar-default .navbar-nav>li>a {color: #fff;}
.navbar-default .navbar-brand {color: #fff;}
.navbar-brand{ font-size:16px; padding:15px 20px;}
.nav>li>a {padding: 15px 20px; font-size:16px; }
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {color: #0088cc;background-color: #fff;   *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {color: #0088cc;background-color: #fff;   *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;}
		  
.banner{ margin:0 auto; width:1000px;}
.banner a h1{width:1000px; height:80px; font-size:41px; font-weight:bold; color:#003769; line-height:80px; margin-bottom:20px;  overflow:hidden;}
.long{
    display:inline-block;/*让span变为块状元素，只有块状元素可以缩放*/
    transform:scale(1,2);/*缩放属性；两个参数：(水平缩放比例,垂直缩放比例)；1表示原比例*/
    /*私有缩放属性，为了兼容各浏览器；注：不兼容IE8以下浏览器*/
    -ms-transform:scale(1,2);
    -webkit-transform:scale(1,2);
    -moz-transform:scale(1,2);
    -o-transform:scale(1,2);
}


.wrap{width:1000px; margin:0 auto; }
.souping .left{width:480px;}
.souping .right{ width:500px;  background:#fff; border:1px solid #ddd; padding-bottom:10px;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;}
.left{display:inline;float:left;}
.right{display:inline;float:right;}


.focus{width:480px;height:350px; position:relative; margin-top:3px;  }
.focus #pic{width:480px;height:350px;overflow:hidden;}
.focus #pic ul{width:480px;height:350px;float:left;}
.focus #pic li{width:480px;height:350px;float:left;}
.focus #pic li img{width:480px;height:350px;float:left;}
.focus #pic li:hover{  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;}


.focus #txt{width:480px;height:35px;background:#757575;filter:alpha(opacity=70);-moz-opacity:0.7; opacity:0.7;position:absolute;left:0;bottom:21px;z-index:100; overflow:hidden;}
.focus #txt ul{ float:left;}
.focus #txt li a{ float:left;width:450px;height:35px; line-height:35px; text-align:center; color:#fff; font-size:15px;text-decoration:none;letter-spacing:1px; }
.focus #txt li a:hover{text-decoration:none;}
.focus .tip-bg{width:480px;height:21px;background:url(../images/tousu/focus_tip_bg.png) repeat-x left top;position:absolute;left:0;bottom:0;z-index:12;}
.focus #tip{width:96px;height:14px;position:absolute;left:184px;bottom:3px;z-index:13;}
.focus #tip ul li{width:14px;height:14px;float:left;display:inline;margin:0 5px;cursor:pointer;background:url(../images/car/focus_tip.png) no-repeat;}
.focus #tip ul li.on{background:url(../images/tousu/focus_tip_current.png) no-repeat;}
.focus .button{width:42px;height:9px;position:absolute;right:0;bottom:5px;z-index:14;overflow:hidden;}
.focus .button ul{width:100%;float:left;}
.focus .button li{width:7px;height:9px;float:left;display:inline;margin:0 7px;cursor:pointer;overflow:hidden;}
.focus .button li.prev{background:url(../images/tousu/focus_btn_left.png) no-repeat left top;}
.focus .button li.next{background:url(../images/tousu/focus_btn_right.png) no-repeat left top;}


.souping .right .hd ul li{ width:500px; float:left; border-bottom:1px dashed #ccc; padding:12px 0;}
.souping .right .hd ul li h2{ text-align:center; font-size:20px; line-height:35px;overflow:hidden;font-weight:normal; height:40px;  }
.souping .right .hd ul li p{font-size:14px; text-indent:2em;  padding: 0 10px; line-height:25px; color:#999; }
.souping .right .hd ul li p a{color:#999;}
.souping .right .hd ul li p a:hover{color: #0088cc; }
.souping .right .bd{ width:500px;  float:left; padding:10px 0;}
.souping .right .bd ul li{background:url("../images/zhixiao/list_point.gif") no-repeat 20px 14px; float:left; height:30px; line-height:30px; padding-left:35px; font-size:15px; width:465px;}


.box{width: 1000px;margin: 0 auto;padding: 0px;}
.box h2{ font-size:16px;  font-weight:bold; line-height:40px;}
.box h2 a{color:#094067;}
.box h2 a:hover{color:#0088cc;}
.box .hd{ min-height: 40px; padding-right: 20px; padding-left: 20px; border-bottom: 1px solid #ccc;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.box .bd{ width:1000px; float:left; list-style: none; 
background-color: #fff;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;}



.box .bd .left{width:460px; float:left; padding:15px 10px;list-style: none;}
.box .bd .right{padding:25px 0 5px 20px; width:500px; float:left; height:380px;}
.box .bd .left h3{ font-size:15px;  font-weight:bold; line-height:35px; padding-left:5px;}
.box .bd .left ul li {text-align:justify;text-justify:inter-ideograph; float:left; width:450px;  padding:5px; }
.box .bd .left ul li img{ width:120px; height:90px; float:left; margin:15px 5px; }
.box .bd .left ul li p{ float:left; font-size:12px; line-height:25px; padding: 0 10px;}

.box .bd .list{float:left; padding:15px 10px;}
.box .bd .list h3{ font-size:15px; font-weight:bold; padding-left:10px; line-height:30px;}
.box .bd .list ul li{text-align:justify;text-justify:inter-ideograph; float:left; width:325px; overflow:hidden; padding:5px; margin-top: 0;}
.box .bd .list ul li img{ width:100px; height:110px; float:left; margin:10px 5px; }
.box .bd .list ul li p{ float:left; font-size:12px; line-height:25px; padding: 0 10px;}
		  

.box .left{width:660px; float:left;}		  
.box .left .bd{  float:left; width:660px; padding:10px 0;}
.box .left .bd ul li {text-align:justify;text-justify:inter-ideograph; float:left; width:650px;  padding:10px 5px;}
.box .left .bd ul li img{ width:140px; height:105px; float:left; margin:15px; }
.box .left .bd ul li p{ float:left; font-size:14px; line-height:30px; padding: 0 15px;}
.box .left .bd ul li h3{ font-size:16px; font-weight:bold; padding-left:30px; line-height:35px;}

.box .right{ width:330px; float:right;}
.box .right .bd{float:left; width:330px; padding:26px 0;}
.box .right .bd ul li{background:url("../images/zhixiao/list_point.gif") no-repeat 15px 14px; float:left; height:30px; line-height:30px; padding-left:25px; font-size:14px; width:300px; overflow:hidden;}


.box .bd .link{float:left; padding:15px 5px;}
.box .bd .link ul li{text-align:justify;text-justify:inter-ideograph; float:left; overflow:hidden; padding:10px 20px;}

		  
.bline { border-bottom: 4px solid #094067; margin:0 auto; width:1000px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8);
     -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8);
}
.foot { padding-top:15px; padding-bottom:10px; line-height:30px; margin:0 auto; height:90px;
width: 100%; text-align:center; font-size: 12px;color:#999; }
.foot a{color:#999; padding: 0 5px;}
.foot a:hover{color: #0088cc;}