.ban{
    height: 23.44vw;
    overflow: hidden;
}
.ban img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main{
    margin-top: 56px;
    margin-bottom: 100px;
    position: relative;
}
.neiyeNav{
    width: 100%;
    line-height: 37px;
    text-align: right;
    position: absolute;
    top: 0;
}
.neiyeNav a{
    color: #666;
}
.neiyeNav span{
    color: #e60619;
}
.mainLeft{
    width: 230px;
}
.newlistbox{
    overflow: hidden;
    position: relative;
}
.mainLeft .info-box  .select{
    display: none;
}
.mainLeft .info-box  li.active .select{
    display: block;
}
.mainLeft .tt{
    line-height: 37px;
    color: #e60619;
    font-size: 16px;
    border-bottom: 4px solid #e60619;
}
.mainLeft .info-box::after {
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.mainLeft .info-box  li{
    padding: 11px 0 9px;
    border-bottom: 1px solid #e6e6e6;
}
.mainLeft .info-box .v1{
    display: block;
    line-height: 34px;
    position: relative;
    font-size: 16px;
    color:#666;
}
.mainLeft .info-box  li.active  .v1,
.mainLeft .info-box  li:hover .v1{
    color: #e60619;
}
.mainLeft .info-box .v2 .tit{
    line-height: 35px;
    font-size: 14px;
    color: #666;
    display: block;
}
.mainLeft .info-box .v2 .tit:hover,
.mainLeft .info-box .v2 .tit.on{
    color: #e60619;
}
.mainLeft .info-box .v3{
    display: none;
}
.mainLeft .info-box .v2.on .v3{
    display: block;
}
.mainLeft .info-box .v3 a{
    line-height: 35px;
    font-size: 14px;
    color: #666;
    display: block;
    position: relative;
}
.mainLeft .info-box .v3 a:hover,
.mainLeft .info-box .v3 a.on{
    color:#e60619;
}
.mainLeft .info-box  .line{
    width: 10px;
    height: 1px;
    background: #666;
    display: inline-block;
    margin-right: 10px;
    top: -5px;
    position: relative;
}
.mainLeft .info-box  a:hover .line,
.mainLeft .info-box  .on .line{
    background: #e60619;
}

.mainLeft-arrow{
    width: 6px;
    height: 11px;
    display: inline-block;
    background: url("../images/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("../images/mainLeft-arrow-active.png") no-repeat;
}
.mainRight{
    width:-moz-calc(100% - 295px);
    width:-webkit-calc(100% - 295px);
    width: calc(100% - 295px);
    margin-top: 40px;
    border-top: 1px solid #ccc;
}

/***news-txtimg-list**/
.ul-newslist{
    overflow: hidden;
}
.ul-newslist li{
    padding: 30px 0;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
}
.ul-newslist li:hover{
    cursor: pointer;
}
.ul-newslist li .img-box{
    width: 300px;
    height: 200px;
    overflow: hidden;
    float: left;
}
.ul-newslist li .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 */
}
.ul-newslist li: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 */
}
.ul-newslist li .info-box{
    width: calc(100% - 300px - 30px);
    padding-top: 28px;
    float: right;
}
.ul-newslist li .info-box .left{
    width: 129px;
    float: left;
}
.ul-newslist li .info-box .left .year{
    line-height: 28px;
    font-size: 24px;
    color: #999;
    position: relative;
}
.ul-newslist li .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 */
}
.ul-newslist li:hover .info-box .left .year .line{
    width: 79px;
}
.ul-newslist li .info-box .left .date{
    line-height: 22px;
    color: #999;
    font-size: 16px;
}
.ul-newslist li .info-box .left .news-arrow{
    width: 36px;
    height: 36px;
    display: inline-block;
    background: url("../images/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 */
}
.ul-newslist li:hover .info-box .left .news-arrow{
    background: #e60619 url("../images/news-arrow-hover.png") no-repeat center;
}
.ul-newslist li .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 */
}
.ul-newslist li:hover .info-box .right{
    margin-right: 0;
}
.ul-newslist li .info-box .right .tt{
    line-height: 28px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 31px;
}
.ul-newslist li:hover .info-box .right .tt{
    color: #333;
}
.ul-newslist li .info-box .right p{
    line-height: 24px;
    color: #666;
    display: -webkit-box;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    word-break: break-all;  
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 3;
}


