@CHARSET "UTF-8";
.shops-header{
    width: 100%;
    height: 90px;
    border: 1px solid #c8c8c8;
}

.header-box{
    width: 1200px;
    height: 90px;
    margin: 0 auto;
}

.fl{
    float: left;
}
.header-left{
    width: 600px;
    height: 90px;
}

.header-right{
    width: 600px;
    height: 90px;
}
.wst-shop-sea {
    width:100%;
    margin-top:30px
}
.wst-shop-sea input{
    float:left;
    outline:0;
    font-size:15px;
    height:32px;
    width:360px;
    margin-right:3px;
    padding-left:8px;
    padding-bottom: 0;
    padding-top: 0;
    border:1px solid #1a88df;
}
.wst-shop-sea .search{
    float:left;
    width:60px;
    height:32px;
    line-height:32px;
    text-align:center;
    color:#fff;
    margin-left:6px;
    /*background:url(../img/img_bg_search.png) no-repeat;*/
    background:#1A88df;
}

.shop-top{
    width: 1200px;
    height: 90px;
    margin: 0 auto;
}

.shop-top-left{
    width: 600px;
    height: 70px;
    padding-top: 20px;
}

.shop-top-right{
    width: 500px;
    height: 80px;
    padding-top: 10px;
    padding-left: 100px;
}

.shop-logo{
    max-width: 175px;
    max-height: 50px;
    float: left;
}

.shop-name-box{
    width: 270px;
    height: 50px;
    border-left: 1px solid #c8c8c8;
    margin-left: 10px;
    padding-left: 10px;
}

.shop-name{
    width: 280px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #505050;
    font-weight: bold;
}

.join-date{
    width: 280px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}

.right-box{
    width: 220px;
    height: 70px;
    float: left;
}
.score-title{
    width: 110px;
    height: 68px;
    font-weight: bold;
    font-size: 14px;
    padding-top: 2px;
    text-align: right;
}
.score-content p{
    text-align: left;
    width: 110px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    color: grey;
}

.shop-tab{
    width: 100%;
    height: 40px;
    background-color: #145CCB;
}

.shop-tab ul{
    width: 1200px;
    height: 40px;
    margin: 0 auto;
}

.shop-tab ul li{
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: white;
    float: left;
    text-align: center;
    margin-right: 10px;
}

.active{
    background-color: #0F46BD;
}

.shop-bg{
    width: 100%;
    height: 350px;
}
.shop-bg img{
    width: 100%;
    height: 100%;
}

.more{
    float: right;
    width: 111px;
    height: 45px;
    background: url('../img/mores.png') 0px 7px no-repeat;
    cursor: pointer;
}

.recommend-box{
    width: 1200px;
    height: 500px;
    margin: 0 auto;
    margin-top: 25px;
}

.box-title{
    width: 1200px;
    height: 45px;
    border-bottom: 1px solid #c8c8c8;
}

.title-name{
    width: 100px;
    height: 45px;
    font-size: 18px;
    font-weight: bold;
    line-height: 45px;
    padding-left: 10px;
}

.recommend-goods-box{
    width: 100%;
    height: 430px;
    margin-top: 20px;
}

.goods-item{
    width: 600px;
    height: 200px;
    float: left;
    margin-top: 10px;
}

.item-left{
    width: 200px;
    height: 200px;
}

.item-right{
    width: 380px;
    height: 200px;
    margin-left: 20px;
}
.item-left img{
    width: 170px;
    height: 170px;
    margin-left: 10px;
}

.goods-name{
    width: 380px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    font-weight: bold;
    overflow: hidden;
}

.goods-price{
    width: 380px;
    height: 35px;
    line-height: 35px;
}

.goods-price span{
    font-weight: bold;
    font-size: 15px;
    color: red;
}

.attribute-box{
    width: 380px;
    height: 80px;
}

.attribute-item{
    width: 190px;
    height: 25px;
    float: left;
    color: #6B6B6B ;
    font-size: 13px;
    line-height: 25px;
    overflow: hidden;
}

.attribute-item span{
    color: #000000;
}

.goods-detail{
    width: 380px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}

.goods-miao{
    width: 280px;
    height: 30px;
    overflow: hidden;
    float: left;
}

.goods-detail span{
    color: #0160D6;
    float: left;
}

