body{
    width: 100%;
}
/* 清除浮动 */
.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;
    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;
}
/* 导航结束 */
/* ----------------------- */
.box_content{
    background: rgb(11, 14, 33);
    width: 100%;
}
.box_content_nav{
    background:rgb(0, 13, 58);
    height: 55px;
    border-top: 1px solid #244b90;
    border-bottom: 1px solid #244b90;
    box-shadow: 0px -3px 10px #244b90;
}
.box_content_nav_list{
    width: 1500px;
    margin: 0 auto;
    display: flex;
    height: 100%;
    align-items: center;
}
.BlocbActive{
    background: #2884FF !important;
}
.Nav_list_nav{
    height: 100%;
    width: 460px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    cursor: pointer;
}
.box_content_nav_list img{
    margin-top: 3px;
    cursor: pointer;
    margin-right: 15px;
}
.box_container{
    width: 1500px;
    margin: 0 auto;
    /* background: url(../images/d2.png);
    height: 270px;
    background-size: 100% 100%; */
    position: relative;
}
.container_nav{
    font-size: 25px;
    color: #0866af;
}
.container_blcok{
    background: url(../images/d2.png) no-repeat;
    height: 300px;
    background-size: 100% 100%;
    width: 100%;
    background-position: 0px -65px;
   position: absolute;
   top: 50px;
   left: 0px;
}
.container_nav ul{
    display: flex;
    cursor: pointer;
}
#url1 li{
    /*width: 293px;*/
    width: 17%;
    height: 55px;
    line-height: 65px;
    text-align: center;
}

#url2 li{
    /*width: 293px;*/
    width: 20%;
    height: 55px;
    line-height: 65px;
    text-align: center;
}

.activeLi{
     background: url(../images/d1.png) no-repeat;
     background-size: 100% 100%;
    background-position: 4px 7px;
    font-size: 28px;
    border: px solid #0b0e21; 
    color:#00beff;
}
.container_nav2 ul li{
    width: 365px;
}
/* ----------------------- */
/* 底部 */

.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;
}
/* 底部结束 */

@media screen and (max-width:1400px){
    body{
        width: 1400px;
    }
    .headerBox,.NavList,.programmeBody{
        width: 1200px;
    }
}