/**页码**/
.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;
    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;
}
@media only screen and (max-width: 1500px) {
    .main{margin-top: 30px;margin-bottom: 50px;}
}
@media only screen and (max-width: 1430px) {

}
@media only screen and (max-width: 1279px) {
    .mainLeft{width: 200px;}
    .mainRight{width: calc(100% - 230px);}
    .ban{margin-top: 60px;}
}
@media only screen and (max-width: 1023px) {
    .neiyeNav{position: static;text-align: left;margin: 0 0 20px;padding: 10px 0; border-bottom: 1px solid #eee;line-height:1.5;}
    .mainLeft.l{width: auto;float: none;}
    .mainRight{width: auto;float: none;border-top: none;}
    .main{margin-top: 0;margin-bottom: 30px;}
    .mainLeft .tt{display: none;}
    .mainLeft .info-box{margin:0 -5px;}
    .mainLeft .info-box li{float: left;width: 33.33%;border-bottom: none;padding: 0;margin-bottom: 10px;position: relative;}
     .mainLeft .info-box .select{
        position: absolute;
        top: 36px;
        left: 5px;
        width: calc(100% - 10px);
        background-color: #fff;
        z-index: 15;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        height: 0;
        overflow: hidden;
      
     }
     .mainLeft .info-box .select.on{
        height: auto;
     }
     .mainLeft .info-box .active i{
        display: block;
        position: absolute;
        right: 5px;
        top: 0;
        width: 56px;
        height: 36px;
        z-index: 2;
        background: url(../images/icosel.png) no-repeat center;
     }
     .mainLeft .info-box .select a{
        padding: 0 10px;
     }

      .mainLeft .info-box .v2 .btn{
        display: block;
        position: absolute;
        right: 0px;
        top: 0;
        width: 56px;
        height: 36px;
        z-index: 2;
        background: url(../images/sel.png) no-repeat center;
        -webkit-background-size: 12px auto;
        background-size: 12px auto;
     }
      .mainLeft .info-box .sub a{
        background: #fff;
        padding: 0 14px;
      }
      .mainLeft .info-box .sub .line{display: none;}
    .mainLeft .info-box .v1{padding:0 10px; margin:0 5px;background: #eee;line-height: 36px;}
    .ul-newslist li .info-box .left .year .line{display: none;}
    .ul-newslist li .info-box .left{width: 58px;}
    .ul-newslist li .img-box{width: 200px;height: 134px;}
    .ul-newslist li .info-box{width: calc(100% - 250px);padding-top: 0;}
    .ul-newslist li .info-box .right{width: calc(100% - 90px);}
    .ul-newslist li .info-box .right{margin-right: 0;}
    .mainLeft-arrow{display: none;}
    .mainRight{margin-top: 0px;}
    .ul-newslist li{padding: 20px 0;}
    .ul-newslist li .info-box .right .tt{margin-bottom: 10px;}
    .mainLeft .info-box li.active .v1, .mainLeft .info-box li:hover .v1{background: #e60619;color:#fff;}
    .mainLeft .info-box .v1{font-size: 14px;}
}
@media only screen and (max-width: 767px) {
    .ban{margin-top: 0;}
    .mainLeft .info-box .v1{font-size: 12px;}
    .ul-newslist li .img-box{width: auto;float: none;height: 50vw;margin-bottom: 10px;}
    .ul-newslist li .info-box{width: auto;float: none;}
    .ul-newslist li .info-box .right{width: calc(100% - 68px);}
    .ul-newslist li .info-box .left .news-arrow{margin-top: 18px;}
    .ul-newslist li{padding: 15px 0 5px;}
    .ul-newslist li .info-box .right .tt{margin-bottom: 2px;}
    .ban{height: 140px;}

    .paging{margin-top: 15px;}
    .mainLeft .info-box .active i{-webkit-background-size: 20px auto;
    background-size: 20px auto;}
    .mainLeft .info-box li{width: 50%;}
}



/***news-video-list**/
.ul-newslist-video{
    overflow: hidden;
    margin:0 -10px;
    padding-top: 30px;
}
.ul-newslist-video li{
    width: 33.333%;
    float: left;
    margin-bottom: 30px;
}
.ul-newslist-video .con{
    margin:0 10px;
    overflow: hidden;
}
.ul-newslist-video .img-box{
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 80%;
}
.ul-newslist-video .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 */
}
.ul-newslist-video li: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;
}
.ul-newslist-video li:hover .video-cover{
    display: block;
}
.ul-newslist-video .play-btn{
    width: 60px;
    height: 50px;
    background: rgba(255,255,255, .5) url("../images/video-arrow.png") 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 */
    cursor: pointer;
}
.ul-newslist-video li:hover .play-btn{
    opacity: 1;
}
.ul-newslist-video li p{
    line-height: 57px;
    color: #666;
    font-size: 16px;
    text-align: center;
}
.ul-newslist-video .shadec{
    display: none;
}

/**video pop***/
#video{
    width: 866px;
    height: 526px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -263px;
    margin-left: -433px;
    z-index: 10;
    background: #000;
    display: none;
}
#video .close-video{
    width: 40px;
    height: 40px;
    background: #f60218 url("../images/close-video.png") 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;
}


