/***index***/
html{
    overflow-x: hidden;
    overflow-y: auto;
}
.main{
    margin-top: 56px;
    margin-bottom: 100px;
    position: relative;
}
.main.index{
    margin: 0;
}
#fp-nav ul li a span, .fp-slidesnav ul li a span{
    width: 5px;
    height: 5px;
    margin: -2.5px 0 0 -2.5px;
    background: #ccc;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesnav ul li a.active span,
.fp-slidesnav ul li:hover a.active span{
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
    background: #e60619;
}
.fp-section.fp-table, .fp-slide.fp-table{
    overflow: hidden;
}
.gd-tips{
    width: 30px;
    height: 20px;
    color: #666;
    position: absolute;
    left: -50px;
    top: 50%;
    margin-top: -10px;
    display: none;
}
#fp-nav ul li a.active .gd-tips{
    display: block;
}
.index-container .swiper-slide{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.bannerimgzt{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	display:block;
	height:100%;
	width:100%;
	}
.index-button-prev , .index-button-next {
    width: 40px;
    height: 38px;
    position: absolute;
    top: 40%;
    margin-top: -19px;
    cursor: pointer;
	z-index:998;
}
/*------------------------product部分按钮-------------------------------------------------------------------------------*/
.index-button-prev-product , .index-button-next-product {
    width: 50px;
    height: 50px;
    outline:1px red solid;
    position: absolute;
    border-radius: 50px;
    top: 55%;
    margin-top: -19px;
    cursor: pointer;
}
.index-button-prev-product {
    left: 165px;
    background: rgba(0,0,0,.3)  no-repeat center;
}
.index-button-next-product {
    right: 70px;
    background: rgba(0,0,0,.3)  no-repeat center;
}
.index-button-prev-product:hover {
    background: #e60619  no-repeat center;
}
.index-button-next-product:hover {
    background: #e60619  no-repeat center;
}

/*-------------------------------------------------------------------------------------------------------------*/

/*.swiper-wrapper:hover .index-button-prev{
    opacity: 1;
}
.swiper-wrapper:hover .index-button-next{
    opacity: 1;
}*/
.swiper-container .apper{animation: 1s apppee; opacity: 1;}
.swiper-container .aamis{animation: 1s mis;opacity: 0;}

.fp-tablecell .swiper-container .appera{ opacity: 1;}


@keyframes apppee {
    0%{opacity: 0;}
    100%{opacity: 1;}
}

@keyframes mis {
    0%{opacity: 1;}
    100%{opacity: 0;}
}

.index-button-prev {
    left: 30px;
    background: rgba(180,180,180,.44)  no-repeat center;
    opacity:0;
}
.index-button-next {
    right: 30px;
    background: rgba(180,180,180,.44)  no-repeat center;
    opacity:0;
}
.index-button-prev:hover {
    background: #e60619  no-repeat center;
}
.index-button-next:hover {
    background: #e60619  no-repeat center;
}
.img01{
    background-image: center/cover;
    /*width: 100%;
    height: auto;*/
    /*height: 100%;*/
    position: relative;
    left: 0;
    top: 0;
}

/*indexnews*/
.indexnews{
    width: 100%;
    height: 180px;
    margin: auto;
    position: absolute;
    bottom:0;
    left: 0;
    z-index: 99;
    background: rgba(255,255,255, .8);
    padding: 50px 0 0;
    /*bottom: -210px;*/
    transition: all .8s ease;
    -moz-transition: all .8s ease; /* firefox 4 */
    -webkit-transition: all .8s ease; /* safari ºí chrome */
    -o-transition: all .8s ease; /* opera */
    overflow: hidden;
}
.indexnews{
    /*position: relative;*/
}
.indexnews .jiantoulog{
    position: absolute;
    top:10px;
    left: 48.6%;
   /*margin-left:-18px;*/
    opacity: 1;
    transition: opacity 1s;
}
.indexnews:hover .jiantoulog {
    opacity: 0;
    transition: opacity 1s;
}
.indexnews:hover{
    /*bottom:0;*/
    height: 380px;
}
.indexnews .box{
    width: 50%;
    float: left;
    /*margin-right: 160px;*/
    padding: 0 0 50px;
}
.indexnews .box:nth-child(2n){
    margin-right: 0;
}
.indexnews .box .left{
    overflow: hidden;
    width: 198px;
    height: 132px;
}
.indexnews .box .left img{
    /*width: 160px;
    height: 160px;*/width: 100%;height:100%;
    transition: all .8s ease;
    -moz-transition: all .8s ease; /* firefox 4 */
    -webkit-transition: all .8s ease; /* safari ºí chrome */
    -o-transition: all .8s ease; /* opera */
}
.indexnews .box:hover .left 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 */
}
.indexnews .box .right{
    /*width: 500px;*/width: 60%;padding-left: 15px;
}
.date-box{
    /*height: 37px;*/height: 30px;
    margin-top: 5px;
}
.date-box .line{
    width: 15px;
    height: 1px;
    background: #cbcccc;
    float: left;
    position: relative;
    top: 18px;
    margin-right: 8px;
    transition: all .8s ease;
    -moz-transition: all .8s ease; /* firefox 4 */
    -webkit-transition: all .8s ease; /* safari ºí chrome */
    -o-transition: all .8s ease; /* opera */
}
.indexnews .box:hover .date-box .line{
    width: 80px;
}
.date-box .date{
    /*line-height: 37px;*/line-height: 30px;
    float: left;
}
.indexnews .box .right .tt{
    line-height: 25px;
    font-size: 16px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .8s ease;
    -moz-transition: all .8s ease; /* firefox 4 */
    -webkit-transition: all .8s ease; /* safari ºí chrome */
    -o-transition: all .8s ease; /* opera */
}
.indexnews .box:hover .right .tt{
    color: #333;
}
.indexnews .box .right .info{
    line-height: 24px;
    color: #999;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (max-width: 1399px) {
    .indexnews .box{
        width: calc(50% - 20px);
        margin-right: 40px;
    }
    .indexnews .box .right{
        width: 55%;
    }
}
/*product-type*/
.product-type{
    position: relative;
}
.product-type .item-box .item{
    z-index: 106;
    width: calc(100% / 3);
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    padding-left: 10px;
}
.itemopacity{
    animation:myfirstitem1 3s;
    -moz-animation:myfirstitem1 3s;
    -o-animation:myfirstitem1 3s;
    -webkit-animation:myfirstitem1 3s;
    animation-fill-mode: forwards;
}
/*增添的淡出效果*/
@keyframes myfirstitem1{
    0% {opacity: 1;z-index: 106;}
    100% {opacity: 0;z-index: 0;}
}
@-o-keyframes myfirstitem1{
    0% {opacity: 1;z-index: 106;}
    100% {opacity: 0;z-index: 0;}
}
@-webkit-keyframes myfirstitem1{
    0% {opacity: 1;z-index: 106;}
    100% {opacity: 0;z-index: 0;}
}
@-moz-keyframes myfirstitem1{
    0% {opacity: 1;z-index: 106;}
    100% {opacity: 0;z-index: 0;}
}
.img02{
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
}
.lookmore-icon{
    width: 35px;
    height: 35px;
    display: inline-block;
    background:  no-repeat;
    position: absolute;
    left: 50%;
    top: 37%;
    margin: 0 0 0 -17.5px;
    opacity: 1;
    transition: all .8s ease;
    -moz-transition: all .8s ease; /* firefox 4 */
    -webkit-transition: all .8s ease; /* safari ºí chrome */
    -o-transition: all .8s ease; /* opera */
}
.product-type .item:hover .lookmore-icon{
    opacity: 0;
}
.lookmore-icon-hover{
    width: 60px;
    height: 60px;
    /*display: inline-block;*/
    background:  no-repeat;
    position: absolute;
    left: 50%;

    /*bottom: -60px;*/opacity:0 ;margin-bottom: -30px;bottom: 58%;
    margin: 0 0 0 -30px;
    transition: all 2s ease;
    -moz-transition: all 2s ease; /* firefox 4 */
    -webkit-transition: all 2s ease; /* safari ºí chrome */
    -o-transition: all 2s ease; /* opera */
}
.product-type .item:hover .lookmore-icon-hover{
    /*bottom: 50%;
    margin-bottom: -30px;*/opacity:1;left: 50%;
}
.product-type .item .info-box{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 46%;
    left:0;
    opacity: 1;
    transition: all .8s ease;
    -moz-transition: all .8s ease; /* firefox 4 */
    -webkit-transition: all .8s ease; /* safari ºí chrome */
    -o-transition: all .8s ease; /* opera */
}
.product-type .item:hover .info-box{
    opacity: 0;
}
.product-type .item .info-box .tt{
    line-height: 47px;
    color: #fff;
    font-size: 24px;
}
.product-type .item .info-box .eng-tt{
    line-height: 26px;
    font-size: 14px;
    color: #fff;
}
.product-type .item-box .item .img-cover{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0, .54);
    opacity: 1;
    transition: all .8s ease;
    -moz-transition: all .8s ease; /* firefox 4 */
    -webkit-transition: all .8s ease; /* safari ºí chrome */
    -o-transition: all .8s ease; /* opera */
}
.product-type .item-box .item:hover .img-cover{
    opacity: 0;
}
.detail-box{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background: #fff;
    /*overflow: hidden;
    display: none;*/
}
.product-type.active .detail-box{
    display: block;
}
.detail-box .cate{
    width: calc(100% - 200px);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #fff;
}
.detail-box .cate.cate1{
    left: 0;
}
.detail-box .slide-nav{
    width: 100px;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.detail-box .slide-nav .slide-nav-tt{
    width: 36px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 28%;
    margin: 0 0 0 -18px;
    z-index: 6;
}
.detail-box .slide-nav .img03{
    width: 100%;
    height: 100%;
}
.detail-box .slide-nav .img-cover{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, .5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}
.detail-box .cate.cur .slide-nav .img-cover{
    display: none;
}
.detail-box .slide-nav:hover .img-cover{
    display: none;
}
.detail-box .product-list{
    width:80%;
   /* float: left;
    margin: 83px 0 0 8.3%;
    margin: 8% 0 0 8.3%;*/
    -webkit- transform: translate(-50%);
    -moz- transform: translate(-50%);
    -ms- transform:translate(-50%);
    -o- transform: translate(-50%);
    transform: translate(-50%);
    transition: all .8s ease;
}
.product-list h3{
    line-height: 63px;
    font-size: 24px;
    margin-left: 50px;
}
.product-list ul li{
    width: 32.3%;
    float: left;
    margin: 0 1.5% 1.5% 0;
    position: relative;
    overflow: hidden;
}
.main.index .product-list ul{ width: 100%; height: 670px;}/* ---------------------------修改产品样式-----------------*/
.main.index .product-list ul li{
        /* width: 267px; */
    width: calc(100% / 3 - 10px);
    /* height: 130px; */
    height: 210px;
    margin: 0 10px 10px 0;
}
/*-----------------------------------tianjia 产品------------------------------------------------------------------------------------------------*/
.main.index .product-list .ulmax{ height: 670px;/*margin-left: 240px; */
  /*  margin-left: 0;
    transition: margin-left 2s;
    -moz-transition: margin-left 2s;
    -webkit-transition: margin-left 2s;
    -o-transition: margin-left 2s;  */
    width: 100%}
.main.index .product-list .ulmax ul{ float: left;}
.main.index .product-list .viewpro{
       width: 100%;
    height: 655px;
    overflow: hidden;
    margin-left: 50px;
}


.product-list ul li:nth-child(3n){
    margin: 0 0 1.5% 0;
}
.product-list ul li img{
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.product-list ul li a:hover img{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
.product-list ul li p{
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 10%;
    z-index: 10;
}
.product-list ul li:hover p{
    display: none;
}
.product-list ul li .img-cover{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, .5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.product-list ul li a:hover .img-cover{
    display: none;
}
.product-list ul li .icon{
    width: 59px;
    height: 60px;
    background:  no-repeat;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 0 0 0 -29.5px;
    transition: all .8s ease;
    -moz-transition: all .8s ease; /* firefox 4 */
    -webkit-transition: all .8s ease; /* safari ºí chrome */
    -o-transition: all .8s ease; /* opera */
}
.product-list ul li a:hover .icon{
    top: 50%;
    margin-top: -30px;
}
/**修改首页第二屏动画效果--增加cate1**/

/**0313**/
a.return-btn{
    width: 78px;
    line-height: 35px;
    height:35px;
    text-align: center;
    background: #e60619;
    color: #fff;
    display:inline-block;
    /*margin-left: calc(100% - 78px);*/
    margin-left: calc(100% - 39px);
    /*margin-left: calc(100% - 90px);*/
    margin-top:20px;/**调整按钮，位置下移0315**/
}
.main.index .product-list .cate2-btn li.return-btn{
    width: 78px;
    line-height: 35px;
    height:35px;
    text-align: center;
    background: #e60619;
    color: #fff;
    display:inline-block;
    /*margin-left: calc(100% - 78px);*/
    /*margin-left: calc(100% - 90px);*/
}
/**增加首页第二屏cate2翻页按钮**/
.main.index .product-list .cate2-btn{
    margin-left: calc(100% - 212px);
    margin-top: 20px;
    width: 264px;
}
.main.index .product-list .cate2-btn li{
    float:left;
}
.main.index .product-list .cate2-btn .up-btn{
    width: 78px;
    line-height: 35px;
    height:35px;
    text-align: center;
    background: #e60619;
    color: #fff;
    display:inline-block;
    margin-right:10px;
}

.index-contact{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(255,255,255,.85);
}
.img-box{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.img04{
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
}
.index-contact .slide-nav{
    width: 12.75%;
    min-width: 170px;
    height: 100%;
    float: left;
    background: rgba(255,255,255,.37);
}
.index-contact .slide-nav li{
    width: 100%;
    height: calc((100% - 70px ) / 3);
    position: relative;
    transition: all 1.2s;
    -moz-transition: all 1.2s; /* firefox 4 */
    -webkit-transition: all 1.2s; /* safari 和 chrome */
    -o-transition: all 1.2s; /* opera */
    cursor: pointer;
}
.index-contact .slide-nav li.cur{
    background: #e53241;
}
.index-contact .slide-nav li a{
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: block;
    text-align: center;
    font-size: 24px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 0;
}
.index-contact .slide-nav li.cur a{
    color: #fff;
}
.index-contact .info-box{
    width: calc(100% - 12.75%);
    float: left;
    position: relative;
}
.index-contact .info-box li{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.index-contact .top-nav{
    width: 95%;
    border-bottom: 1px solid #cbcccc;
    padding-left: 5%;
}
.index-contact .top-nav .link{
    line-height: 60px;
    font-size: 18px;
    float: left;
    padding: 0 6px;
    margin-right: 37px;
    cursor: pointer;
}
.index-contact .top-nav .link.cur{
    border-bottom: 2px solid #e83544;
    color: #fff;
    background: #e83544;
}
.index-contact .main-info{
    position: relative;
}
.index-contact .main-info .item{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.index-contact .main-info .index-search-box{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 39px;
    margin-left: 5%;
}
.index-contact .main-info .index-search-box .box{
    /*width: 227px;*/
    width: 12%;
    height: 42px;
    border: 1px solid #ccc;
    color: #333;
    float: left;
    margin-right: 3%;
}
.index-contact .main-info .index-search-box .box:last-child{
    margin-right: 0;
}
.index-contact .main-info .index-search-box .box select{
    width: 100%;
    height: 42px;
    line-height: 42px;
    /*padding: 0 0 0 20px;*/
    padding: 0 0 0 10px;
    background: transparent;
    border: none;
}
.index-contact .main-info .addr-box{
    width: 95%;
    margin-left: 5%;
    margin-top: 80px;
}
.index-contact .main-info .addr-box .addr-box-cate{
    width: calc(100% / 3);
    float: left;
    margin-bottom: 5px;
}
.index-contact .info-box li:nth-child(2) .main-info .item:nth-child(1) .addr-box .addr-box-cate{
    /*min-height: 190px;*/
    min-height: 215px;
}
.index-contact .info-box li:nth-child(2) .main-info .item:nth-child(3) .addr-box .addr-box-cate{
    min-height: 170px;
}
.index-contact .info-box li:nth-child(3) .main-info .item:nth-child(1) .addr-box .addr-box-cate{
    /*min-height: 190px;*/
    min-height: 215px;
}
.index-contact .info-box li:nth-child(3) .main-info .item:nth-child(3) .addr-box .addr-box-cate{
    min-height: 170px;
}
.addr-box-cate .tt{
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 5px !important;
}
.addr-box-cate p{
    color: #777777;
    line-height: 22px;
}
.add-box-p p{
    color: #333333;
    line-height: 22px;
    font-size:14px;
}
.addr-box-cate select{
    background: rgba(255,255,255,0);
    border: 1px solid #777777;
    color: #777;
    margin-bottom: 3px;
    width: 85%;
    padding-left: 5px;
    height: 36px;
    line-height: 36px;

}
.addr-box-cate select option{
    /*background-color: rgba(255,255,255,0);*/
    background: rgba(255,255,255,.85)
}
    /***webnav***/
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;
}
.footer.index .webnav{
    position: absolute;
}
.footer.index .webnav >.container>.clearfix{
    width: 100%;
}

.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;
}
.footer.index .webnav-cover{
    width: 100%;
    height: 100%;
    bottom: inherit;
    right: inherit;
}
.webnav-cover.active{
    display: block;
}
.footer>.webnav>.container>.clearfix{
    width: 100%;
}
.webnav .container{
    padding: 100px 0;
}
.webnav ul li{
    width:calc(100% / 6);
    float: left;
}
/*.webnav ul li:first-child{
    width: calc( (100% / 7) - 40px );
}
.webnav ul li:nth-child(4){
    width: calc( (100% / 7) - 40px );
}
.webnav ul li:nth-child(6){
    width: calc( (100% / 7)   80px );
}*/
.webnav ul li > a{
    width: 100%;
    line-height: 63px;
    display: block;
    font-size: 16px;
    /*text-align: center;*/
}
.webnav ul li .list a{
    width: 100%;
    line-height: 36px;
    color: #666666;
    font-size: 14px;
    display: block;
    position: relative;
    /*text-align: center;*/
}
.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;
}
.footer.index .use-terms{
    position: absolute;
}
.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;
}
.footer.index .use-terms-cover{
    width: 100%;
    height: 100%;
    bottom: inherit;
    right: inherit;
}
.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;
}
/*.media-link*/
.media-link{
    width: 100%;
    display: none;
    overflow: hidden;
    position: fixed;
    background: #fff;
    bottom: 51px;
    left: 0;
    z-index: 9999;
}
.footer.index .media-link{
    position: absolute;
}
.media-link.active{
    display: block;
}
.media-link.active>.container{
    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;
}
.footer.index .media-link-cover{
    width: 100%;
    height: 100%;
    bottom: inherit;
    right: inherit;
}
.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:  no-repeat;
    background-size: contain;
    /*left: 120px;*/
}
.media-link .container a.twitter-icon{
    background:  no-repeat;
    background-size: contain;
    /*left: 220px;*/
}
/***services-branches***/
.banner{
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative;
}
.banner img{
    width: 1920px;
    height: 450px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 0;
}
.neiyenav{
    width: 100%;
    line-height: 37px;
    text-align: right;
    position: absolute;
    top: 0;

}
@media (max-width: 1399px){
    .neiyenav{
        width: calc(100% - 20px);
    }
}
.neiyenav a{
    color: #666;
}
.neiyenav span{
    color: #e60619;
}
.mainleft{
    width: 230px;
    /*text-indent: 37px;*/
   /* margin-left:41px; */
}
.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:  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:  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:-moz-calc(100% - 295px);
    width:-webkit-calc(100% - 295px);
    width: calc(100% - 295px);
    margin-top: 40px;
    border-top: 1px solid #ccc;
    padding-top: 37px;
}
@media (max-width: 1399px) {
    .mainright{
        width: calc(100% - 300px);
    }
}
.mainright .addlist{
    /*margin-top: 37px;*/
}
.mainright .addlist .box{
    width: calc(100% / 3);
    float: left;
    /*min-height: 184px;*/
    /*margin-bottom: 84px;*/
    min-height: 200px;
    margin-bottom: 20px;
}
.mainright .addlist .box .tt{
    line-height: 22px;
    margin-bottom: 10px;
    font-size: 14px;
}
.mainright .addlist .box p{
    line-height: 24px;
    color: #666;
}
a.email-btn{
    width: 70px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background: #e60619;
    display: inline-block;
    margin-top: 15px;
}
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;
}
.online-message .tt{
    line-height: 50px;
    font-size: 18px;
    color: #000;
    background: #f7f7f7;
    text-align: center;
}
.online-message .info-box{
    margin-top: 40px;
}
.online-message .info-box .input-box{
    width: calc(50% - 27px);
    height: 48px;
    padding-left: 9px;
    border: 1px solid #ccc;
    margin-right: 32px;
    margin-bottom: 19px;
    float: left;
}
.online-message .info-box .input-box:nth-child(2n){
    margin-right: 0;
}
.online-message .info-box .input-box span{
    width: 80px;
    line-height: 48px;
    display: inline-block;
    position: relative;
    text-indent: 8px;
    font-size: 14px;
    color: #666;
}
.star-icon{
    width: 6px;
    height: 6px;
    display: inline-block;
    background:  no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 0;
}
.online-message .info-box .input-box input{
    width:calc(100% - 82px - 9px);
    height: 48px;
    line-height: 48px;
    border: none;
    background: transparent;
    font-size: 14px;
    color: #333;
}
.online-message .info-box .input-box.liuyan{
    width: calc(100% - 9px - 2px);
    margin-right: 0;
}
.online-message .info-box .input-box.liuyan.textarea{
    height: 198px;
    overflow: hidden;
}
.online-message .info-box .input-box textarea{
    width: calc(100% - 80px - 9px - 2px);
    min-height: 184px;
    max-height: 184px;
    border: none;
    background: transparent;
    color: #333;
    font-size: 14px;
    margin-top: 14px;
}
.online-message .info-box .input-box.code{
    width: 100%;
    margin-right: 0;
    border: none;
    padding-left: 0;
}
.online-message .info-box .input-box.code .wrap{
    width: 289px;
    border: 1px solid #ccc;
    margin-right: 20px;
    padding-left: 9px;
}
.online-message .info-box .input-box.code img{
    margin-right: 22px;
}
.online-message .info-box .input-box.code a{
    height: 20px;
    margin-top: 30px;
    font-size: 14px;
    color: #666;
    text-decoration: underline;
}
.online-message .info-box .input-box.code a:hover{
    text-decoration: underline;
    color: #e60619;
}
.submit-btn{
    width: 100%;
    line-height: 50px;
    border-radius: 4px;
    background: #e60619;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #fff;
    border: none;
}
/***services-concept***/
.services-concept-box .tt-info{
    line-height: 24px;
}
.services-concept-box .tt{
    line-height: 22px;
    color: #000;
    font-size: 14px;
    margin-top: 25px;

}
.services-concept-box .yiji-tt{
    line-height: 26px;
    font-size: 14px;
    color: #000;
    margin-top: 24px;
}
.services-concept-box p{
    line-height: 24px;
    color: #666;
}
/***beibo-overview***/
.mainright img{
    max-width: 100%;
}
.introduce img{
    max-width: 100%;
    display: block;
    margin-bottom: 40px;
}
.introduce p{
    line-height: 24px;
    color: #666;
}
.introduce p.tt{
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}
.introduce b{
    margin-right: 20px;
}
.introduce.index p{
    line-height: 30px;
    color: #666;
    margin-bottom: 30px;
}
/***contact-us***/
.mainright .addlist.contactus .box{
    min-height: 200px;
}
/***sales-networks***/
.mainright .index-search-box{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 39px;
}
.mainright .index-search-box .box{
    /*width: 227px;*/
    width: 12%;
    height: 42px;
    border: 1px solid #ccc;
    color: #333;
    float: left;
    margin-right: 3%;
}
.mainright .index-search-box .box:last-child{
    margin-right: 0;
}
.mainright .index-search-box .box select{
    width: 100%;
    height: 42px;
    line-height: 42px;
    /*padding: 0 0 0 20px;*/
    padding: 0 0 0 10px;
    background: transparent;
    border: none;
}
/***enterprise-honor***/
.rz-zhengshu-box .item{
    /*width: 265px;*/
    width: 23%;
    margin-right: calc(8% / 3);
    float: left;
    margin-bottom: 22px;
}
.rz-zhengshu-box .item:nth-child(4n){
    margin-right: 0;
}
.rz-zhengshu-box .item .img-box{
    width: 100%;
    height: 385px;
    overflow: hidden;
    position: relative;
}

