@charset "utf-8";
/*公用css*/
body{
	color: #303030;
	/* [disabled]margin:0px; */
	padding: 0px;
	font-size: 14px;
	background-color: #f2f2f2;
	font-family:'Microsoft YaHei';
}
.clear{clear:both}
* {padding:0px; margin:0px;}
a{text-decoration:none; color:#303030;}
a {blr:expression(this.onFocus=this.blur());}
a { outline: none;}
a:hover{ text-decoration:none; color:#ff0000;}
a img{border:none;}
ul li{list-style:none;}
.border{ border:1px solid #CCCCCC;}
.fl{ float:left;}
.fr{ float:right;}
.foxFull{ width:100%; float:left;}
.br_15{width:100%; float:left; height:15px;}
.br_20{width:100%; float:left; height:20px;}
.corlor_5{ width:100%; float:left; height:5px; background-color:#ff6600;}
.centerIn{
	width: 1200px;
	height: auto;
	margin: 0px auto;
	font-family: "Microsoft YaHei";
}
.bgcoone{background-color:#fff;}
/*公用css*/

/*首页css*/

/*头部css*/
.topfull{width:100%; float:left; background-color:#f2f2f2;}
.welcome{width:100%; float:left; height:45px; line-height:42px;}
.corlorA, .corlorB{color:#8b8b8b; height:48px;}
.clockone{ margin-right:15px;}
.clockone span{ padding:3px 5px; background-color:#f90500; color:#fff; }
.clocktwo{}
.clocktwo label{ float:left; }
.clocktwo span{ float:left; padding:0px 10px; }
.clocktwo a{ float:left; color:#f90500;}
.clocktwo a:hover{ font-weight:bold; font-size:16px;}
.corlorB a{color:#8b8b8b; padding:0px 8px; float:left;}
.corlorB span{color:#8b8b8b;float:left;}
.headbox{ float:left; width:1200px; background-color:#fff;}
.logo{ height:95px;float:left; margin-top:30px; width:100%;}
.logoL{ height:95px; width:330px; margin-right:20px;}
.logoL img{ height:66px;width:330px;}

/*LOGO边上的城市切换下拉*/
.logoC_1{ height:95px; line-height:95px; margin-right:80px;position: relative;}
.logoC_1 span{color:#ff0000; font-size:20px;font-weight: bold;}
.logoC_1 a{color:#000;}
.dn{display: none;}
.city_t .city_hot{position: absolute;width: 105px;padding: 10px 0;text-align: center;background-color: #fff;z-index: 99999999;top: 65px;border: 0px;left: 6px;font-size: 16px;box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.4);}
.city_t .city_hot li{height: 35px;line-height: 35px;}
.city_t .city_hot a.active,.city_t .city_hot a:hover{color: #F00;background-color: transparent;}

.logoC_2{ height:95px;background:url(../bgimg/tel.jpg) no-repeat; width:202px; padding-left:36px;}
.logoC_2_1{ height:25px; line-height:25px; width:100%; float:left; font-size:16px;}
.logoC_2_1 span{color:#2e97ff; padding-left:10px;font-weight: bold;}
.logoC_2_2{ width:194px; float:left; line-height:50px;color:#2e97ff; font-size:26px; padding-left:8px; }
.logoR{ height:95px; width:323px; }
.logoR_a{ height:36px; width:323px; }
.logoR_1{ height:32px; width:233px; float:left; border:2px solid #2e97ff;}
#dropdown{width:72px; float:left; height:32px; position:relative; z-index:10000; border-right:1px solid #2e97ff;background:url(../bgimg/jian_03.png) no-repeat 55px 13px;}
#dropdown p{width:59px; height:32px; line-height:32px; padding-left:10px;  color:#807a62; cursor:pointer;}
#dropdown ul{width:72px; background:#fbf3ef; margin-top:2px; position:absolute; display:none}
#dropdown ul li{height:24px; line-height:24px; text-indent:6px}
#dropdown ul li a{display:block; height:24px; color:#848484; text-decoration:none}
#dropdown ul li a:hover{background:#2e97ff; color:#ffffff}
#result{margin-top:10px;text-align:center}

.logoR_txt{ height:32px;float:left; width:150px; border:0px; line-height:32px; background-color:#fff; color:#d0d0d0; padding-left:10px;}
.logoR_btn{ height:36px;float:left; width:84px; border:0px; background-color:#2e97ff;cursor:pointer; font-weight:bold; color:#fff;}
.logoR_b{ height:40px; width:320px; line-height:40px; color:#999999; }
.logoR_b a{color:#999999; padding:0px 4px;}
.logoR_b a:hover{color:#f00;}
/*头部css*/

/*导航css*/
.navfull{width:100%; float:left; background-color:#2e97ff;font-family:'Microsoft YaHei';}
.navv{ float:left; width:1200px; height:42px;background-color:#2e97ff;}

.nav {
  width: 1200px; height:42px;
  margin: 0 auto;
  background: #2e97ff;
  color: #f0f0f0;
}
.nav a {
  display: block;  text-align:center;
  line-height: inherit; color:#fff;
  cursor: pointer;
}
.nav__menu {
  line-height: 42px; width:1200px;
  font-weight: 700;
  font-size:16px;
  text-transform: uppercase;
}

.nav__menu li {
  display: inline-block;
  position: relative; z-index:1000;width:145px;
}

.nav__menu li a:hover {
  background: #0066CC;
}

.nav__menu-item {
  display: inline-block;
  position: relative; z-index:1000;width:145px;
}

/*导航选中样式开始*/
.vistid {
  background-color: #0066CC;
}
/*导航选中样式结束*/

.nav__menu-item:hover {
  background-color: #0066CC;
}
.nav__menu-item:hover .nav__submenu {
  display: block;
}
.nav__submenu {
  font-weight: 300;
  text-transform: none;
  display: none;
  position: absolute;
  width: 146px;
  background-color: #0066CC; 
}
.nav__submenu-item:hover {
  background: #0066CC;color: #fff;
}

/*导航css*/


/*轮播左侧css*/ 
.lunL{height:296px; width:326px; border:2px solid #2e97ff; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; margin-right:15px; }
.lunLA{ width:100%; float:left; padding-top:8px; height:32px; line-height:32px; font-size:20px; color:#2e97ff; font-weight:bold; text-align:center;}
.lunLB{ width:100%; float:left; height:28px; line-height:28px; color:#a96600; text-align:center;}
.lunLC{ width:100%; float:left; margin-top:11px;}
.lunLC_l{ width:120px; float:left; height:28px; line-height:28px; text-align:right; margin-right:4px; color:#636363; }
.lunLC_r{ width:200px; float:left; height:28px;}
.lunLC_rrr{ width:326px; float:left; margin-top:10px; text-align:center;}
.lunLC_ll{ width:72px; float:left; height:48px; line-height:48px; text-align:right; margin-right:4px; color:#636363;}
.lunLC_rr{ width:200px; float:left; height:48px;}
.lunLC_txt1{ width:120px; float:left; height:20px; line-height:20px; color:#636363;}
.lunLC_txt2{ width:140px; float:left; height:28px; line-height:28px; padding-left:3px; border:1px solid #d0d0d0;}
.lunLC_txt2back{ width:150px; float:left; height:30px; line-height:28px; padding-left:3px; border:1px solid #d0d0d0;}
.lunLC_txt3{ width:70px; float:left; height:20px; line-height:20px; color:#636363; margin-right:4px;}
.lunLC_float{ float:left; height:22px;}
.lunLC_btn{ width:80px;  height:30px; line-height:30px;color:#fff; text-align:center; font-size:14px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;cursor:pointer; border:0px;}
.lunLC_btn1{ background-color:#2e97ff; margin-right:10px;}
.lunLC_btn2{ background-color:#bebebe; }
/*轮播左侧css*/

/*轮播空隙css*/
.lun_br{height:300px; width:15px; float:left;}
/*轮播空隙css*/

/*空隙css*/
.kx1_15{height:852px; width:15px; float:left;}
/*空隙css*/

/*轮播css*/
.lun{height:300px; width:855px;}
.focus{ position:relative; width:855px; height:300px; float: left;}  
.focus img{ width: 855px; height: 300px;} 
.focus .shadow .title{width: 260px; height: 65px;padding-left: 30px;padding-top: 20px;}
.focus .shadow .title a{ text-decoration:none; color:#fff; font-size:14px; font-weight:bolder; overflow:hidden; }
.focus .btn{ position:absolute; bottom:34px; left:510px; overflow:hidden; zoom:1;} 
.focus .btn a{position:relative; display:inline; width:13px; height:13px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }  
.focus .btn a:hover,.focus .btn a.current{  cursor:pointer;background:#099609;}  
.focus .fPic{ position:absolute; left:0px; top:0px; }  
.focus .D1fBt{ overflow:hidden; zoom:1;  height:16px; z-index:10;  }  
.focus .shadow{ width:100%; position:absolute; bottom:0; left:0px; z-index:10; height:80px; line-height: 80px; background:rgba(0,0,0,0.6);    
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;  display:block;  text-align:left; }  
.focus .shadow a{ text-decoration:none; color:#fff; font-size:20px; overflow:hidden; margin-left:10px; font-family: "\5FAE\8F6F\96C5\9ED1";}  
.focus .fcon{ position:relative; width:100%; float:left;  display:none; background:#000  }  
.focus .fcon img{ display:block; }  
.focus .fbg{bottom:25px; right:40px; position:absolute; height:21px; text-align:center; z-index: 200; }  
.focus .fbg div{margin:4px auto 0;overflow:hidden;zoom:1;height:14px}    
.focus .D1fBt a{position:relative; display:inline; width:12px; height:12px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }    
.focus .D1fBt .current,.focus .D1fBt a:hover{background:#2e97ff;}    
.focus .D1fBt img{display:none}    
.focus .D1fBt i{display:none; font-style:normal; }    
.focus .prev,.focus .next{position:absolute;width:40px;height:74px;background: url(../bgimg/focus_btn.png) no-repeat;}
.focus .prev{top: 50%;margin-top: -37px; left: 0;background-position:0 -74px; cursor:pointer; }  
.focus .next{top: 50%;margin-top: -37px; right: 0;  background-position:-40px -74px;  cursor:pointer;}  
.focus .prev:hover{  background-position:0 0; }  
.focus .next:hover{  background-position:-40px 0;}  

/*轮播要用的CSS*/
.hiSlider{overflow: hidden;	height: 165px;width: 1200px;background: #eee;	}
.hiSlider-item{float: left;}
.hiSlider-title{display:none;}

/*轮播css*/

/*轮播下面一排css*/
.qublock{ width:878px; float:left; margin-right:20px; min-height:523px; }
.qublock_1{ width:848px; float:left; height:42px;  border-bottom:1px solid #cccccc; padding:0px 15px; }
.qublock_1_l{ float:left; height:42px; line-height:42px;  font-size:16px; font-weight:bold; }
.qublock_1_l span{ float:left; background:#2e97ff; width:8px; height:20px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin:12px 6px 0px 0px;}
.qublock_1_r{ float:right; height:42px; line-height:42px;}
.qublock_1_r a{height:42px; float:left; padding:0px 4px;}
.txt_vistid{color:#2e97ff;border-bottom:2px solid #2e97ff;}
.qublock_1_r a:hover{ height:40px; border-bottom:2px solid #ff0000; float:left; }
.qublock_1_r span{ padding:0px 10px; height:42px; float:left; }
.qublock_2{ width:858px; float:left; margin-top:10px; padding-left:20px;  }
.qublock_2 li{ width:194px; float:left; height:216px; margin:10px 20px 0px 0px;  }
.qublock_2_top{ width:194px; float:left; height:156px; }
.qublock_2_bottom{ width:194px; float:left; line-height:22px;}
.qublock_2_top img{ width:194px; float:left; height:146px; }
.qublockR{ width:298px; float:left;min-height:523px;  }
.qublockR_1{ width:268px; float:left; height:42px;  border-bottom:1px solid #cccccc; padding:0px 15px; }
.qublockR_1_l{ float:left; height:42px; line-height:42px;  font-size:16px; font-weight:bold;}
.qublockR_1_l span{ float:left; background:#2e97ff; width:8px; height:20px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin:12px 8px 0px 0px;}
.qublockR_1_r{ float:right; height:42px; line-height:42px;}
.qublockR_1_r a{color:#2e97ff; }
.qublockR_2{ width:258px; float:left; height:210px; padding:20px 20px 10px; }
.demo {width: 258px;height: 210px;font-size: 14px;position:relative;}
.demo a.control {position:absolute;display: block;top: 50%; margin-top:-25px;width: 22px;height: 38px;cursor: pointer;z-index: 2;}
.demo a.prev {left: 5px; background: url(../bgimg/buttons_03.png) no-repeat;}
.demo a.next {right: 5px;background: url(../bgimg/buttons_05.png) no-repeat;}
/*----------------------------为保证最佳效果，建议设置如下样式------------------------*/
.slider {display: none}
.slidebox-01{width:258px;height:210px; overflow:hidden;position:relative;margin:0px auto;} 
.slidepic-01{position:absolute;width:9999em;}/* 必要元素 */
.slidepic-01 li{overflow:hidden;float:left;}
.slidebtn-01{position:absolute;bottom:10px;right:10px;float:right;}
.slidebtn-01 li{background:#fff;border:1px solid #2e97ff;cursor:pointer;float:left;font-family:arial;height:20px;line-height:20px;width:20px;margin:0 3px;text-align:center;color:#000; list-style-type:none;}
.slidebtn-01 li.current{background:#2e97ff;border:1px solid #019a01;height:20px;line-height:20px;width:20px;margin:0 3px;color:#fff;font-weight:800;}
.qublockR_3{ width:258px; float:left; padding:0px 20px; }
.qublockR_3 li{ width:248px; float:left; height:46px;  border-bottom:1px solid #cccccc; padding-left:10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;  }
.qublockR_3 li:nth-last-child(1){border-bottom:0px solid #cccccc;}
.qublockR_3 li:nth-last-child(1){   border-bottom:0px;  }
.qublockR_3 li span{ width:5px; float:left; height:5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; margin:20px 10px 0px 0px;background:#2e97ff; }
.qublockR_3 li a{ float:left; height:46px; line-height:46px; width: 230px;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
/*轮播下面一排css*/
.banner{ width:1200px; float:left;}
.banner img{ width:1200px;}

/*第一条banner图下面css*/
.xinpic{ width:878px; float:left; min-height:578px; margin-right:20px; }
.xinpic_2{ width:878px; float:left;   }
.xinpic_2 a{ width:195px; float:left; height:130px; margin:20px 0px 0px 20px; position:relative; }
.xinpic_2 a img{ width:195px; float:left; height:130px; }
.xinpic_2 a span{ width:195px; float:left; line-height:30px; height:30px; color:#fff; position:absolute; bottom:0px; left:0px; text-align:center;}
.xinpic_3{ width:858px; float:left; margin-top:20px; padding-left:20px;  }
.xinpic_3 li{ width:429px; float:left; height:38px; }
.xinpic_3 li span{ width:5px; float:left; height:5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; margin:16px 10px 0px 0px;background:#2e97ff; }
.xinpic_3 li a{ float:left; height:38px; line-height:38px; }
.xinpicR{ width:298px; float:left; min-height:578px;   }
.xinpicR_1{ width:258px; float:left; padding:5px 20px 0px; }
.xinpicR_1 li{ width:258px; float:left; height:46px; line-height:46px; border-bottom:1px solid #cccccc; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;  }
.xinpicR_1 li:nth-last-child(1){ border-bottom:0px solid #cccccc;  }
.xinpicR_1 li span{ float:left; height:16px; line-height:16px; width:16px; text-align:center; color:#fff; background-color:#9e9e9e; margin:15px 10px 0px 0px; font-size:12px;}
.xinpicR_1 li span.hover{ background-color:#2e97ff;}
/*第一条banner图下面css*/

/*第二条banner图下*/
.bannertwo{ width:1198px; float:left; min-height:650px;}
.bannertwo_1{ width:1168px; float:left; height:42px;  border-bottom:1px solid #cccccc; padding:0px 15px; }
.bannertwo_1_l{ float:left; height:42px; line-height:42px;  font-size:16px; font-weight:bold;}
.bannertwo_1_l span{ float:left; background:#2e97ff; width:8px; height:20px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin:12px 6px 0px 0px;}
.bannertwo_1_r{ float:right; height:42px; line-height:42px;}
.bannertwo_1_r a{height:42px; float:left; padding:0px 4px;}
.bannertwo_1_r a:hover{ height:40px; border-bottom:2px solid #ff0000; float:left; }
.bannertwo_1_r span{ padding:0px 10px; height:42px; float:left; }
.bannertwo_2{ width:370px; float:left; padding:20px 0px 0px 20px; }
.bannertwo_2_top{ width:370px; float:left; height:275px; position:relative;}
.bannertwo_2_top span{ width:370px; float:left; height:40px; line-height:40px; text-align:center; color:#fff; position:absolute; bottom:0px; left:0px;}
.bannertwo_2_bottom{ width:370px; float:left; margin-top:20px; }
.bannertwo_2_bottom li{ width:370px; float:left; height:38px; }
.bannertwo_2_bottom li span{ width:5px; float:left; height:5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; margin:16px 10px 0px 0px;background:#2e97ff; }
.bannertwo_2_bottom li a{ float:left; height:38px; line-height:38px; }
.bannertwo_3{ width:808px; float:left; padding-top:20px; }
.bannertwo_3_top{ width:808px; float:left; height:296px;  }
.bannertwo_3_top li{ width:177px; height:127px; float:left; padding:0px 0px 20px 20px;}
.bannertwo_3_top li img{ width:177px; height:127px; }
.bannertwo_3_bottom{ width:788px; float:left; padding-left:20px;  }
.bannertwo_3_bottom li{ width:394px; float:left; height:38px; }
.bannertwo_3_bottom li span{ width:5px; float:left; height:5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; margin:16px 10px 0px 0px;background:#2e97ff; }
.bannertwo_3_bottom li a{ float:left; height:38px; line-height:38px; }
/*第二条banner图下*/


/*第三条banner图片下css*/
.bannerthree{ width:878px; float:left; min-height:502px; margin-right:20px; }
.bannerthree_fen{ width:402px; float:left; margin:20px 0px 0px 20px;height:440px; }
.bannerthree_1{ width:402px; float:left; height:118px; }
.bannerthree_1_l{ width:160px; float:left; height:118px; }
.bannerthree_1_l img{ width:150px; height:100px; }
.bannerthree_1_r{ width:240px; float:left; height:118px; }
.bannerthree_1_r .a1{ width:240px; float:left; height:24px;  font-size:18px; padding-bottom:5px; }
.bannerthree_1_r .a2{ width:240px; float:left;  line-height:24px; }
.bannerthree_2{ width:402px; float:left;  }
.bannerthree_2 li{ width:402px; float:left; height:38px; }
.bannerthree_2 li span{ width:5px; float:left; height:5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; margin:16px 10px 0px 0px;background:#2e97ff; }
.bannerthree_2 li a{ float:left; height:38px; line-height:38px; }
.bannerthree_br{ width:20px; float:left; height:440px;}
.bannerthreeR{ width:298px; float:left; min-height:502px; }
/*第三条banner图片下css*/


/*第4条banner图片下css*/
.bannerfour{ width:283px; float:left; min-height:338px; }
.bannerfour_br{width:20px; float:left; min-height:338px;}
.bannerfour_1{ width:253px; float:left; height:42px;  border-bottom:1px solid #cccccc; padding:0px 15px; }
.bannerfour_2{ width:243px; float:left; padding:5px 20px 0px; }
.bannerfour_2 li{ width:243px; float:left; height:46px; line-height:46px; border-bottom:1px solid #cccccc; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.bannerfour_2 li:nth-last-child(1){ border-bottom:0px solid #cccccc;}
.bannerfour_2 li span{ float:left; height:16px; line-height:16px; width:16px; text-align:center; color:#fff; background-color:#9e9e9e; margin:15px 10px 0px 0px; font-size:12px;}
.bannerfour_2 li span.hover{ background-color:#2e97ff;}
.bannerfive{ width:1198px; float:left; min-height:338px;}
.bannerfive_1{ width:1158px; float:left; }
.bannerfive_1 li{ width:216px; float:left; padding-left:20px; text-align:left;}
.bannerfive_1 li .b1{ width:216px; float:left; height:145px;}
.bannerfive_1 li .b1 img{ width:216px; height:145px;}
.bannerfive_1 li .b2{ width:216px; float:left; height:50px; line-height:50px;}
.bannerfive_1 li .b2 .cc{ color:#ff0000; font-size:18px;}
.bannerfive_1 li .b3{ width:216px; float:left; line-height:24px; height:48px;}
/*第4条banner图片下css*/

.gunzi{ width:1158px; float:left;padding:20px 20px 0px;}
/*友情链接css*/
.friAll{width:1198px; float:left; }
.friAll_top{width:1168px; height:42px; float:left; font-size:16px;  border-bottom:1px solid #cccccc; padding:0px 15px; line-height:42px; color:#929292;}
.friAll_top_l{height:42px; float:left;}
.friAll_top_r{height:42px; float:right;font-size: 14px; }
.friAll_top_r a{height:32px; float:left; padding:10px 10px 0px 8px;}
.friAll_top_r span{height:42px; float:left;color:#666666;}
.friAll_bottom{width:1168px;  float:left;  padding:15px; color:#929292; line-height:40px;}
.friAll_bottom a{ padding:0px 20px;text-align:center;  float:left; color:#666666;}
.tabPanel ul{}
.tabPanel ul li{
	float:left;margin:0 0px 0 0;height:42px;line-height:42px; cursor:pointer; color:#666666;font-size: 14px;
}
.ccjiai{ padding:0px 15px; color:#666666;}
.tabPanel .hit{
	cursor:pointer;color:black; color:#ff0000;
}
.pane{border-top:0;min-height:110px;display:none;}
/*友情链接css*/
/*底部css*/
.bottomFull{ width:100%; float:left; background-color:#676767; color:#f6f6f6;}
.footerbox{ width:1200px; float:left; background-color:#676767; padding:5px 0px 35px;}
.dibuxian{ width:100%; float:left; background-color:#2e97ff; height:15px;}
.dubuyansexian{ width:1200px; height:15px; background:#2e97ff;}
.bottom_top{ width:1200px; float:left; height:50px; line-height:50px; border-bottom:1px solid #f6f6f6;}
.bottom_top_l{ float:left; height:50px;}
.bottom_top_l a{ color:#f6f6f6;}
.bottom_top_l span{ padding:0px 15px;}
.bottom_top_r{ float:right; height:50px;}
.bottom_a1{ width:479px; float:left; height:170px;  border-right:1px solid #f6f6f6; margin-top:30px; line-height:34px;}
.bottom_a1 a{ color:#fff;}
.bottom_a2{ width:289px; float:left; height:162px; padding-top:8px; border-right:1px solid #f6f6f6; margin-top:30px; padding-left:60px; font-size:18px; line-height: 40px;}
.bottom_a2 label{font-size:20px; }
.bottom_a3{ float:right; height:170px;}
.bottom_a3_1{ float:left; height:129px; padding:41px 0px 0px 50px;text-align:center; width:110px;}
/*底部css*/
/*快速导航css*/
.kuaisu{ width:128px; position:absolute; top:240px; left:100px;border:2px solid #2e97ff; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; background-color:#fff;}
.kuaisu_1{ width:128px; float:left; background-color:#2e97ff; height:36px; line-height:36px; color:#fff; text-align:center;}
.kuaisu_2{ width:108px; float:left; padding:10px 10px 10px;}
.kuaisu_2 li{ width:108px; float:left; padding-bottom: 6px; margin-bottom: 5px;; border-bottom:1px solid #cccccc;}
.kuaisu_2_1{ width:108px; float:left; height:28px; line-height:28px; padding-bottom:5px;}
.kuaisu_2_1 span{ font-size:16px; color:#2e97ff;font-weight: bold;}
.kuaisu_2_1 a{ color:#f90500; font-size:12px;}
.kuaisu_2_2{ width:108px; float:left; line-height:28px;}
.kuaisu_2_2 a{ padding:0px 2px 0px 4px; float:left; line-height:28px; }
/*快速导航css*/

/*首页css*/

/*列表页css*/
/*列表页左侧css*/
.listone{ width:1198px; float:left; padding:15px 0px 20px; border:1px solid #cccccc; }
.listone_fen{ width:1178px; float:left; padding:8px 0px 0px 20px; }
.listone_fen_1{ width:80px; float:left; }
.listone_fen_1 span{ width:62px; float:left; height:30px; color:#fff; line-height:30px; background-color:#2e97ff; text-align:center; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.listone_fen_2{ width:1090px; float:left; }
.listone_fen_2 a{ margin-right:0px; float:left; height:30px; line-height:30px; text-align:center; padding:0px 13px;    margin-bottom: 5px; margin-right:2px; }
.listone_fen_2 a:hover{ color:#fff; padding: 0px 13px; background-color:#2e97ff;border-radius: 3px;}

/*.listone_fen_2 a.hover{ background-color:#cccccc; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;height:30px; line-height:30px;  }*/
/*筛选条件css*/
.listsearch{ width:1200px; height:60px;background:url(../bgimg/list_03.jpg) no-repeat; color:#fff; line-height:60px;}
.shaiXx_1{float:left; height:60px; font-size:18px; color:#fff;  font-weight:bold; padding-left:60px; width:170px;}
.shaiXx_2{float:left; height:60px; width:195px; margin-right:10px;}
.shaiXx_3{float:left; height:60px; padding-left:30px;}
.shaiXx_2 span{float:left; height:60px; padding-right:6px;}
.shaiXx_2_txt{width:120px; padding-left:4px; float:left; height:30px; line-height:30px; border:0px; color:#7a7a7a; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin-top:15px;}
.shaiXx_2_btn{ width:90px;  height:34px; line-height:34px;color:#fff; font-weight:bold; text-align:center; font-size:14px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;cursor:pointer; border:0px;background-color:#7bbdff; margin-top:13px;}
/*筛选条件css*/
.listLeft{ width:880px;}
.listLeft_fen{ width:838px; padding: 20px 20px 17px 20px; background-color:#fff; float:left; border:1px solid #cccccc; margin-bottom:20px;}
.listLeft_fen:hover{ border: solid 1px #2e97ff; }
.listLeft_fen_pic{ width:190px;float:left; height:160px;}
.listLeft_fen_pic img{ width:190px; height:155px;}
.listLeft_fen_pic_tian{ width:628px;float:left; padding-left:20px; }
.listLeft_fen_word{ width:450px;float:left; padding:5px 20px 0px 20px; }
.listLeft_fen_word_1{ width:100%;float:left; height:27px; color:#1a0aff; font-size:16px;}
.listLeft_fen_word_1 a{color:#1a0aff;}
.listLeft_fen_word_2{ width:100%;float:left; line-height:30px; padding-bottom:5px;height: 60px;}
.listLeft_fen_word_3{ width:100%;float:left; line-height:30px; color:#c028ff; }
.listLeft_fen_word_4{ width:100%;float:left; line-height:30px; padding-top:5px; }
.listLeft_fen_word_4 span{ float:left; color:#ff0000; font-size:16px; }
.listLeft_fen_word_4 label{ float:right; color:#1a0aff; }
.listLeft_fen_zi{ width:148px;float:left; padding:2px 0px 0px 10px; }
.listLeft_fen_zi p{ width:100%; float:left;line-height:30px; font-size:16px; padding-bottom:5px;}
.listLeft_fen_zi p label{ color:#ff0000; font-size:22px;}
.listLeft_fen_zi a{ width:100px; float:left; height:30px;line-height:30px;background-color:#2e97ff; text-align:center; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color:#fff;}

/*列表页分页代码*/
.listL_fenye { width:843px; float:left; height:auto; padding:20px 15px 20px 20px ; color:#999999; height:40px; line-height:40px;border:1px solid #cccccc; background-color:#fff;}
.listL_fenye a{ padding:6px 6px; border:1px solid #CCC;}
.listL_fenye a b{ border:0px; padding:5px 0px;}
.listL_fenye b{ padding:6px 6px; color:#f00;border:1px solid #CCC;}



/*列表页左侧css*/
.list_br{ width:20px; float:left; min-height:500px;}
.list_brrc{ width:300px; float:left; height:20px;}
/*列表页右侧css*/
.listRight{ width:300px;}
.listRight_1{ width:298px; float:left; padding-bottom:10px;}
.listRight_2{ width:258px; float:left; padding:20px 20px 10px; }
.listRight_2 ul{ width:258px; float:left; }
.listRight_2 ul li{ width:258px; float:left; min-height:280px; }
.listRight_2_1{ width:258px; float:left; min-height:200px;}
.listRight_2_1 img{ width:258px; height:200px;}
.listRight_2_2{ width:258px; float:left; line-height:22px; padding:10px 0px 5px; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.listRight_2_3{width:258px; float:left; line-height:22px;}
.listRight_2_3 span{ color:#ff0000; font-size: 16px;}
/*列表页右侧css*/
/*内容css*/
.listconn{ width:838px; padding:20px; background-color:#fff; float:left; border:1px solid #cccccc;}
.listconn_1{ width:100%;float:left; line-height:50px; font-size:20px; }
.listconn_1 span{ color:#818181;}
.listconn_2{ width:100%;float:left; line-height:24px; color:#818181;}
.listconn_2 span{ color:#1a0aff;}
.listconn_3{ width:838px;  float:left; padding:30px 0px 10px;}
.listconn_3_L{ width:430px;  float:left; margin-right:20px; min-height:450px;}
#preview{ float:none; margin:0px auto; text-align:center; width:430px;}
.jqzoom{ width:430px; height:326px; position:relative;}

.zoomdiv{ left:859px;  width:430px;}
.list-h li{ float:left;}
#spec-n5{width:430px; height:70px; padding-top:6px; overflow:hidden;}
#spec-left{ background:url(../bgimg/penr_03.png) no-repeat; width:17px; height:70px; float:left; cursor:pointer; }
#spec-right{background:url(../bgimg/penr_05.png) no-repeat; width:17px; height:70px; float:left;cursor:pointer; }
#spec-list{ width:384px; float:left; overflow:hidden; margin-left:4px; display:inline;}
#spec-list ul li{ float:left; margin-right:0px; display:inline; width:96px;}
#spec-list ul li img{  width:88px; height:70px; border:0px;}

/*jqzoom*/
.jqzoom{position:relative;padding:0;}
.zoomdiv{z-index:100;position:absolute;top:1px;left:0px;width:400px;height:400px;background:url(../bgimg/loading.gif) #fff no-repeat center center;border:1px solid #e4e4e4;display:none;text-align:center;overflow: hidden;}
.bigimg{width:800px;height:800px;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:88px;height:70px;cursor:move; border:0px;}
#spec-list{ position:relative; width:384px; margin-right:6px;}
#spec-list div{ margin-top:0;margin-left:0px; *margin-left:0;}

.listconn_3_R{ width:388px;  float:left; }
.listconn_3_R_a{ width:100%; float:left;}
.listconn_3_R_1{ float:left; height:26px; line-height:26px; padding:0px 10px;-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin-right:15px; }
.listconnco_1{ background-color:#91e5fd;}
.listconnco_2{ background-color:#bfffe3;}
.listconnco_3{ background-color:#ffe8c8;}
.listconnco_4{ background-color:#ffbb8e;}
.listconnco_5{ background-color:#98ce7b;}
.listconn_3_R_b{ width:388px;  float:left; padding:30px 0px; border-bottom:1px solid #cccccc;  }
.listconn_3_R_b li{ width:128px;  float:left; border-right:1px solid #cccccc; line-height:40px; text-align:center;}
.listconn_3_R_b li p{ font-size:18px; }
.listconn_3_R_b li p label{ color:#ff0000; }
.listconn_3_R_c{ width:388px;  float:left;  }
.listconn_3_R_c li{ width:388px;  float:left; border-bottom:1px solid #cccccc; line-height:50px;}
.listconn_3_R_c li p{ width:190px;  float:left; padding-left:4px;}
.listconn_3_R_c li p label{ color:#ff0000; }
.listconn_3_R_d{ width:383px;  float:left; height:76px; line-height:76px; color:#ff0000; font-size:24px; font-weight:bold;background:url(../bgimg/cmon_03.jpg) no-repeat; padding-left:80px; margin-top:27px; }
.listconn_4{ width:838px; border-bottom:1px solid #2e97ff; float:left; font-size:16px;}
.listconn_4 p{ background-color:#2e97ff; float:left; padding:0px 20px; line-height:40px; color:#fff;}
.listconn_5{ width:808px; border-bottom:1px dotted #cccccc; float:left; padding:30px 15px; line-height:30px;}
.listconn_6{ width:808px; float:left; padding:20px 15px 10px; line-height:30px;}
.listconn_6 li{ width:100%; float:left; color:#848484;}
.listconn_6 li a{ color:#848484; }
.listconn_6 li a:hover{ color:#ff0000; }
.listcontwo{ width:1158px; padding: 20px 20px 0px 20px; background-color:#fff; float:left; border:1px solid #cccccc; }
.listcontwo_a{ width:1040px;  float:left;}
.listcontwo_1{ width:100%;float:left; line-height:40px; font-size:20px; }
.listcontwo_1 span{ color:#818181;}
.listcontwo_2{ width:98%;float:left; line-height:30px; color:#818181; padding-left:5px;}
.listcontwo_2 span{ color:#1a0aff;}
.listcontwo_3{ width:1040px;  float:left; padding:30px 0px 0px 5px;}
.listconn_3_Rr{ width:580px;  float:left; padding-left:10px; }
.listconn_3_Rr_b{ width:580px;  float:left; padding:20px 0px; border-bottom:1px solid #cccccc;  }
.listconn_3_Rr_b li{ width:192px;  float:left; border-right:1px solid #cccccc; line-height:40px; text-align:center;}
.listconn_3_Rr_b li p{ font-size:18px; }
.listconn_3_Rr_b li p label{ color:#ff0000; }
.listconn_3_Rr_c{ width:580px;  float:left;  }
.listconn_3_Rr_c li{ width:580px;  float:left; border-bottom:1px solid #cccccc; line-height:52px;}
.listconn_3_Rr_c li p{ width:188px;  float:left; padding-left:4px;}
.listconn_3_Rr_c li p label{ color:#ff0000; }
.listcontwo_b{ width:118px;  float:left; text-align:right;}
/*内容css*/

/*新闻css*/
.newconn{ width:878px; padding:0px 0px 20px; background-color:#fff; float:left; border:1px solid #cccccc;}
.newconn_title{width:100%; text-align:center; line-height:60px; float:left;  font-size:24px;}
.newconn_time{width:100%; text-align:center; line-height:30px; float:left; }
.newconn_jianjie{width:798px; float:left; padding:30px 20px; margin:0px 20px; line-height:30px; color:#c5c5c5; border-bottom:1px dotted #cccccc;}
.newconn_1{ width:258px; float:left; padding:0px 20px; }
.newconn_1 li{ width:228px; float:left; height:46px;  border-bottom:1px solid #cccccc; padding-left:30px; }
.newconn_1 li span{ width:5px; float:left; height:5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; margin:20px 10px 0px 0px;background:#2e97ff; }
.newconn_1 li a{ float:left; height:46px; line-height:46px; }
.newconn_con{width:838px; float:left; padding:30px 20px 10px;}
.newconn_con_p{width:798px; float:left; padding:0px 20px 20px;line-height:30px; float:left;border-bottom:1px dotted #cccccc;}
.newconn_2{ width:808px; float:left; padding:10px 15px 10px; line-height:30px;}
.newconn_2 li{ width:100%; float:left;color:#848484; }
.newconn_2 li a{ color:#848484; }
.newconn_2 li a:hover{ color:#ff0000; }
.newconn_taitou{ width:848px; float:left; height:42px;  border-bottom:1px solid #cccccc; padding:0px 15px; margin-bottom:20px; }
.newconn_taitou_l{ float:left; height:42px; line-height:42px;  font-size:16px;font-weight:bold; }
.newconn_taitou_l span{ float:left; background:#2e97ff; width:8px; height:20px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin:10px 6px 0px 0px;}
.newconn_taitou_r{ float:right; height:42px; line-height:42px;}
.newlistcon{width:838px; float:left; padding:0px 20px;}
.newlistcon li{width:798px; float:left; padding:20px;border-bottom:1px dotted #cccccc;}
.newlistcon_1{width:100%; float:left; line-height:40px; font-size:16px;}
.newlistcon_2{width:100%; float:left; line-height:30px; }
/*新闻css*/
/*公司简介css*/
.gsjjcon{width:818px; float:left; padding:10px 30px 20px; line-height:30px; font-size:16px;}
/*公司简介css*/
/*表单css*/
.biaodan{ width:668px; float:left; padding:20px 0px 0px 80px; color:#333;}
.biaodan_title{ width:100%; float:left; height:54px; line-height:54px; text-align:center; font-size:20px; font-weight:bold; }
.biaodan_a{ width:668px; float:left; height:32px; margin-top:30px;}
.biaodan_a_a{ width:100px; float:left; height:32px; text-align:right; line-height:32px;padding-right: 10px;}
.biaodan_a_b{float:left; height:24px;}
.biaodan_a_btxt1{ width:478px; border:1px solid #cccccc;float:left; height:30px; line-height:30px; padding-left:10px;}
.biaodan_a_btxt2{ width:160px; border:1px solid #cccccc;float:left; height:30px; line-height:30px; color:#848484;font-family:'Microsoft YaHei'; padding-left:6px;}
.biaodan_a_btxt3{ width:210px; border:1px solid #cccccc;float:left; height:30px; line-height:30px;padding-left:10px;}
.biaodan_a_btxt4{ width:130px; border:1px solid #cccccc;float:left; height:30px; line-height:30px;padding-left:10px;}
.biaodan_a_c{float:left; height:24px; line-height:24px; padding-left:10px;}
.biaodan_a_c a{color:#333;}
.biaodan_a_c span{color:#ff0000;}
.biaodan_b{ width:668px; float:left; height:170px; margin-top:16px;    margin-top: 35px;}
.biaodan_b_a{ width:100px; float:left; height:170px; text-align:right; line-height:24px; padding-right:10px;}
.biaodan_b_b{float:left; height:170px;}
.biaodan_b_btxt1{float:left; height:158px; width:370px; padding:5px; line-height:20px; border:1px solid #cccccc;-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;padding-left:10px;}
.biaodan_a_btxt5{ width:92px; border:1px solid #a9a9a9;float:left; height:22px; line-height:22px;}
.biaodan_c{ width:468px; float:left; padding:40px 0px 40px 130px;}
.biaodan_c a{ float:left; width:136px; height:36px; line-height:36px; text-align:center; color:#fff; margin-right:40px;-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
.biaodan_c_co1{ background-color:#2e97ff;width: 100px;height: 40px; border: 0px;border-radius: 10px;color: #fff; font-size: 16px; margin-right: 50px;}
.biaodan_c_co2{ background-color:#787978; width: 100px;height: 40px; border: 0px;border-radius: 10px;color: #fff; font-size: 16px;}
.biaodan_d{ width:550px; float:left;  line-height:30px; padding:20px 0px 30px 50px; font-size:14px; color:#848484;}
.biaodan_d span{ color:#ff0000;}
/*表单css*/
/*其他页面banner轮换css*/



.hiSlider-pages,.hiSlider-title{position:absolute;z-index:3}
.hiSlider-btn-prev,.hiSlider-btn-next{position:absolute;z-index:5;top:50%;height:30px;width:30px;background:url(../bgimg/hislider-arrow.png) no-repeat;margin-top:-15px;text-indent:-200px;overflow:hidden;opacity:.6;filter:alpha(opacity:60)}
.hiSlider-btn-prev{left:10px}
.hiSlider-btn-next{right:10px;background-position:-30px 0}
.hiSlider-btn-prev:hover,.hiSlider-btn-next:hover{opacity:1;filter:alpha(opacity:100)}
.hiSlider-title{bottom:0;width:100%;padding:6px 0;color:#fff;text-indent:10px;background:rgba(0,0,0,.6);z-index:2;}
.hiSlider-pages{bottom:10px;right:10px;text-align:right}
.hiSlider-pages a{height:12px;width:12px;margin:0 6px;display:inline-block;overflow:hidden;text-indent:-100px;font-size:0;border-radius:50%;background:#ddd}
.hiSlider-pages a.active{background:#2e97ff}
/*其他页面banner轮换css*/

/* 内容页面轮播图-效果CSS开始 */
.mod18{width:430px;position:relative;margin:0 auto;}
.mod18 #prevTop,.mod18 #nextTop{position: absolute;z-index: 99;cursor: pointer; top:140px;width:32px;height:48px;}
.mod18 #prevTop {background: url(../bgimg/prevbtntop.png) 0 0 no-repeat;}
.mod18 #nextTop {background: url(../bgimg/nextbtntop.png) 0 0 no-repeat;right: 0;}
.mod18 li{float:left;}
.mod18 .cf li{position:relative;color:#fff;}
.mod18 .cf a{display:block;width:526px;height:377px;position:absolute;color:#fff;}
.mod18 .cf li span{display:block;width:486px;position:absolute;left:75px;bottom:0;padding:10px 20px;line-height:22px;text-align:left;background:rgba(0,0,0,0.6);filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = "#60000000",endColorstr = "#60000000");}
.mod18 .picBox{width:430px; height:330px;margin: 0 auto 6px; position:relative;overflow:hidden; background:#0D0D0D;}
.mod18 .picBox ul{height:377px;position:absolute; left:0;}
.mod18 .picBox li{width:430px; height:330px;}
.mod18 .picBox li img{display: block; width:430px; height:330px;}
.mod18 .listBox{width:385px;float: left; height:72px;margin:0 5px;position:relative;overflow:hidden;}
.mod18 .listBox ul{height:88px;position:absolute;}
.mod18 .listBox li{width:97px;height:70px;cursor:pointer;position:relative;}
.mod18 .listBox img{display: block;width: 88px;height: 68px;border: 2px solid #cccccc;}
.mod18 .listBox .on img{border:2px solid #2e97ff;}
.mod18 #prev {background: url(../bgimg/penr_03.png) no-repeat;width: 17px;height: 72px;float: left;cursor: pointer; margin-right:1px;}
.mod18 #next {background: url(../bgimg/penr_05.png) no-repeat;width: 17px;height: 72px;float: left;cursor: pointer;}


/*电脑站结合项样式*/
.fieldandcss{}
.changefieldandcss{background:#0066CC;color:#fff; border-radius:3px;}



/*首页后增banner样式*/
#lanrenzhijia { height: 300px; margin: 0px auto; position: relative; font-size: 12px; behavior: url(css/pie.htc); overflow: hidden; width: 855px;border-radius:6px; }
#img li { opacity: 1; filter: alpha(opacity=100); cursor: pointer; float: left; }
#img { list-style: none; position: absolute; top: 0px; left: 0px; }
#num { list-style: none; position: absolute; bottom: 10px; right: 20px; z-index: 999; }
#num li { display: block; height: 22px; width: 22px; margin-left: 5px; background: #FFFFFF; float: left; color: #2e97ff; text-align: center; line-height: 20px; border-radius: 20px; opacity: 0.7; filter: alpha(opacity=70); cursor: pointer; behavior: url(../bgimg/pie.htc) }
#num .hover { background: #2e97ff; color: #FFFFFF; font-weight: bold }