@media only screen and (max-width: 1500px) {
    .ul-newslist-video li{margin-bottom: 15px;}
}
@media only screen and (max-width: 1230px) {
    .ul-newslist-video{padding-top:10px;}
    #video{width: 433px;height: 263px;margin-top:-131.5px;margin-left: -216.5px;}
}
@media only screen and (max-width: 767px) {
    #video .close-video{right: 0;}
}
@media only screen and (max-width: 600px) {
    .ul-newslist-video li{width: auto;float: none;margin-bottom: 0;}
    .ul-newslist-video li p{line-height: 45px;font-size: 15px;}
    #video{width: 300px;height: 200px;margin-top: -100px;margin-left: -150px;}
}
/***pro-list***/
.ul-product-list{
    overflow: hidden;
    margin:0 -8px;
    padding-top: 37px;
}
.ul-product-list li{
    width: 33.333%;
    float: left;
    margin-bottom: 18px;
}
.ul-product-list a{
    display: block;
    overflow: hidden;
    margin:0 8px;
}
.ul-product-list .pic{
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 49%;
}
.ul-product-list .pic img{
       -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.ul-product-list li:hover .pic img{
   -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
.ul-product-list p{
    line-height: 56px;
    text-align: center;
    position: relative;
    bottom: 0;
    background: #fff;
    color: #333;
    font-size: 18px;
}
.ul-product-list  .imgbg-cover{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, .5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.ul-product-list  li:hover .imgbg-cover{
    display: none;
}
.ul-product-list  li .icon{
    width: 59px;
    height: 60px;
    background: url("../images/lookMore-icon-hover.png") 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 */
}
.ul-product-list  li:hover .icon{
    top: 50%;
    margin-top: -30px;
}

@media only screen and (max-width: 1230px) {
.ul-product-list{padding-top: 20px;}
}
@media only screen and (max-width: 767px) {
.ul-product-list li{width: auto;float: none;margin-bottom: 0;}
.ul-product-list p{font-size: 15px;line-height: 45px;}
.ul-product-list{padding-top: 10px;}
}



/**newsinfo***/
.newinfobox{
    overflow: hidden;
    padding-top: 37px;
}
.newinfobox .tt{
    line-height: 32px;
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
}
.newinfobox .tag{
    text-align: center;
    margin-bottom: 40px;
    height: 30px;
    margin-top: 5px;
}
.newinfobox .tag span{
    line-height: 26px;
    margin-right: 20px;
    display: inline-block;
    color: #999;
}
.newinfobox .nescontent p,.newinfobox .nescontent span,.newinfobox .nescontent div{
    line-height: 24px;
    color: #666;
    font-size: 14px;
    font-family: 微软雅黑;
    text-indent: 2em;
    margin-bottom: 10px;
}
.newinfobox .nescontent img{
    max-width: 100%;
    display: block;
    margin: auto;
    vertical-align: middle;
    height:auto;
}
.pagenumber{
    overflow: hidden;
    margin-top: 32px;
}
.pagenumber .fy{
    float: left;
    width: calc(100% - 75px);
}
.pagenumber .fy a{
    display: block;
    line-height: 30px;
    font-size: 14px;
    color:#666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pagenumber .fy a:hover{
    color:#e60619;
}
.pagenumber .return-news-btn{
    display: block;
    float: right;
    width: 65px;
    line-height: 26px;
    border: 1px solid #dadada;
    text-align: center;
    color: #787878;
    margin-top: 8px;
}
@media only screen and (max-width: 1230px) {
    .newinfobox{padding-top: 10px;}
    .newinfobox .tag span{margin-right: 0;}
    .pagenumber{margin-top: 15px;}
}

/***newinfo2***/
.newinfotab{
    overflow: hidden;
}
.ul-newinfotab{
        position: relative;
    height: 38px;
    border: 1px solid #e6e6e6;
    background: #f7f7f7;
}
.ul-newinfotab li{
    float: left;
    cursor: pointer;
    width: 110px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: 1px solid #e6e6e6;
    position: relative;
    top: -1px;
}
.ul-newinfotab li.on{
    border-top-color:  #e60619;
    color:#cc0000;
    background-color: #fff;
    border-bottom-color: #fff;
}
.newzhinfo{
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    padding: 20px;
}
.newzhinfo video,
.newzhinfo embed{
    display: block;
    margin:0 auto;
    width: 900px;
    height: 600px;
}
.newzhinfo img{
     max-width: 100%;
    display: block;
    height: auto;
    margin:0 auto;
}
.newzhinfo p,
.newzhinfo span,
.newzhinfo div{
    line-height: 24px;
    color: #666;
    font-family: 微软雅黑;
    margin-bottom: 10px;
}


/**abnut content honor**/
.introduce{
    line-height: 24px;
    color: #666;
    padding-top: 37px;
}
.introduce img{
    max-width: 100%;
    display: block;
}
.ul-honor1{
    overflow: hidden;
    padding-top: 40px;
    margin:0 -15px;
}
.ul-honor1 li{
    float: left;
    width: 25%;
    margin-bottom: 22px;
}
.ul-honor1 .con{
    margin:0 15px;
}
.ul-honor1 .pic{
    overflow: hidden;
    position: relative;
    padding-top: 146%;
}
.ul-honor1 img{
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
}
.ul-honor2{
    overflow: hidden;
    padding-top: 37px;
    margin:0 -8px;
}
.ul-honor2 li{
    float: left;
    width: 25%;
    margin-bottom: 22px;
}
.ul-honor2 .con{
    background: #e6e6e6;
    margin:0 8px;
}
.ul-honor2 .pic{
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 80%;
}
.ul-honor2 .pic img{
   max-width: calc(100% - 20px);
}

@media only screen and (max-width: 1230px) {
    .ul-honor2,.ul-honor1{padding-top: 10px;}
}
@media only screen and (max-width: 767px) {
    .ul-honor1 li{width: 50%;margin-bottom: 15px;}
    .ul-honor2 li{width: 50%;margin-bottom: 15px;}
    .introduce{padding-top: 15px;}
}
@media only screen and (max-width: 600px) {
  .ul-honor1 .con{margin:0 5px;}
.ul-honor1{margin:0 -15px;}
}
/***fazhanlicheng**/
.ul-fazhan{
    position: relative;
    overflow: hidden;
    margin-top: 37px;

}
.ul-fazhan::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 10px;
    height: 100%;
    width: 2px;
    background: url(../images/dashBg.png) repeat-y;
}
.ul-fazhan li{
    margin-bottom: 100px;
    overflow: hidden;
    position: relative;
}
.ul-fazhan li:last-child{
    margin-bottom: 0;   
}
.ul-fazhan li .txt{
    width:50%;
    padding: 0 20px;
    float: left;
    text-align: right;
    position: relative;
}
.ul-fazhan li .pic{
    width:50%;
    padding: 0 20px;
    float: right;
    height: 100px;
    overflow: hidden;
}
.ul-fazhan li .pic img{

    max-width: 100%;
    height: auto;
}
.ul-fazhan li:nth-child(2n) .pic{
    float: left;
    text-align: right;
}
.ul-fazhan li .img-box img{
    margin-top: 9px;
    max-width: 300px;
}
.ul-fazhan li:nth-child(2n) .txt{
    float: right;
    text-align: left;
}
.ul-fazhan .txt .tit{
    font-size: 24px;
}
.ul-fazhan .txt .desc{
     color: rgb(51, 51, 51);
    font-size: 14px;
    line-height: 30px;
}
.ul-fazhan li .txt::after{
    content:'';
    display: block;
    width: 0;
    height: 0;
    border-right:10px solid #fb434b;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    right: 0;
    top:10px;
    z-index: 1;
}
.ul-fazhan li:nth-child(2n) .txt::after{
    right:auto;
    left:0;
    width: 0;
    height: 0;
    border-right: 0;
    border-left:10px solid #fb434b;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
@media only screen and (max-width: 1500px) {
    .ul-fazhan li{margin-bottom: 70px;}
}
@media only screen and (max-width: 767px) {
    .ul-fazhan li{margin-bottom: 40px;}
}
@media only screen and (max-width: 767px) {
    .ul-fazhan li{margin-bottom: 20px;}
    .ul-fazhan .txt .tit{font-size: 20px;}
}
@media only screen and (max-width:430px) {
    .ul-fazhan li .txt{width: 100%;margin-bottom: 10px;padding: 0;text-align: left;}
    .ul-fazhan li .pic{width: 100%;padding: 0;height: auto;}
    .ul-fazhan::after{display: none;}
    .ul-fazhan li .txt::after{display: none;}
    .ul-fazhan{margin-top: 10px;}
    .ul-fazhan li{margin-bottom: 15px;}
    .ul-fazhan li:last-child{margin-bottom: 0;}
}
/***recruitment***/
.recruitment-box{
    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: url("../images/email-icon.png") no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
}
.star-icon{
    width: 6px;
    height: 6px;
    display: inline-block;
    background: url("../images/star-icon.png") no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 0;
}
.recruitment-box .item .email-box .star-icon{
    left: 32px;
}
.recruitment-box .item .email-box p{
    text-indent: 42px;
    color: #000;
    font-size: 14px;
}
.recruitment-box .item .num {
    color: rgb(102, 102, 102);
    font-size: 14px;
}
@media only screen and (max-width: 1023px) {
.recruitment-box{padding-top: 0;}
}
/***about-content****/
.ul-addlist{
    overflow: hidden;
    padding-top: 37px;
}
.ul-addlist.xsfw li{
    min-height: 230px;
    margin-bottom: 50px;
}
.ul-addlist li{
    width: 33.333%;
    float: left;
    margin-bottom: 20px;
    min-height: 200px;
}
.ul-addlist .tt{
    line-height: 22px;
    margin-bottom: 10px;
    font-size: 14px;
}
.ul-addlist.xsfw p{
    line-height: 22px;
}
.ul-addlist p{
    line-height: 24px;
    color: #666;
}
.ul-addlist a.email-btn{
    width: 70px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background: #e60619;
    display: block;
    margin-top: 15px;
}
@media only screen and (max-width: 1023px) {
.ul-addlist li{width: 50%;}
}
@media only screen and (max-width: 767px) {
.ul-addlist{padding-top: 16px;}
.ul-addlist li{width: auto;float: none;min-height: 100%;}
.ul-addlist li:last-child{margin-bottom: 0;}
}

/***email-pop邮箱弹窗***/
.email-tc{
    width: 889px;
    height: 548px;
    position: fixed;
    top: 50%;
    left: 50%;
    display: block;
    cursor: default;
    background: #fff;
    z-index: 1000;
    border: 1px solid #e6e6e6;
    display: none;
    transform: translate(-50%,-50%);
}
.email-tc .tt{
    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;
    overflow: hidden;
}
.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;
    border: 1px solid #ccc;
    resize:none;
}
.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;
}
.email-tc  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;
}
@media only screen and (max-width: 1023px) {
.email-tc{width: 80%;}
}
@media only screen and (max-width: 767px) {
.email-tc .box .input-box .label{float: none;}
.email-tc .box .input-box.textarea textarea{min-width: 100%;min-height: 100px;}
.email-tc .box .input-box input{width: 100%;}
.email-tc .box .input-box.email input{width: 100%;}
.email-tc .box p{width: 100%;margin-left: 0;padding-top: 10px;}
.email-tc a.email-btn1{width: 100%;margin-left: 0;margin-top: 10px;}
.email-tc{height: auto;padding-bottom: 20px;}
.email-tc .box{padding-top: 0;}
.email-tc .box .input-box{margin-bottom: 0;}
}
@media only screen and (max-width: 490px) {
    .email-icon{position: static;margin-top: 0;}
    .recruitment-box .item .email-box p{text-indent: 0;}
}

