/*---头部---*/
.lang{
    position: absolute;
    right: 15px;
    top: 8px;
}
.lang a{
    padding-left: 5px;
	font-size:12px;
}
.navbar-default {
    background-color: transparent;
    border:none; 
}
.navbar-header{
    float: left;
    margin-right: 10px!important;
    margin-left: 0 !important;
}
.navbar-brand{
    padding: 0!important;
    height: auto;
}
.navbar-nav {
    float: left;
}
.navbar{
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 30px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{margin-left: 0!important;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    color: #006db6;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    padding:0 8px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}
.navbar-default .navbar-nav>li>a:hover{
    color: #006db6;
    background-color: #efeded;
}
.navbar-default .navbar-nav>li:hover>a{
    background-color: #efeded;
    color: #006db6;
}
.navbar .container-fluid{
	padding-left: 0;
	padding-right: 0;
}
.navbar-collapse{
	padding-left: 0;
	padding-right: 0;
}
.nav li{
    position: relative;
	margin-left: 8px;
}
.nav dl{
    position: absolute;
    top: 30px;
    left: 0;
    background-color: #efeded;
    opacity: 0;
    min-width: 190px;
    transition: all linear .4s;
    -moz-transition: all linear .4s;
    -webkit-transition: all linear .4s;
    z-index: 0;
     filter: alpha(opacity=0);
}
/*.nav dl:before{
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 5px solid #777;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -5px;
}*/
.nav dl dd{
    line-height: 36px;
    border-bottom: 1px solid #ccc;
    padding-left: 10px;
}
.nav dl dd:last-child{
	border-bottom: 0;
}
.nav dl dd a{
	font-size: 12px;
	font-weight: bold;
	color: #777;
}
.nav li:hover dl{
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 9999;
}
.search-box{
   overflow: hidden;
   margin-top: 3px;
   float: right;
}
.search-bt{
    width: 20%;
    background-color: #006db6;
    color: #fff;
    text-align: center;
    height: 24px;
    line-height: 24px;
    float: right;
    border:none;
}
.search-text{
    width: 60%;
    float: right;
    border:1px solid #006db6;
    padding-left: 2px;
    height: 24px;
    line-height: 22px;
}

/*---banner---*/
.banner{
	margin-bottom: 10px;
}
.carousel-caption {
    right: 0;
    left: 0;
    text-align: left;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 30px;
    bottom: 0;
    background-color: rgba(80,82,83,.6);
}
/*
*
*中部内容 begin
*
*/
.content-box{
    margin-top: 20px;
    margin-bottom: 35px;
}
.public-title{
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
/*application*/
.index-app{
    margin-bottom: 35px;
}
.index-app-list li{
    margin-bottom: 35px;
    overflow: hidden;
}
.index-app-img{
    width: 35%;
    float: left;
}
.index-app-title{
    width: 65%;
    float: left;
    padding-left: 10px;
    padding-top: 20px;
	font-family: Helvetica, Arial, verdana, 'Microsoft Yahei', 微软雅黑, Simsun;
}
/*news*/
.index-news{
    position: relative;
}
.index-newsbox{
    overflow: hidden;
    height: 122px;
}
.index-newsbox h5{
    position: absolute;
    left:0;
    bottom:0;
    right:0;
    padding:5px 5px;
    color: #fff;
    background-color: rgba(40,37,37,.6);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*pro*/
.index-pro{
    margin-bottom: 30px;
}
.text-center{
    text-align: center;
}
.index-pro ul{
    margin-left: -10px;
    margin-right: -10px;
}
.index-pro li{
    width: 16.666%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin: 5px 0px;
    display: table;
}
.index-pro li a{
    display: block;
    background-color: #006db6;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    border:2px solid #006db6;
    transition: all linear .4s;
    -moz-transition: all linear .4s;
    -ms-transition: all linear .4s;
    -webkit-transition: all linear .4s;
    height: 74px;
    font-size: 15px;
    display: table-cell;
    vertical-align: middle;
}
.index-pro li a:hover{
    color: #006db6;
    background-color: #fff;
}
/*index contact*/
.index-contact{
    background-color: #efeded;
    margin-top: 16px;
    min-height: 180px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}
.index-contact h5{
/*text-align: center;*/
    font-size: 17px;
    margin-bottom: 14px;
    color: #555;
}
.index-contact h5 i{
    margin-right: 8px;
    font-size: 22px;
}
.index-contact p{
    /*line-height: 34px;*/
	line-height: 34px;
    color: #666;
	font-size:12px;
	font-weight: bold;
}
/*newsletter*/
.newsletter{
    background-color: #efeded;
    min-height: 178px;
    margin-top: 16px;
    padding-top: 20px;
}
.newsletter h5{
    text-align: center;
    font-size: 17px;
    color: #555;
    margin-bottom: 10px;
}
.newsletter input{
    width: 60%;
    border:none;
    margin:0 auto 10px auto;
    display: block;
    height: 30px;
}
.newsletter input[type="text"]{
    padding-left: 5px;
}
.newsletter input[type="submit"],.newsletter input:last-child{
    background-color: #006db6;
    color: #fff;
}
/*
*
*中部内容 end
*
*/

/*---底部信息---*/
.footer{
    background-color: #006db6;
    color: #fff;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.text-r{
    text-align: right;
}
.text-r img{
    margin-left: 20px;
    padding-top: 5px;
}

/*面包屑*/
.bread-crumb{
    position: relative;
    margin-bottom: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

/*左侧*/
.bg{
    background-color: #ededed;
    margin-bottom: 30px;
    padding-bottom: 40px;
}
.left-title{
    color: #666666;
    font-size: 24px;
    border-bottom: 2px #959595 solid;
    padding-top: 40px;
    padding-bottom: 15px;
    margin-left: 14px;
    margin-right: 27px;
    margin-bottom: 25px;
}
.left-list{
    padding-left: 15px;
}
.left-list li{
    margin-bottom: 20px;
    line-height: 15px;
    padding-left: 13px;
    background: url(../images/icon00.jpg) left 2px no-repeat;
}
.left-contact a{
    display: block;
    padding-left: 15px;
    width: 89%;
    margin-bottom: 10px;
    background: url(../images/icon00.jpg) right center no-repeat;
}
.left-contact i{
    color: #747474;
    margin-right: 10px;
}
/*左侧 end*/

/*伸缩导航*/

/*伸缩导航 end*/

/*关于我们*/
.text-title{
    text-align: center;  
    margin-bottom: 10px;
    font-size: 18px;
    color: #575757;
}
.text-content{
    border-top: 4px solid #006db6;
    padding-top: 20px;
    padding-bottom: 30px;
}
.text-content img{
    max-width: 100%;
	margin:0 auto;
}
/*关于我们 end*/

/*联系我们*/

.contactform {
    width: 100%;
    padding-top: 20px;
}
.contactform label {
    display: block;
    line-height: 20px;
    margin-bottom: 10px;
    float: left;
    font-weight: normal;
    overflow: hidden;
    font-size: 12px;
}
.contact-textbox{
    width: 50%;
    padding-right: 3px;
}
.contact-textbox em{
    font-style: normal;
    width: 22%;
    float: left;
}
.contact-textbox input{
    border:1px solid #d1d1d1;
    width: 55%;
}
.contact-textarea{
    width: 75%;
    overflow: hidden;
    float: left;
}
.contact-textarea em{
    width: 15%;
    float: left;
    font-style: normal;
}
.contact-textarea textarea{
    width: 70%;
    float: left;
    height: 50px;
}
.contact-sub{
    background-color: #006db6;
    color: #fff;
    border:none;
    font-size: 12px;
    padding:5px 10px;
    float: left;
    margin-top: 20px;
}
.common h6 {
    color: #333;
    font-size: 14px;
    padding-bottom: 14px;
}
.common p {
    line-height: 25px;
    color: #333;
    font-size: 12px;
}
.contact-right img {
    width: 100%;
    margin-top: 13px;
}
/*联系我们 end*/

/*产品列表页列表*/
.pro-list{
    font-size: 0;
}
.pro-list li{
/*width: 25%*/
    width: 20%;
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
}
.pro-list li a{
    display: block;
}
.pro-list li em{
    display: block;
    padding-top:4px;
    font-style: normal;
    height: 20px;
    overflow: hidden;
}
.pro-list li img{
    border:1px solid #e1e1e1;
}
/*产品列表页列表 end*/

/*新闻列表*/
.news-content{
    margin-bottom: 20px;
}
.news-content h5{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-content em{
    font-style: normal;
    margin-bottom: 5px;
    display: block;
    font-size: 12px;
    color: #999;
}
.news-content p{
    line-height: 22px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*新闻列表 end*/

/*新闻详情*/
.time{
    display: block;
    color: #999;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
    font-style: normal;
}

/*新闻详情 end*/

/*分页*/
.paging{
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
.paging ul{
  text-align: center;
}
.paging ul span{
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.paging ul a,.paging font{
  width: 28px;
  height: 28px;
  background-color: #e1e1e1;
  display: inline-block;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
}
.paging span.current,.paging span:hover,.paging font,.paging a:hover{
  background-color: #006db6;
  color: #fff;
}
.paging font{
  color: #fff;
}
.paging span.current a,.paging span:hover a{color: #fff;}
.paging ul a:last-of-type{
  margin-right: 10px;
}
.paging ul span:first-child a font{
  background-color: #e1e1e1;
}
.paging ul span:first-child a:hover font{
  background-color: #006db6;
}
.icon_page_prev:after{
  content: "<";
  font-size: 16px;
  color: #333;
}
.icon_page_next:after{
  content: ">";
  font-size: 16px;
  color: #333;
}
.paging span:hover .icon_page_prev:after,.paging span:hover .icon_page_next:after{
  color: #fff;
}
/*分页 end*/


/*产品信息*/
.pro-img{
    margin-bottom: 20px;
}
.detailpro h5 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 30px;
}
.detailpro p {
    font-size: 12px;
    line-height: 30px;
    width: 100%;
    color: #333;
}
.detailpro input {
    display: inline-block;
    width: 168px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    margin-right: 20px;
    background: #006db6;
    border-radius: 3px;
    margin-top: 39px;
    cursor: pointer;
    border:none;
}
.nav-tabs {
    border-bottom: 2px solid #006db6;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #006db6;
    border-color: transparent;
}
.nav-tabs>li>a {
    border-radius: 0;
    font-size: 16px;
    background-color: #f1f1f1;
    margin-right: 0;
}
.nav-tabs>li {
   margin-bottom: 0;
}
.tab-content{
    padding-top: 30px;
    padding-bottom: 30px;
}
.similar-pro{
    border-bottom: 2px solid #006db6;
    margin-bottom: 20px;
}
.similar-pro span{
    color: #fff;
    cursor: default;
    background-color: #006db6;
    display: block;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 140px;
    font-size: 16px;
}
.rolling-box{
     width: 90%; 
     margin:0 auto 20px; 
     position: relative;
}
.swiper-container{

}
.swiper-slide{
    
}
.swiper-slide img{
    width: 30%;
    float: left;
}
.swiper-slide div{
    overflow: hidden;
    padding-left: 10px;
}
.swiper-slide h6{
    padding-top: 5px;
    padding-bottom: 5px;
}
.swiper-slide p{
    font-size: 12px;
    color: #999;
    height: 52px;
    overflow: hidden;
}
/*产品信息 end*/

/*左侧随机产品列表*/
.small-pro ul li{
    margin-bottom: 10px;
    overflow: hidden;
}
.small-pro-img{
    width: 35%;
    float: left;
}
.small-pro-title{
    width: 55%;
    float: left;
    padding-left: 10px;
}
.small-pro-title h5{
    line-height: 20px;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-top: 6px;
}
/*左侧随机产品列表 end*/


/*应用*/
.app-list{
    font-size: 0;
}
.app-list li{
    width: 33.3%;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
}
.app-list li a{
    display: block;
}
.app-list li em{
    display: block;
    padding-top:4px;
    height: 39px;
    overflow: hidden;
    font-style: normal;
}
/*应用 end*/

/*技术支持*/
.support-bg{
    background-color: #ededed;
}
.support h6{
    width: 90%;
    margin:20px auto 30px;
    font-weight: bold;
}
.support-list{
    width: 90%;
    margin:0 auto;
}
.support-list li{
    margin-bottom: 15px;
    font-size: 12px;
    background: url(../images/download.jpg) no-repeat right center;
}
.support-list li a{
    display: block;
}

/*技术支持 end*/


#gray {
    width: 100%;
    height: 100%;
    background: url(../images/bg0.png) repeat-y center center;
    position: fixed;
    top: 0px;
    display: none;
    z-index: 99;
}
.popup {
    width: 450px;
    height: auto;
    padding-bottom: 25px;
    background-color: #fff;
    position: absolute;
    z-index: 100;
    left: 400px;
    top: 96px;
    display: none;
    box-shadow: 0 0 5px #9a9a9a;
    -webkit-box-shadow: 0 0 5px #9a9a9a;
    -moz-box-shadow: 0 0 5px #9a9a9a;
    -ms-box-shadow: 0 0 5px #9a9a9a;
}
.popup .top_nav {
    width: 100%;
    height: 35px;
    background: #006db6;
    border-bottom: 1px solid #006db6;
    position: relative;
    cursor: move;
}
.popup .top_nav span {
    font: 16px/16px 'microsoft yahei';
    color: #fff;
    display: block;
    position: absolute;
    top: 8px;
    left: 80px;
}
.popup .top_nav a.guanbi {
    background: url(../images/popup_guanbi.png) repeat 0px 0px;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 8px;
    right: 20px;
    cursor: pointer;
}
.comment00 {
    width: 80%;
    margin: 20px auto;
    position: relative;
    padding: 10px 10px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
}
.comment00 p {
    width: 100%;
    margin-bottom: 15px;
}
.sub_btn {
    width: 60px;
    height: 30px;
    text-align: center;
	margin-left: 200px;
    background: #006db6;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    display: block;
    cursor: pointer;
    border:none;
}
.comment00 p i {
    color: #676e78;
    font-size: 12px;
    width: 25%;
    text-align: left;
    display: inline-block;
    font-style: normal;
}
.toptic-title {
    width: 78%;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border: 1px #dadada solid;
    padding-left: 5px;
}
.comment00 textarea {
    width: 78%;
    display: inline-block;
    min-height: 100px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
}
.red0 {
    color: #f00;
}

.navContent {
    display: none;
    border-bottom: solid 1px #cccccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.navContent a {
    display: block;
    line-height: 30px;
    color: #333;
    padding-left: 20px;
}