.rz-zhengshu-box .item .img-box img{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.rz-zhengshu-box .item p{
    line-height: 50px;
    text-align: center;
    font-size: 14px;
}

.honor-zhengshu-box .item{
    width: 24%;
    float: left;
    margin-right: calc(4% / 3);
    margin-bottom: 22px;
}
.honor-zhengshu-box .item:nth-child(4n){
    margin-right: 0;
}
.honor-zhengshu-box .item .img-box{
    width: 100%;
    height: 220px;
    line-height: 220px;
    background: #e6e6e6;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.honor-zhengshu-box .item .img-box img{
    width: calc(100% - 20px);
}
.honor-zhengshu-box .item p{
    line-height: 50px;
    text-align: center;
    font-size: 14px;
}
.paging{
    height: 34px;
    text-align: center;
    margin-top: 27px;
}
.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 .current {
    width: 30px;
    line-height: 32px;
    color: #666;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    margin: 0 4px;
}
/***development***/
.development-box{
    position: relative;
}
.development-box .item{
    margin-top: 25px;
    padding-top: 14px;
    margin-bottom: 100px;
}
.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);
    line-height: 39px;
    position: absolute;
    top: -39px;
    right: 20px;
    font-size: 24px;
}
/*.circle-red{
    width: 6px;
    height: 6px;
    background: #fb434b;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: -23px;
    top: 50%;
    margin-top: -3px;
    z-index: 1;
}*/