/***porlist***/
.ul-prolist1{
    padding-top: 45px;
    overflow: hidden;
}
.ul-prolist1 li{
    min-height: 300px;
    border: 1px solid #e6e6e6;
    margin-bottom: 30px;
}
.ul-prolist1 .pic{
    overflow: hidden;
    width: 67%;
    height: 100%;
    float: left;
    line-height: 298px;
}
.ul-prolist1 .pic img{
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.ul-prolist1 .txt{
    overflow: hidden;
    margin-top: 52px;
    padding: 0 20px;
}
.ul-prolist1 .txt .tt{
    line-height: 46px;
    font-size: 18px;
}
.ul-prolist1 .desc{
    line-height: 24px;
    font-size: 14px;
    color:#333;
}
a.fr{
    font-size: 14px; background: #e60619;color: #fff;padding: 0 10px;line-height: 26px;border-radius: 4px; margin-top: 40px;
}
@media only screen and (max-width: 1230px) {
    .ul-prolist1{padding-top: 30px;}
}
@media only screen and (max-width: 1023px) {
    .ul-prolist1{padding-top: 12px;}
}
@media only screen and (max-width: 767px) {
    .ul-prolist1 li{min-height: 100%;margin-bottom: 15px;}
    .ul-prolist1 .pic{width: auto;float: none;line-height: 40vw;}
    .ul-prolist1 .txt{padding: 20px;margin-top: 0;}
    a.fr{margin-top: 20px;}
}
/***销售与服务***/
.select-box{
    overflow: hidden;
    padding-top: 37px;
}
.sel-top{
    overflow: hidden;
}
.sel-top .tt{
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 5px;
}
.sel-top .w33{
    width: 33.33%;
    float: left;
}
.sel-top .w33 select{
    width: 81%;
}
.sel-top select{
    background: rgba(255,255,255,0);
    border: 1px solid #777777;
    color: #777;
    margin-bottom: 3px;
    height: 36px;
    line-height: 34px;
    margin-bottom: 10px;
}
.sel-top .w60{
    width: 650px;
    overflow: hidden;
}
.sel-top .w60 select{
    width:100%;
}
.sel-info p{
    color: #777777;
    line-height: 22px;
}
a.email-btn{
    width: 70px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background: #e60619;
    display: inline-block;
    margin-top: 15px;
}
.sel-box{
    overflow: hidden;
}
.sel-box .sel-info{
    width: 33.333%;
    float: left;
}
.sel-bom .ul-addlist{
    padding-top: 50px;
}
.sel-bom .ul-addlist li{
    min-height: 100%;
}
.sel-bom .ul-addlist p{
    line-height: 22px;
    color: #777777;
}
.select-box.sty2 .sel-box .sel-info{
    width: 26%;
}
.sel-top .w26{
    width: 26.67%;
    float: left;
    margin-right: 1.5%;
}
.sel-top .w26 select{
    width: 100%;
}
.select-box.sty2 .sel-box {
    min-height: 186px;
}
.select-box.sty2 .sel-info .tt{
    font-size: 14px;
    margin-bottom: 6px;
}
.select-box .title{
    font-size: 14px;
    margin-bottom: 5px;
}
.newlistbox .info-box .addr-box-cate{
    margin-bottom: 50px;
}
.newlistbox  .info-box select{
    width: 93%;
}
@media only screen and (max-width: 1500px) {
.sel-top .w60{width: auto;}
.select-box.sty2 .sel-box .sel-info{width: 33.33%;}
}
@media only screen and (max-width: 1230px) {
.sel-top .w33{width: 26%;}
.sel-info p{font-size: 13px;}

}
@media only screen and (max-width: 1023px) {
.select-box{padding-top: 10px;}
.sel-top .w33{width: auto;float: none;margin-bottom: 10px;}
.sel-top .w33 select{width: 100%;}
.sel-bom .ul-addlist{padding-top: 10px;}
.newlistbox .item{padding-bottom: 20px;}
}
@media only screen and (max-width: 767px) {
.sel-box .sel-info{width: 50%;margin-bottom: 10px;}
a.email-btn{margin-top: 10px;}
.select-box.sty2 .sel-box .sel-info{width: 50%;padding-right: 5px;}
.newlistbox .info-box .addr-box-cate{margin-bottom: 15px;}
.select-box.sty2 .sel-box{min-height: 100%;}
.newlistbox .item{padding-left: 0;padding-right: 0;}
.ul-addlist.xsfw li{min-height: 100%;margin-bottom: 15px;}
.newlistbox .info-box select{width: 100%;}
}