.new-box{
    width: 1200px;
    height: 360px;
    margin: 0 auto;
}

.new-goods-box{
    width: 1200px;
    height: 300px;
    margin-top: 10px;
}

.new-goods-item{
    width: 230px;
    height: 280px;
    border: 1px solid #c8c8c8;
    float: left;
    margin-right: 8px;
}

.new-goods-img{
    width: 180px;
    height: 150px;
    margin-left: 20px;
    margin-top: 20px;
}

.new-goods-img img{
    width: 100%;
    height: 100%;
}

.new-goods-price{
    width: 230px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: red;
    margin-top: 20px;
}

.new-goods-name{
    width: 230px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 15px;
    overflow: hidden;
}

.new-btn-box{
    width: 170px;
    height: 20px;
    margin: 0 auto;
    margin-top: 5px;
}

.new-view{
    width: 70px;
    height: 20px;
    color: white;
    background-color: #F38200;
    margin-right: 5px;
    float: left;
    text-align: center;
}

.new-add{
    width: 95px;
    height: 20px;
    color: white;
    background-color: #E50015;
    float: left;
    text-align: center;
}

.shop-bottom{
    width:1200px;
    height: 1100px;
    margin: 0 auto;

}

.bottom-left{
    width: 230px;
    height: 1100px;
    margin-right: 15px;
}

.bottom-right{
    width: 940px;
    height: 1100px;
}

.company-info{
    width: 230px;
    height: 390px;
    border: 1px solid #c8c8c8;
}

.company-header{
    width: 230px;
    height: 130px;
    background-color: #F5F5F5;
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 10px;
}

.company-name{
    width: 230px;
    height: 45px;
    line-height: 45px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}

.company-rg{
    width: 230px;
    height: 40px;
}

.guan{
    width: 35px;
    height: 35px;
    margin-left: 70px;
    float: left;
}
.guan img{
    width: 100%;
    height: 100%;
}

.company-date{
    width: 50px;
    height: 30px;
    line-height: 30px;
    float: left;
    font-size: 13px;
    margin-left: 10px;
}

.company-score{
    width: 230px;
    height: 40px;
}

.score-item{
    width:70px;
    height: 40px;
    float: left;
    margin-left: 5px;
}

.score-name{
    width: 70px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    text-align: center;
}

.score-value{
    width: 70px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    text-align: center;
    color: red;
}

.company-info-item{
    width: 230px;
    font-size: 13px;
    margin-top: 5px;
}
.company-info-item span{
    margin-left: 10px;
    margin-right: 20px;
}

.send-words{
    width: 230px;
    height: 50px;
    margin-top: 8px;
}

.send-words img{
    width: 40px;
    height: 40px;
    margin-left: 15px;
    margin-right: 10px;
    float: left;
}
.img-name{
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color:#6B6B6B;
    float: left;
}

.nav-banner{
    width: 230px;
    height: 315px;
    margin-top: 10px;
    border: 1px solid #c8c8c8;
}

.nav-top{
    width: 210px;
    height: 55px;
    font-size: 15px;
    line-height: 55px;
    font-weight: bold;
    padding-left: 20px;
    background-color: #F5F5F5;
    border-bottom: 1px solid #c8c8c8;
}

.nav-banner ul{
    width: 210px;
    height: 246px;
    padding-left: 10px;
}

.nav-banner ul li{
    width: 185px;
    height: 40px;
    color: #1B4FA5;
    line-height: 40px;
    padding-left: 15px;
    border-bottom: 1px solid #c8c8c8;
}

.nav-banner ul li:hover{
    cursor:pointer;
}
.qrcode-box{
    width: 230px;
    height: 310px;
    border: 1px solid #c8c8c8;
    margin-top: 10px;
}

.qr-content{
    width: 205px;
    height: 230px;
    border-bottom: 3px solid #F5F5F5;
    border-left: 3px solid #F5F5F5;
    border-right: 3px solid #F5F5F5;
    margin: 0 auto;
    margin-top: 5px;
}

.qrcode{
    width: 155px;
    height: 155px;
    margin-left: 25px;
}

.qrcode img{
    width: 155px;
    height: 155px;
    margin-top: 20px;
}

.qr-bottom{
    width: 205px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    text-align: center;
    background-color: #F5F5F5;
    margin-top: 40px;
    overflow: hidden;
}

