body{
    min-width: 1200px;
    width: 100%;
    overflow: auto;
}
.banner_bg{
    min-width: 1200px;
    width: 100%;
    height: 300px;
    position: relative;
    z-index: 0;
    margin-top: -10px;
}
.news_bg{
    background: url(../../../img/front/home/news.jpg) no-repeat center center;
    background-size: cover;
}
.contactUs_bg{
    background: url(../../../img/front/home/contactUs.jpg) no-repeat center center;
    background-size: cover;
}
.about_us_bg{
    background: url(../../../img/front/home/about_us.jpg) no-repeat center center;
    background-size: cover;
}
.join_bg{
    background: url(../../../img/front/home/join_bg.jpg) no-repeat center center;
    background-size: cover;
}
.news_center{
    position: absolute;
    top: 100px;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    text-align: center;

}
.news_tit_Z{
    font-weight: bold;
    font-size: 40px;   color: #fff;
}
.line{
    height: 1px;
    width: 70px;
    background: #fff;
    margin: 15px auto;
}
.news_tit_E{
    font-size: 20px;   color: #fff;
}
.news{
    background: #fff;
    padding: 50px 0;
}
.newList {
    display: flex;
    padding: 30px 0;
    border-top: 1px solid #DDD;
}

.news_content {
    display: flex;
    width: calc(100% - 165px);
}

.leftTime {
    width: 100px;
    position: relative;
}

