/* 清除浮动 */
.clearfix{
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.zoomImg{
    transform: scale(1);
    transition: transform 0.5s;
}
.zoomImg:hover{
    transform: scale(1.2)
} 
/* 头部开始 */
.headerBox{
    width: 1300px !important;
    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;
}
/* 导航结束 */
/* 方案开始 */
.programmeBody{
    width: 1300px;
    margin: 0 auto;
}
.programme_item{
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    margin-bottom: 55px;
    box-shadow: 0px 0px 0px #d6d6d6;
    transition: box-shadow 0.5s;
    height: 450px;
}
.programme_item img{
    height: 88%;
}
.programme_item:hover{
    box-shadow:10px 10px 10px #d6d6d6;
}
.programme_left{
    width: 50%;
    overflow: hidden;
}
.programme_right{
    width: 46%;
    height: auto;
}
.programme_title{
    font-size: 29px;
    color: #000;
    font-weight: 500;
    margin-top: 70px;
}
.programme_text{
    color: #595959;   
    font-size: 16px;
    margin-top: 30px;
    /*line-height:24px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}




.liaojieqingkuang{
    width: 105px;
    height: 33px;
    color: #595959;
    border: 1px solid #595959;
    text-align: center;
    line-height: 33px;
    font-size: 16px;
    margin-top: 77px;
}
.programme_item:hover .programme_title{
    color: #0d41bb;
}
.programme_item:hover .liaojieqingkuang{
    color: #0d41bb;
    border: 1px solid #0d41bb;
}
.programmeImg{
    transform: scale(1);
    transition: transform 0.5s;
}
.programme_item:hover .programmeImg{
    transform: scale(1.1)
}
/* 方案结束 */

.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;
}
/* 底部结束 */
body{
    width: 100%;
}
@media screen and (max-width:1400px){
    body{
        width: 1400px;
    }
    .headerBox,.NavList,.programmeBody{
        width: 1200px;
    }
}
@media screen and (max-width:1450px){
    body,.swiperBody,.NavBody{
        width: 1423px;
    }
    .headerBox,.NavList,.programmeBody{
        width: 1100px;
    }
}
.swiperBody{
    margin-top:183px;
}