 *{padding:0;margin:0;list-style:none;border:0;font-style:normal;}
a{text-decoration:none;color:#555;}
.clr{clear:both;}	
.fl{float:left;}
.fr{float:right;}	
.over{overflow: hidden;}
.container{width:1200px; margin:0 auto;}
html,body {height: 100%;}
body{font:normal 12px/24px "微软雅黑",Sans-serif;color:#555;background:#fff;	font-family: "Microsoft YaHei", verdana, Arial; font-family:"微软雅黑";font-weight:normal; width:100%;}
img{border:none; padding:0;margin:0;vertical-align :bottom;display: block;}	

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}


/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;overflow:hidden;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block; height:700px}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { background:#fff;position: relative; overflow:hidden;}
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width:50px; height:50px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-indent:-999em;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
.flex-direction-nav .flex-prev { left: -50px; background:url(../images/arr.png) no-repeat; }
.flex-direction-nav .flex-next { right: -50px; background:url(../images/arr1.png) no-repeat;}
.flexslider:hover .flex-prev { opacity: 0.7; left: 100px;}
.flexslider:hover .flex-next { opacity: 0.7; right: 100px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }


/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; background:#ddd}
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom:0px; text-align: center; padding-bottom:10px}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width:7px; height:7px; display: block; background: #fff;cursor: pointer; text-indent: -9999px;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;border-radius:100%;}
.flex-control-paging li a:hover { background:#0081cc;}
.flex-control-paging li a.flex-active { background:#0081cc;cursor: default;}

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

#entrance_box{width:100%; padding:45px 0 70px; background:#edecec;overflow: hidden;}
#entrance{ width:1200px; margin:0 auto; text-align:center}
#entrance ul li{position: relative;  display:block; width:216px; height:155px; float:left; margin-right:112px; background:#2ba8f2; /*cursor:pointer;*/}
#entrance ul li .entrance_hk{ 
  position: absolute; 
  right: -15px;
  top: -15px;
  width: 40px; 
  height: 40px; 
  border-radius: 40px; 
  background: #fb6737;  
  color: #FFF; 
  text-align: center; 
  line-height: 40px;
  font-size: 16px;
  font-weight: bold; 
  cursor: pointer;
}
#entrance ul li:last-child{margin-right:0px;}
#entrance ul li.entrance_last{ margin-right:0px;}
#entrance ul li b{ 
  display:block; 
  width:216px; 
  height:40px; 
  background:#edecec; 
  line-height:40px; 
  font-size:14px; 
  font-weight:bold;
  color:#0081cc;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
#entrance ul li b a{color:#333;font-size: 16px;}
.entrance_img{position:relative; width:216px; height:155px; overflow:hidden;}
.entrance_img img{position:absolute; top:0; left:0;right: 0;margin: 0 auto;}
.entrance_img img.ent_img{
     -webkit-transition: all 0.5s ease-out;
     -moz-transition: all 0.5s ease-out;
     -o-transition: all 0.5s ease-out;
     -ms-transition: all 0.5s ease-out;
     transition: all 0.5s ease-out;
    /*-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
     filter: alpha(opacity=100);
     opacity: 1;*/
}
.entrance_img span img{
    -webkit-transform: rotate(0deg) scale(1);
     -moz-transform: rotate(0deg) scale(1);
     -o-transform: rotate(0deg) scale(1);
     -ms-transform: rotate(0deg) scale(1);
     transform: rotate(0deg) scale(1);
     -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
     filter: alpha(opacity=0);
     opacity: 0.2;
     /*-webkit-transform: rotate(0) scale(0);
     -moz-transform: rotate(0) scale(0);
     -o-transform: rotate(0) scale(0);
     -ms-transform: rotate(0) scale(0);
     transform: rotate(0) scale(0);
     -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
     filter: alpha(opacity=0);
     opacity: 0;*/
     -webkit-transition: all 0.5s ease-out;
     -moz-transition: all 0.5s ease-out;
     -o-transition: all 0.5s ease-out;
     -ms-transition: all 0.5s ease-out;
     transition: all 0.5s ease-out;
     /*top: -128px;
     -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
     filter: alpha(opacity=0);
     opacity: 0;
     -webkit-transition: all 0.3s ease-out 0.2s;
     -moz-transition: all 0.3s ease-out 0.2s;
     -o-transition: all 0.3s ease-out 0.2s;
     -ms-transition: all 0.3s ease-out 0.2s;
     transition: all 0.3s ease-out 0.2s;*/
}
#entrance ul li img.ent_img{margin: 38px auto;width: 86px;height: 80px;}
#entrance ul li:hover img.ent_img {
   -webkit-transform: rotate(0) scale(0);
   -moz-transform: rotate(0) scale(0);
   -o-transform: rotate(0) scale(0);
   -ms-transform: rotate(0) scale(0);
   transform: rotate(0) scale(0);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
#entrance ul li .entrance_img span img{width: 100%;height:100%;}
#entrance ul li:hover .entrance_img span img{
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
     filter: alpha(opacity=100);
     opacity: 1;
     -webkit-transform: translateY(0px) rotate(0deg);
     -moz-transform: translateY(0px) rotate(0deg);
     -o-transform: translateY(0px) rotate(0deg);
     -ms-transform: translateY(0px) rotate(0deg);
     transform: translateY(0px) rotate(0deg);
     /*-webkit-transform: rotate(0) scale(1);
     -moz-transform: rotate(0) scale(1);
     -o-transform: rotate(0) scale(1);
     -ms-transform: rotate(0) scale(1);
     transform: rotate(0) scale(1);
     -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
     filter: alpha(opacity=100);
     opacity: 100;*/
     -webkit-transition-delay: 0.1s;
     -moz-transition-delay: 0.1s;
     -o-transition-delay: 0.1s;
     -ms-transition-delay: 0.1s;
     transition-delay: 0.1s;
    /* -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
     filter: alpha(opacity=100);
     opacity: 1;
     top: 0px;
     -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
     -o-transition-delay: 0s;
     -ms-transition-delay: 0s;
     transition-delay: 0s;
     -webkit-animation: bounceY_index 0.9s linear;
     -moz-animation: bounceY_index 0.9s linear;
     -ms-animation: bounceY_index 0.9s linear;
     animation: bounceY_index 0.9s linear;*/
}