.circle-red{
    width: 0;
    height: 0;
    border-right:10px solid #fb434b;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    display: inline-block;
    position: absolute;
    right: -23px;
    top: 50%;
    margin-top: -3px;
    z-index: 1;
}


.development-box .item:nth-child(2n) .circle-red{
    right:calc(100%   14.5px);
    width: 0;
    height: 0;
    border-right: 0;
    border-left:10px solid #fb434b;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
.development-box .item .info-box p{
    line-height: 30px;
}
.development-box .item .img-box{
    width: calc(50% - 40px);
    padding: 0 20px;
    float: right;
    margin-top: -40px;
    height: 100px;
}
.development-box .item:nth-child(2n) .img-box{
    float: left;
    text-align: right;
}
.development-box .item .img-box img{
    margin-top: 9px;
    max-width: 300px;
}
.dashline{
    width: 2px;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 0;
    background:  repeat-y;
}
/***recruitment***/
.mainright.recruitment{
    padding-top: 21px;
}
.recruitment-box .item{
    width: 100%;
    padding-bottom: 27px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 23px;
}
.recruitment-box .item .name , .recruitment-box .item .num {
    line-height: 33px;
    color: #000;
    font-size: 18px;
}
.recruitment-box .item .cate{
    margin-top: 10px;
}
.recruitment-box .item .cate .tt{
    line-height: 43px;
    font-size: 18px;
    color: #000;
}
.recruitment-box .item .cate p{
    line-height: 30px;
    color: #666;
    font-size: 14px;
}
.recruitment-box .item .email-box{
    margin-top: 18px;
    position: relative;
}
.email-icon{
    width: 23px;
    height: 24px;
    display: inline-block;
    background:  no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
}
.recruitment-box .item .email-box .star-icon{
    left: 32px;
}
.recruitment-box .item .email-box p{
    text-indent: 42px;
    color: #000;
    font-size: 14px;
}
/***bidding-information***/
.mainright.bidding-information{
    padding-top: 0;
}
.bidding-information-box .item{
    height: 56px;
    position: relative;
    /*overflow: hidden;*/
    line-height: 56px;
    border-bottom: 2px dashed #ededed;
}
.bidding-information-box .item .circle-red{
    right: calc(100% - 6px);
}
.bidding-information-box .item p{
    text-indent: 15px;
    font-size: 14px;
}
.bidding-information-box .item .date{
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}
.bidding-information-box .item:hover p , .bidding-information-box .item:hover .date{
    color: #e60619;
}

.bidding-information-detail-box .tt{
    line-height: 33px;
    text-align: center;
    font-size: 18px;
    color: #000;
}
.bidding-information-detail-box .date{
    line-height: 25px;
    color: #999;
    text-align: center;
    margin-bottom: 31px;
}
.bidding-information-detail-box p{
    line-height: 32px;
    font-size: 14px;
    margin-top: 19px;
}
.bidding-information-detail-box img{
    max-width: 100%;
    display: block;
}
.bidding-information-detail-box p span{
    margin-right: 40px;
}

/***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: 300px;
    height: 200px;
    overflow: hidden;
    float: left;
}
.news-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 */
}
.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% - 300px - 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:  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  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;
}
/***news-detail***/
.mainright.news-detail{
    padding-top: 43px;
}
.news-detail-box .tt{/*---------------------------------------------改动1、    集团网站：，正文小标题16号加粗*/
    line-height: 32px;
    /*font-size: 18px;*/font-size: 16px; font-weight: bolder;
    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;
}*/
.news-detail-box .item p , .news-detail-box .item span , .news-detail-box .item div{
    line-height: 24px;/*----------------------------------------------中文所有新闻采用14号微软雅黑字体，段前空两格-----------------------------*/
    color: #666;font-size: 14px;font-family: 微软雅黑;text-indent: 2em;
    margin-bottom: 10px;
}
.news-detail-box .btn-box{
    position: relative;
    margin-top: 32px;
}
.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;
}

