.pt10{padding-top: 10px;}
.pb10{padding-bottom: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}

.navbar-addon a{
    margin-left: 10px;
}
.navbar-addon i{
    font-size: 16px;
}
.navbar-addon a .user_pic{
    width: 28px;
    height: 28px;
}
.index-title{
   margin: 20px auto;
}
.index-title .index-title-l .cn-title{
    font-size: 26px;
}
.index-title .index-title-l .en-title{
    color: #999;
}
.index-title .index-title-l .line-title{
    display: inline-block;
    height: 2px;
    width: 40px;
    background-color: #019be1;
}
.index-title .index-title-r{
    text-align: right;
    font-size: 0;
}
.index-title .index-title-r .nav-item{
    display: inline-block;
    padding: 5px 18px;
    border: 1px solid #eee;
    color: #666;
    font-size: 16px;
    margin-right: 15px;
    margin-bottom: 10px;
}
.index-title .index-title-r .nav-item.active{
    border: 1px solid #019BE1;
    background-color: #019BE1;
    color: #fff;
}
.index-title .index-title-r .nav-item:hover{
    border: 1px solid #019BE1;
    background-color: #019BE1;
    color: #fff;
}
.index-title .title-other{
    font-size: 18px;
}
.index-title2{
    margin: 40px auto;
    text-align: center;
}
.index-title2 .index-title-t {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    font-size: 18px;
    color: #fff;
    background-color: #019BE1;
}
.index-title2 .index-title-t.m-line:before,
.index-title2 .index-title-t.m-line:after{
    content:"";
    position: absolute;
    top: 50%;
    display: block;
    height: 1px;
    background-color: #019BE1;
    width: 100%;
    z-index: -1;
}
.index-title2 .index-title-t.m-line:before{  
    left: 50%; 
}
.index-title2 .index-title-t.m-line:after{
    right: 50%;
}
.products-list{
    margin-top: 30px;
}
.products-list .item{
    width: 100%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    font-size: 0;
    border: 2px solid #fff;
    border-bottom: 2px solid #eee;
    margin-bottom: 15px;
}
.products-list .item .f-box{
    width: 100%;
    display: flex;
    align-items: center;
    line-height: 60px;
    
}
.products-list .item .f-box .more{
    display: flex;
    align-items: center;
    width: 15%;
}
.products-list .item .f-box .more i{
    font-size: 36px;
    display: none;
}
.products-list .item:hover{
    border: 2px solid #019BE1;
}
.products-list .item:hover .more i{
    display: inline-block;
}
.products-list .item:hover .f-box{
    background-color: #019BE1;
    color: #fff;
}

