html {
    background-color: #14166a;
    box-sizing: border-box;
}

figure {
    margin: 0;
}

.b {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.m {
    width: 1200px;
    margin: 0 auto;
    min-height: 100px;
}

.mb1 {
    margin-bottom: 10px;
}

.m_row {
    display: flex;
    justify-content: space-between;
}

.banner {
    background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
    height: 800px;
    background-position: center;
}

.banner_a {
    width: 1200px;
    height: 800px;
    display: flex;
}

.zj_banner {
    background: url(../images/m5_zj.png) no-repeat;
    background-size: cover;
    height: 300px;
    background-position: center;
}

/* btn */
.btn {
    display: flex;
    justify-content: center;
}

.btn a {
    margin: 0 10px;
    padding: 0 60px;
    border-radius: 100px;
    font-size: 30px;
    color: #121455;
    text-align: center;
    line-height: 78px;
    background: linear-gradient(top, #facd8e, #e19556);
    background: -ms-linear-gradient(top, #facd8e, #e19556);
    background: -webkit-linear-gradient(top, #facd8e, #e19556);
    background: -moz-linear-gradient(top, #facd8e, #e19556);
}

.btn a:hover {
    color: #121455;
}

.m1,
.m2,
.m3,
.m4,
.m5,
.m6 {
    padding: 70px 0;
}

.m2 {
    background: url(../images/m2_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.m4 {
    background: url(../images/m4_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.m5 {
    background: url(../images/m5_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.title_p {
    font-size: 20px;
    line-height: 32px;
    text-indent: 2em;
    color: #cdcdda;
    margin: 25px 0;
}

/* m1 */
.m1_slider {
    width: 1200px;
    border: 1px solid #26297a;
    background-color: #0b115d;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    margin-bottom: 30px;
}

.m1_slider .hd {
    position: absolute;
    bottom: 20px;
    right: 15px;
    z-index: 99;
}

.m1_slider .hd ul {
    display: flex;
}

.m1_slider .hd ul li {
    width: 14px;
    height: 14px;
    background-color: #ccc;
    margin: 5px;
    border-radius: 50%;
    cursor: pointer;
}

.m1_slider .hd ul li.on {
    background: #d4a44b;
}

.m1_slider .bd li {
    position: relative;
    height: 479px;
}

.m1_slider .bd li p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    padding: 10px 20px;
}

.m1_hot {
    display: flex;
}

.m1_hot_ul {
    display: flex;
    margin-left: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.m1_hot_li {
    width: 510px;
    line-height: 48px;
    font-size: 20px;
    color: #cdcdda;
    border: 1px solid #26297a;
    background-color: #0b115d;
    margin-bottom: 5px;
    box-sizing: border-box;
    padding-left: 20px;
    cursor: pointer;
}

.m1_hot_li:hover {
    border: 1px solid #f9c171;
}

.m1_hot_ul a:nth-child(6) li {
    margin-bottom: 0;
}

.m1_hot_ul a:nth-child(5) li {
    margin-bottom: 0;
}

/* m1 end */

/* m2 */
.m2_slider {
    width: 1200px;
}

.m2_slider .hd {
    margin: 25px 0 10px;
}

.m2_slider .hd ul {
    display: flex;
    justify-content: space-between;
}

.m2_slider .hd ul li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 24px 0;
    cursor: pointer;
    background: #141674;
    font-size: 20px;
    line-height: 28px;
    color: #cdcdda;
    text-align: center;
    width: 295px;
    border: 1px solid #26298a;
    box-sizing: border-box;
}

.m2_slider_img {
    width: 100px;
    height: 105px;
    position: absolute;
}

.m2_slider_span {
    flex: 1;
    text-align: left;
    margin-left: 90px;
}

.m2_slider .hd ul li.on {
    box-sizing: content-box;
    border: none;
    color: #121455;
    /* background: #d4a44b; */
    background: linear-gradient(top, #facd8e, #e19556);
    background: -ms-linear-gradient(top, #facd8e, #e19556);
    background: -webkit-linear-gradient(top, #facd8e, #e19556);
    background: -moz-linear-gradient(top, #facd8e, #e19556);

}

.m2_slider .bd li {
    height: 520px;
    position: relative;
}

.m2_slider_cont {
    width: 467px;
    position: absolute;
    top: 80px;
    left: 125px;
    color: #fff;
}

.m2_slider_cont h3 {
    font-size: 32px;
    color: #f9c171;
    margin: 10px 0;
    line-height: 1;
}

.m2_slider_cont p {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
}

.m2_slider_cont .m2_slider_p {
    font-size: 18px;
    margin-top: 10px;
}

.m2_slider_cont .m2_slider_p span {
    color: #f9c171;
}

/* m2end */

/* m3 */
.m3_slider {
    width: 1200px;
    margin-bottom: 40px;
}

.m3_slider .hd {
    margin: 25px 0 10px;
}

.m3_slider .hd ul {
    display: flex;
    justify-content: space-between;
}

.m3_slider .hd ul li {
    padding: 15px 0;
    cursor: pointer;
    background: #141674;
    font-size: 20px;
    line-height: 30px;
    color: #cdcdda;
    text-align: center;
    width: 235px;
    border: 1px solid #26298a;
    box-sizing: border-box;
}

.m3_slider .hd ul li .p1 {
    font-size: 28px;
}

.m3_slider .hd ul li.on {
    box-sizing: content-box;
    border: none;
    color: #121455;
    /* background: #d4a44b; */
    background: linear-gradient(top, #facd8e, #e19556);
    background: -ms-linear-gradient(top, #facd8e, #e19556);
    background: -webkit-linear-gradient(top, #facd8e, #e19556);
    background: -moz-linear-gradient(top, #facd8e, #e19556);
}

.m3_slider .bd li {
    border: 1px solid #26298a;
    background-color: #141674;
    padding: 20px 15px;
    display: flex;
}

.m3_slider_c {
    width: 440px;
}

.m3_slider_c p {
    font-size: 24px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}

.m3_slider_c_r {
    flex: 1;
    margin-left: 30px;
}

.m3_r_head {
    padding: 15px 0;
    border-bottom: 1px dashed #2e2572;
}

.m3_r_head span {
    font-size: 32px;
    color: #fff;
}

.m3_r_head a {
    font-size: 24px;
    line-height: 42px;
    background-color: #f9c171;
    color: #0b115d;
    padding: 0 20px;
    border-radius: 50px;
}

.m3_r_head a:hover {
    color: #0b115d;
}

.m3_r_p {
    padding: 15px 0;
    font-size: 20px;
    line-height: 32px;
    color: #cccccc;
}

.m3_r_p span {
    color: #fff;
}

.m3_r_p a {
    color: #d4a44b;
}

.m3_r_p a:hover {
    color: #d4a44b;
}

.m3_r_food {
    margin-top: 20px;
}

.m3_r_food p {
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}

/* m3end */

/* m4 */

.m4_figure {
    margin: 25px 0 30px;
}

.m4_figure li {
    width: 360px;
    padding: 10px;
    position: relative;
    border: 1px solid #26298a;
}

.m4_figure li h3 {
    margin-top: 10px;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    padding: 10px 0;
    color: #f9c171;
    border-bottom: 1px solid #26298a;
    text-align: center;
}

.m4_figure li p{
    font-size: 20px;
    line-height: 30px;
    color: #cdcdda;
    margin: 15px 0;
}

.m4_figure li .btn a {
    margin-bottom: 30px;
    padding: 0 50px;
    font-size: 26px;
    line-height: 60px;
}

.m4_figure li img{
    position: relative;
    z-index: 9;
}

.m4_figure .block{
    width: 14px;
    height: 14px;
    background-color: #26298a;
    position: absolute;
}

.m4_figure .block:nth-child(1){
    left: 0;
    top: 0;
}

.m4_figure .block:nth-child(2){
    right: 0;
    top: 0;
}

.m4_figure .block:nth-child(3){
    left: 0;
    bottom: 0;
}

.m4_figure .block:nth-child(4){
    right: 0;
    bottom: 0;
}

.m4_slider {
    width: 100%;
    overflow: hidden;
}

.m4_slider .bd {
    width: 1200px;
}

.m4_slider ul li {
    float: left;
    height: 160px;
    cursor: pointer;
}

.m4_slider ul li img {
    opacity: 0.5;
    transition: all ease-in-out .3s;
}

.m4_slider ul li:hover img {
    opacity: 1;
}

/* m4end */

/* m5 */
.m5_slider {
    width: 100%;
    overflow: hidden;
}

.m5_slider .bd {
    width: 1920px;
}

.m5_slider ul li {
    float: left;
    height: 190px;
    cursor: pointer;
    position: relative;
}

.m5_slider ul li p {
    opacity: 0;
    position: absolute;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.m5_slider ul li img {
    opacity: 0.5;
    transition: all ease-in-out .3s;
}

.m5_slider ul li:hover img {
    opacity: 1;
}

.m5_slider ul li:hover p {
    opacity: 1;
    transition: all ease-in-out .3s;
}

/* m5end */
/* m6 */

.m6_slider {
    width: 1200px;
    margin-bottom: 40px;
}

.m6_slider .hd {
    margin-bottom: 10px;
}

.m6_slider .hd ul {
    display: flex;
    justify-content: space-between;
}

.m6_slider .hd ul li {
    padding: 12px 0;
    cursor: pointer;
    background: #141674;
    font-size: 24px;
    line-height: 30px;
    color: #cdcdda;
    text-align: center;
    width: 295px;
    border: 1px solid #26298a;
    box-sizing: border-box;
}

.m6_slider .hd ul li .p1 {
    font-size: 30px;
    font-weight: 600;
}

.m6_slider .hd ul li.on {
    box-sizing: content-box;
    border: none;
    color: #121455;
    /* background: #d4a44b; */
    background: linear-gradient(top, #facd8e, #e19556);
    background: -ms-linear-gradient(top, #facd8e, #e19556);
    background: -webkit-linear-gradient(top, #facd8e, #e19556);
    background: -moz-linear-gradient(top, #facd8e, #e19556);
}

.m6_slider .bd li {
    height: 506px;
}

/* m6end */