.banner-container{
    /*height:945px;*/
    width:100%;
}
.banner-container .swiper-wrapper,.banner-container .swiper-slide{
    height:100%;
}
.tool-bar{
    padding:0 90px 0 53px;
    height:110px;
    background-color:#0075c1;
    display:flex;
    justify-content: space-between;
    align-items: center;
    color:#fff;
    position: absolute;
    right:0;
    bottom:0;
    z-index:10;
    width:calc(100% - 8.33%);
}
.tool-bar .text{
    width:500px;
    display:flex;
    height:100%;
    align-items:center;
}
.tool-bar .text .num{
    display:block;
    width:23px;
    height:23px;
    border:1px solid #fff;
    border-radius:50%;
    text-align:center;
    line-height:23px;
    color:#fff;
    font-size:16px;
    margin-right:13px;
}
.tool-bar .text .tt{
    display: none;
    align-items:center;
    height:100%;
    font-size:16px;
}
.tool-bar .text .tt.show{
    display: flex;
}
.tool-bar .mouse-tip{
    margin-left: -335px;
    width:130px;
    height:100%;
    display:flex;
    justify-content: space-between;
    align-items: center;
    font-size:14px;
}
.tool-bar .mouse-tip .mouse{
    width:28px;
    height:40px;
    border-radius: 14px;
    border:1px solid #fff8fa;
    position:relative;
}
.tool-bar .mouse-tip .mouse .point{
    position:absolute;
    width:3px;
    height:7px;
    background-color:#fff8fa;
    border-radius:2px;
    left:50%;
    margin-left:-1.5px;
    top:11px;
    animation: mouseanimate 1s ease-in infinite;
}
@keyframes mouseanimate {
    0%{
        top:11px;
    }
    100%{
        top:15px;
    }
}
.tool-bar .pagenation{
    margin-top:0;
    width:198px;
    height:100%;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.tool-bar .pagenation .prev-btn{
    width:21px;
    height:15px;
    background:url("../images/indexbanner-left-arrow.png") no-repeat;
    cursor:pointer;
}
.tool-bar .pagenation .next-btn{
    width:21px;
    height:15px;
    background:url("../images/indexbanner-right-arrow.png") no-repeat;
    cursor:pointer;
}
.tool-bar .pagenation .pageinfo{
    font-size:18px;
}
.ui-loop{
    width:44px;
    height:44px;
    position:relative;
}
.ui-loop .icon{
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-4px;
    margin-top:-4px;
    z-index:10;
}
.path-loop {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}

.path-loop-bg {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 1px;
    opacity: 0.1;
}

.index-about-container{
    margin-top:83px;
    margin-bottom:75px;
}
.index-about-container .left{
    float:left;
    width:732px;
    height:400px;
    margin-right:152px;
}
.index-about-container .right{
    float:right;
    width:715px;
}
.index-about-container .right .text{
    margin-top:48px;
    margin-bottom:63px;
}
.index-about-container .right .text p{
    font-size:14px;
    line-height:36px;
    color:#666;
}
.index-renzheng-container{
    margin-bottom:220px;
}
.index-renzheng-container .index-renzheng-wrapper{
    height:260px;
    border:1px solid #bcbcbc;
    display:flex;
    align-items: center;
}
.index-renzheng-container .index-renzheng-wrapper ul{
    display:flex;
    height:154px;
    width:100%;
    align-items:center;
    justify-content: space-between;
}
.index-renzheng-container .index-renzheng-wrapper ul li{
    border-right:1px solid #bcbcbc;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width:33%;
 }
.index-renzheng-container .index-renzheng-wrapper ul li:last-child{
    border-right:none;
}
.index-renzheng-container .index-renzheng-wrapper ul li .img{
    height:111px;
    display:flex;
    align-items: center;
}
.index-renzheng-container .index-renzheng-wrapper ul li p{
    margin-top: 14px;
    color:#999;
}
.index-product-container .title{
    position: relative;
}
.index-product-container .title .item-title{
    margin-bottom:72px;
}
.index-product-container .title .product-hd{
    position: absolute;
    right:0;
    top:13px;
}
.index-product-container .title .product-hd li{
    float:left;
    margin-right:90px;
    padding-bottom:30px;
    font-size:21px;
    color:#333;
    text-align:center;
    cursor:pointer;
}
.index-product-container .title .product-hd li.active,.index-product-container .title .product-hd li:hover{
    color:#0075c1;
    border-bottom:4px solid #0075c1;
}
.index-product-container .container,.index-product-container .swiper-container{
    overflow:visible;
}
.index-product-container .product-wrapper{
    position: relative;
    height:415px;
}
.index-product-container .swiper-item{
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
    opacity: 0;
    width:100%;
}
.index-product-container .swiper-item.active{
    z-index:10;
    opacity: 1;
}
.index-product-container .product-swiper .swiper-slide{
    width:560px!important;
    height:415px;
}
    .index-product-container .product-swiper .swiper-slide img {
        width: 560px;
        height: 370px;
        border: 1px solid #ccc;
    }
.index-product-container .product-swiper .swiper-slide p{
    margin-top:20px;
    font-size:18px;
    color:#666;
    font-weight:bold;
}
.product-swiper-progress{
    margin-top:128px;
    margin-bottom:142px;
    position:relative;
    display:none;
}
.product-swiper-progress.active{
    display: block;
}
.product-swiper-progress .line{
    margin-bottom:63px;
    width:100%;
    height:5px;
    background:#c5c5c5;
    position:relative;
    overflow:hidden;
}
.product-swiper-progress .line span{
    display: block;
    position:absolute;
    width:0;
    height:5px;
    background:#0075c1;
    left:0;
    top:0;
}
.product-swiper-progress .btn-group{
    position:absolute;
    right:0;
    top:67px;
    width:128px;
    display:flex;
    justify-content: space-between;
}
.product-swiper-progress .btn-group .btn{
    width:55px;
    height:55px;
    display:flex;
    justify-content: center;
    align-items:center;
    border:1px solid #666;
    cursor:pointer;
}
.product-swiper-progress .btn-group .btn.prev-btn{
    background:url("../images/product-arrow-left.png") no-repeat center center;
}
.product-swiper-progress .btn-group .btn.prev-btn:hover{
    background:url("../images/product-arrow-left-blue.png") no-repeat center center;
    border-color:#0075c1;
}
.product-swiper-progress .btn-group .btn.next-btn{
    background:url("../images/product-arrow-right.png") no-repeat center center;
}
.product-swiper-progress .btn-group .btn.next-btn:hover{
    background:url("../images/product-arrow-right-blue.png") no-repeat center center;
    border-color:#0075c1;
}

.index-equipment{
    position:relative;
    height:865px;
    margin-bottom:105px;
}
.index-equipment .item-title{
    margin-top:73px;
    margin-bottom:154px;
}
.index-equipment .item{
    margin-bottom:110px;
    display:flex;
    align-items:center;
}
.index-equipment .item .num{
    width:108px;
    height:71px;
    font-size:96px;
    font-family: "Arial Black";
    margin-right:38px;
    line-height:.7em;
    -webkit-text-stroke:1px #666;
    color: transparent;
}
.index-equipment .item .txt{
    position:relative;
}
.index-equipment .item .txt .arrow{
    position:absolute;
    right:30px;
    top:5px;
    opacity: 0;
}
.index-equipment .item .txt h2{
    font-size:24px;
    color:#333;
    margin-bottom:5px;
}
.index-equipment .item .txt p{
    font-size:14px;
    color:#666;
}
.index-equipment .item:hover .txt .arrow,.index-equipment .item.active .txt .arrow{
    right:0;
    opacity:1;
}
.index-equipment .item:hover .txt h2,.index-equipment .item.active .txt h2{
    color:#0075c1;
}
.index-equipment .item:hover .num,.index-equipment .item.active .num{
    -webkit-text-stroke:1px #0075c1;
}

.index-equipment .left{
    height:740px;
    width:calc(100% - 8.33%);
    background-color:#efefef;
    position:absolute;
    left:0;
    top:0;
    z-index:-10;
}
.index-equipment .right{
    position:absolute;
    right:0;
    bottom:0;
    width:955px;
    height:810px;
    background:#0075c1;
}
.index-equipment .right .img-item{
    position:absolute;top:0;
    left:0;
    width:100%;
    height:100%;
    opacity: 0;
    visibility:hidden;
}
.index-equipment .right .img-item.active{
    opacity: 1;
    visibility:visible;
}
.index-equipment .right .img-item .img{
    width:100%;
    height:542px;
}
.index-equipment .right .img-item .img img{
    width: 100%;
    height: 100%;
}
.index-equipment .right .img-item .txt h2{
    font-size:48px;
    color:#fff;
    margin-top:30px;
    margin-left:49px;
    margin-bottom:70px;
}
.index-equipment .right .img-item .txt .more{
    margin-left:49px;
    display: block;
    width:99px;
    height:36px;
    border:1px solid #fff;
    text-align:center;
    line-height:36px;
    font-size:18px;
    color:#fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.index-equipment .right .img-item .txt .more:hover{
    background:#fff;
    color:#0075c1;
}

.index-news {

}
.index-news .model-title{
    margin-bottom:140px;
    position:relative;
    height:100px;
}
.index-news .model-title .news-cagegory-hd{
    position:absolute;
    height:100%;
    width:360px;
    top:0;
    right:0;
}
.index-news .model-title .news-cagegory-hd li{
    margin-left:94px;
    float:left;
    font-size:21px;
    font-weight:bold;
    color:#333;
    cursor:pointer;
    padding:16px 0 28px;
}
.index-news .model-title .news-cagegory-hd li:hover,.index-news .model-title .news-cagegory-hd li.active{
    border-bottom:4px solid #0075c1;
    color:#0075c1;
}
.index-news .news-img-wrap{
    margin-bottom: 79px;
    float:left;
    width:800px;
    height:535px;
}
.index-news .news-img-wrap .img-list{
    width: 100%;
    height: 100%;
    position: relative;
}
.index-news .news-img-wrap .img-list li{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    opacity: 0;
    overflow: hidden;
}
.index-news .news-img-wrap .img-list li.active{
    opacity: 1;
}
.index-news .news-img-wrap .img-list li img {
    width: 100%;
    height: 100%;
    animation:fangda 10s linear;
}
@keyframes fangda {
    0%{
        transform:scale(1);
    }
    50%{
        transform:scale(1.1);
    }
    100%{
        transform:scale(1);
    }
}
.index-news .news-list-wrap{
    float:right;
    width:740px;
}
.index-news .news-category{
    display: none;
}
.index-news .news-category.active{
    display: block;
}
.index-news .news-category .more-link{
    margin-top:79px;
    margin-bottom:157px;
    clear:both;
}
.index-news .news-list-wrap .news-item{
    display: block;
    width:740px;
    height:148px;
    border:solid 1px #c5c5c5;
    margin-bottom:46px;
    position:relative;
}
.index-news .news-list-wrap .news-item:before{
    position: absolute;
    display: block;
    content:'';
    width:0;
    height:0;
    z-index: 10;
    left:-1px;
    top:-1px;
    border-top:1px solid #0075c1;
    border-left:1px solid #0075c1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.index-news .news-list-wrap .news-item:after{
    position: absolute;
    display: block;
    content:'';
    width:0;
    height:0;
    z-index: 10;
    right:-1px;
    bottom:-1px;
    border-right:1px solid #0075c1;
    border-bottom:1px solid #0075c1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.index-news .news-list-wrap .news-item:last-child{
    margin-bottom: 0;
}
.index-news .news-list-wrap .news-item .date{
    float:left;
    width:160px;
    height: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.index-news .news-list-wrap .news-item .date .day{
    font-family: Arial;
    font-size:76px;
    color:#666;
    font-weight:100;
    line-height:1em;
}
.index-news .news-list-wrap .news-item .date .year{
    font-size:21px;
    color:#666;
    font-weight:100;
    line-height:1em;
}
.index-news .news-list-wrap .news-item .info{
    padding:30px 95px  30px 0;
}
.index-news .news-list-wrap .news-item .info h2{
    margin-bottom:10px;
    font-size:26px;
    color:#333;
}

.index-news .news-list-wrap .news-item .info p{
    font-size:14px;
    color:#999;
    line-height:24px;
}
.index-news .news-list-wrap .news-item:hover .info h2{
    color:#0075c1;
}
.index-news .news-list-wrap .news-item:hover .date .day{
    color:#0075c1;
}
.index-news .news-list-wrap .news-item:hover:before{
    width:740px;
    height:147px;
}
.index-news .news-list-wrap .news-item:hover:after{
    width:739px;
    height:147px;
}

.index-partner{
    padding-top:89px;
    padding-bottom:143px;
    height:931px;
    background-color:#f2f2f2;
}
.index-partner .item-title{
    margin-bottom: 79px;
}
.partner-table{
    width:100%;
    border-top:1px solid #c5c5c5;
    border-left:1px solid #c5c5c5;
}
.partner-table td{
    text-align: center;
    width:266px;
    height:180px;
    border-right:1px solid #c5c5c5;
    border-bottom:1px solid #c5c5c5;
    background:#ffffff;
    border-spacing: 0;
}
.page-menu li a .icon-profile{
    background-position: 5px 9px;
}
.page-menu li a .icon-honor{
    background-position: -35px 9px;
}
.page-menu li a .icon-video{
    background-position: -76px 9px;
}
.page-bottom-menu,.page-footer{
    background:#efefef;
}
.wrap-profile{
    margin-top:113px;
    margin-bottom:85px;
    overflow: hidden;
}
.wrap-profile .left-wrap{
    float:left;
    width:800px;
    height:695px;
}
.wrap-profile .left-wrap .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.wrap-profile .left-wrap .swiper-slide {
    background-size: cover;
    background-position: center;
}

.wrap-profile .left-wrap .gallery-top {
    height: 80%;
    width: 100%;
}

.wrap-profile .left-wrap .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 6px 0;
}

.wrap-profile .left-wrap .gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}