.program-lists{
    width: 940px;
    height: 320px;
}
.right-title{
    width: 940px;
    height: 45px;
    border-bottom: 1px solid #c8c8c8;
}
.programs{
    width: 940px;
    height: 270px;
}

.program-item{
    width: 940px;
    height: 132px;
    border-bottom:1px dashed #c8c8c8;
}

.program-item:last-child{
    border: none;
}

.program-content{
    width: 930px;
    height: 90px;
    margin-top: 20px;
    margin-left: 10px;
}

.program-img{
    width: 140px;
    height: 90px;
}
.program-img img{
    width: 100%;
    height: 100%;
}

.program-text{
    width: 540px;
    height: 90px;
    margin-left: 15px;
}

.program-title{
    width: 540px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    font-weight: bold;
}

.program-dec{
    width: 540px;
    height: 55px;
    line-height: 25px;
    font-size: 13px;
    word-wrap:break-word ;
    color: #6B6B6B;
    overflow: hidden;
}

.program-date-box{
    width: 130px;
    height: 90px;
    margin-left: 100px;
}

.program-date{
    width: 130px;
    height: 55px;
    font-size: 13px;
    line-height: 55px;
    color: #6B6B6B;
    text-align: right;
}

.program-view-num{
    width: 130px;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    color: #6B6B6B;
    text-align: right;
}


.news-lists{
    width: 940px;
    height: 540px;
    margin-top: 30px;
}



/*企业档案*/
.page-link{
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 50px;
}

.page-link a {
    color: #165ECD;
}

.company-message{
    width: 940px;
    /*height: 440px;*/
}

.company-title{
    width: 920px;
    height: 30px;
    background-color: #F5F5F5;
    border: 1px solid #c8c8c8;
    font-weight: bold;
    font-size: 15px;
    line-height: 30px;
    padding-left: 20px;
}

.company-license{
    width: 940px;
    height: 168px;
    border: 1px solid #c8c8c8;
    margin-top: 10px;
}

.license-left{
    width: 134px;
    /*height: 390px;*/
    border-right: 1px solid #c8c8c8;
}

.left-one{
    width: 134px;
    height: 122px;
    font-size: 13px;
    text-align: center;
    /*line-height: 345px;*/
    border-bottom:1px solid #c8c8c8;
}


.left-two{
    width: 134px;
    height: 45px;
    font-size: 13px;
    text-align: center;
    line-height: 40px;
}

.license-right{
    width: 805px;
    height: 390px;
}

.license-right span{
    margin-left: 10px;
    color: grey;
}
.right-one{
    width: 805px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    border-bottom:1px solid #c8c8c8;
}

.right-one-table{
    width: 402px;
    height: 40px;
    float: left;
}

.right-two{
    width: 805px;
    height: 140px;
    border-bottom:1px solid #c8c8c8;
}

.right-two p{
    width: 795px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: grey;
    padding-left: 10px;
}

.empiricalRange-box{
    width: 795px;
    height: 110px;
    word-wrap : break-word;
    font-size: 13px;
    line-height: 30px;
    overflow: hidden;
    padding-left: 10px;
}

.right-three{
    width: 805px;
    height: 45px;
    font-size: 13px;
    line-height: 45px;
}

.right-three-table{
    width: 402px;
    height: 45px;
    float: left;
}

.company-abstract{
    width: 940px;
    height: 650px;
    margin-top: 20px;
}

.company-abstract p{
    width: 880px;
    height: 580px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    word-wrap : break-word;
}

/*产品中心*/
.shop-bottom-two{
    width:1200px;
    margin: 0 auto;
    min-height: 1500px;
}

.bottom-right-two{
    width: 940px;
    min-height: 1500px;
}

.list-title{
    width: 940px;
    height: 40px;
    border-bottom:1px solid #c8c8c8;
}

.list-title-name{
    width: 100px;
    height: 40px;
    text-align: center;
    font-size: 15px;
    line-height: 40px;
    font-weight: bold;
    border-bottom:3px solid #4686F2;
}

.company-goods-list{
    width: 940px;
}