.newTime {
    display: block;
    color: #999;
    font-size: 22px;
    font-weight: normal;
    margin: 0px 0 30px;
    transition: all .5s ease;
}
.year{    position: absolute;
    top: 66px;
    left: 0;font-size: 22px;
    font-weight: normal;    transition: all .5s ease;
    color: #0067ac;}
.jian_tou{
    transition: all .6s;
    -webkit-transition: all .6s;
    background: #0067ac;
    background-size: 71px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-right: 0px;
    display: block;
    position: absolute;
    bottom: 15px;
    right: 0;
}
.jian_text{
    z-index: 1;
    position: absolute;
    bottom: 15px;
    right: 0;
    width: 20px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin-right: 5px;
    background: url(../../../img/front/home/data_02.png) no-repeat center center;
    background-size: contain;
}
.newList:hover .jian_tou {
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.rightC {
    position: relative;
    width: calc(100% - 100px);
    transition: all .5s ease;
    padding: 0 30px 0 60px;
}

.rightC::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 1rem;
    display: block;
    width: 40px;
    height: 1px;
    background: #aaa;
    transition: all .5s ease;
}
.rightC.join::before {
    left: 10px;
}

.newTitle {
    margin-bottom: 30px;
}

.newTitleLink {
    transition: all .5s ease;
}

.newTitleLink {
    display: block;
    width: 100%;
    font-size: 20px !important;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newList:hover .rightC {
    padding-left: 80px;
}
.newList:hover .rightC::before {
    width: 60px;
}
.newMs {
    line-height: 24px;
    height: 48px;
    font-size: 16px;
    overflow: hidden;
    color: #999;
    transition: 600ms;
}

.newPicBox {
    width: 210px;
    height: 110px;
}

.newPicLink {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.newPic {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all .5s ease;
}
.newPicBox:hover .newPic {
    transform: scale(1.1);
}

/*详情*/
.detail_all{background: #fff;
    position: relative;
    padding: 30px 50px;
    min-height: 620px;
    border-radius: 3px;
}
.detail_tit{
    color: #000;
    width: 100%;
    overflow: hidden;white-space: normal;text-overflow: ellipsis;
    text-align: center;
    font-size: 25px;
    margin-bottom: 25px;
    margin-top:10px;
    line-height: 40px;}
.detail_tip {
    line-height: 40px;
    color: #666;
    font-size: 15px;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    height: 40px;
}
.detail_tip input {
    width: 13px;
    height: 13px;
    border: #999 1px solid;
    vertical-align: middle;
    cursor: pointer;
}
.detail_content{       padding: 20px 0px;
    overflow: hidden;
    font-size: 17px;
    line-height: 30px;}
.detail_content p,.detail_content span{
    background-color: transparent!important;}
/*附件下载*/
.adjunct{        line-height: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #f7f7f7;
    padding: 5px;
    border-radius: 5px;}
.adjunct .adjunct_name{
    width: 35px;
    height: 70px;
    background: url(../../img/index/adjunct_bg.png) no-repeat;
    float: left;
    color: #d10610;
    font-weight: bold;
}
.adjunct .adjunct_list{
    padding: 5px;
    float: left;width: 88%}
.adjunct .adjunct_list a{  color: #9e9e9e;
    display: block;
    font-size: 16px;
    line-height: 30px;}
.adjunct .adjunct_list a:hover{color:#d10610}


/*分类*/
.inNav_TT a{
    display:inline-block;min-width:150px;line-height:45px;font-size:16px;color:#333;position:relative;
    transition:all .6s;box-sizing:border-box;padding:0 20px;background:#eee;margin:0 20px;text-align: center;
}
.inNav_TT a:before, .inNav_TT a:after{content:"";display:block;position:absolute;top:0;transition:all .6s;}
.inNav_TT a:before{border-bottom:45px solid #eee;border-left:20px solid transparent;right:100%;}
.inNav_TT a:after{border-top:45px solid #eee;border-right:20px solid transparent;left:100%;}
.inNav_TT a.act,.inNav_TT a:hover{color:#fff;background:#0067ac;}
.inNav_TT a.act:before,.inNav_TT a:hover:before{border-bottom-color:#0067ac;}
.inNav_TT a.act:after,.inNav_TT a:hover:after{border-top-color:#0067ac;}

/*联系我们*/
.contact_us{
    padding: 50px 0;
    background: #fafafa;
}
.contact_us ul{
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_us ul li{
   text-align: center;
    font-size: 16px;
    line-height: 50px;
    border-right: 1px solid #ddd;
    width: 25%;
}
.contact_us ul li:last-child{border-right: 0}
.contact_us ul li img{
    width: 100px;
    height: 100px;
}
.contact_us ul li h3{
    font-weight: bold;font-size: 18px;
}

/*荣誉资质*/
.certification{
    background: #fff;
    padding: 20px 0 20px 0;
}
.certification ul li{
    float: left;
    width: 280px;
    height: 400px;
    margin-right: 2%;
}
.certification ul li:nth-child(4n){margin-right: 0}
.certification ul li a {
    position: relative;
}
.certification ul li .certification_img {
    width: 220px;
    height: 200px;
    margin: 0 auto;
    position: relative;
    top: 35px;
    transition:all 0.5s linear;
}
.certification ul li .certification_img:hover{
    top: 25px;
}
.certification ul li .certification_img img{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9
}
.certification ul li .certification_text {
    height: 22px;
    line-height: 32px;
    /*text-overflow: ellipsis;*/
   /* white-space: nowrap;*/
    /*overflow: hidden;*/
    text-align: center;
}
.h-bg{
    width: 100%;
    margin: 0 auto;
}
.open_img{
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
}
#urlImg{
    position: fixed;
    top: 10%;
    left: 0;
    right: 0;
    height:70%;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    z-index: 99999;
    box-shadow: 0 0 15px 3px #8c8c8c;
    border: 1px solid #dadada;
}
#close_img{
    position: absolute;
    top: 82%;
    right: 0;
    left:  0;
    margin: 0 auto;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #989898;
    color: #fff;
    font-size: 40px;
    border-radius: 50%;
    transition: all 0.5s linear;
    transform: rotate(45deg);
    cursor: pointer;
}
#close_img:hover{
    background: #fff;
    color: #ff9000;
}
/*企业位置地图*/
.map_location{
    font-size: 26px;
    color: #0980ef;
    line-height: 35px;
    margin-bottom: 20px;
}
.map_location span{
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 16px;
    color: #dbdbdb;
    line-height: 25px;}