.bannerx {
    width: 100%;
    height: auto;
    position: relative;
}
.bannerx .menux {
    width: 100%;
    height: 70px;
    background-color: rgb(1,73,145);
}
.bannerx .menux ul {
    width: auto;
    text-align: center;
    margin: 0 auto;
}
.bannerx .menux ul li {
    height: 70px;
    line-height: 70px;
    text-align: center;
    padding: 0 3%;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.slidex {
    width: 100%;
    height: calc(100% - 70px);
}
.infox {
    width: 100%;
    height: calc(100% - 70px);
    position: absolute;
    left: 0;
    top: 70px;
    z-index: 999;
}
.infox {
    color: #fff;
    text-shadow: 3px 3px 5px #040404;
}
.infox h1 {
    font-size: 48px;
    text-align: center;
    margin: 0 auto;
    padding-top: 100px;
}
.infox h2 {
    text-align: center;
    font-size: 26px;
    width: 60%;
    margin: 0 auto;
}
.infox h3 {
    text-align: center;
    font-size: 16px;
    width: 100%;
    margin: 0 auto;
    bottom: 30px;
    position: absolute;
}

.snav {
    width: 100%;
    height: 38px;
    text-align: center;
    background-color: rgb(137,137,137);
}
.snav ul {
    width: 1200px;
    display: block;
    margin: 0 auto;
    padding: 0;
}
.snav ul li {
    float: left;
    width: auto;
    height: 38px;
    line-height: 38px;
    padding:0 20px;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.snav ul li:nth-child(1){
    margin-left: 200px;
}
.xcon {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    font-size: 0px;
}

.xcon .xmenu {
    width: 200px;
    min-height: 200px;
    height: auto;
    box-shadow: 0px 5px 10px #e8e8e8;
    display: inline-block;
    vertical-align: top;
	margin-left: -5px;
}

.xcon .xmenu ul li {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    padding-left: 10px;
    border-bottom: 1px solid rgb(199, 217, 232);
    cursor: pointer;
    transition: 0.25s;
}

.xcon .xmenu ul li .mena {
    display: block;
    width: 96%;
    height: 30px;
    line-height: 30px;
    margin: 5px 0px;
    box-sizing: border-box;
    border-radius: 3px;
    text-align: center;
    background-color: rgb(239,130,0);
    box-shadow: 0px 0px 3px rgb(239,130,0);
    color: rgb(223 225 226);
    font-weight: bold;
}

.xcon .xmenu ul li .menb {
    display: block;
    width: 96%;
    height: 30px;
    line-height: 30px;
    margin: 5px 0px;
    box-sizing: border-box;
    border-radius: 3px;
    text-align: center;
    background-color: rgb(195,13,35);
    box-shadow: 0px 0px 3px rgb(195,13,35);
    color: rgb(223 225 226);
    font-weight: bold;
}

.xcon .xmenu ul .tit {
    color: rgb(1,73,145);
    font-size: 18px;
    font-weight: bold;
    line-height: 52px;
    height: 52px;
    border-top: 3px solid rgb(1,73,145);
}

.xcon .xmenu ul .tit2 {
    color: rgb(1,73,145);
    font-size: 14px;
    font-weight: bold;
    line-height: 52px;
    height: 52px;
    
}

.xcon .xmenu ul .time {
    height: 120px;
    font-size: 12px;
    line-height: 30px;

}

.xcon .xbod {
    display: inline-block;
    width: 980px;
    margin-left: 0px;
    height: auto;
    vertical-align: top;
    box-shadow: 0px 0px 1px #ccc;
}