/***video***/
.mainright.video{
    padding-top: 0;
}

.mainright .video-box .item{
    /*height: 296px;*/
    width: calc((100% - 40px)/3);
    float: left;
    margin-top: 30px;
    margin-right: 20px;
}
.mainright .video-box .item img{
    width: 100%;
    height: 100%;
}
main .mainright .video-box .itemo{margin-top: 20px;}
.mainright .video-box .item:nth-child(3n){
    margin-right: 0;
}
.mainright .video-box .item .img-box{
    position: relative;
    overflow: hidden;
    height: 296px;
    /*cursor: pointer;*/
    /*border: 1px solid #000000;*/
}
.mainright .video-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 */
}
.mainright .video-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 */
}
.video-cover{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}
.mainright .video-box .item:hover .video-cover{
    display: block;
}
a.play-btn{
    width: 60px;
    height: 50px;
    background: rgba(255,255,255, .5)  no-repeat center;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
    z-index: 2;
    transition: opacity .8s ease;
    -moz-transition: opacity .8s ease; /* firefox 4 */
    -webkit-transition: opacity .8s ease; /* safari ºí chrome */
    -o-transition: opacity .8s ease; /* opera */
}
.mainright .video-box .item:hover a.play-btn{
    opacity: 1;
}
.mainright .video-box .item p{
    line-height: 57px;
    color: #666;
    font-size: 16px;
    text-align: center;
}
#video{
    width: 866px;
    height: 526px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -263px;
    margin-left: -433px;
    z-index: 1000;
    background: #000;
    display: none;
}
#video .close-video{
    width: 40px;
    height: 40px;
    background: #f60218  no-repeat center;
    position: absolute;
    top: -40px;
    right: -40px;
}
.tcvideo-cover{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(102,102,102,.5);
    display: none;
}

