/***index***/
.banner{
    width: 100%;
    /*height: 450px;*/
    height: 510px;
    overflow: hidden;
    position: relative;
}
.banner img{
    width: 1920px;
    height: 510px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 0;
}
.main{
    padding-bottom: 80px;
}
/*intr-box*/
.intr-box{
    /* margin-top: 60px;*/margin-top: 30px;
    /*padding-bottom: 42px;*/padding-bottom: 30px;
    background: #fff;
}
.intr-box .item{
    width: calc( (100% - 150px) /3);
    float: left;
    margin-right: 5%;
}
.intr-box .item:last-child{
    margin-right: 0;
}
.intr-box .item .img-box{
    width: 100%;
    /*height: 220px;*/
    overflow: hidden;
}
.intr-box .item .img-box img{
    width: 100%;
    height: 100%;
    transition: transform .8s ease;
    -moz-transition: transform .8s ease; /* Firefox 4 */
    -webkit-transition: transform .8s ease; /* Safari    Chrome */
    -o-transition: transform .8s ease; /* Opera */
}
.intr-box .item .img-box img:hover{
    transform: scale(1.2);
    -ms-transform: scale(1.2); 	/* IE 9 */
    -moz-transform: scale(1.2); 	/* Firefox */
    -webkit-transform: scale(1.2); /* Safari    Chrome */
    -o-transform: scale(1.2); 	/* Opera */
}
.intr-box .item .info-box .tt{
    line-height: 54px;
    text-align: center;
    /*font-size: 18px;*/
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.intr-box .item .info-box p{
    line-height: 24px;
    color: #666;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/*index-lunbo*/
.index-lunbo{
    background: #f7f7f7;
    padding-top: 44px;
    /*padding-bottom: 62px;*/
    padding-bottom: 20px;
}
.index-lunbo.anli{
    background: #fff;
    padding-bottom: 0;
}
.index-lunbo .tt{
    line-height: 36px;
    font-size: 26px;
    text-align: center;
}
.index-lunbo .eng-tt{
    line-height: 20px;
    font-size: 14px;
    color: #666;
    text-align: center;
}
.index-lunbo .index-container{
    width: 1200px;
    height: auto;
    margin-top: 56px;
}
.index-lunbo .index-container .swiper-wrapper{
    height: 378px !important;
}
.index-lunbo .index-container .swiper-slide{
    height: 378px !important;
}
.index-lunbo .index-container .swiper-slide img {
    width: 370px;
    margin: auto;
    display: block;
}
.index-button-prev , .index-button-next{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 206px;
    cursor: pointer;
}
.index-button-prev{
    left: 0px;
    background: #ededed url("../Image/lunbo-arrow-left.png") no-repeat center;
}
.index-button-next{
    right: 0px;
    background: #ededed url("../Image/lunbo-arrow-right.png") no-repeat center;
}
.index-button-prev:hover{
    background: #e60619 url("../Image/lunbo-arrow-left-cur.png") no-repeat center;
}
.index-button-next:hover{
    background: #e60619 url("../Image/lunbo-arrow-right-cur.png") no-repeat center;
}
.index-lunbo .index-container .swiper-slide p{
    line-height: 58px;
    text-align: center;
    font-size: 18px;
}
/***company-profile***/
.company-profile-box{
    margin-top: 10px;
}
.neiyeNav{
    width: 100%;
    line-height: 37px;
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
}
.neiyeNav a{
    color: #666;
}
.neiyeNav span{
    color: #e60619;
}
.mainLeft{
    width: 230px;
    /*text-indent: 37px;*/
}
.mainLeft .tt{
    line-height: 37px;
    color: #e60619;
    font-size: 16px;
    border-bottom: 4px solid #e60619;
}
.mainLeft .info-box > li{
    padding: 11px 0 9px;
    border-bottom: 1px solid #e6e6e6;
}
.mainLeft .info-box > li > a{
    display: block;
    line-height: 34px;
    position: relative;
    font-size: 16px;
}
.mainLeft .info-box > li.active > a{
    color: #e60619;
}
.mainLeft-arrow{
    width: 6px;
    height: 11px;
    display: inline-block;
    background: url("../Image/mainLeft-arrow.png") no-repeat;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -5.5px;
}
.mainLeft .info-box > li > a:hover .mainLeft-arrow , .mainLeft .info-box > li.active > a .mainLeft-arrow{
    background: url("../Image/mainLeft-arrow-active.png") no-repeat;
}
.mainLeft .info-box > li > ol{
    display: none;
}
.mainLeft .info-box > li.active > ol{
    display: block;
}
.mainLeft .info-box > li > ol > li > a{
    line-height: 35px;
    font-size: 14px;
    color: #666;
    display: block;
}
.mainLeft .info-box > li > ol > li.cur > a , .mainLeft .info-box > li > ol > li > a:hover{
    color: #e60619;
}
.mainLeft .sanji{
    display: none;
}
.mainLeft .info-box > li > ol >li.cur .sanji{
    display: block;
}
.mainLeft .sanji > li > a{
    line-height: 21px;
    display: block;
    font-size: 14px;
    color: #666;
    position: relative;
}
.mainLeft .sanji > li > a:hover , .mainLeft .sanji > li.cur > a{
    color: #e60619;
}
.sanji .line{
    width: 10px;
    height: 1px;
    background: #666;
    display: inline-block;
    margin-right: 10px;
    top: -5px;
    position: relative;
}
.mainLeft .sanji > li.cur > a .line , .mainLeft .sanji > li > a:hover .line{
    background: #d5452a;
}
.mainRight{
    width: calc(1400px - 300px);
    margin-top: 39px;
    border-top: 1px solid #ccc;
}
.about-us-box{
    margin-top: 20px;
}
.about-us-box img{
    max-width: 100%;
    display: block;
    margin-bottom: 10px;
}
.about-us-box p{
    line-height: 20px;
    color: #666;
    margin-bottom: 20px;
}
.about-us-box .tt{
    line-height: 40px;
    font-size: 16px;
    margin-bottom: 0;
    color: #333;
}
/***development***/
.development-box{
    position: relative;
}
.development-box .item{
    margin-top: 25px;
    padding-top: 14px;
    margin-bottom: 35px;
}
.development-box .item .info-box{
    width: calc(50% - 40px);
    padding: 0 20px;
    float: left;
    text-align: right;
    position: relative;
}
.development-box .item:nth-child(2n) .info-box{
    float: right;
    text-align: left;
}
.development-box .item .info-box .tt-box{
    /*width: calc(100% - 40px); */
    width: 100%;
    line-height: 39px;
    /* position: absolute; */
    /* top: -39px; */
    /* right: 20px; */
    font-size: 24px;
}
.circle-red{
    width: 8px;
    height: 8px;
    background: #fb434b;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    /* right: -23px; */
    /* top: 50%; */
    right: -3px;
    top: 16px;
    /* margin-top: -4px; */
    z-index: 1;
}
.development-box .item:nth-child(2n) .circle-red{
    /*right:calc(100% + 17.5px);*/
    right: inherit;
    left: -4px;
}
.development-box .item .info-box p{
    line-height: 30px;
    /*word-wrap:break-word;*/
    /*word-break:keep-all;*/
}
.development-box .item .img-box{
    width: calc(50% - 40px);
    padding: 0 20px;
    float: right;
}
.development-box .item:nth-child(2n) .img-box{
    float: left;
    text-align: right;
}
.development-box .item .img-box img{
    margin-top: 9px;
    max-width: 100%;
}
.dashLine{
    width: 2px;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 0;
    background: url("../Image/dashBg.png") repeat-y;
}
/***company-capacity***/
.company-capacity-box .tt-info{
    line-height: 24px;
    margin-top: 13px;
}
.company-capacity-box .cate{
    margin-top: 22px;
}
.company-capacity-box .cate{}
.company-capacity-box .cate .item{
    width: calc( (100% - 10px) /2);
    float: left;
    margin-right: 10px;
}
.company-capacity-box .cate .item:nth-child(2n){
    margin-right: 0;
}
.company-capacity-box .cate .item .img-box{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.company-capacity-box .cate .item .img-box img{
    transition: transform .8s ease;
    -moz-transition: transform .8s ease; /* Firefox 4 */
    -webkit-transition: transform .8s ease; /* Safari ?? Chrome */
    -o-transition: transform .8s ease; /* Opera */
}
.company-capacity-box .cate .item .img-box img:hover{
    transform: scale(1.2);
    -ms-transform: scale(1.2); 	/* IE 9 */
    -moz-transform: scale(1.2); 	/* Firefox */
    -webkit-transform: scale(1.2); /* Safari ?? Chrome */
    -o-transform: scale(1.2); 	/* Opera */
}
.company-capacity-box .cate .item .info-box{
    padding-top: 4px;
    padding-bottom: 25px;
}
.company-capacity-box .cate .item .info-box h3{
    line-height: 50px;
    text-align: center;
    font-size: 18px;
}
.company-capacity-box .cate .item .info-box p{
    text-align: center;
    line-height: 22px;
    color: #666;
}
/***rz-zhengshu-box***/
.rz-zhengshu-box{
    margin-top: 20px;
}
.rz-zhengshu-box .item{
    /*width: 265px;*/
    width: 24%;
    margin-right: calc(4% / 3);
    float: left;
    margin-bottom: 12px;
}
.rz-zhengshu-box .item:nth-child(4n){
    margin-right: 0;
}
.rz-zhengshu-box .item .img-box{
    width: 100%;
    padding-bottom: 121.12%;
    overflow: hidden;
    position: relative;
    border: 1px solid #F5F5F5;
}
.rz-zhengshu-box .item .img-box img{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 100%;
    object-fit: contain;
}
.rz-zhengshu-box .item p{
    line-height: 50px;
    text-align: center;
    font-size: 18px;
}
/***products-box***/
.products-box{
    margin-top: 20px;
}
.products-box .item{
    /*color: #666;
    line-height: 28px;
    font-size: 14px;*/
}
.products-box .item img{
    max-width: 100%;
    display: block;
}
.products-box .item .info-box .tt{
    line-height: 42px;
    font-size: 18px;
}
.products-box .item p , .products-box .item span , .products-box .item div{
    color: #666;
    line-height: 28px;
    font-size: 14px;
}
.products-box .item span{
    display: inline-block;
}
/*project-case*/
.project-case-box{
    margin-top: 20px;
}
.project-case-box .item{
    width: calc( (100% - 30px) /3 );
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.project-case-box .item:nth-child(3n){
    margin-right: 0;
}
.project-case-box .item .img-box{
    width: 100%;
    /*height: 210px;*/
    height: 258px;
    overflow: hidden;
}
.project-case-box .item .img-box img{
    width: 100%;
    transition: transform .8s ease;
    -moz-transition: transform .8s ease; /* Firefox 4 */
    -webkit-transition: transform .8s ease; /* Safari ?? Chrome */
    -o-transition: transform .8s ease; /* Opera */
}
.project-case-box .item .img-box img:hover{
    transform: scale(1.2);
    -ms-transform: scale(1.2); 	/* IE 9 */
    -moz-transform: scale(1.2); 	/* Firefox */
    -webkit-transform: scale(1.2); /* Safari ?? Chrome */
    -o-transform: scale(1.2); 	/* Opera */
}
.project-case-box .item p{
    line-height: 52px;
    text-align: center;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.project-case-detail-box{
    margin-top: 20px;
}
.project-case-detail-box img{
    max-width: 100%;
    display: block;
    margin-bottom: 10px;
}
.project-case-detail-box p , .project-case-detail-box span , .project-case-detail-box div{
    line-height: 28px;
    color: #666;
    font-size: 14px;
    word-wrap:break-word;
    word-break:keep-all;
}
.project-case-detail-box span{
    display: inline-block;
}
.project-case-detail-box .tt{
    line-height: 40px;
    font-size: 16px;
    margin-bottom: 0;
    color: #333;
}

.company-capacity-box img{
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
.company-capacity-box p, .company-capacity-box span, .company-capacity-box div{
    margin-bottom: 10px;
}

/***webNav***/
.main .title{
    line-height: 125px;
    text-align: center;
    font-size: 26px;
}
a.footer-close-btn{
    width: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    position: absolute;
    right: 50px;
    top: 50px;
    font-size: 40px;
    z-index: 10;
}
.webNav{
    width: 100%;
    display: none;
    overflow: hidden;
    position: fixed;
    background: #fff;
    bottom: 51px;
    left: 0;
    z-index: 9999;
}
.webNav.active{
    display: block;
}
.webNav-cover{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 51px;
    right: 0;
    z-index: 9998;
    background: rgba(0,0,0, .4);
    display: none;
}
.webNav-cover.active{
    display: block;
}
.webNav .container{
    padding: 100px 0;
}
.webNav ul li{
    width:calc(100% / 6);
    float: left;
}
.webNav ul li > a{
    width: 100%;
    line-height: 63px;
    display: block;
    font-size: 16px;
}
.webNav ul li .list a{
    width: 100%;
    line-height: 36px;
    color: #666666;
    font-size: 14px;
    display: block;
    position: relative;
}
.webNav ul li .list a:hover{
    color: #e60619;
}
.webNav ul li .list a .erweima{
    width: 185px;
    height: 186px;
    border: 1px solid #ededed;
    box-shadow: 2px 1px 2px #efefef;
    position: absolute;
    left: 98px;
    top: 50%;
    margin-top: -93px;
    display: none;
    z-index: 1;
}
@media (max-width: 1680px) {
    .webNav ul li .list a .erweima{
        left: 0;
        top: 100%;
        margin-top: 0;
    }
}
.webNav ul li .list a:hover .erweima{
    display: block;
}
/***use-terms***/
.use-terms{
    width: 100%;
    display: none;
    overflow: hidden;
    position: fixed;
    background: #fff;
    bottom: 51px;
    left: 0;
    z-index: 9999;
}
.use-terms.active{
    display: block;
}
.use-terms-cover{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 51px;
    right: 0;
    z-index: 9998;
    background: rgba(0,0,0, .4);
    display: none;
}
.use-terms-cover.active{
    display: block;
}
.use-terms .container{
    padding: 100px 0;
}
.use-terms p{
    line-height: 24px;
    color: #666;
    font-size: 14px;
    margin-bottom: 17px;
}
.use-terms p.tt{
    line-height: 37px;
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
}

.company-capacity-box{margin-top: 20px;}
.main.sonService .mainRight .item{
    line-height: 24px;
}
a.return-news-btn{
    width: 80px;
    line-height: 34px;
    text-align: center;
    color: #787878;
    display: inline-block;  
    font-size: 12px;
    background: #e60619;
    color: #fff;
}
.line{
    width: 100%;
    height: 1px;
    background: #ddd;
    margin:20px 0;
}

/*load*/
.main.load .load-box{
    margin-top: 20px;
}
.main.load .load-box .item .item-top{
    height: 40px;
    background: #f7f7f7;
}
.main.load .load-box .item .item-top .cate{
    line-height: 40px;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #333;
}
.main.load .load-box .item .item-top .cate:first-child{
    width:50%;
    text-indent: 3%;
    text-align: left;
}
.main.load .load-box .item .item-top .cate:nth-child(2){
    width:30%;
}
.main.load .load-box .item .item-top .cate:last-child{
    width:17%;
    margin-right: 3%;
    text-align: right;
}
.main.load .load-box .item .item-main .box{
    height: 56px;
    border-bottom: 1px solid #e6e6e6;
}
.main.load .load-box .item .item-main .box .box-cate{
    height: 100%;
    line-height: 56px;
    text-align: center;
    color: #666;
    float: left;
    position: relative;
}
.main.load .load-box .item .item-main .box .box-cate:first-child{
    width:50%;
    text-indent: 3%;
    text-align: left;
}
.main.load .load-box .item .item-main .box .box-cate:nth-child(2){
    width:30%;
}
.main.load .load-box .item .item-main .box .box-cate:last-child{
    width:17%;
    margin-right: 3%;
    text-align: right;
}
a.load-icon{
    width: 26px;
    height: 26px;
    display: inline-block;
    background: url('../Image/load-icon.png') no-repeat;
    margin-top: 15px;
}
a.load-icon:hover{
    background: url('../Image/load-icon-cur.png') no-repeat;
}

.media-link{
    width: 100%;
    display: none;
    overflow: hidden;
    position: fixed;
    background: #fff;
    bottom: 51px;
    left: 0;
    z-index: 9999;
}
.media-link.active{
    display: block;
}
.media-link-cover{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 51px;
    right: 0;
    z-index: 9998;
    background: rgba(0,0,0, .4);
    display: none;
}
.media-link-cover.active{
    display: block;
}
.media-link .container{
    padding: 50px 0 92px;
    text-align: center;
}
.media-link .container .erweima{
    width: 100px;
    /*display: block;*/
    /*margin-bottom: 10px;*/
}
.media-link .container a{
    width: 90px;
    height: 90px;
    display: inline-block;
  /*  position: absolute;*/
    /*top: 50%;*/
    /*margin-top: -40px;*/
    position: relative;
    top: 42px;
    margin-left: 20px;
}
.media-link .container a.facebook-icon{
    background: url('../Image/facebook.jpg') no-repeat;
    background-size: contain;
    /*left: 120px;*/
}
.media-link .container a.twitter-icon{
    background: url('../Image/twitter.jpg') no-repeat;
    background-size: contain;
    /*left: 220px;*/
}
.media-link .container a.youtube-icon{
    background: url('../images/bb_ytb.jpg') no-repeat;
    background-size: contain;
}
.index-lunbo .index-product-container{
    width: 1200px;
    height: auto;
    margin-top: 56px;
}
.index-lunbo .index-product-container .swiper-wrapper{
    height: 378px !important;
}
.index-lunbo .index-product-container .swiper-slide{
    height: 378px !important;
}
.index-lunbo .index-product-container .swiper-slide img{
    width: 370px;
    margin: auto;
    display: block;
}
.index-button-product-prev , .index-button-product-next{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 206px;
    cursor: pointer;
}
.index-button-product-prev{
    left: 0px;
    background: #ededed url("../Image/lunbo-arrow-left.png") no-repeat center;
}
.index-button-product-next{
    right: 0px;
    background: #ededed url("../Image/lunbo-arrow-right.png") no-repeat center;
}
.index-button-product-prev:hover{
    background: #e60619 url("../Image/lunbo-arrow-left-cur.png") no-repeat center;
}
.index-button-product-next:hover{
    background: #e60619 url("../Image/lunbo-arrow-right-cur.png") no-repeat center;
}
.index-lunbo .index-product-container .swiper-slide p{
    line-height: 58px;
    text-align: center;
    font-size: 18px;
}
/*修改联系*/


.mainRight .box{
    min-height: 210px;
    width: calc(100% / 3);
    float: left;
    margin-bottom: 50px;
}
.mainRight .addList{
    margin-top: 20px;
}
.mainRight .box .tt{
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 15px;
}
.mainRight .box p{
    color: #777777;
    line-height: 22px;
}
.mainRight .box a{
    width: 70px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background: #e60619;
    display: inline-block;
    margin-top: 15px;
}
/*邮箱弹窗*/
.email-tc{
    width: 889px;
    height: 548px;
    position: fixed;
    left: 100px;
    top: 50%;
    margin-top: -274px;
    background: #fff;
    z-index: 1000;
    border: 1px solid #e6e6e6;
    display: none;
}
.email-tc .tt {
    width: calc(100% - 40px);
    line-height: 38px;
    padding: 0 20px;
    position: relative;
    font-size: 14px;
    background: #f7f7f7;
    border-bottom: 1px solid #e6e6e6;
}
.email-tc form {
    display: inline;
}
.email-tc .box {
    padding: 20px 20px 0;
}
.email-tc .box .input-box {
    margin-bottom: 10px;
}
.email-tc .box p {
    width: calc(100% - 46px);
    margin-left: 46px;
    line-height: 18px;
    color: #666;
}
a.email-btn1 {
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background: #e60619;
    display: inline-block;
    margin-top: 15px;
    width: 200px;
    line-height: 40px;
    margin-left: 46px;
    margin-top: 26px;
}
.email-tc .box .input-box .label {
    width: 44px;
    line-height: 40px;
    float: left;
    position: relative;
    text-indent: 6px;
    color: #999;
    font-size: 14px;
}
.email-tc .box .input-box input {
    width: calc(100% - 68px);
    padding: 0 10px;
    line-height: 38px;
    border: 1px solid #ccc;
    font-size: 14px;
    float: left;
    color: #999;
}
.email-tc .box .input-box .label {
    width: 44px;
    line-height: 40px;
    float: left;
    position: relative;
    text-indent: 6px;
    color: #999;
    font-size: 14px;
}
.email-tc .box .input-box.textarea textarea {
    min-width: calc(100% - 68px);
    max-width: calc(100% - 68px);
    min-height: 228px;
    max-height: 228px;
    padding: 10px;
    font-size: 14px;
    color: #999;
}
.star-icon {
    width: 6px;
    height: 6px;
    display: inline-block;
    background: url("../Image/star-icon.png") no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 0;
}
a.close-emailTc {
    line-height: 38px;
    font-size: 14px;
    position: absolute;
    right: 20px;
    top: 0;
}



/*---------------------新增筛选样式-----------------------*/
.addr-box-cate.xiangBuDao{
    width: calc(100% / 3);
    float: left;
    /* margin-bottom: 50px;*/
    min-height: 215px;
}
.addr-box-cate .tt{
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 15px;
}
.addr-box-cate p{
    color: #777777;
    line-height: 22px;
}
.addr-box-cate select{
    background: rgba(255,255,255,0);
    height: 30px;
    border: 1px solid #777777;
    color: #777;
    margin-bottom: 30px;
    width: 90%;
    padding-left: 5px;
}
.addr-box-cate select option{
    /*background-color: rgba(255,255,255,0);*/
    background: rgba(255,255,255,.85)
}
.all_box{
    display: none;
}
.all_boxO{
    display: none;
}
.changeZhouFist{
    display: block;
}
/*
.services-branches{
    margin-top: 10px;
}
.aaDiv{
    float: left;
    margin-right: 40px;
}
.changeZhou{
    width: 300%;
}
.xiangBuDao a{
    width: 70px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background: #e60619;
    display: inline-block;
    margin-top: 15px;
}
*/

/***news***/
.mainRight.news{
    padding-top: 0;
}
.news-box .item{
    padding: 30px 0;
    border-bottom: 1px solid #e6e6e6;
}
.news-box .item:hover{
    cursor: pointer;
}
.news-box .item .img-box{
    width: 290px;
    /*height: 210px;*/
    height: 193px;
    overflow: hidden;
    float: left;
}
.news-box .item .img-box img{
    transition: transform .8s ease;
    -moz-transition: transform .8s ease; /* Firefox 4 */
    -webkit-transition: transform .8s ease; /* Safari    Chrome */
    -o-transition: transform .8s ease; /* Opera */
    width: 100%;
    height: 100%;
}
.news-box .item:hover .img-box img{
    transform: scale(1.2);
    -ms-transform: scale(1.2);  /* IE 9 */
    -moz-transform: scale(1.2);     /* Firefox */
    -webkit-transform: scale(1.2); /* Safari    Chrome */
    -o-transform: scale(1.2);   /* Opera */
}
.news-box .item .info-box{
    width: calc(100% - 290px - 30px);
    /*padding-top: 28px;*/
    float: right;
}
.news-box .item .info-box .left{
    width: 129px;
    float: left;
}
.news-box .item .info-box .left .year{
    line-height: 28px;
    font-size: 24px;
    color: #999;
    position: relative;
}
.news-box .item .info-box .left .year .line{
    display: inline-block;
    width: 35px;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: 50%;
    left: 76px;
    margin-top: -0.5px;
    transition: width .8s ease;
    -moz-transition: width .8s ease; /* Firefox 4 */
    -webkit-transition: width .8s ease; /* Safari    Chrome */
    -o-transition: width .8s ease; /* Opera */
}
.news-box .item:hover .info-box .left .year .line{
    width: 79px;
}
.news-box .item .info-box .left .date{
    line-height: 22px;
    color: #999;
    font-size: 16px;
}
.news-box .item .info-box .left .news-arrow{
    width: 36px;
    height: 36px;
    display: inline-block;
    background: url("../Image/news-arrow.png") no-repeat center;
    margin-top: 37px;
    transition: background .8s ease;
    -moz-transition: background .8s ease; /* Firefox 4 */
    -webkit-transition: background .8s ease; /* Safari    Chrome */
    -o-transition: background .8s ease; /* Opera */
}
.news-box .item:hover .info-box .left .news-arrow{
    background: #e60619 url("../Image/news-arrow-hover.png") no-repeat center;
}
.news-box .item .info-box .right{
    width: calc(100% - 129px - 44px);
    float: right;
    margin-right: 44px;
    transition: margin-right .8s ease;
    -moz-transition: margin-right .8s ease; /* Firefox 4 */
    -webkit-transition: margin-right .8s ease; /* Safari    Chrome */
    -o-transition: margin-right .8s ease; /* Opera */
}
.news-box .item:hover .info-box .right{
    margin-right: 0;
}
.news-box .item .info-box .right .tt{
    line-height: 28px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 31px;
}
.news-box .item:hover .info-box .right .tt{
    color: #333;
}
.news-box .item .info-box .right p{
    line-height: 24px;
    color: #666;
}
.paging{
    height: 34px;
    text-align: center;
    margin-top: 27px;
    margin-bottom: 50px;
}
.paging .box a{
    width: 30px;
    line-height: 32px;
    border: 1px solid #e6e6e6;
    color: #666;
    font-size: 14px;
    /*float: left;*/
    display: inline-block;
    text-align: center;
    margin: 0 4px;
}
.paging .box a.cur , .paging .box a:hover{
    background: #e60619;
    color: #fff;
}
.paging .box1 a{
    width: 30px;
    line-height: 32px;
    border: 1px solid #e6e6e6;
    color: #666;
    font-size: 14px;
    /*float: left;*/
    display: inline-block;
    text-align: center;
    margin: 0 4px;
}
.paging .box1 a.cur , .paging .box1 a:hover{
    background: #e60619;
    color: #fff;
}
.current {
    width: 30px;
    display: inline-block;
    margin: 0 4px;
}
/***news-detail***/
.mainRight.news-detail{
    padding-top: 43px;
}
.news-detail-box .tt{
    line-height: 32px;
    font-size: 18px;
    text-align: center;
}
.news-detail-box .date-box{
    text-align: center;
    margin-bottom: 40px;
}
.news-detail-box .date-box span{
    line-height: 26px;
    margin-right: 20px;
    display: inline-block;
    color: #999;
}
.news-detail-box .item img{
    max-width: 100%;
    display: block;
    margin: auto;
}
.news-detail-box .item p{
    line-height: 30px;
    color: #666;
    margin-top: 10px;
    margin-bottom: 10px;
    /*margin-bottom: 30px;*/
}
.news-detail-box .btn-box{
    position: relative;
    margin-top: 32px;
    margin-bottom: 100px;
}
.news-detail-box .btn-box .box a{
    line-height: 30px;
    font-size: 14px;
}
.news-detail-box .btn-box .return-news-btn{
    width: 65px;
    line-height: 26px;
    border: 1px solid #dadada;
    text-align: center;
    color: #787878;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 0;
    background: none;
}

.news-detail-box .btn-box{
    position: relative;
    margin-top: 32px;
    margin-bottom: 100px;
}
.news-detail-box .btn-box .box a{
    line-height: 30px;
    font-size: 14px;
    width: auto;
    background: none;
    color: #666;
    text-align: left;
    margin-top: 0;
     border: 0;
}
.news-detail-box .btn-box .return-news-btn{
    width: 65px;
    line-height: 26px;
    border: 1px solid #dadada;
    text-align: center;
    color: #787878;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 0;
    background: none;
}
html body div.main div.company-profile-box div.container.clearfix div.mainRight.news-detail.fr div.news-detail-box div.btn-box div.box{

    min-height: 35px;
}