.company-goods-list .goodklist_box{
    width: 920px;
    height: 175px;
    border-bottom: 1px solid #eeeeee;
    padding-top: 50px;
    padding-left: 20px;
}
.goodklist_box .goodklist_pic{
    width: 122px;
    height: 102px;
}
.goodklist_box .goodklist_pic img{
    width: 122px;
    height: 98px;
}
.goodklist_box .goodklist_contnt{
    margin-left:31px;
}
.goodklist_contnt .title{
    color:#333333;
    font-family: '宋体';
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 17px;
    width: 500px;
    overflow:hidden;
}

.goodklist_contnt .description{
    color:#656565;
    font-family: '宋体';
    font-size: 12px;
    width: 450px;
    height: 38px;

}
.goodklist_contnt .descriptions{
    width: 200px;
    height: 13px;
    margin-bottom: 9px;
}
.goodklist_contnt .model{
    color:#333333;
    font-family: '微软雅黑';
    font-size: 12px;
    width: 367px;
    height: 15px;

}

.goodklist_contnt .hreff{
    color:#999999;
    font-family: '宋体';
    font-size: 12px;
    width: 367px;
    height: 28px;
    margin-top: 20px;

}
.goodklist_contnt .hreff1{
    width: 40px;
    height: 25px;
    border:1px solid #dddddd;
    text-align: center;
    line-height: 25px;
    padding-left: 18px;
    background: url('../img/fenxiang.jpg') 8px 6px  no-repeat;

}
.goodklist_contnt .hreff2{
    width: 150px;
    height: 25px;
    border:1px solid #dddddd;
    text-align: center;
    line-height: 25px;
    padding-left: 10px;
    background: url('../img/shoucang.jpg') 13px 8px no-repeat;
}
.goodklist_contnt .hreff3{
    width: 90px;
    height: 25px;
    border:1px solid #dddddd;
    text-align: center;
    line-height: 25px;
    padding-left: 14px;
    color:#e60012;
    background: url('../img/gouwuche.png') 4px 3px no-repeat;
}
.goodklist_box .price{
    width: 200px;
    height: 155px;
    font-family: '微软雅黑';
    font-size: 12px;
    color:#292929;
    padding-left: 10px;
}

.goodklist_box .price span{
    font-size: 18px;
}

/*最新资讯*/
.company-news-list{
    width: 970px;
}

.new-lists{
    width: 970px;
    height: 500px;
    margin-top: 20px;
}

.news-li{
    width: 970px;
    height: 150px;
    margin-top: 20px;
    border-bottom: 1px dashed #e6e6e6;
}

.new-lists :last-child{
    border: none;
}

.new-img{
    width:250px;
    height: 130px;
    margin-left: 20px;
    float: left;
}

.new-img img{
    width: 250px;
    height: 130px;
}

.new-detail{
    width: 660px;
    height: 130px;
    float: left;
    margin-left: 10px;
}

.news-title{
    width: 660px;
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    overflow: hidden;
}

.news-table{
    width: 660px;
    height: 20px;
}

.new-company{
    width: 120px;
    height: 20px;
    font-size: 14px;
    color:#4ba0ff ;
    margin-left: 5px;
    float: left;
}

.new-date{
    width: 135px;
    height: 20px;
    font-size: 12px;
    padding-left: 25px;
    color:grey ;
    float: left;
    background: url('../img/time01.png') -8px -2px no-repeat;
    background-size:25%;
}

.new-view-num{
    width: 105px;
    height: 20px;
    font-size: 12px;
    padding-left: 25px;
    color:grey ;
    float: left;
    background: url('../img/view01.png') 0px 0px no-repeat;
    background-size:15%;
}

.new-msg{
    width: 655px;
    height: 60px;
    font-size: 12px;
    color: #8a8a8a;
    line-height: 20px;
    margin-top: 20px;
    padding-left: 5px;
    overflow: hidden;
}


/*技术方案*/
.solutionList{
    width: 1200px;
    margin:0 auto;
    height: 1125px;
}
.solutionListbox{
    width: 1200px;
    height: 225px;
    border-bottom: 1px solid #dcdcdc;
}
.solutionListbox .solutionimg{
    width: 206px;
    height: 121px;
    margin-top:46px;
    margin-right: 9px;
}