.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;
}
a.close-emailtc{
    line-height: 38px;
    font-size: 14px;
    position: absolute;
    right: 20px;
    top: 0;
}
.email-tc .box{
    padding: 20px 20px 0;
}
.email-tc .box .input-box{
    margin-bottom: 10px;
}
.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.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;
}
.email-tc .box .input-box.email input{
    width: 448px;
}
.email-tc .box p{
    width: calc(100% - 46px);
    margin-left: 46px;
    line-height: 18px;
    color: #666;
}
.email-tc .box a.email-btn{
    width: 200px;
    line-height: 40px;
    margin-left: 46px;
    margin-top: 26px;
}

/***product-solution***/
.product-solution-box .product-list ul li a{
    position: relative;
    display: inline-block;
    height: 180px;
}
.product-solution-box .product-list ul li p{
    line-height: 56px;
    text-align: center;
    position: relative;
    bottom: 0;
    background: #fff;
    color: #333;
    font-size: 18px;
}
.product-solution-box .product-list ul li:hover p{
    display: block;
}
.main.product-solution .mainleft .mainleft-arrow{
    right: 5px;
}
.main.product-solution .mainright{
    padding-top: 20px;
}
.main.product-solution .mainright .title{
    line-height: 78px;
    font-size: 18px;
}
.mainright .qiehuan li{
    width: calc( (100% - 25px) / 6);
    float: left;
    height: 50px;
}
.mainright .qiehuan li a{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    position: relative;
}
.mainright .qiehuan li.cur a {
    color: #fff;
}
.qiehuan li {
    position: relative;
    width: 390px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #333;
    font-size: 12px;
    background-color: #e6e6e6;
    float: left;
    margin-right: 5px;
    cursor: pointer;
}
.qiehuan li.cur {
    color: #fff;
    background-color: #e60619;
}
.qiehuan li.cur a {
    color: #fff;
}
.qiehuan li.cur.right-arraw:after {
     border-color: transparent transparent transparent #e60619;
}