.products-list .item .title{
    width: 100%;
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.products-list .item .img{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    margin-bottom: 10px;
}

.products-list .item img{
    position: absolute;
    width: 100%;
    height: 100%;
}


.case-list .item .title{
    padding: 0 20px;
}
.case-list .item:hover{
    box-shadow: 0 4px 13px -1px #EBEBEB;
    border: 2px solid #fff;
    border-bottom: 2px solid #019BE1;
}
.case-list .item:hover .f-box{
    background-color: #fff;
    color: #019BE1;
}
.newss-list .item{
     border: 2px solid #fff;
}
.newss-list .big-x4:nth-child(4){
     display: none;
}

.newss-list .item .title{
    padding: 0 20px;
}
.newss-list .item:hover{
    box-shadow: 0 4px 13px -1px #EBEBEB;
    border: 2px solid #fff;
}
.newss-list .item:hover .f-box{
    background-color: #fff;
    color: #019BE1;
}

.products-list .item .info{
    display: inline-block;
    height: 50px;
    line-height: 25px;
    padding: 0 20px;
    color: #999;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 20px;
}
.newss-list .item .info{
     height: 75px;
    -webkit-line-clamp: 3;
    border-bottom: 2px solid #eee;
    padding-bottom:80px;
    margin-bottom: 0;
}

.newss-list .date-box{
    display: flex;
    align-items: center;
    padding:0 20px;
    height: 60px;
}
.newss-list .date-box .date{
    font-size: 18px;
    font-weight: bold;
    color: #999;
    flex: 1;
}
.newss-list .date-box .more i{
    font-size: 36px;
    color: #fff;
    display: none;
}
.newss-list .item:hover .more i{
    display: block;
    color: #019BE1;
}
.newss-list .item:hover .date{
    color: #019BE1;
}
    
.more-box{
    margin:50px auto;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 40px;
    border:1px solid #eee;
    color: #999;
}
.more-box i{
    font-size: 36px;
}
.more-box:hover{
    background-color: #019BE1;
    color: #fff;
}
.index-about{
    height: 872px;
    margin-top: 50px;
    background: url(../images/about_bg.jpg) no-repeat fixed;
    background-size: 100% 100%;
    display: block;
    overflow: hidden;
}
.index-about .top-box{
    max-width: 1200px;
    margin: 100px auto 0;
    background-color: #fff;
}
.index-about .top-box .top-box-l{
    width: 100%;
    height: 458px;
    background: url(../images/about.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.index-about .top-box .index-title{
    margin-top:50px;
    margin-left: 50px;
    display: inline-block;
}
.index-about .top-box .top-box-r{
    padding: 30px;
    text-align: center;
}
.index-about .top-box .top-box-r .cn-name{
     margin-top: 80px;
     font-size: 24px;
     font-weight: bold;
     color: #333;
}    
.index-about .top-box .top-box-r .en-name{
  color: #999;
  font-size: 14px;
}
.index-about .top-box .top-box-r .info{
    margin-top: 20px;
    font-size: 14px;
    color: #999;
    text-align: left;
}
.index-about .bottom-box{
    max-width: 1200px;
    margin: 90px auto 0;
    text-align: center;
}
.bottom-box .item{
    position: relative;
    width: 100%;
    display: inline-block;
}
.bottom-box .item:after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    height: 40px;
    width: 1px;
    background: #ccc;
}
.bottom-box>div:last-child .item:after{
    width: 0;
}
.bottom-box .item .num{
    position: relative;
    display: inline-block;
    padding: 0 10px;
    font-size:60px;
    font-weight: bold;
    line-height: 1.5;
}
.bottom-box .item .num span{
    position: absolute;
    top: 10px;
    right: -20px;
    font-size: 16px;
    color: #999;
    display: block;
}
.bottom-box .item .title{
    color: #666;
}

.footer{
    margin-top: 30px;
    background: url(../images/process_bg.jpg) no-repeat center center;
    background-size: 100% 100%;
    overflow: hidden;
}
.footer .footer-box{
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
.footer .footer-box .f-left{
    margin-top: 40px;
}
.footer .footer-box .f-left .f-logo{
    display: inline-block;
}
.footer .footer-box .f-left .f-addr{
    margin: 50px auto;
}
.footer .footer-box .f-left .f-addr span{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #666;
}
.footer .footer-box .f-left .f-media .img-box{
    position: relative;
    width: 44px;
    height: 44px;
    display: inline-block;
    margin-right: 15px;
    z-index: 2;
}

.footer .footer-box .f-left .f-media .img-box img{
    width: 44px;
    height: 44px;
}
.footer .footer-box .f-left .f-media .img-box .show-box{
    position: absolute;
    top: 46px;
    left: -22px;
    display: none;
}
.footer .footer-box .f-left .f-media .img-box.img-box-show:hover .show-box{
    display: block;
}
.footer .footer-box .f-left .f-media .img-box .show-box img{
    width: 100px;
    height: 100px;
}
.footer .footer-box .f-right{
    margin-top:140px;
    width: 100%;
}
.footer .footer-box .f-right ul{
    width: 24%;
    display: inline-block;
    list-style: none;
    font-size: 0;
    vertical-align: text-top;
}
.footer .footer-box .f-right ul li{
    font-size: 14px;
    line-height: 2;
}
.footer .footer-box .f-right ul li h2{
    font-size: 18px !important;
    font-weight: bold;
}

.footer .footer-box .footer-b{
    margin-top: 60px;
}

.footer .footer-box .footer-b .footer-link ul{
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.footer .footer-box .footer-b .footer-link ul li{
    position: relative;
    display: inline-block;
    font-size: 0;
    font-size: 14px;
    color: #666;
    padding:0 10px;
    line-height: 20px;
}
.footer .footer-box .footer-b .footer-link ul li:after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    height: 14px;
    width: 1px;
    background: #ccc;
}
.footer .footer-box .footer-b .footer-link ul li:last-child:after{
    width: 0;
}
.footer .footer-box .footer-b .footer-link ul li a{
    color: #666;
    font-size: 14px;
}
.footer .footer-box .footer-b .footer-link ul li span{
    color: #666;
    font-size: 14px;
}
.footer .footer-box .footer-b .footer-copyr{
    font-size: 14px;
    color: #666;
}

.drop>.dropdown>ul>.drop>.dropdown{
    min-width: 100%;
}


.page {
	width: 100%;
    text-align: center;
	height: auto;
	overflow: hidden;
	padding-top: 30px;
}
.pageList {
    overflow: hidden;
}
.pageList ul{
    padding: 0;
}
.pageList ul li {
	line-height: 30px;
	display:inline-block;
	margin: 0 2px;
	text-align: center;
    font-size: 0;
}
.pageList ul li a {
	background: #efefef;
	color: #646464;
	padding: 4px 10px;
	border: 1px solid #d3d3d3;
    font-size: 16px;
}
.pageList ul li a.selected, .page ul li a:hover {
	background-color: #019be1;
	border: 1px solid #019be1;
	color: #FFFFFF;
}
.pageList ul li a.disable {
    color: #cfcdcd;
    pointer-events:none;
}

.news-list .item{
   margin-bottom: 40px;
}
.news-list .item:last-child{
    margin-bottom: 0;
}
.news-list .item .img{
    padding-top: 0;
    padding-bottom: 0;
}

.news-list .item .img img{
    width: 100%;
    height:220px;
}
.news-list .item .txt{
 padding-top: 0;
 padding-bottom: 0;
}
.news-list .item .txt .title{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}
.news-list .item .txt .desc{
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
    font-size: 13px;
    color: #999;
    line-height:1.5;
}
.news-list .item .txt .time{
    margin-top: 10px;
    font-size: 14px;
    color: #999;
}
.site-box{
    background-color: #f5f5f5;
}
.site-nav{
    font-size: 14px;
    padding:15px 10px;
    color: #999;
    text-align: left;
}
.site-nav a{
   color: #999;
}

.content{
   
}

.detail-main .detail-title{
    padding: 10px 20px;
    text-align: center;
    background-color: #009be1;
    color: #fff;
}
.detail-main .detail-title .title-txt{
    position: relative;
    padding: 4px 10px;
}
.detail-main .detail-title .title-txt::before,
.detail-main .detail-title .title-txt::after{
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    height: 1px;
    background-color: #fff;
    width:40%;
}
.detail-main .detail-title .title-txt::before{
   left: -50%;
}
.detail-main .detail-title .title-txt::after{
    right: -50%;
}
.detail-main .detail-header{
    border-bottom: 2px solid #eee;
    padding:30px 0;
}
.detail-main .title{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.3;
}
.detail-main .article-info{
    font-size: 14px;
    color: #999;
}
.detail-main .article-info .icon-shijian{
    font-size: 14px;
}
.detail-main .article-info .iconfont{
    margin-right: 2px;
}
.detail-main .article-info span{
    margin-right: 10px;
}

.detail-main .article-con{
    margin-top: 20px;
}
.detail-main .article-con img{
    max-width: 100%;
}
.detail-main .article-paeg{
   margin-top: 40px;
   border-bottom: 2px solid #eee;
}
.detail-main .article-paeg a:hover {
    background-color: #019BE1;
    color: #fff;
}
.detail-main .article-paeg a{
    display: inline-block;
    color: #999;
    width: 100%;
    height: 100%;
}
.detail-main .article-paeg .iconfont{
    font-size: 18px;
    margin: 0 4px;
}

.detail-right{
    padding:15px;
}

.detail-right .title{
    width: 100%;
    border-bottom: 1px solid #eee;
}
.detail-right .title span{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding:0 10px 10px 10px;
}

.detail-right .hot-list .item{
    display: flex;
    margin-top: 20px;
}
.detail-right .hot-list .item .item-l{
    width: 80px;
    height: 75px;
    margin-right: 10px;
}
.detail-right .hot-list .item .item-r .tit{
    font-size: 16px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.detail-right .hot-list .item .item-l img{
    width: 80px;
    height: 75px;
}
.detail-right .hot-list .item .item-r{
    flex: 1;
}
.detail-right .hot-list .item .item-r .num{
    font-size: 14px;
    color: #999;
}
.detail-right .prohot-list .item .img{
    display: block;
    width: 100%;
    height:auto;
    overflow: hidden;
}
.detail-right .prohot-list{
    margin-top: 20px;
}
.detail-right .prohot-list .item{
    margin-bottom: 10px;
}
.detail-right .prohot-list .item .img img{
    width: 100%;
    height: 100%;
}
.detail-right .prohot-list .item .txt {
    margin-top: 6px;
}
.detail-right .prohot-list .item .txt .tit a{
    width: 100%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    font-size: 14px;
    color: #666;
}
.detail-right .prohot-list .item .txt .price{
    width: 100%;
    display: block;
    font-size: 16px;
    text-align: center;
    line-height:1;
    color: #999;
}

.detail-pro{}

.pro-imgbox{
    width:100%;
    overflow: hidden;
}


div.zoomDiv{
    z-index:999;
    position:absolute;
    top:0px;
    left:0px;
    width:200px;
    height:200px;
    background:#ffffff;
    border:1px solid #CCCCCC;
    display:none;
    text-align:center;
    overflow:hidden;
 }
div.zoomMask{
    position:absolute;
    background:url(../images/mask.png) repeat scroll 0 0 transparent;
    cursor:move;
    z-index:1;
}

.pro-infobox{
    padding:30px;
}
.pro-infobox .w-lable{
    width: 50px;
}
.pro-infobox .pro-title{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 15px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}
.pro-infobox .pro-desc{
    font-size: 14px;
    color: #999;
    line-height: 1.5;
}
.pro-infobox .ey-buyaction a{
    color: #fff;
}
.pro-infobox .pro-type{
    margin-top: 20px;
}

.pro-infobox  .pro-item{
    display: flex;
    font-size: 14px;
    align-items: center;
}
.pro-infobox  .pro-item-l{
    color: #999;
}
.pro-infobox  .pro-item-r{
    flex: 1;
}

.pro-infobox .pro-price{
    margin-top: 20px;
    align-items: center;
}
.pro-infobox .pro-price .pro-item-r{
    font-size: 24px;
    font-weight: bold;
}
.pro-infobox .pro-type .type-tags {
  margin-top: 10px;
}
.pro-infobox .pro-type .type-tags .type-tag {
  display: inline-block;
  margin: 3px 0;
  text-align: center;
  padding: 0 12px;
  line-height: 30px;
  box-sizing: border-box;
  border: solid 1px #e5e5e5;
  color: #333333;
  margin-right: 12px;
  cursor: pointer;
}
.pro-infobox .pro-type .type-tags .type-tag.active {
  border: solid 1px #000;
  background-color: #000;
  color: #fff;
}
.pro-infobox .pro-type .type-tags .type-tag.disabled {
  color: #999999;
  border-style: dashed;
  cursor: not-allowed;
}
.pro-infobox .pro-type .type-tags > div {
  display: table-cell;
}
.pro-infobox .pro-type .type-tags .type-name {
  line-height: 30px;
}

.pro-infobox .pro-quantity{
    margin-top: 20px;
}

.pro-infobox .pro-quantity .pro-item-r{
    display: flex;
}
.pro-infobox .pro-quantity .pro-item-r .minus,
.pro-infobox .pro-quantity .pro-item-r .plus{
   border: 1px solid #e8e8e8;
   background: none;
   height: 40px;
   width: 40px;
}
.pro-infobox .pro-quantity .pro-item-r .input_num{
   border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
   border-left: none;
   border-right:none;
   background:#fff;
   height: 40px;
   width: 40px;
   text-align: center;
}
.pro-infobox .pro-btns{
    margin-top:30px;
}
.pro-infobox .pro-btns{
    font-size: 0;
}
.pro-infobox .pro-btns .oper-bt{
    font-size: 14px;
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    border-radius: 0 !important;
    border: 0 !important;
}
.pro-infobox .pro-btns .oper-bt.bt1{
    background-color:#009be1;
    margin-right: 10px;
}
.pro-infobox .pro-btns .oper-bt.bt2{
    background-color:#FF9800;
}

.product-tab {
   width: 100%;
}

.product-tab .nav.nav-tabs {
    border-bottom: solid 0px #ddd;
    border-top: solid 1px #ddd;
}
.product-tab .nav.nav-tabs>li>a{
    border-radius: 0;
    color: #000;
   
}
.product-tab .nav.nav-tabs>li.active>a{
    border:1px solid #fff;
    border-top: 2px solid #000;
     font-weight: bold;
     color: #000;
       border-radius: 0;
}
.product-tab .nav.nav-tabs>li>a{
    border:1px solid #fff;
    color: #666;
}
.product-tab .nav.nav-tabs>li:not(.active):hover>a{
    border-color: #fff;
}
.product-content img{
    max-width: 100%;
}
.product-content .pro-spec{
    font-size: 14px;
    color: #666;
}
.about{
    margin-top: 20px;
}

.header-banner{
    text-align: center;
    width: 100%;
    height:320px;
    background:#e6f3ff no-repeat top center;
}
.header-banner .banner-txt{
    display: inline-block;
    padding: 10px 0;
    color: #fff;
    margin-top: 80px;
}
.header-banner .banner-txt .big-font{
    font-size:40px;
    font-weight:bold;
}
.index-process{
    height: 503px;
    margin-top: 50px;
    background: url(../images/process_bg.jpg) no-repeat fixed;
    background-size: 100% 100%;
    display: block;
    overflow: hidden;
}
.index-process .process-box{
    max-width: 1200px;
    margin: 0 auto;
}
.index-process .process-box .item{
    position: relative;
    text-align: center;
}
.index-process .process-box .item::after{
    content: "";
    position: absolute;
    width: 100%;
    top: 36%;
    left:72%;
    height: 1px;
    border-top:1px dashed #019BE1;
}
.index-process .process-box .item:last-child::after{
    border: 0;
}
.index-process .process-box .item .img{
    display: inline-block;
    font-size: 0;
    width: 88px;
    height: 88px; 
    overflow: hidden;
}

.index-process .process-box .item .img img{
    width: 88px;
    height: 88px; 
}
.down-list .item img{
    width: 90%;
    height: 180px;
}
.down-list .item{
  
   border: 1px solid #eee;
}
.down-list .item:hover{
     box-shadow: 0 4px 13px -1px #EBEBEB;
}
.down-list .item:hover .go-btn{
    background-color: #019BE1;
    color: #fff;
    border-color: #019BE1;
}
.down-list .tag-box .icon-shijian,
.down-list .tag-box .icon-geshi,
.down-header .tag-box .icon-shijian,
.down-header .tag-box .icon-wode{
    font-size: 12px;
}
.down-list .item .title{
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.down-list .item .desc{
    font-size: 14px;
    color: #999; 
    display: inline-block;
    height: 50px;
    overflow: hidden;
}
.down-list .item .tag-box,
.down-header .item .tag-box{
    font-size: 14px;
    color: #999;
}
.down-list .item .tag-box span,
.down-header .item .tag-box span{
    display: inline-block;
    margin-right: 10px;
}
.down-list .item .tag-box span i,
.down-header .item .tag-box span i{
    margin-right: 6px;
}

.down-list .item .go-box .go-btn{
    display: inline-block;
    border: 1px solid #eee;
    padding: 5px 20px;
    font-size: 14px;
}
.down-header{
    margin-top: 30px;
}
.down-header .item img{
    width: 90%;
    height: 180px;
}
.down-header .item{
    padding-bottom: 20px;
    border-bottom: 2px solid #eee;
}
.down-header .item .desc{
    font-size: 14px;
    color: #999;
}

.detail-main .down-header .title {
    margin-bottom: 10px;
}
.detail-main .down-header .down-link{
    margin-top: 10px;
}
.detail-main .down-header .down-link .down-item{
    display: inline-block;
    font-size: 14px;
    border: 1px solid #eee;
    padding: 2px 6px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #666;
}
.detail-main .down-header .down-link .down-item i{
    color: #019BE1;
}

.message-main{
    width: 100%;
    text-align: center;
}
.message-box{
    margin: 0 auto;
    padding: 15px;
}
.message-box .title{
    font-size:30px;
    margin-bottom: 20px;
}
.message-box .form-button{
    margin-left:0;
}
.message-box .form-button .button{
    width: 50%;
}
.about-box .title{
    margin:60px auto;
    font-size: 26px;
}
.about-box .title span{
   font-size: 14px;
   color: #999;
}
.about-box .item{
    text-align: center;
    margin-bottom: 20px;
}
.about-box .item .tit{
    font-size: 18px;
}
.about-box .item .tit-en{
    font-size: 12px;
    color: #999;
}
.about-box .item .icon{
    margin: 20px auto;
}
.about-box .item .icon i{
    font-size: 50px;
    color: #999;
}
.about-box .item .desc{
    margin: 0 auto;
    font-size: 14px;
    color: #999;
    width: 80%;
}
.contact-main{
    margin-bottom: 50px;
}
.contact-main .item{
    display: flex;
    align-items: center;
}
.contact-main .contact-l .item{
    margin-bottom: 20px;
}
.contact-main .item .item-l{
    margin-right: 20px;
}
.contact-main .item .item-l i{
    font-size: 40px;
}
.contact-main .item .item-r{
    display: flex;
    flex-direction: column;
    line-height: 1.5;
}
.contact-main .item .item-r .title{
    font-size: 20px;
    font-weight: bold;
}
.contact-main .item .item-r .txt{
    font-size: 14px;
    color: #999;
}
.contact-main .contact-r{
    width: 100%;
    overflow: hidden;
}
.contact-main .contact-r img{
    width: 100%;
    height: 100%;
}
.jobs-list .item{
    width: 100%;
    display: inline-block;
    padding: 20px;
    border: 1px solid #eee;
}
.jobs-list .item .title{
     width: 100%;
     font-size: 18px;
     font-weight: bold;
     color: #333;
 }
 .jobs-list .item .time{
     font-size: 14px;
     color: #999;
 }
 .jobs-list .item .f-box{
     border-bottom: 1px solid #eee;
     padding-bottom: 10px;
 }
 .jobs-list .item .info{
     margin-top: 10px;
 }
 .jobs-list .item .info span{
     width: 100%;
     display: inline-block;
     font-size: 16px;
     color: #666;
 }
 .jobs-list .item .more-wrap{
     width: 100%;
     text-align: right;
 }
 .jobs-list .item .more {
     display: inline-block;
     padding: 4px 20px;
     font-size: 14px;
     color: #019BE1;
 }
 .jobs-list .item:hover .more{
     background-color: #019BE1;
     color: #fff;
 }
 .jobs-list .item:hover{
     box-shadow: 0 4px 13px -1px #EBEBEB;
 }
 .jobs-btn-wrap{
     text-align:right;
 }
 .jobs-btn-wrap .jobs-btn{
     margin-top: 10px;
     display: inline-block;
     border: 1px solid #019BE1;
     padding: 4px 10px;
     background-color: #019BE1;
     color: #fff;
 }
   
@media only screen and (max-width: 992px){
    
    .newss-list .big-x4:nth-child(4){
         display: block;
    }
    .w-container.fixed{
       position: fixed;
       top: 0;
       width: 100%;
       z-index: 999999;
       background-color: #fff;
    }
    body{
        padding-top: 56px;
    }
   .new-list .item img{
       height: auto;
   }
   .news-list .item .img img{
      height: auto;
   }
   .footer .footer-t{
       background-color: #333333;
       padding: 20px 10px 10px;
   }
   .footer .footer-t .footer-t-r{
       text-align: center;
   }
   .detail-main{
       padding: 0;
   }
   .detail-right{
       padding: 0;
   }
   .detail-pro{
       padding: 0;
   }
   .pro-infobox{
         padding: 30px 0;
   }
   div.zoomDiv{
       display: none !important;
   }
   div.zoomMask{
       display: none !important;
   }
    .detail-right .prohot-list .item .img{
        height: auto;
    }
    .detail-right .prohot-list .item .txt .tit a{
        font-size: 16px;
    }
    .header-banner{
        display: none;
    }
    .site-nav{
      /*  padding: 10px 10px 0; */
    }
    .index-title2 {
        margin: 40px auto 10px;
    }
    .index-title {
        margin: 20px auto;
    }
    .index-title .index-title-l .cn-title {
        font-size: 24px;
    }
    .index-title .index-title-l .en-title {
        font-size: 14px;
    }
    .index-title .index-title-l{
        text-align: center;
    }
    .index-title .index-title-r{
        text-align: center;
        margin-top: 20px;
    }
    .index-title .index-title-r .nav-item{
        display: inline-block;
        padding: 2px 10px;
        font-size: 14px;
        margin-right: 10px;
    }
    .index-about{
        margin-top: 0;
    }
    .index-about .top-box .top-box-l{
        height: 250px;
    }
    .index-about .top-box{
        margin-top: 0;
    }
    .index-about .top-box .top-box-r .cn-name{
        margin-top: 20px;
    }
    .index-about .top-box .top-box-r{
        padding: 10px 30px;
    }
    .index-about .more-box{
        margin-bottom: 20px;
    } 
    .index-about .bottom-box{
        margin-top: 50px;
    }
    .bottom-box .item .num{
        font-size: 30px;
    }
    .bottom-box .item .num span {
        top: 0;
        right: -20px;
    }
    .bottom-box .item .title{
        font-size: 14px;
    }
    .bottom-box .item:after {
        width: 0px;
    }
    .bottom-box>div{
        margin-bottom: 15px;
    }
    .products-list .item .f-box .more {
        display: none;
    }
    .case-list .item .title {
        padding: 0;
    }
    .newss-list .item .title {
        padding: 0;
    }
    .products-list .item .info{
        padding: 0;
    }
    
    .index-process{
        margin-top: 0;
    }
    .index-process .process-box{
        max-width: 1200px;
        margin: 50px auto 0;
    }
    .index-process .process-box .item{
        margin-bottom: 20px;
    }
    .index-process .process-box .item .img{
        display: inline-block;
        font-size: 0;
        width: 60px;
        height: 60px; 
        overflow: hidden;
    }
    .index-process .process-box .item .img img{
        width: 60px;
        height: 60px; 
    }
    .index-process .process-box .item .title{
        font-size: 14px;
    }
    .newss-list .item{
        margin-bottom: 0;
    }
    .newss-list .item .info{
        padding-bottom: 80px;
    }
    .newss-list .item  .date-box{
        padding: 5px 0;
        height: 40px;
    }
    .products-list .item .f-box{
        height: 40px;
    }
    .footer .footer-box .f-left .f-logo{
       display: none;
    }
    .footer .footer-box .f-left .f-addr{
        text-align: center;
    }
    .footer .footer-box .f-left .f-media{
         text-align: center;
         margin-bottom: 30px;
    }
    .footer .footer-box .f-right{
        display: none;
    }
    .footer .footer-box .footer-b{
        display: none;
    }
    .content{
        padding:0 15px;
    }
    .product-con .content{
        padding:0;
    }
    .detail-main .article-paeg{
       padding-bottom: 10px;
    }
    .detail-main .article-paeg {
        margin-top: 30px;
    }
    .pro-imgbox .img-auto{
        width: 100%;
    }
    .pro-infobox .pro-title{
        font-size: 24px;
    }
    .down-list .item img{
        width: 100%;
        height: 160px;
    }
    .down-list .item{
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }
    .down-list .item{
       margin-bottom: 10px;
    }
    .down-list .item:last-child{
       border-bottom:1px solid #eee;
    }
    .down-header .item img{
        width: 100%;
        height: 160px;
    }
    .detail-main .down-header .title {
        margin-top: 10px;
    }
    .down-header .item .desc{
       display: -webkit-box;
       -webkit-box-orient: vertical;
       -webkit-line-clamp: 3;
       overflow: hidden;
    }
    .about-box .title {
        margin: 40px auto;
        font-size: 26px;
        padding: 0 15px;
    }
    .about-box .item .icon{
        margin: 10px auto;
    }
    .about-box .item .icon i{
        font-size:40px;
    }
    .about-box .item .desc{
        line-height: 1.5;
    }
    .contact-main .item .item-l i{
        font-size: 30px;
    }
    .contact-main .item .item-r .title{
        font-size: 16px;
    }
    .jobs-btn-wrap{
        text-align:center;
    }


}

@media only screen and (max-width:320px){
    .index-about{
        height: 760px;
    }
    .index-about .bottom-box{
        margin-top: 8px;
    }
    .bottom-box .item .num{
        font-size: 20px;
    }
    .bottom-box .item .num span {
        top: 0;
        right: -20px;
    }
    .bottom-box .item .title{
        font-size: 14px;
    }
    .bottom-box .item:after {
        width: 0px;
    }
    .bottom-box>div{
        margin-bottom: 10px;
    }
    .index-about .top-box .top-box-l {
        height: 200px;
    }
}
@media (width: 768px) {
    .index-process .process-box .item::after{
        border-top: 0;
    }
}
@media (min-width: 1024px) {
    .news-detail .news-detail-l{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
     .news-detail .news-detail-r{
         padding-right: 0 !important;
     } 
     .detail-main .article-paeg div:nth-child(2){
         text-align: right;
     }
     .detail-right .prohot-list .item .img{
         height: auto;
     }
     .list-title{
         display: none;
     }
     .detail-main .article-paeg a{
         padding: 20px;
     }
     .detail-main .article-con {
         margin-top:40px;
     }
     .content{
         padding: 0 15px;
     }
     .pro-imgbox .img-auto{
         min-height: 450px;
     }
     .detail-main .detail-title{
         margin-top: 70px;
     }
     .down-list .item .title{
         margin-top: 10px;
     }
     .down-list .item .tag-box{
         margin-top: 40px;
     }
     .down-list .item .desc{
         margin-top: 10px;
     }
     .down-list .item .go-box{
         text-align: center;
     }
     .down-list .item .go-box .go-btn{
         margin-top: 70px;
     }
     .down-list .item{
        margin-bottom: 30px;
     }
     .index-about .top-box .top-box-r .info{
         max-height: 90px;
         overflow: hidden;
     }
     .down-header .item .desc {
         overflow: hidden;
         text-overflow: ellipsis;
         white-space: nowrap;
     }
     .message-box{
         text-align: center;
         width: 50%;
     }
     .jobs-list .item {
         width: 96%;
         margin-bottom: 20px;
     }
     .jobs-list .item .title{
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
     
      }
     .jobs-list .item .info span{
          width: 100%;
          display: inline-block;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-size: 16px;
          color: #666;
      }
        
   
}
@media (min-width: 1280px) {
    .w-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 10px 0;
    }
    .index-title{
        margin: 20px auto;
    }
    .index-title.relation{
         margin: 40px auto 30px;
    }
    .products-list .item .title a{
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .detail-right .prohot-list .item .img{
        height: 152px;
    }
    .product-content{
        padding: 20px;
    }
    .list-title{
        display: none;
    }
    .products-list>div{
        width: calc(33.33333333% - 20px);
        margin-right:20px;
        margin-bottom: 20px;
    }
    .products-list>div:nth-child(3n){
       margin-right: 0;
    }
    .index-process{
        padding-top: 60px;
        height: 503px;
    }
    .process-box .index-title{
        margin: 0 auto 70px;
    }
    .footer{
        height: 503px;
    }
    .content{
        padding: 0;
    }
}





.text-center {text-align:center}
.margin {margin:10px!important;clear:both}
.margin-top {margin-top:10px}
.margin-right {margin-right:10px}
.margin-bottom {margin-bottom:10px}
.margin-left {margin-left:10px}
.blank-small{height:20px;line-height:20px;clear:both;font-size:0}
.blank-middle{height:30px;line-height:30px;clear:both;font-size:0}
.blank-big{height:50px;line-height:50px;clear:both;font-size:0}
.blank-large{height:80px;line-height:80px;clear:both;font-size:0}


.field {position:relative}
.form-group {padding-bottom:10px}
.field-icon .input{text-indent:25px}
.field-icon .icon {position:absolute;top:0;left:0;right:auto;width:34px;height:50px;text-align:center;line-height:50px;font-size:16px;font-weight:normal}
.field-icon-right .icon {position:absolute;right:0;top:0;width:34px;height:34px;text-align:center;line-height:34px;font-size:16px;font-weight:normal}

.qita_z{font-size:14px;color: #6E6E6E;}
.qita_z span:hover{color: #019be1!important;cursor: pointer;}

.register .tab{font-size:0}
.register .tab li{cursor:pointer;display:inline-block;position:relative;font-size:20px;width:60px;color:#666;margin:0 0 40px 0}
.register .tab li::before{background:#ccc;content:'';position:absolute;bottom:-10px;left:0;width:100%;height:3px;border-radius:3px;transition:transform .3s;}
.register .tab li.cur{color:#019be1}
.register .tab li.cur::before{background:#019be1;content:'';position:absolute;bottom:-10px;left:0;width:100%;height:3px;border-radius:3px;transition:transform .3s;}

.register .line{margin:0px;padding:0;position: relative; text-align: center;}
.register .line span{display: inline-block;font-size: 14px; padding: 0 20px; position: relative; z-index: 200;background-color: #f5f5f5!important;}
.register .line hr{-moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: #E2E2E2 -moz-use-text-color -moz-use-text-color; border-image: none; border-style: solid none none; margin-top:10px; position: absolute; top:0; width: 100%;}

.register .line hr {background:#EBEBEB;color:#EBEBEB;clear:both;float:none;width:100%;height:1px;margin:10px 0;border:0;-moz-box-sizing:content-box;box-sizing:content-box;}
.register .bnt-login{margin:0 auto;text-align:center}
.register .bnt-login span{display:inline-block;color:#fff;font-size:22px;width:48px;height:48px;text-align:center;line-height:48px;margin-right:10px;border-radius:30px}
.register .bnt-login span:hover{opacity:0.8;cursor: pointer;}
.register .bnt-login span.weixin{background:#38B624}
.register .bnt-login span.qq{background:#1F92DF}
.register .bnt-login span.weibo{background:#FF6000}
.button.bg-yellow{color: #fff!important;background:#019be1;}
.button.bg-yellow:hover{color: #fff!important;border-color: #019be1!important;background-color: #019be1!important;}

/* 注册登录切换 end*/

 /* 弹出层*/

.dialog {border-radius:0;border:0 solid #ebebeb;margin:0 auto;box-shadow:0 10px 25px rgba(0,0,0,0.3);}
.dialog .dialog-head {font-size:18px;border-bottom:0;background:#FFF;color:#383838;}
.dialog .dialog-head .close {float:right;line-height:24px}
.dialog .dialog-body{padding:10px 40px 40px 40px;}
.dialog .dialog-body .icon-close{right: 1rem;top: 1rem;color: #101010;position: absolute;font-size: 2rem;cursor: pointer;font-style: normal;font-weight: 100;line-height: .85;margin-left: -0.5em;border-radius: 50%;}
.dialog-body h3 {font-size:24px;font-weight:600;color:#333;margin-bottom:10px}
.dialog-body .form-group {padding-bottom:20px}
.dialog-body .input{height:48px;line-height:24px;padding:0 12px;border:1px solid #ebebeb;width:100%;display:block;border-radius:0px;-webkit-appearance:none;box-shadow:0 0px 0px rgba(0,0,0,0.0) inset;background:transparent;}
.dialog-body .textarea {padding:10px 12px;line-height:24px;width:100%;background:transparent;border:1px solid #ebebeb;}
.dialog-body .label {padding-bottom:10px;display:block;line-height:24px;}
.dialog-body .label label {font-weight:400;}
.dialog-body select {padding:0 30px 0 8px;color:#ADADAD;border-radius:0px;width: 100%; height:48px;line-height:48px;border:solid 1px #ebebeb;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:url(../images/select-down.png) no-repeat right 50%;}
.dialog-body .form-tips .dialog-body .input-help ul {border:solid 0px #ebebeb;background:#fff;padding:5px 10px;box-shadow:0 0 0 #fff;border-radius:0 0 4px 4px;width:150px;min-width:150px;width:auto;_width:150px;color:#EE3333;font-size:12px}
.dialog-body .input::-webkit-input-placeholder, .dialog-body .textarea::-webkit-input-placeholder {color: #6E6E6E;}
.dialog-body .input:-moz-placeholder, .dialog-body .textarea:-moz-placeholder {color: #6E6E6E;}
.dialog-body .input::-moz-placeholder, .dialog-body .textarea::-moz-placeholder {color: #6E6E6E;}
.dialog-body .input:-ms-input-placeholder, .dialog-body .textarea:-ms-input-placeholder {color: #6E6E6E;} 
.dialog-body .input-group .addon {background-color:#fff;border:0px solid #EBEBEB;border-radius:0px;line-height:1;padding:0;text-align:center}
.dialog-body .input-group .addon img{max-height:50px}
 /* 弹出层 end*/
 
 /* 登入后状态 */
 .log-in{position:absolute;top:29px;right:5px}
 .log-in .drop-menu {margin:12px 0 0;min-width:100px;border-radius:5px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.075); box-shadow:0 6px 12px rgba(0,0,0,.075) }
 .log-in .drop-menu li{padding: 0 10px;height: 32px;text-align: center;}
 .log-in .drop-menu li a{position: relative;height: 32px;line-height: 32px;}
 .log-in .drop-menu li a:hover,.drop-menu a:focus {color:#2D2D2D;background: unset;}
 .log-in .button-group span {display:inline-block;line-height:24px;height:24px;width:24px}
 .log-in .button-group ul:before {position:absolute;top:-8px;left:50px;display:inline-block;border-right:8px solid transparent;border-bottom:8px solid #fff;border-left:8px solid transparent;content:'';}
 .log-in .button-group ul:after {position:absolute;top:-8px;left:50px;display:inline-block;border-right:8px solid transparent;border-bottom:8px solid #e9e8e8;border-left:8px solid transparent;content:'';}
 .log-in .button-group .button {padding:0;line-height:18px;font-size:20px}
 .log-in .button-group .drop-menu {padding: 10px 0; left: -40px;border-top:0px solid #ff0000;-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,.075);box-shadow: 0px 8px 10px rgba(0,0,0,.05);border-radius:4px;}
 .log-in a.user-ico{width:32px;height:32px;line-height:32px;background:#ECEFF5;display:block;}
 .log-in a.user-head{width:32px;height:32px;overflow:hidden;display:block;}
 .log-in a.user-head img{width:32px;height:32px;}

