
.clearfix{
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.zoomImg{
    transform: scale(1);
    transition: transform 0.5s;
}
.zoomImg:hover{
    transform: scale(1.2)
}
/* t头部 */
.headerBox{
    width: 1300px;
    height: 130px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.headerBox_rightBox{
    margin-right: 43px;
}
.headerBox_rightBox,.headerBox_rightBox div{
    display: flex;
    align-items: center;
}
.headerBox_rightBox div:nth-child(1){
    margin-right: 30px;
}
.headerBox_rightBox div img{
    width: 25px;
    height: 25px;
    margin-right: 13px;
}
.headerBox_rightBox div p{
    font-size: 20px;
    color: #0d41bb;
    font-weight: 900;
}
.language ul,.headerBox_right{
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.language ul li{
    text-align: center;
    font-size: 16px;
    color: #595959;
    padding: 0px !important;
    margin: 0px !important;
    height: 18px !important;
    line-height: 18px !important;
    cursor: pointer;
}
/* 头部结束 */
/* 导航开始 */
.NavActive{
    color: #0039c0 !important;
}
.NavBody{
    width: 100%;
    border-top:1px solid #adadad;
}
.NavList{
    width: 1300px;
    margin: 0 auto;
    height:50px;
    box-sizing: border-box;
}
.NavList ul {
    display: flex;
    justify-content: space-between;
    font-size:18px; 
    line-height: 50px;
}
.NavList ul a{
    color:#1a1c1d;  
}
.NavList ul a:hover{
    color: #0039c0;
}
/* 导航结束 */
/* 新闻咨询  */
.newsActive{
    background: #0d41bb !important;
    color: #fff !important;
}
.news_body{
    width: 1300px;
    margin: 0 auto;
}
.newsTitle{
    width: 570px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.newsNavList{
    cursor: pointer;
    width: 135px;
    height: 41px;
    font-size: 22px;
    color: #000000;
    border: 1px solid #0d41bb;
    text-align: center;
    line-height: 41px;
    transition: background 0.5s,color 0.5s;
}
.newsNavList a{
    color:#000000
}
.newsActive.newsNavList a{
    color:#fff !important;
}

.newsNavList a:hover{
    color:#fff
}
.newsNavList:hover{
    background: #0d41bb !important;
    color: #fff !important;
}
.news_container{
    margin-top: 80px;
    margin-bottom: 60px;
}
.newsItem{
    display: flex;
    margin-bottom: 80px;
    cursor: pointer;
}
.newsImg{
    transform: scale(1);
    transition: transform 0.5s;
}
.newsItem:hover .newsImg{
    transform: scale(1.1)
}
.newsItem:hover .newsContent{
    color: #565758 !important;
}
.newsItem:hover .newsDate{
    color: #565758 !important;
}
.newsItem_left{
    width: 20%;
    margin-right: 70px;
    overflow: hidden;
}
.newsItem_right{
    width: 70%;
    padding: 13px 0px;
    box-sizing: border-box;
}
.newsDate{
    color: #9e9e9e;
    font-size: 16px;
    text-align: right;
    margin-top: 3px;
}
.news_Title{
    color: #565758;
    font-size: 21px;
    font-weight: 900;
   border-bottom:1px solid #e7e7e7;
    padding-bottom: 20px;
}

.news_Title a{
    color: #565758;
    font-size: 21px;
    font-weight: 900;
    border-bottom:1px solid #e7e7e7;
    padding-bottom: 20px;
}

.newsContent{
    margin-top: 20px;
    color: #9d9d9d;
    font-size: 14px;
}
.paging ul{
    display: flex;
   
    margin: 0 auto;
}
.paging ul{
    width: 15%;
    margin: 0 auto;
}
.pagingActive,.active a{
    background: #666666; 
    color: #fff;
    text-align: center; 
    border-radius:50%;
    /*padding: 4px 10px;*/
    padding: 3px 11px 3px 11px;
}
.pagingActive2{
    background: #666666; 
    color: #fff;
    text-align: center; 
    border-radius:30px; 
    padding: 2px 15px;
}
.paging ul li{
    margin-right: 25px;
    text-align: center;
    font-size: 16px; 
    white-space: nowrap;
}
/*  新闻咨询结束  */
/* 底部 */

.zixun{
    width: 100%; 
}
.zixunBtn{
    width: 175px;
    height: 45px;
    border: 1px solid #fff;
    margin-top: 15px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    float: right;
    margin-right: 13px;
}
/*.phone{
    text-align: right;
    font-size: 32px;
    color: #fff;
    font-style: italic;
    font-weight: 900;
}*/
.yqA p{
    font-size: 15px;
    color: #fff;
}
.yqA{
    padding-top: 50px;
}
.yqA p a{
    font-size: 15px;
    color: #fff;
    margin-left: 15px; 
}
.banquan p{
    font-size: 15px;
    color: #fff;
    margin-top: 10px;
}
/* 底部结束 */