.qiehuan li.last {
    margin-right: 0;
}
.right-arraw:after {
    position: absolute;
    right: -25px;
    top: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 25px;
    border-color: transparent transparent transparent #e6e6e6;
}
.qiehuan li:first-child{
    z-index: 6;
}
.qiehuan li:nth-child(2){
    z-index: 5;
}
.qiehuan li:nth-child(3){
    z-index: 4;
}
.qiehuan li:nth-child(4){
    z-index: 3;
}
.qiehuan li:nth-child(5){
    z-index: 2;
}
.qiehuan li:last-child{
    z-index: 1;
}
.left-inner-arraw:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 25px;
    border-color: transparent transparent transparent #fff;
}
.qiehuan-info{
    width: 100%;
    margin-top: 25px;
    position: relative;
}
.qiehuan-info li{
    display: none;
}
.qiehuan-info li.active{
    display: block;
}
.qiehuan-info li .item {
    width: calc(100% - 2px);
    min-height: 300px;
    border: 1px solid #e6e6e6;
    margin-bottom: 30px;
}
.qiehuan-info li .item:hover , .qiehuan-info li .item.cur{
    /*border: 1px solid #e60619;*/
}
.qiehuan-info li .item .img-box{
    width: 67%;
    height: 100%;
    float: left;
    line-height: 298px;
}
.qiehuan-info li .item  .img-box img{
    width: 100%;
    height: 100%;
}
.qiehuan-info li .item  .info-box{
    width: calc(33% - 40px);
    margin-top: 52px;
    float: right;
    padding: 0 20px;
}
.qiehuan-info li .item  .info-box .tt{
    line-height: 46px;
    font-size: 18px;
}
.qiehuan-info li .item  .info-box p{
    line-height: 24px;
    font-size: 14px;
}
a.next-btn , a.last-next-btn{
    width: 200px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #e60619;
    font-size: 14px;
    border-radius: 4px;
    display: block;
    margin: 50px auto;
}
.qiehuan-info .search-box{
text-align: center;
}
.qiehuan-info .search-box .box{
    width: 228px;
    height: 34px;
    display: inline-block;
    border: 1px solid #ccc;
    margin: 0 5px;
}
.qiehuan-info .search-box .box select{
    width: 100%;
    height: 34px;
    line-height: 34px;
    border: none;
    background: none;
    text-indent: 19px;
}
.qiehuan-info li .select-img-box .item{
    width: calc( (100% - 38px) /4 );
    min-height: 0;
    float: left;
    margin-right: 10px;
    border: none;
}
.qiehuan-info li .select-img-box .item:nth-child(4n){
    margin-right: 0;
}
.qiehuan-info li .select-img-box .item .img-box{
    width: 100%;
    line-height: 0;
    float: none;
    border: 1px solid #e6e6e6;
}
.qiehuan-info li .select-img-box .item.cur .img-box{
    border: 1px solid #e60619;
}
.qiehuan-info li .select-img-box .item p{
    width: calc(100% - 10px);
    line-height: 24px;
    /*text-align: center;*/
    padding: 14px 5px;
    font-size: 14px;
    min-height: 48px;
}
.qiehuan-info li .select-img-box .item.cur p{
    color: #e60619;
}