#anli,#news{padding: 45px 0;}
#anli h2,#news h2{text-align: center;font-weight: bold;padding-bottom: 25px;}
#anli table tr td{padding-right: 148px;padding-bottom: 20px;}
#anli table tr td:last-child{padding-right: 0;}

#news .news_bt{border-top: 1px solid #ccc;position: relative;}
#news ul{margin: 0 auto; width: 52%; overflow: hidden;}
#news li{float: left; padding: 10px 50px 0; font-size: 14px;cursor: pointer;}
#news .news_content{padding-top: 50px;}
#news .news_left{width: 30%; margin-right:5%; float: left}
#news .news_left h3{ font-size:15px; margin-bottom:10px}
#news .news_right{width: 40%; float: right;}
#news .news_list{height:15px;line-height:15px;padding-bottom: 10px;overflow: hidden; width:100%;}
#news .news_list a:hover{color: #2ba8f2;}
#news .fl:after{content:"";background: #ddd;width: 5px;height: 10px;display: block;float: left;margin-right: 10px;margin-top: 2px;}
#news .fl:hover:after{content:"";background: #2ba8f2;width: 5px;height: 10px;display: block;float: left;margin-right: 10px;margin-top: 2px;}

.star{color:#0081cc;}
.star i{background:#0081cc;width: 15px;height: 5px;display: block;position: absolute;top: -3px;left: 355px;}

.shop{width: 296px;padding-top: 20px;margin:auto;}

/*product*/
.ssuo{background: #fafafa;border: 1px solid #ccc;position: relative;margin-bottom: 10px;overflow: hidden;}
.ssuo input[type="text"]{background: #fafafa;width: 130px;padding: 8px;float: left;}
.ssuo img{position: absolute;right: 0;top: 0;width: 30px;}
.subme1{ width:30px; height:30px; float:right; display:block; background: url(../images/01.png) no-repeat center;}
.act{color: #0081cc;}
.act:hover,.acts:hover{color: #0081cc;}
.acts a{color: #0081cc;}
.product_box1{padding: 50px 0;}
.product_box1 h1{text-align: center;color:#0081cc;}
.products_line{
  background: url(../images/product_line.png)center center no-repeat;
  border-top: 1px solid #e8e8e8;
  width: 100%;
  height: 10px;
  margin-top: 5px;
  margin-bottom: 8px;
}
.one_list ul{background: #f9f9f9;display: none;}
.product_img{width: 200px;height: 187px;}
.product_img img{width: 100%;}
.main_box{
	position  :relative;
	line-height :60px;
	text-align :center;
	padding: 20px 60px;
	font-size: 16px;
	font-weight: bold;
	float: left;
}
.main_box:first-child{
	position  :relative;
	line-height :60px;
	background :#e8e8e8;
	text-align :center;
	padding: 20px 60px;
	font-size: 16px;
	font-weight: bold;
	float: left;
  cursor: pointer;
}
.main_box:hover{
   position  :relative;
   line-height :60px;
   background :#e8e8e8;
   text-align :center;
   padding: 20px 60px;
   font-size: 16px;
   font-weight: bold;
   float: left;
   cursor: pointer;
}
.main_box:first-child .btn{
   position:absolute;
   bottom:-8px;
   left:150px;
   overflow:hidden;
   width:13px;
   height:13px;
   background:#e8e8e8;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -o-transform:rotate(45deg);
   transform:rotate(45deg);
}
.main_box:hover .btn{
   position:absolute;
   bottom:-8px;
   left:150px;
   overflow:hidden;
   width:13px;
   height:13px;
   background:#e8e8e8;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -o-transform:rotate(45deg);
   transform:rotate(45deg);
}
.main_box span{line-height: 25px;}
.products_zhuy_main ul li {
    float: left;
    display: block;
    padding: 55px 90px;
    /* background: #e8e8e8; */
    width: 140px;
    position: relative;
}
.products_zhuy_main ul li span {
    display: block;
    text-align: center;
    margin-top: 8px;
    font-weight: bold;
    font-size: 13px;
}
.products_zhuy_main ul li b {
    display: block;
    position: absolute;
    bottom: -10px;
    background: url(../images/product_line.png) 56px center no-repeat;
    width: 104px;
    height: 10px;
    display: none;
}
.products_zhuy_main img{width: 140px;height: 140px;}
.e8_bg {background: #e8e8e8;}
.products_hidden{margin: 15px 0 30px 0;}
.products_hidden ul{width: 100%;padding: 22px 0;background: #e8e8e8;display: block;display: none;}
.products_hidden ul li{
    margin: 10px 30px;
    float: left;
    background: url(../images/prodcuts_d.png) left center no-repeat;
    text-indent: 15px;
    display: block;
    width: 120px;
}
.products_hidden ul li a:hover{color:#0081cc;}


.product_list{background: #e8e8e8;padding: 20px 50px;margin-top: 20px;overflow: hidden;}
.product_list li{width: 25%;line-height:40px;float: left;}
.product_list li:after{content: "";background: #0081cc;width: 10px;height: 10px;float:left;display: block;margin-top: 15px;margin-right: 5px;}
.other ul li{ float:left;width: 25%; height:200px;}
.other_img{padding: 30px 67px;text-align: center;font-size: 14px;font-weight: bold;line-height: 35px;}
.other_img img{padding-bottom: 10px;}
.other_img span{line-height: 20px;}
.category_box{padding:25px 25px;overflow:hidden;}
.category_img{float:left;width: 180px;height: 155px;}
.category_img img{width:;}
.category_right{float:right;width:70%;}
.category_right h1{color:#0081cc;}
.category_right p{background: #f9f9f9;padding: 20px;font-size: 14px;margin-top: 10px;}
.category_bg table{width: 100%;border:1px solid #ccc;table-layout: fixed;}
.category_bg table thead{background:#0081cc;color:#fff;}
.category_bg table tbody tr{text-align:center;height:45px;line-height:45px;}
.category_bg table tbody tr:hover{background: #dbf1fd;}
.category_bg table th{border-right:1px solid #ccc;}
.category_bg table td{border-right:1px solid #ccc;border-top: 1px solid #ccc;word-break: break-all;word-wrap: break-word;padding: 10px 5px;line-height: 15px;}
.category_bg table td img{width: 20px;height: 28px;margin: 0 auto;}
.category_bg table th:last-child{border-right: none;}
.icon_new{background: url(../images/new_icon.png)center center no-repeat;width: 34px;height: 13px;display: block;margin-left: 3px;}
.product_neir{position: relative;overflow: hidden;}
.product_left{float:left}
.product_right{float: left;padding-top: 30px;padding-left: 30px;}
.product_right h1{padding-bottom: 15px;}
.product_right p{    line-height: 33px;}
.product_small{position: absolute;bottom: 0;}
.product_small img{float:left;}
.explain{margin-top: 50px;}
.explain ul{border-bottom:1px solid #ccc;overflow:hidden;position: relative;}
.explain ul li{float:left;width: 20%;font-size: 16px;font-weight: bold;cursor: pointer;padding: 5px 20px;}
.explain_box{padding: 20px;overflow: hidden;}
.explain_box ol{float:left;padding-right:100px;}
.explain_box ol li{font-size:14px;clear:both;}
.explain_box i:after{content:"";background:#333;width:8px;height:8px;display:block;float:left;margin-top:10px;margin-right:5px;}
.ex{color: #0081cc;}
.ex i:after{content: "";background: #0081cc;width: 62px;height: 2px;display: block;position: absolute;bottom: 0;}
.circuit{margin-top: 10px;padding: 13px;}

/*application*/
.application li{width: 48%;padding-top: 30px;}
.application_right{float: right;}
.application_img{float: left;width: 250px;height:150px;padding-right: 15px;}
.application_img img{width: 100%;height:150px;}
.application_text h1{color: #0081cc;}
.application_text h1 span{font-size: 14px;display: block;}
.application_text p{line-height: 20px;padding: 20px 0;}
.application_text a{color: #0081cc;font-size: 14px;}
.application_box h1{text-align: center;padding: 30px 0;}
.application_bt{position: relative;}
.application_bt p{color: #333;font-size: 16px;font-weight: bold;padding-bottom: 15px;}
.application_bt p:after{content: "";background: #0081cc;width: 6px;height: 17px;display: block;float: left;margin-top: 4px;margin-right: 8px;}
.application_p p{text-indent: 2em;font-size: 14px;}
.application_Img{width: 299px;    margin: 30px auto;}
.xian{width: 94.6%;border-top: 1px solid #ccc;position: absolute;top: 13px;left: 50px;}

/*about*/
.about{min-height: 600px;margin-top: 0;}
section{min-height: 100%;}
.page_left{width: 15%;float: left;}
.page_right{width: 80%;float: right;padding-top: 20px;}
.title{text-align: center;}
.title h3{
    color: #0081cc;
    text-align: center;
    border-bottom: 2px solid #0081cc;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.tb1 h3{background: url(../images/icon_about.png)no-repeat 25%;padding: 10px 0px 10px 30px;}
.tb2 h3{background: url(../images/headset.png)no-repeat 23%;padding: 10px 0px 10px 45px;}
.tb3 h3{background: url(../images/icon_new.png)no-repeat 23%;padding: 10px 0px 10px 45px;}
.tb4 h3{background: url(../images/icon_shop.png)no-repeat 23%;padding: 10px 0px 10px 45px;}
.tb5 h3{background: url(../images/icon_details.png)no-repeat 23%;padding: 10px 0px 10px 45px;}
.tb6 h3{background: url(../images/icon_product.png)no-repeat 23%;padding: 10px 0px 10px 45px;}
.one_list li{padding:5px;font-size: 14px;text-align: left;}
.one_list li{padding:5px;font-size: 14px;font-weight: bold;cursor: pointer;}
.one_list li a:hover{color: #0081cc;}
.on a{color: #0081cc;}
.position{font-size: 14px;border-bottom: 2px solid #ccc;overflow: hidden;}
.position i{padding: 0 5px;}
.position p:last-child{color: #0081cc;}
.content_about h1{text-align: center;color: #0081cc;padding: 30px 0;}
.content_about h1 span{font-size: 14px;padding-left: 5px;}
.about_img{width: 313px;margin:auto;}
.about_img img{width: 100%;}
.about_text{text-indent: 2em;line-height: 25px;padding-top: 30px;color: #666;font-size: 14px;}

/*contact*/
.contact_us{color: #0081cc;font-size: 18px;padding: 50px 130px;text-align: center;overflow: hidden;}
.line p,.phone p{padding-bottom: 50px;}
.phone_text p,.line_text p{font-size:14px;font-weight: bold;padding-top: 20px;padding-bottom: 0;}
.phone_text p span,.line_text p span{padding-left: 10px;font-weight: normal;}
.map{padding-top: 25px;}
.map img{width: 100%;}
.on_line form{width: 50%;margin: 0 auto;padding-top: 50px;overflow: hidden;}
.label{border: 1px solid #ccc;padding: 5px 10px;margin-bottom: 20px;overflow: hidden;}
.label img{float: left;padding-right: 10px;}
.label textarea{width: 90%;resize:none;}
.submit{text-align: center;margin-top: 50px;}
.submit input[type="submit"]{background: #0081cc;color: #fff;padding: 8px 60px;border-radius: 5px;cursor: pointer;}
.on_line input[type="text"]{width: 180px;padding-top: 5px;}

/*news*/
.news li{border-bottom:1px solid #ddd;padding: 25px 10px;overflow: hidden;}
.news li a {
    display: flex;
}
.news li a p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 限制为3行 */
    overflow: hidden;
}
.news_img{width: 20%;}
.news_Img{width: 170px;margin: auto; }
.news_img img{width: 170px;margin: auto; }
.news_text{width: 80%;}
.news_text h1{padding-bottom: 10px;}
.news_text p{padding-top: 10px;}
.news_box{text-align: center;padding-top: 25px;}
.describe{background:#f9f9f9;text-align: left;line-height: 15px;padding: 20px 10px;margin: 20px 0;}
.news_p{text-align: left;padding-top: 20px;}
.page{text-align: left;padding-top: 50px;}

/*footer*/
footer{background: #edecec;margin-top:150px;overflow: hidden;}
footer .nav_two{width: 620px;margin: 0 auto;padding: 10px 0;overflow: hidden;}
footer .nav_two li{float: left;font-size: 14px;}
footer .nav_two li:after{content:"";background: #999;width: 1px;height: 15px;display: block;float: left;margin: 5px 20px;}
footer .nav_two li:first-child:after{content:"";background: #333;width: 0;height: 10px;display: block;float: left;}
.footer{border-top: 1px solid #ddd;}
.footer_box{overflow: hidden;}
.footer_left{float: left;}
.footer_left p{line-height: 15px;padding-top: 20px;}
.footer_right{float: right;padding-top: 20px;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
.navbj{ }
.top{  height:154px; /*padding-top:20px;*/ width:100%; z-index:999; top:0px; background:#FFFFFF;}
/*.top_zuo{width:1200px;margin:0 auto;}*/
.top-right{width: 1200px;margin: auto;height: 32px;line-height: 32px;}
.top-right span{display: inline-block;float: right;}
.top-right span a img{vertical-align: middle;margin-top: 8px;}
.top-right span a{display: block;margin-left: 30px;}

.top1{width:1200px;height:90px;margin:0 auto;clear: both;}
.logo{display: flex;margin-top: 5px;}
/*.logo img{ height:25px;}*/
.ss{ height:80px; width:294px;padding-top: 5px;}
.inp{ display:block; height:25px; width:135px; float:left; font-size:12px; color:#666; padding-left:5px;}
.subme{ width:24px; height:25px; float:right; display:block; background:#e7e7e7 url(../images/01.png) no-repeat;}
.nav{ height:32px; margin-top:0px;background: #0081cc;}
.nav ul{width:1200px;margin:0 auto;}
.nav ul li{ height:32px; float:left; width:171px; position:relative; text-align:center; overflow:hidden;font-size:14px; color:#fff; font-weight:bold; font-family: "微软雅黑"; line-height:32px;}
.nav ul li i{ display:block; width:2px; position:absolute; left:0px; height:13px; background:url(../images/01_03.jpg) no-repeat; top:10px;}
.nav ul li b{ display:block; width:10px; height:4px; position:absolute; bottom:-4px; left:50%; margin-left:-2px; background:#fff;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
.nav ul li:hover b{ bottom:0px;}


.main{margin-top: 0;}

.list_down_tb {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    text-align: center;
}
.list_down_tb tr .jobs_t1 {
    text-align: left;
    padding-left: 10px;
}
.list_down_tb th {
    font-size: 12px;
    font-weight: normal;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    word-break: normal;
    border-color: #dddddd;
    color: #fff;
    background-color: #a4abb3;
}
.list_down_tb tr .jobs_img {
    background: url(../images/down_pdf.png) 8px center no-repeat;
    text-indent: 30px;
}
.list_down_tb tr .jobs_t1 {
    text-align: left;
    padding-left: 10px;
}

.list_down_tb td {
    font-size: 12px;
    padding: 10px 5px;
    word-break: normal;
    border-bottom: 1px dotted #999;
    color: #444;
}


.list_down h6 a {
    color: #0081cc;
}
.list_down h6 {
    margin: 0;
    padding: 0;
    color: #0081cc;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 5px;
}
.list_down h6 span {
    float: right;
    font-weight: normal;
    font-size: 12px;
    display: block;
    margin-top: 3px;
    font-family: Arial;
    margin-right: 3px;
}


/*faq*/
.faq_list{ padding-bottom:20px; margin-top:20px; font-size:14px;}
.faq_list ul li{border-bottom:1px dotted #999; padding:8px 0; text-indent:5px;}
.faq_list ul li span{ display:block; text-indent:0; padding-left:5px; margin:12px 0 5px 0; display:none;line-height:22px;}
.faq_list ul li a.faq_list_on{color:#0081cc;}
.faq_list ul li i{ font-size:12px; margin-left:15px; font-style:normal; cursor:pointer; float:right;}
.faq_list ul li i img{ padding-right:3px;}



/*job*/
.jobs{ width:100%; margin:0px 0px 0px 0px;}
.jobs_tb1{ height:45px; background: #0081cc; line-height:45px; font-weight:bold; font-size:18px; color:#fff;}
.jobs_tb1 td{ padding-left:30px;} 

.jobs_tb2{ height:45px; background:#f1f1f1; line-height:45px; font-size:14px;  border-top:1px solid #e3e3e3;}
.jobs_tb2 td{ padding-left:30px;}
.jobs_tb2 .span2 em {display:block; width:40px; height:35px; float:right; background:url(../images/icoAdd.png) 16px 19px no-repeat; cursor:pointer;}
.sideMenu .span2 em.on{  background-position:16px -52px; }
.sideMenu ul { padding:10px 25px; color:#8d8d8d; display:none; /* 默认都隐藏 */ line-height:30px; font-size:14px; background:#fff; }

.tpage{padding:20px 0 50px 0;}
 pagination {
     display: inline-block;
     padding-left: 0;
     margin: 20px 0;
     border-radius: 4px; }
 .pagination > li {
     display: inline;  }

 .pagination > li > a,
 .pagination > li > span {
     position: relative;
     float: left;
     padding: 4px 12px;
     line-height: 1.42857143;
     color: #0081cc;
     text-decoration: none;
     background-color: #fff;
     border: 1px solid #ddd;
     border-radius: 3px;
     margin: 0 2px; }

 .theme-black .pagination > li > a,
 .theme-black .pagination > li > span {
     color: #fff;
     padding: 6px 12px;
     background: #3f4649;
     border: none; }

 .pagination > li:first-child > a,
 .pagination > li:first-child > span {
     margin-left: 0;
     border-top-left-radius: 4px;
     border-bottom-left-radius: 4px; }

 .pagination > li:last-child > a,
 .pagination > li:last-child > span {
     border-top-right-radius: 4px;
     border-bottom-right-radius: 4px; }

 .pagination > li > a:hover,
 .pagination > li > span:hover,
 .pagination > li > a:focus,
 .pagination > li > span:focus {
     z-index: 2;
     color: #23527c;
     background-color: #eee;
     border-color: #ddd; }

 .pagination > .active > a,
 .pagination > .active > span,
 .pagination > .active > a:hover,
 .pagination > .active > span:hover,
 .pagination > .active > a:focus,
 .pagination > .active > span:focus {
     z-index: 3;
     color: #fff;
     cursor: default;
     background-color: #0081cc;
     border-color: #0081cc; }

 .theme-black .pagination > .active > a,
 .theme-black .pagination > .active > span,
 .theme-black .pagination > .active > a:hover,
 .theme-black .pagination > .active > span:hover,
 .theme-black .pagination > .active > a:focus,
 .theme-black .pagination > .active > span:focus {
     z-index: 3;
     color: #fff;
     cursor: default;
     background-color: #23abf0;
     border-color: #23abf0; }

 .pagination > .disabled > span,
 .pagination > .disabled > span:hover,
 .pagination > .disabled > span:focus,
 .pagination > .disabled > a,
 .pagination > .disabled > a:hover,
 .pagination > .disabled > a:focus {
     color: #777;
     cursor: not-allowed;
     background-color: #fff;
     border-color: #ddd; }

 .pagination-lg > li > a,
 .pagination-lg > li > span {
     padding: 10px 16px;
     font-size: 18px;
     line-height: 1.3333333; }

 .pagination-lg > li:first-child > a,
 .pagination-lg > li:first-child > span {
     border-top-left-radius: 6px;
     border-bottom-left-radius: 6px; }

 .pagination-lg > li:last-child > a,
 .pagination-lg > li:last-child > span {
     border-top-right-radius: 6px;
     border-bottom-right-radius: 6px; }

 .pagination-sm > li > a,
 .pagination-sm > li > span {
     padding: 5px 10px;
     font-size: 12px;
     line-height: 1.5; }

 .pagination-sm > li:first-child > a,
 .pagination-sm > li:first-child > span {
     border-top-left-radius: 3px;
     border-bottom-left-radius: 3px; }

 .pagination-sm > li:last-child > a,
 .pagination-sm > li:last-child > span {
     border-top-right-radius: 3px;
     border-bottom-right-radius: 3px; }

 .pagination-total {
     height: 32px;
     margin-top: 20px;
     margin-bottom: 20px; }
 .pagination-total .am-vertical-align-middle {
     font-size: 1.4rem; }





