.solutionListbox .solutionimg img{
    width: 206px;
    height: 121px;
}
.solutionListbox .solutioncont{
    width: 459px;
    height: 123px;
    margin-top:46px;
    margin-left: 51px;
}
.solutionListbox .solutioncont .title{
    height: 24px;
    width: 390px;
    background: url('../img/fanganicon.png') 0px 0px no-repeat;
    padding-left: 69px;
    color:#333333;
    font-family: '微软雅黑';
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.solutionListbox .solutioncont .cont{
    width: 459px;
    height: 59px;
    color: #666666;
    font-family: '宋体';
    font-size:14px;
    line-height: 23px;
    overflow: hidden;
}
.solutionListbox .solutioncont .lastcont{
    width: 459px;
    height: 18px;
    color: #666666;
    font-family: '宋体';
    font-size:12px;

}
.solutionListbox .solutioncont .lastcont1{
    width: 137px;
    height: 18px;
    background: url('../img/alo.jpg') 1px 2px no-repeat;
    text-align: center;
}
.solutionListbox .solutioncont .lastcont2{
    width: 114px;
    height: 18px;
    background: url('../img/isee.png') 0px 3px no-repeat;
    text-align: center;
}
.solutionListbox .solutioncont .lastcont3{
    width: 101px;
    height: 18px;

    text-align: center;
}

/*荣誉资质*/
.company-aptitude-list{
    width: 940px;
}

.aptitude-box{
    float: left;
    margin-top: 40px;
    margin-left: 20px;
}

.aptitude-box img{
    max-width: 300px;
    max-height: 400px;
}

.aptitude-box p{
    margin-top: 20px;
    text-align: center;
    font-size: 13px;
}

/*联系我们*/
.company-about-box{
    width: 920px;
    height: 650px;
    padding-top: 20px;
    padding-left: 20px;
}

.about-item{
    width: 920px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    color: #6C6C6C;
}

.about-btn{
    width: 920px;
    height: 80px;
}

.comment-btn{
    width: 165px;
    height: 40px;
    background-color: #F39F1B;
    color: white;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    border-bottom: 2px solid #BC730C;
    margin-top: 30px;
    margin-left: 80px;
}

.map-box{
    width: 920px;
    height: 250px;
}

.map-box img{
    width: 715px;
    height: 250px;
}

/*诚信公告*/
.company_notice{
    width: 1200px;
    height: 50px;
    margin-top: 5px;
}

.company_notice_one{
    width: 150px;
    height: 50px;
    font-size: 13px;
    line-height: 50px;
    text-align: center;
}

.company_notice_two{
    width: 650px;
    height: 50px;
    font-size: 13px;
    line-height: 50px;
    text-align: center;
}

.company_notice_three{
    width: 400px;
    height: 50px;
    font-size: 13px;
    line-height: 50px;
    text-align: center;
}

.notice_title{
    font-size: 15px;
    font-weight: bold;
    background-color: #ECF5FE;
}

.color-li{
    background-color: #F6F9FE;
}

.notice-content-box{
    width: 1045px;
    min-height: 380px;
    margin: 0 auto;
    border: 1px solid #CDCDCD;
    padding-left: 55px;
    padding-top: 40px;
}

.content-title{
    width: 980px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    font-weight: 800;
    border-bottom: 1px solid #CDCDCD;
}

.content-title span{
    color: grey;
}

.content-title-one{
    width: 970px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 600;
    color: #145BD1;
    margin-top: 30px;
    padding-left: 10px;
}

.company-info-box{
    width: 970px;
    padding-left: 10px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    margin-top: 15px;
}

.company-info-one{
    width: 400px;
}

.company-info-two{
    width: 200px;
}

.company-info-three{
    width: 350px;
    text-align: right;
}

.company-info-box span{
    font-weight: 800;
}
.notice-title-ad{
    width: 970px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    font-weight: 800;
}
.content-notice{
    width: 725px;
    word-wrap : break-word ;
    margin: 0 auto;
    font-size: 13px;
    text-indent:35px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.foot-message{
    width: 715px;
    height: 30px;
    text-align: right;
    font-size: 13px;
    padding-right: 10px;
    margin: 0 auto;
}

.clear{
    width: 970px;
    margin: 0 auto;
    height: 30px;
}

.ck-slide{
    height:400px;
    margin:3px auto;
    margin-bottom:9px
}
.ck-slide ul.ck-slide-wrapper{
    height:400px
}

.goodsImg{
    height: 400px;
}
.header-left a img{
    width: 193px;
}