/*banmian-box*/
.banmian-box .box{
    text-align: center;
    margin-bottom: 20px;
}
.banmian-box .box span{
    line-height: 34px;
    color: #666;
}
.banmian-box .box .line{
    width: 20px;
    height: 1px;
    background: #ccc;
    display: inline-block;
    position: relative;
    top: -5px;
}
.banmian-box .box input{
    width: 108px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #ccc;
}
/*select-result*/
.select-result a{
    width: 154px;
    line-height: 24px;
    font-size: 14px;
    float: left;
}
.select-result a:hover{
    color: #e60619;
}
/***product-detail***/
.product-detail-box{}
.product-detail-box .canshu-box{
    position: relative;
    height: 38px;
    border: 1px solid #e6e6e6;
    background: #f7f7f7;
}
.product-detail-box .canshu{
    width: calc(100% - 2px);
    height: 40px;
    position: absolute;
    top: -1px;
    left: 0;
}
.product-detail-box .canshu li{
    float: left;
}
.product-detail-box .canshu li a{
    width: 110px;
    line-height: 38px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.product-detail-box .canshu li.cur a{
    color: #cc0000;
    border-top: 1px solid #e60619;
    border-bottom: 1px solid #fff;
    background: #fff;
}
.duibi-btn{
    width: 78px;
    line-height: 28px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
    background: -webkit-linear-gradient(right bottom, #f1f1f1 20% , #dadada 80%); /* safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom left, #f1f1f1 20%, #dadada 80%); /* opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom left, #f1f1f1 20%, #dadada 80%); /* firefox 3.6 - 15 */
    background: linear-gradient(to bottom left, #f1f1f1 20%, #dadada 80%); /* ±ê×¼µäóï·¨ */
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -14px;
}
.product-detail-box .detail-info{
    width: calc(100% - 42px);
    border: 1px solid #e6e6e6;
    border-top: none;
    margin-bottom: 30px;
    padding: 20px;
}
/*----------------------------------------------------------------改去边框----------------------------------*/
.product-detail-box .detail-info .cur  .detail-info{ border: 0;}
.product-detail-box .detail-info li{
    display: none;
}
.product-detail-box .detail-info li.cur{
    display: block;
}
.product-detail-box .detail-info li img{
    max-width: 100%;
    display: block;
}
.product-detail-box .email-tc{
    width: calc(100% - 2px);
    position: relative;
    display: block;
    left: 0!important;
    top: 0;
    margin: 0;
}

/*sales-contact*/
.sales-contact{}
.sales-contact .addr-box{

}
.sales-contact .addr-box .addr-box-cate{
    width: calc(100% / 3);
    float: left;
    margin-bottom: 50px;
}
.sales-contact.sales1 .addr-box .addr-box-cate ,
.sales-contact.sales3 .addr-box .addr-box-cate{
    min-height: 210px;
}
.index-contact .main-info .itemfone .allboxone{
    display: block;
}
/*.index-contact .main-info .allboxtwo{
   display: block;
}*/
.all_box{
    display: none;
}
.all_boxo{
    display: none;
}
.changezhoufist{
    display: block;
}
/*修改首页第二屏*/
.detail-box{
    position: relative;
}
/**修改首页第二屏动画效果**/
.detail-box .cate{
    position: absolute;
    /*width:calc(100%/3);*/
    cursor: pointer;
    z-index: 10;
    overflow: hidden;
    -webkit-transition:all 0.8s linear;
    	-moz-transition:all 0.8s linear;
    		transition:all 0.8s linear;
}
.detail-box .cate.cate1{
    left:0;
	}
.detail-box .cate.cate2{
    left:calc(100%/3);
	}
.detail-box .cate.cate3{
    left:calc(200%/3);
	}
	.detail-box .cate.cate11,
	.detail-box .cate.cate22,
	.detail-box .cate.cate222,
	.detail-box .cate.cate2222,
	.detail-box .cate.cate33,
	.detail-box .cate.cate333,
	.detail-box .cate.cate3333{
		left:0;
		/*width:87%;*/
		}

.detail-box .cate1 .item {
    width: 100%;
    overflow: hidden;
}
/**修改首页第二屏动画效果-cate2-cate3**/
.detail-box .cate .item{
	overflow: hidden;
    position: relative;
	width: calc(116% / 3 );
	-webkit-transition:all .8s linear;
    	-moz-transition:all .8s linear;
    		transition:all .8s linear;
}

.detail-box .cate .item .img-cover{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0, .54);
    opacity: 1;
}
.detail-box .cate .item:hover .img-cover{
    opacity: 0;
}
.detail-box .product-list{
    /*display: none;*/
    /*visibility: hidden;*/
    position: absolute;
    top: 90px;
    left:50%;
    z-index: -3;
    transition: all 2s ease;
}
.detail-box .cate .itembian{
    width: 100px;
    overflow: hidden;
    position: relative;
}
.product-type .item .info-box .tt.tt-gai{
    width: 5px;
    color: #ffffff;
    opacity: 1;
    line-height: 25px;
    margin-left: 36px;
}

.addr-content-box {
    margin-top: 10px;
    min-height: 180px;
}
.addr-content-box .addr-box-cate {
    display: inline-block;
    /*width: 31%;*/
    width: 26%;
    margin-bottom: 30px;
}
.addr-content-box1 .addr-box-cate {
    display: inline-block;
    /* width: 31%; */
    width: 26%;
    margin-bottom: 30px;
}
#quyu option {
    font-size: 13px;
}

.mainright .addr-box .addr-box-cate {
    height: 230px;
}


.mainright .addr-box .addr-box-cate {
    width: calc(100% / 3);
    float: left;
    margin-bottom: 50px;
}

.recruitment-box .item .num {
    color: rgb(102, 102, 102);
    font-size: 14px;
}
.addr-content-box1 {
    margin-top: 10px;
}
.item-title {
    margin-top: -0px;
    line-height: 32px;
    /*font-size: 17px;*/
}
.tt1 {
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 5px;
}
.national {
    float: left;
    width: 230px;
}
.indexnews>.clearfix{
    width: 80%;
    margin: 0 auto;
}
video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100%   50px);
}
.addr-box-cate:first-of-type> p:nth-of-type(5),.addr-box-cate:nth-of-type(5)> p:nth-of-type(9),.addr-box-cate:nth-of-type(5)> p:nth-of-type(5){
    margin-bottom: 5px;
}
.addr-box-cate>span
{
	color: #777777;
    line-height: 22px;
}
.news-box .item .info-box .right p{
    text-align: justify;
}