.wrap-profile .left-wrap .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.wrap-profile .right-wrap{
    float:right;
    width:725px;
}
.wrap-profile .right-wrap .column-name{
    margin-bottom:55px; ;
}
.wrap-profile .right-wrap .about-text{
    font-size:16px;
    color:#666;
    line-height:34px;
    height:605px;
    overflow-y:auto;
}
    .wrap-profile .right-wrap .about-text::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius:10px;
        background-color: #F5F5F5;
    }

    .wrap-profile .right-wrap .about-text::-webkit-scrollbar {
        width: 10px;
        background-color: #F5F5F5;
        opacity:.2;
    }

    .wrap-profile .right-wrap .about-text::-webkit-scrollbar-thumb {
        border-radius:10px;
        background-color:rgba(0,0,0,.1);
        background-image: -webkit-gradient(linear,0 0,0 100%,color-stop(.5,rgba(255,255,255,.2)),color-stop(.5,transparent),to(transparent));
    }
.wrap-profile .right-wrap .about-text p{
    margin-bottom: 35px;
}
.honor-profile{
    margin-top: 113px;
    margin-bottom: 70px;
}
.honor-list-container{
    overflow: hidden;
    margin-right:-50px;
    margin-top: 70px;
}
.honor-list-container li{
    margin-bottom: 70px;
    float:left;
    margin-right:49px;
    width:500px;
    height:370px;
}
.honor-list-container li .img{
    padding:10px 40px;
    width:100%;
    height:325px;
    background-color:#e7e7e7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align:center;
}
.honor-list-container li .img img{
    width:auto;
    max-height:100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.honor-list-container li .img img:hover{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity:0.7;
}
.honor-list-container li h3{
    text-align:center;
    font-size:18px;
    color:#666;
    height:45px;
    line-height:45px;
}
.honor-profile .more-link{
    margin:0 auto;
}
.wrap-partner{
    margin-bottom: 155px;
}
.wrap-partner .column-name{
    margin-top: 113px;
    margin-bottom: 50px;
}

.contact-info{
    margin-right: 70px;
    float:left;
    width:405px;
}
.contact-info li{
    position: relative;
    height:145px;
    border-bottom:1px solid #d0d0d0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left:60px;
    padding-top:50px;
}
.contact-info li p{
    font-size:18px;
    color:#777;
    line-height:24px;
}
.contact-info li p span{
    color:#333;
}
.contact-info li .icon{
    display: block;
    position: absolute;
    left:8px;
    top:37px;
    width:40px;
    height:66px;
    background:url("../images/icon-group.png") no-repeat;
}
.contact-info li .icon-address{
    background-position:0 -100px;
}
.contact-info li .icon-tel{
    background-position:-40px -100px;
}
.contact-info li .icon-fax{
    background-position:-80px -100px;
}
.contact-info li .icon-mail{
    background-position:-120px -100px;
}
#bdmap{
    margin-top: 30px;
    float:right;
    width:1120px;
    height:552px;
    background:#ccc;
}
.page-menu .icon-companynews{
    background-position:-315px 9px!important;
}
.page-menu a.click .icon-companynews,.page-menu a:hover .icon-companynews{
    background-position-y: -41px!important;
}
.page-menu .icon-industry{
    background-position:-358px 9px!important;
}
.page-menu li a:hover .icon-industry,.page-menu li a.click .icon-industry{
    background-position-y: -41px!important;
}
.page-news-wrap .list{
    margin-right:-50px;
    overflow: hidden;
}
.page-news-wrap .list li{
    float:left;
    margin-right:50px;
    margin-bottom:65px;
    width: 500px;
    height: 540px;
    border:1px solid #e5e5e5;
    -webkit-box-shadow: 0 0 4px #e5e5e5;
    -moz-box-shadow: 0 0 4px #e5e5e5;
    box-shadow: 0 0 4px #e5e5e5;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.page-news-wrap .list li:hover{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 15px 10px rgba(0,0,0,.1);
    box-shadow: 0 15px 10px rgba(0,0,0,.1);
}
.page-news-wrap .list li .img{
    width:100%;
    height:309px;
}
.page-news-wrap .list li .img img{
    width: 100%;
    height: 100%;
}
.page-news-wrap .list li .tex{
    height:178px;
    border-bottom:1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:30px;
}
.page-news-wrap .list li .tex .title{
    height:50px;
    line-height:25px;
    font-size:18px;
    word-break:break-all;
    text-overflow: ellipsis;
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.page-news-wrap .list li .tex .title a{
    color:#000;
    display: block;
}
.page-news-wrap .list li .tex .title a:hover{
    color:#0075c1;
}
.page-news-wrap .list li .tex .description{
    margin-top: 15px;
    font-size:14px;
    color:#666;
    line-height:23px;
}
.page-news-wrap .list li .date{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height:54px;
    line-height:54px;
    padding:0 30px;
    font-size:14px;
    color:#999;
}
.page-news-wrap .list li .date span{
    float:right;
}
.page-news-wrap .list li .date a{
    color:#999;
}
.page-news-wrap .list li .date a:hover{
    color:#0075c1;
}
.article-content{
    margin-top:150px;
}
.article-content .title{
    margin:0 auto 50px;
    width:60%;
    font-size:28px;
    color:#000;
    line-height:1.5em;
    text-align:center;
}
.article-content .article-info{
    margin-bottom: 50px;
    padding-bottom:25px;
    text-align: center;
    border-bottom:1px solid #d1d1d1;
    font-size:14px;
    color:#999;
}
.article-content .article-info img{
    margin-right:10px;
    margin-top: -5px;
}
.article-content .body{
    padding:0 50px;
    font-size:16px;
    color:#666;
    line-height:40px;
}
.article-content .body p{
    text-indent:2em;
    font-size:14px;
}
.article-content .body p img{
    margin-left:-2em;
}
.article-content .others-news{
    position: relative;
    padding:40px 45px;
    margin-top: 110px;
    border-top:1px solid #d1d1d1;
}
.article-content .others-news li{
    font-size:16px;
    color:#666;
    line-height:40px;
}
.article-content .others-news li a{
    color:#666;
}
.article-content .others-news li a:hover{
    color:#0075c1;
}
.article-content .others-news li.goback{
    top:55px;
    right:70px;
    position: absolute;
    width:65px;
    height:25px;
    line-height:25px;
    background:url("../images/icon-back.png") no-repeat right center;
    cursor:pointer;
}
.article-content .others-news li.goback:hover{
    color:#0075c1;
}
.page-product-wrap{
    margin-right:-48px;
}
.page-product-wrap .list{
    overflow:hidden;
    padding-top:15px;
}
.page-product-wrap li{
    float:left;
    margin-right:45px;
    margin-bottom:45px;
    width:500px;
    height:385px;
    background:#efefef;
    border:1px solid #e5e5e5;
    -webkit-box-shadow: 0 0 4px #e5e5e5;
    -moz-box-shadow: 0 0 4px #e5e5e5;
    box-shadow: 0 0 4px #e5e5e5;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.page-product-wrap  li:hover{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 15px 10px rgba(0,0,0,.1);
    box-shadow: 0 15px 10px rgba(0,0,0,.1);
}

.page-product-wrap li .img{
    width:100%;
    height:335px;
}
.page-product-wrap li .img img{
    width: 100%;
    height: 100%;
}
.page-product-wrap li h2{
    height:50px;
    line-height:50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 23px;
    font-size:18px;
    color:#333;
}
.page-product-wrap li h2 .icon-arrow{
    margin-top: 22px;
    float:right;
    width:8px;
    height:15px;
    background:url("../images/icon-right-arrow.png") no-repeat center center;
}

.page-menu .icon-hywt{
    margin-left: 45px!important;
    width:80px!important;
    background-position:-118px 9px!important;
}
.page-menu a.click .icon-hywt,.page-menu a:hover .icon-hywt{
    background-position-y: -41px!important;
}
.page-menu .icon-guanlei{
    margin-left: 116px!important;
    background-position:-190px 9px!important;
}
.page-menu li a:hover .icon-guanlei,.page-menu li a.click .icon-guanlei{
    background-position-y: -41px!important;
}
.page-menu .icon-gaofenzi{
    margin-left: 80px!important;
    background-position:-400px 9px!important;
}
.page-menu li a:hover .icon-gaofenzi,.page-menu li a.click .icon-gaofenzi{
    background-position-y: -41px!important;
}
.page-menu .icon-scsb{
    background-position:-236px 9px!important;
}
.page-menu a.click .icon-scsb,.page-menu a:hover .icon-scsb{
    background-position-y: -41px!important;
}
.page-menu .icon-yfsb{
    background-position:-285px 9px!important;
    width:35px!important;
}
.page-menu li a:hover .icon-yfsb,.page-menu li a.click .icon-yfsb{
    background-position-y: -41px!important;
}

.shebei-container{
    margin-top:105px;
}
.shebei-container .big-wrap{
    float:left;
    width:1200px;
    height:700px;
    position: relative;
}
.shebei-container .big-wrap .slide{
    position: absolute;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.shebei-container .big-wrap .slide.active{
    visibility:visible;
    opacity: 1;
}
.shebei-container .big-wrap img{
    width: 100%;
    height: 100%;
}
.shebei-container .small-list{
    position: relative;
    float:right;
    width:380px;
    height:700px;
    overflow:auto;
    margin-left:20px;
}
.shebei-container .small-list::-webkit-scrollbar {/*滚动条整体样式*/
	width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.shebei-container .small-list::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: #ccc;
	opacity:.1
}

.shebei-container .small-list::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 10px;
	background: rgba(236,236,236,.5);
}
.shebei-container .small-list .wrap{
    position: absolute;
    top:0;
}
.shebei-container .small-list .slide{
    width:100%;
    height:220px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor:pointer;
}
.shebei-container .small-list .slide.active{
    padding:5px;
    border:1px solid #0075c1;
}
.shebei-container .small-list img{
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1500px) {
    .tool-bar{
        height:75px;
    }
    .index-about-container .left {
        width: 610px;
        height: 334px;
        margin-right: 50px;
    }
    .index-about-container .right {
        width: 540px;
    }
    .item-title {
        height: 60px;
    }
    .index-about-container .right .text {
        margin-top: 37px;
        margin-bottom: 17px;
    }
    .more-link {
        width: 125px;
        height: 40px;
        line-height: 40px;
    }
    .index-product-container .item-title h3 img{
        width: 80%;
    }
    .index-product-container .title .product-hd li {
        margin-right: 40px;
        padding-bottom: 15px;
        font-size: 18px;
    }
    .index-product-container .product-swiper .swiper-slide {
        width: 495px!important;
        height: 380px;
    }
    .index-product-container .product-swiper .swiper-slide img {
        width: 495px;
        height: 320px;
    }
    .index-product-container .product-swiper .swiper-slide p {
        font-size: 16px;
    }
    .product-swiper-progress {
        margin-top: 0px;
        margin-bottom: 110px;
    }
    .product-swiper-progress .btn-group {
        top: 53px;
    }
    .index-equipment .right .img-item .img{
        height: 430px;
    }
    .index-equipment .right .img-item .txt h2 {
        font-size: 36px;
        margin-top: 30px;
        margin-bottom: 28px;
    }
    .index-equipment .right{
        height: 615px;
        width: 745px;
    }
    .index-equipment{
        height: 684px;
    }
    .index-equipment .item-title h3 img{
        width: 80%;
    }
    .index-equipment .left{
        height:630px;
    }
    .index-equipment .item{
        margin-bottom: 80px;
    }
    .product-swiper-progress .btn-group .btn.prev-btn,.product-swiper-progress .btn-group .btn.next-btn{
        background-size: 38% 50%;
    }
    .index-news .news-img-wrap{
        width: 600px;
        height: 400px;
        margin-bottom: 60px;
    }
    .index-news .news-list-wrap {
        width: 555px;
    }
    .index-news .news-list-wrap .news-item{
        width: 555px;
        height: 115px;
        margin-bottom: 28px;
    }
    .index-news .news-list-wrap .news-item:hover:before {
        width: 555px;
        height: 114px;
    }
    .index-news .news-list-wrap .news-item:hover:after {
        width: 554px;
        height: 114px;
    }
    .index-news .news-list-wrap .news-item .date{
        width: 125px;
    }
    .index-news .news-list-wrap .news-item .date .day{
        font-size:65px;
    }
    .index-renzheng-container{
        margin-bottom: 110px;
    }
    .index-news .news-list-wrap .news-item .info {
        padding: 15px 25px 0px 0;
    }
    .index-news .news-list-wrap .news-item .info h2 {
        margin-bottom: 5px;
        font-size: 24px;
    }
    .index-news .news-category .more-link{
        margin-bottom: 85px;
    }
    .index-news .model-title .news-cagegory-hd{
        width: 275px;
    }
    .index-news .model-title .news-cagegory-hd li {
        margin-left: 50px;
        padding: 16px 0 15px;
    }
    .index-news .model-title {
        margin-bottom: 75px;
    }
    .bottom-menu {
        padding-top: 80px;
        padding-bottom: 54px;
    }
    .bottom-menu .menu-wrapper {
        width: 570px;
    }
    .bottom-menu .menu-wrapper ul {
        margin-right: 55px;
    }
    .bottom-menu .contact-wrap {
        padding-left: 70px;
        width: 460px;
    }
    .wrap-profile .left-wrap {
        width: 560px;
        height: 553px;
    }
    .wrap-profile .right-wrap {
        width: 600px;
    }
    .wrap-profile .right-wrap .column-name {
        margin-bottom: 26px;
    }
    .wrap-profile .right-wrap .about-text {
        font-size: 14px;
        line-height: 30px;
        height:425px;
    }
    .wrap-profile .right-wrap .about-text p {
        margin-bottom: 12px;
    }
    .honor-list-container li {
        margin-bottom: 20px;
        margin-right: 30px;
        width: 370px;
        height: 297px;
    }
    .honor-list-container li .img {
        height: 250px;
    }
    .page-news-wrap .list li {
        margin-right: 30px;
        width: 370px;
        height: 470px;
    }
    .page-news-wrap .list li .img {
        height: 235px;
    }
    .article-content {
        margin-top: 90px;
    }
    #bdmap {
        width: 720px;
    }
    .page-product-wrap li {
        width: 370px;
        height: 315px;
    }
    .page-product-wrap li .img{
        height: 260px;
    }
    .wrap-partner {
        margin-bottom: 35px;
    }
    .shebei-container .big-wrap {
        width: 900px;
        height: 600px;
    }
    .shebei-container .small-list {
        width: 275px;
        height: 600px;
    }
    .shebei-container .small-list .slide{
        height: 170px;
    }
    .shebei-container {
        margin-top: 80px;
    }
    .page-news-wrap .list li .tex .title{
        font-size:16px;
    }
    .page-news-wrap .list li .tex .description{
        font-size:13px;
    }
    .index-equipment .item .num{
        font-size:86px;
        width:95px;
    }
    .index-equipment .item .txt h2{
        font-size:22px;
    }
    .index-equipment .item .txt p{
        font-size:12px;
    }
    .partner-table td{
        padding:0 20px;
    }
}