@charset "utf-8";
/* CSS Document */
body, button, input, select, textarea { background: none repeat scroll 0 0 #fff; color: #999; font: 12px/1 Arial,"微软雅黑"; margin: 0; padding: 0; overflow: hidden; }
h1, h2, h3, h4, h5, h6 { font-size: 14px; padding: 0; margin: 0; }
ul, ol, li, dl, dt, dd { list-style: none; text-decoration: none; height: auto; padding: 0; margin: 0; }
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */
abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */ border-bottom: 1px dotted; cursor: help; }
q:before, q:after { content: ''; }
p { margin: 0; padding: 0; }
/* 重置表单元素 */
legend { color: #999; } /* for ie6 */
fieldset, img { border: none; } /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea { font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */ }
/* 重置表格元素 */
/* 重置 hr */
hr { border: none; height: 1px; }
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html { overflow-y: scroll; }
:link { text-decoration: none; color: #999; }
:visited { text-decoration: none; color: #999; }
:visited,:focus{color: #999; border: none;}
.btn:visited,.btn:focus{/*color: #999; border: none;*/}

.fl { float: left; }
.fr { float: right; }
a.winBtn,a.proBtn{ border:#ccc solid 1px;color:rgba(0,0,0,.4); box-shadow:1px 1px 1px rgba(0,0,0,.3); border-radius:5px; line-height:35px; height:35px; display:block; 
width:60px; text-align:center; float:right; }
a.winBtn:hover{ text-decoration:none;color:rgba(0,0,0,.5); font-weight:bold; }
a.close span{ color:#333;}
a.close:hover span{color:rgba(0,0,0,.9);}

/*======================公用样式=======================*/
.warp { width:100%; margin: 0 auto; overflow: hidden;}
.header { width:100%; height:68px; position:fixed; top:0; left:0; z-index:200; background:url(../images/headbg.png) #fff no-repeat center;}
.mask{width: 100%;height: 100px;  z-index:9999; position:fixed; display:none;}
.top { width:980px; height:68px;  margin:0 auto; position:relative;}
.logo { width:175px; height:92px; background:url(../images/logo.png) no-repeat; position:absolute; top:6px; left:0;}
.logo a { display:block; width:175px; height:92px; text-indent:-9999px;cursor: default;}
.menu { position:absolute; top:36px; right:0; }
.menu li { float:left; line-height:16px; /*padding:0 36px;*/ width:120px;background:url(../images/line.jpg) no-repeat right 0px; text-align:center;}
.menu li a { display:block; text-decoration:none;}
.menu li a:hover,.menu li.active{color:#999; }
.menu li a:hover,.menu li.active a{ display:block; color:#999; font-weight:bold;background:#eee; background: none;}
ul.nav.navbar-nav li a:hover{ background: none;}
.menu li a:visited{ background: none;}
.lang { background: none !important; margin-right:0 !important;}

.h_92 { width:100%; height:92px;}

/*======================Banner样式=======================*/
#full-screen-slider { width:1400px; position:relative;margin:0px auto;}
@media(max-width:1399px){
		#full-screen-slider { width:100%; }
}
@media(min-width:1400px){
	#full-screen-slider { width:1400px;}
}
   .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  width:100%;
    }
	    .swiper-slide img { width:100%;}
    .swiper-pagination-bullet {
      width: 10px;
      height:10px;
      text-align: center;
      line-height: 20px;
      font-size: 12px;
      color:#000;
      opacity: 1;
      background: rgba(0,0,0,0.2);
	  border-radius:0px;
    }
	
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}


    .swiper-pagination-bullet-active {
      color:#999;
      background:rgba(0,0,0,0.5);
    }
	
	
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px;
    left: 0;
    width: 100%;
}
/*@media(min-width:1024px){
	#slides li{height:440px;}
}*/

#pagination li { display: block; list-style: none; width: 10px; height:10px; float: left; margin-right: 15px; /*border-radius:5px;*/ background:#ccc; }
#pagination li a { display: block; width: 100%; height: 100%; padding: 0; margin: 0; text-indent: -9999px; }
#pagination li.current { background:rgba(0,0,0,.5);/*background: #00267a;*/ }
#pagination li:nth-child(4){ margin-right:0px;}
/*======================首页样式=======================*/
.index_about { width:980px; /*height:623px;*/ height:auto; margin:109px auto 0; position:relative;}
.about_menu { /*position:absolute; top:0; left:10px;*/ height:26px;}
.about_menu li { padding:0 26px; float:left; border-right:1px solid #eee; font-size:14px;}
.about_menu li:first-child, .about_menu li.m_l{ padding-left:0 !important;  font-weight:bold;}
.about_menu li:first-child a, .about_menu li.m_l a{color:#999;}
.about_menu li:last-child,.about_menu li.m_r { border-right:0 !important;}
.about_menu li a{ text-decoration:none;color:#999;cursor: pointer;}
.m_l{ padding-left:0 !important;  font-weight:bold;}
.m_r { border-right:0 !important;}
.index_about .pageInfo{ display:none;  width:100%; /*min-height:100px;*/ margin-bottom:20px; position:relative;

}
@media (min-width:768px) {
.index_about{ margin-left:4px;}
}
@media (min-width:1108px) {
	.index_about{     margin: 109px auto 0;}
}
.index_about .pageInfo header h2{ font-size:1.4rem; font-weight:bold; line-height:42px; text-indent:10px;}
.index_about .pageInfo .intro{ line-height:20px; padding:10px 8px;}
.index_about .pageInfo a.close{ font-size:1rem; font-weight:normal; color:#222; opacity:1; position:absolute; right:10px; top:20px;}
.index_about_txt { width:821px; line-height:19px; padding-top:30px;}
.index_about_txt img.ajax-loader{ padding-top:10px; padding-left:20px;}
.aboutPages{ width:100%; height:450px; position:relative;  clear:both;}
.aboutPages .index_about_1 { width:436px; height:173px; position:absolute; top:70px; left:0; background:#000;}
.aboutPages .index_about_2 { width:436px; height:178px; position:absolute; top:245px; left:0; background:#000;}
.aboutPages .index_about_3 { width:512px; height:424px; position:absolute; top:0px; left:467px; background:#000;}
.index_about_1 img { display:block; width:436px; height:173px; background:#000;/*opacity:0.5;*/filter:alpha(opacity=50);}
/*.index_about_1:hover img { opacity:1; -webkit-opacity:1; -moz-opacity:1;}
*/.index_about_2 img { display:block; width:436px; height:178px; background:#000;/*opacity:0.5;*/filter:alpha(opacity=50);}
/*.index_about_2:hover img { opacity:1; -webkit-opacity:1; -moz-opacity:1;}
*/.index_about_3 img { display:block; width:512px; height:424px; background:#000;/*opacity:0.5;*/filter:alpha(opacity=50);}
/*.index_about_3:hover img { opacity:1; -webkit-opacity:1; -moz-opacity:1;}
*/

.index_box { width:980px; margin:169px auto 0;}
#catNav{   margin-top:-80px; z-index:0;}
.index_pro { width:980px; height:533px;}
.index_pro li { width:326px; height:266px; border-right:1px solid #eee; border-bottom:1px solid #eee; float:left; position:relative; overflow:hidden;}
/*.index_pro li:hover{ background:rbga(0,0,0,.2);}*/
.index_pro li img { display:block; width:326px; height:266px;}
.index_pro li .protxt {width:326px; height:266px; position:absolute;top:-266px;left:0;  background:rgba(0,0,0,.3); filter:alpha(Opacity=60);-moz-opacity:0.6;opacity: 0.6; }
.index_pro li span {position:absolute; top:27px; left:27px; font-size:14px; }
.index_pro li span a { display:block; width:326px; height:266px; color:#aaa; text-decoration:none;}
.index_pro li:hover span { /*font-weight:bold; color:#a0a0a0;*/}
.index_pro li:nth-child(3),.index_pro li.cat3{
	border-right:0 !important;
}

.index_pro li:nth-child(4),.index_pro li:nth-child(5),.index_pro li:nth-child(6),.index_pro li.cat4,.index_pro li.cat5,.index_pro li.cat6{
	border-bottom:0 !important;
}

.index_pro li:nth-child(6),.index_pro li.cat6{
	border-right:0 !important;
}

/*.pro_1_r { border-right:0 !important;}
.pro_2 { border-bottom:0 !important;}
.pro_2_r { border-right:0 !important;}*/

.index_pro_main { width:980px; margin:70px auto 0;}
.index_pro_main  .ajax-loader{ margin-left:20px;}
/* 标准盒模型 */
.ttl{}

.ctt{height:auto; clear:both; position:relative; padding-bottom:30px;}

.ctt .dis ,.ctt .undis { min-height:400px;}
/*parts controller*/
.ctt .parts_inner{ height:735px;}
/* controller swich 89  controller other 90*/
.ctt .parts_inner.productInfo_94,.ctt .parts_inner.productInfo_87,
.ctt .parts_inner.productInfo_92,.ctt .parts_inner.productInfo_90,
.ctt .parts_inner.productInfo_89,.ctt .parts_inner.productInfo_88{height:550px;}

.ctt .data_1,.ctt .data_2,.ctt .data_3{ position:absolute;}
.ctt .data_1{ width:88px; position:absolute; left:3px; top:0px;}
.ctt .data_1 ul {color: #888;}
.ctt .data_1 ul li{ width:100%; line-height:25px;cursor: pointer;}
.ctt .data_1 ul li:hover,.ctt .data_1 ul li.sel{ font-weight:bold;color:#002579;}
.ctt img{ margin-top:200px;}
.ctt .data_2{ top:0px; left:98px;/*left:95px;*/}
.ctt .data_2 table tr{  line-height:22px;}
.ctt .data_2 table tr td{text-align: left;}
.ctt .data_2 table tr.firstRow td{ width:61px;  text-align:center;}

.ctt .data_2 table tr.firstRow td:nth-child(5) {width:75px;}
.ctt .data_2 table tr.firstRow td:nth-child(6) { width:80px;}

.ctt .data_2 table tr:nth-child(2) td{  text-align: center;}
/*.ctt .data_2 table tr:nth-child(2)  td:nth-child(3){ text-indent:10px;}
.ctt .data_2 table tr:nth-child(2)  td:nth-child(4){ text-indent:13px;}
.ctt .data_2 table tr:nth-child(2)  td:nth-child(5){ text-indent:14px;}
.ctt .data_2 table tr:nth-child(2)  td:nth-child(6){ text-indent:21px;}*/

.ctt .data_3{ left:0px; top:78px; border-top:rgba(20,20,20,.1) solid 1px; padding-top:6px; width:619px;}
.ctt .data_3 table{ width:100%;}
.ctt .data_3 table tr { line-height:25px;}
.ctt .data_3 table tr.firstRow td{width:60px; text-align:left;}
.ctt .data_3 table tr.firstRow td:nth-child(1){ /*width:133px;*/width:125px;}


.ctt .data_3 table tr.firstRow td:nth-child(6){ width:75px;}
.ctt .data_3 table tr.firstRow td:nth-child(7){ width:80px;}
.ctt .data_3 table tr td:nth-child(1){text-indent:6px;}
.ctt .data_3 table tr td:nth-child(2){ /*text-indent:6px;*/text-indent:2px;}
.ctt .data_3 table tr td:nth-child(3){ text-indent:5px;}
.ctt .data_3 table tr td:nth-child(4){ text-indent:8px;}
.ctt .data_3 table tr td:nth-child(5){ text-indent:10px;}
.ctt .data_3 table tr td:nth-child(6){ text-indent:27px;}
.ctt .data_3 table tr td:nth-child(7){ text-indent:22px;}
.ctt .data_3 table tr td:nth-child(8){ text-indent:20px;}
.ctt .data_3 table.lenTxt tr td:nth-child(8){ text-indent:11px;}
.ctt .data_3 table tr td:nth-child(9){ text-indent:4px;}
.ctt .data_4{ position:absolute; right:0px; top:20px; /* width:326px; */width:230px; height:266px;}
.ctt .data_4 .catInfo{ position:relative;}
.ctt .data_4 .catInfo .catImg{ width:100%; position:absolute; top:34px; left:0px;}
.ctt .data_4 .catInfo  .catImg img{ margin-top:0px;}


.ctt .data_4 .catInfo span{position:absolute; width:100%; display:block; line-height:18px; top:182px; width:160px; text-align:left; right:0px;}
.data_5{ width:980px; min-height:250px;margin-top:80px; position:absolute; top:185px;}
.data_5 img{ /*width:100%; height:250px;*/ margin-top:0px;}
/*parts controller*/
.part_info{top:-16px; line-height:20px;}
.part_info table tr td:nth-child(2){ border-right:#ccc solid 1px; margin-right:6px; width:24%;}
#show_productInfo a.close1{ font-size:1.2rem; font-weight:normal; position: absolute;
    top: 0px;
    right:8px; 
	border:#ccc solid 1px;color:rgba(0,0,0,.3) ; box-shadow:1px 1px 1px rgba(0,0,0,.3); border-radius:5px; line-height:35px; height:35px;width:60px; text-align:center;
	    padding-top: 0px;
		text-shadow:none;
		cursor:pointer;
	
	}
	

#show_productInfo a.close1:hover{ text-decoration:none;color:rgba(0,0,0,.5); font-weight:bold; text-shadow:none; }	
	
/* TAB 切换效果 */
.tb_{height:35px;}
.tb_ ul{    padding-left: 3px;}
.tb_ li{float:left; margin-right:20px;/* width:74px; */height:35px;cursor:pointer;color:#888 ; font-weight: bold;}
/* 控制显示与隐藏css类 */

.tb_ li:hover, .tb_ li.sel {/* color:#888; */color:#002579; font-weight:bold }
.dis{display:block;}
.undis{display:none;}
#show_productInfo img.ajax-loader{ padding-top:10px; padding-left:20px; margin-top:10px;}

.index_faq { clear:both;width:980px; height:700px; margin:16px auto 0; position:relative; overflow:hidden; background:url(../images/index_faq.jpg) no-repeat;}
.index_faq_txt { width:420px; position:absolute; top:27px; left:546px; line-height:21px; color:#666;padding-top:22px;}
.index_faq_txt p{ line-height:29px;  }
.index_contact { width:980px; height:310px; margin:290px auto 0; margin-bottom:400px; background:url(../images/index_contact.jpg) no-repeat; position:relative;}
.index_contact_txt { width:430px; height:230px; position:absolute; top:-5px; left:535px; line-height:21px; color:#787575;} 
.index_contact_txt strong{ font-size:14px; font-weight: normal;}
.index_contact_txt p a{color:#787575;}

/*=======================内页样式=======================*/
.inner_ban { width:100%; height:350px; background:url(../images/inner_ban.jpg) no-repeat center;}
.inner { width:1100px; overflow:hidden; background:#fff; border-top:1px solid #d2192b; margin:0 auto; position:relative; top:-30px;}
.inner_top { width:1080px; height:61px; margin:0 auto; border-bottom:1px solid #d5d3d0;}
.location { float:left; line-height:61px;}
.search_info { width:280px; height:32px; overflow: hidden; float:right; margin-top:14px; background:url(../images/search_bg.jpg) no-repeat;}
.search_info_txt { display:inline; float:left; height:32px; width:236px; }
.search_info_txt_css { background-color: transparent; border-color: -moz-use-text-color; border-style: none; border-width: 0; color: #666; float: left; font-size:12px; height:32px; line-height:32px; overflow: hidden; width:236px; text-indent:12px;}
.search_info_btn { float: left; height:32px; width:44px; }
.search_info_btn_css { background-color: transparent; border-color: -moz-use-text-color; border-style: none; border-width: 0; color: #D3E8F9; float: left; font-size:12px; height:32px; line-height:32px; overflow: hidden; width:44px; cursor:pointer; }


.inner_main { width:1100px; margin:10px auto 0;}
.inner_fl { width:200px; margin-left:10px; float:left;}
.inner_fl_cat { width:200px; margin-bottom:20px;}
.inner_fl_cat_tit { width:200px; height:50px; line-height:50px; background:url(../images/fl_cat_titbg.jpg) no-repeat; text-indent:25px; font-size:20px; font-weight:bold; color:#fff;}
.inner_fl_cat ul { display:block; background:#f7f8f9;}
.inner_fl_cat ul li { width:200px; height:50px; line-height:50px; border-bottom:1px dotted #e5e5e5; text-indent:25px;}

.inner_pro { width:880px; margin-left:10px; float:left;}
.inner_pro li { width:210px; height:220px; float:left; margin-right:10px; margin-bottom:19px;}
.inner_pro li img { display:block; width:210px; height:188px;}
.inner_pro li span { display:block; width:210px; line-height:32px; text-align:center;}

.inner_fr { width:870px; margin-left:10px; float:left;}



.show_pro {padding:0 10px; overflow:hidden;  line-height:20px;}
.about { padding:0 10px; line-height: 25px; overflow: hidden;}
.news { padding:0 10px; overflow:hidden; }
.news ul { list-style-image: none; list-style-type: none; margin-top: 6px; }
.news li { border-bottom: 1px dotted #888A89; height: 50px; line-height: 50px; overflow: hidden; }
.news li a { color: #414141; text-decoration: none; }
.news li span { color: #414141; float: right; margin-right: 30px; }
.shownews {padding:0 10px;}

.shownews a:hover { display:block; text-decoration: underline;}
.shownews .title { background:#e7e7e7; height:65px;  text-align: center; }
.shownews .title h1 { color:#b90b0a; font-size:14px; line-height:40px;}
.shownews .title span { line-height:18px;}
.shownews DIV.text { padding-top:25px; }.hr { color: #666666; margin: 20px 0; }
.hr a { color: #D2211F; margin-top:20px; margin-right:25px; text-decoration: underline; }
table.job { border-collapse: collapse; color: #777777; width: 100%; }
table.job th, .job td { border: 1px solid #DDDDDD; }
table.job th { background-color: #ffffff; height: 40px; line-height: 40px; text-align: center; }
table.job td { background: none repeat scroll 0 0 #FFFFFF; padding: 10px; text-align: center; }
table.job a.close { height: 28px; line-height: 28px; }
table.job .jobdetail { background: url("../images/jobdetail.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0); display: block; height: 24px; margin: 0 auto; width: 76px; }
table.job .mydiv { left: 50%; margin: -135px 0 0 -325px; position: fixed !important; top: 30%; width: 650px; z-index: 999; }
table.job .mydiv table { border-collapse: collapse; color: #777777; line-height: 22px; }
table.job .mydiv table .alignleft { text-align: left; }
/*新闻中心页面和新闻终端页面样式*/
.newslist{}
.newslist table{ width:100%; border-left:1px #999 solid; border-top:1px #999 solid; color:#666; margin:0 0 20px 0;}
.newslist table td{ padding:10px 15px; border-bottom:1px #999 solid; border-right:1px #999 solid;}
.newslist table a{ color:#792C21; font-weight:bold;}
.newslist table .newslist-1{ width:68%; background:#FFF;}
.newslist table .newslist-2{ width:16%; background:#FFF; text-align:center;}
.newslist table .newslist-3{ width:16%; background:#FFF; text-align:center;}

.single h1{ padding:7px 0; color:#333; text-align:center; font-size:14px; border-bottom:#666 1px dotted;}
.single span.title{ display:block; width:100%; padding:5px 0; color:#666; text-align:center;}
.single p{ margin:20px 0; line-height:22px; color:#000;}
.back { height:27px; padding:7px 0; text-align:right;}
.back a{ width:116px; height:27px; color:#3487D1;}
/*在线询盘页面样式*/
.inquiry_form { padding:10px 0 0 30px; color:#000; font-family:Tahoma; }
.inquiry_form tr{ margin:0 0 15px 0;}
.inquiry_form th { text-align:right; padding:0 10px 0 0; font-weight:normal;}
.inquiry_form td input,.inquiry_form td textarea { border:1px solid #bbb; padding:2px;}
.inquiry_form td .btn_box { width:60px; height:24px; border:1px solid #bbb; background:#e6e6e6 url(../images/inquiry_btn.jpg) repeat-x; color:#333; cursor:pointer;}

.guestbook { padding-top:30px;}
.guestbook table th { color:#777; text-align:left;}
.guestbook table td input,.guestbook table td textarea{ border:1px solid #777; background:#f0f0f0;}
.red{ color:red}
#inquiry_form input,#inquiry_form img{ vertical-align:middle;}
/*======================产品终端页产品图片切换效果样式=======================*/
.products_4 { overflow:hidden;}
.products_5 { padding-top: 10px; padding-left:30px; float: left; }
.products_5 h1 { font-size:14px;}
#preview { float: none; padding-bottom:15px; width: 400px; float: left; }
.description { clear: both; /*height:400px;*/ overflow: auto }
.description h3, .other h3 { height: 40px; line-height: 40px; color: #005DAA; border-bottom: 1px dashed #999; }
.description .data { overflow-x: auto; margin: 0px 0; }
.description a.iq { display: block; width: 98px; height: 25px; }
.description p { width: 100%; height: auto; color: #000; line-height: 22px; margin: 20px 0; }
.description .txt { border-bottom: 1px solid #999; font-size: 15px; line-height: 34px; padding-left: 10px; color: #13233c; font-weight: bold; }
.description table { width: 100%; text-align: center; border-left: 1px #999 solid; border-top: 1px #999 solid; background: #fff; color: #333; }
.description table td { padding: 6px 5px; border-bottom: 1px #999 solid; border-right: 1px #999 solid; }
/*产品终端样式*/

/*产品终端页产品图片切换效果样式*/
.proinfo_two { border-color: #CCCCCC; border-style: solid; border-width: 1px; height: auto; }
.proinfo_two .pro_description { background: none repeat scroll 0 0 #4F5152; font-weight: bold; height: 28px; line-height: 28px; text-indent: 10px; color:#ffffff; }
.proinfo_two .pro_description_cont { height: auto !important; overflow: visible; padding: 10px; }
#spec-n1 img { width:400px; height:358px; background: #fff; border: 1px solid #ccc; padding: 1px; }
#spec-n5 { width: 400px; overflow: hidden; zoom: 1; background: #fff; border: 1px solid #ccc; border-top: none; padding: 1px; }
#spec-right { width: 124px;/* height:60px;*/ float: left; }
#spec-right a img { width: 124px; height: 60px; }
#spec-list { width:400px; float: left; }
#spec-list ul { float: left; height:70px; }
#spec-list ul li { width:106px; height:70px; float:left;}
#spec-list ul li img { width: 100px; height:65px; cursor: pointer; border: 1px solid #CCC; padding: 2px; }
ul.product_list { clear: both; margin: 20px 20px 0; border-bottom: 1px solid #CCCCCC; overflow: hidden; zoom: 1; }
ul.product_list li { font-weight: bold; float: left; padding: 0 10px; background-color: #8395A0; display: block; cursor: pointer; border-right: 1px #FFFFFF solid; line-height: 26px }
ul.product_list li a { color: #FFFFFF; }
ul.product_list li.sel { background-color: #47555e; }
/*放大镜样式 开始*/


.jqzoom { position: relative; padding: 0; }
.bigimg { width: 800px; height: auto; }
.zoomdiv { z-index: 8; position: absolute; top: 1px; left: 0px; width: 400px; height: 400px; background: url(i/loading.gif) #fff no-repeat center center; border: 1px solid #e4e4e4; display: none; text-align: left; overflow: hidden; }
.jqZoomPup { z-index: 3; visibility: hidden; position: absolute; top: 0px; left: 0px; width: 50px; height: 50px; border: 1px solid #aaa; background: #FEDE4F 50% top no-repeat; opacity: 0.5; -moz-opacity: 0.5; -khtml-opacity: 0.5; filter: alpha(Opacity=50); cursor: move; }
/*放大镜样式 结束*/

.other, .other ul { float: left; font-size: 12px; line-height: 22px; width: 763px; }
.other_tit { border-bottom: 1px dashed #222222; font-size:14px; height: 40px; line-height: 40px; padding-top: 10px; }
.other ul { margin: 20px 0; }
.other li { float: left; margin: 0 17px; width: 152px; }
.other li a { display:block; color:#fff;}
.other li a:hover { display:block; text-decoration: underline;}
.other img { background: none repeat scroll 0 0; border: 1px solid #ccc; display: block; height:150px; margin: 0 auto; width: 150px; }
.other span { display: block; font-size: 11px; height: 22px; line-height: 22px; text-align: center; }

/*======================分页样式=======================*/
.pager { margin:20px auto 0;  background: #fff; padding: 5px 0; clear:both; }
.page_link { height: 22px; padding: 0 20px; font-size: 11px; color: #777;}
.pager span { line-height: 20px; background: #F0F0F0; margin: 0px 2px; padding: 0 0.6em; float:left;}
.pager span a { display: block; }
.page_link_total { color: #777; }
.page_link_now { font-weight: bold; color: #d2211f; }
/*======================底部样式=======================*/
.foot { width:100%;  text-align:center; color:#ccc; padding:20px 0;}
/*单页弹窗*/
body.modal-open{ padding-right: 0px !important;}
#show_pageInfo .modal-dialog{  width:990px; z-index:9999;}
#show_pageInfo .modal-dialog .modal-content{ /*margin-left:-18px !important;*/}
#show_pageInfo .modal-body{ line-height:25px; height:440px; overflow-y:scroll; overflow-x: hidden; width:100%;}
#show_pageInfo  .modal-footer .btn-default { color:#999;}
@media (min-height:768px) {
	#show_pageInfo .modal-body{ height:440px;}
}




@media (min-height:880px) {
	#show_pageInfo .modal-body{ height:560px;}
}



@media (min-height:910px) {
	#show_pageInfo .modal-body{ height:690px;}
}

 .index_about_txt .loader, .index_pro_main .loader  {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 25%;
    width: 100%;
    height: 200px;
    align-items: center;
    justify-content: center;
	clear:both;
	/*padding-bottom:60px;*/

}
 .index_about_txt .loader span, .index_pro_main .loader span{ display:block; line-height:25px; color:rbga(0,0,0,.8);	padding-top:35px;}

/*=======================内页样式=======================*/
.inner_top { width:980px; height:68px; margin:0 auto; position:relative;}
.inner_logo { width:178px; height:68px; position:absolute; top:6px; left:0}
.inner_logo a{ cursor: default;}
.inner_back { position:absolute; /*top:49px;*/top:28px; right:-3px; width:60px;}
.inner_home { position:absolute;/*top:49px;*/top:28px; right:76px; width:60px;}
.inner_top  .line{ right:79px;position:absolute; width:2px; height:auto; top:40px; color:#aaa;}
.inner_back a { color:#999;}
.inner_home , .inner_back { margin-top: 12px;} 
.inner_back a:hover,.inner_home a:hover{ font-weight:500px; color:#999; font-weight:bold; text-decoration:none;}

.inner_box { width:980px; overflow:hidden; margin:0 auto;}
.inner_about { width:980px; height:350px; margin-top:100px; margin-bottom:50px; position:relative;}
.inner_about a.cursor_default{ cursor:default ;}
.inner_about img { width:480px; height:330px; display:block; position:absolute; top:0; left:0;}
.inner_about .tit { position:absolute; top:20px; left:551px; font-size:20px; color:#5e5b5b;}
.inner_about .txt { width:429px; line-height:24px; position:absolute; top:58px; left:551px; font-size:14px; color:#666;}
.inner_about .more { position:absolute; top:272px; left:551px; font-size:14px; /*color:#2028c8;*/}
.inner_about .more a { color:#999;}
.inner_about .more a::visited.btn-default ,.inner_about .more a::focus.btn-default {border:rgba(153, 153, 153,0.8) solid 1px;}
.inner_about .more a.btn-default { border:rgba(153, 153, 153,0.6) solid 1px;}


.inner_about_ban { width:980px; height:300px; margin:0 auto; margin-top:38px;}
.ban_news_107{ background:url(../images/ban_news_107.jpg) no-repeat center;}
.ban_news_108{ background:url(../images/ban_news_108.jpg) no-repeat center;}
.ban_news_109{ background:url(../images/ban_news_109.jpg) no-repeat center;}
.show_about { width:980px; overflow:hidden; margin-top:33px; margin-left:3px; margin-bottom:40px;}
.show_about .tit { width:980px; line-height:36px; border-bottom:1px dotted #999; font-size:16px; font-weight:bold;}
.show_about .txt { width:723px; padding:25px 0; line-height:25px; font-size:14px; color:#555;}



