.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;
    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;
}
.header_block{
    position:fixed;
    top:0px;
    left:0px;
    z-index:20;
    background:#fff;
    width:100%;
}
.boxshadow{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
/* 头部结束 */
/* 导航开始 */
.NavActive{
    color: #0039c0 !important;
}
.NavBody{
    width: 100%;
    border-top:1px solid #adadad;
    border-bottom: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;
}

/* 内容开始 */
.contackBody{
    width: 1300px;
    margin: 0 auto;
    box-sizing: border-box;
}
.contackList{
    margin-top: 80px;
    display:flex;
    box-sizing: border-box;
    text-align: center;
}
.contackItem{
    width: 433px;
    height: 260px;
    padding-top: 40px;
    box-sizing: border-box;
}
.contackIcon{
    margin: 0 auto;
}
.contackIcon1{
    width: 60px;
    height: 65px;
    background: url(../images/ldd.png);
    background-repeat: no-repeat;
}
.contackIcon2{
    width: 38px;
    height: 65px;
    background: url(../images/icon.png);
    background-repeat: no-repeat;
}
.contackIcon3{
    width: 45px;
    height: 40px;
    background: url(../images/www.png);
    background-repeat: no-repeat;
}
.contackP{
    color: #6a6a6a;
    font-size: 17px;
}
.heng{
    color: #6a6a6a;
}
.contackPP{
    color:#6a6a6a;
    margin-top: 10px;
    font-size: 16px;
}
.contackItem:hover{
    background: url(../images/bg5.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.contackItem:hover .contackIcon1{
    background: url(../images/ddddd.png);
    width: 60px;
    height: 65px;
    background-repeat: no-repeat;
}
.contackItem:hover .contackIcon2{
    background: url(../images/bdd.png);
    width: 38px;
    height: 65px;
    background-repeat: no-repeat;
}
.contackItem:hover .contackIcon3{
    background: url(../images/bww.png);
    width: 45px;
    height: 40px;
    background-repeat: no-repeat;
}
.contackItem:hover .heng{
    color:#fff;
}
.contackItem:hover .contackP{
    color:#fff;
}
.contackItem:hover .contackPP{
    color:#fff;
}
.contackText{
    text-align: center;
    margin-top: 40px;
}
.contackText p:nth-child(1){
    color: #6a6a6a;
    font-size: 40px;
}
.contackText p:nth-child(2){
    color: #6a6a6a;
    font-size: 18px;
}
.contackInput{
    width: 100%;
    background: #f8f8f8;
    padding: 30px 30px 20px 30px;
    box-sizing: border-box;
    position: relative;
}

.contackInput input{
    border: none;
    color: #6a6a6a;
}
.sendBtn{
    width: 210px;
    height: 47px;
    background: #2884ff;
    color:#fff;
    text-align: center;
    line-height: 47px;
    margin: 20px auto;
    cursor: pointer;
}
.contackModule{
    width: 540px;
    height: 250px;
    border: 1px solid #DBDBDB;
    background: #fff;
    position: absolute;
    top: -100px;
    left: 50%;
    margin-left: -240px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.moduleText{
    width: 250px;
}
.moduleText p:nth-child(1){
    font-size: 30px;
    color: #000;
    margin-bottom: 10px;
}
.moduleText p:nth-child(2){
    font-size: 14px;
    color: #909090;
}
.returnBtn{
    font-size: 14px;
    color: #909090;
    text-align: center;
    width: 130px;
    height: 40px;
    line-height: 40px;
    border:1px solid #DBDBDB; 
    cursor: pointer;
    margin-top: 30px;
}
.contackMap{
    margin: 40px 0px;
}
.mapBody{
    width: 100%;
    height: 570px;
    overflow: hidden;
    box-sizing: border-box;
}
/* 内容结束 */

.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,.contackBody{
        width: 1200px;
    }
}
@media screen and (max-width:1300px){
    body{
        width: 1300px;
    }
    .headerBox,.NavList,.contackBody{
        width: 1100px;
    }
} 
