.xmt_body{
    width: 1200px;
    height: auto;
    min-height: 730px;
    margin: 0px auto 50px auto;
    background-color: #fff;
    display: grid;
}

.xmtbd_head{
    width: 100%;
    height: 300px;
    margin: 0 auto;
    padding-top: 30px;
}

.head_text{
    width: 1150px;
    height: 240px;
    background:url(bg.png) no-repeat;
    margin-left: 25px;
    
}

.head_text h1{
    font-size: 22px;
    color: #fff;
    line-height: 32px;
    display: inline-block;
    width: 800px;
    margin-top:20px;
    margin-left: 20px;
}

.head_text p{
    width: 800px;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    text-indent: 2rem;
    display: block;
    margin-left: 20px;
    margin-top: 20px;
}

/* 切换 */

.xmtbd_cnt{
    width: 1200px;
    /* height: 465px; */
    height: auto;
}

.xmt_slide{
    width: 1150px;
    /* height: 425px; */
    height: auto;
    margin-left: 25px;
}

.xmt_slide .hd{
    float: left;
    width: 240px;
    /* height: 425px; */
    height: auto;
}

.xmt_slide .hd ul li{
    width: 240px;
    height: 50px;
    background-color: #f5f5f5;
    color: #333333;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
}

.xmt_slide .hd ul li.on{
  
    background-color: #2550a4;
    color: #fff;
    cursor: pointer;
}

.xmt_slide .bd{
    float: left;
    width: 880px;
    /* height: 425px; */
    height: auto;
    margin-left: 30px;
    background-color: #fff;
}


/* 结束 */

.xmt_slide .bd .content{
    float: left;
    width: 880px;
    height: 425px;
}

.xmt_slide .bd .cont_head{
    width: 880px;
    min-height: 165px;
    height: auto;
    background: url(bg3.png);
    background-size: 230%;
    /* background: url(bg2.png) no-repeat; */
}


.xmt_slide .bd .cont_head::after{
    content:".";
    height:0;
    visibility:hidden;
    display:block;
    clear:both;
}

.xmt_slide .bd .cont_lf{
    width: 190px;
    float: left;
    padding-top: 25px;
}

.xmt_slide .bd .cont_lf p{
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 5px;
}


.xmt_slide .imglist{
    width: 680px;
    /* height: 150px; */
    height: auto;
    float: left;
    padding-top: 15px;
    /* overflow: hidden; */
}
.xmt_slide .imglist ul li{
    float: left;
    width: 110px;
    height: 120px;
    margin-right: 20px;
    margin-bottom: 40px;
}

.xmt_slide .imglist ul li img{
    width: 110px;
    height: 110px;
}


.xmt_slide .imglist ul li:hover img{
    transform: scale(1.2);
    margin-bottom: 10px;
}



.xmt_slide .imglist ul li p{
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin-top: 5px;
}

.xmt_slide .bd .cont_bd{
    width: 880px;
    height: auto;
    background-color: #fff;
    margin-top: 10px;
    overflow: hidden;
}


/* 新切换 */

.inxmt{
    float: left;
    width: 880px;
    height: auto;
    /* height: 425px; */
}

.inxmt .inHd ul li{
    cursor: pointer;
    font-size: 14px;
    line-height: 28px;
    display: inline-block;
    width: 160px;
    text-align: left !important;
    line-height: 40px;
    float: left !important;
    margin-right: 20px;
}
.inxmt .inHd ul li.on{
    color: #2550a4 !important;
    font-weight: bold !important;
}


.inxmt .inHd ul li:nth-child(5n){
    margin-right: 0px;
}


