.banner-swiper-body .bnnaer-index-img {
    height: auto;
    width: 100%;
}

.section {
    padding-top: 60px;
    box-sizing: border-box;
}

.title-msg2 h2 {
     font-size: 24px;
    font-weight: bold;
}

.title-msg2 div {
     font-size: 18px;
     font-weight: bold;
     margin-top: 20px;
}


/*.title-msg2 div {
width: 20px;
height: 4px;
background: #2A63FF;
border-radius: 0px 0px 0px 0px;
}
*/

.underline-text {
  display: inline; /* 确保文字在同一行显示 */
  border-bottom: 4px solid #2A63FF; /* 在文字下方添加黑色横线 */
  padding-bottom: 2px;/* 可选，增加一些底部空间以使横线看起来更美观 */
}

.msg-wrap {
    line-height: 2;
    margin-top: 20px;
    color: #666;        
    }

.menu-list
{
    width: 100%;
    overflow: hidden;
}



.layout>li.col {
    float: left;
}
.layout>li.cm3 {
    width: 25%;
}

.sc-intr {
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sc-intr img {
    width: 90%;
}

/* 视频显示 */
.vlayout
{
    width: 100%;
}

.vlayout>li.col {
    float: left;
}
.vlayout>li.cm3 {
    width: 33%;
}

.v-intr{
    display: flex;
    margin: 10px;
    align-items: center;
    justify-content: center;
}

.footer-list{
    display: flex;
    align-items: center;
    justify-content: center;
}

.box {
	text-align: center;
}



.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.boxed {
/*    background: #fff;
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    margin-bottom: 30px;
    position: relative;*/
}

/* Main Menu */
/*-----------------------------------*/

/* Level 0 */
.menu {z-index: 1000;margin-top: 20px;}
.ie8 .menu {filter:none;}  /* IE8 understands dropdown feature only without gradient */
.menu a:hover, .menu a.hover {color: #fff !important;}

.menu li {position: relative;}
.menu > li {
    float: left;
    width: 16.666666666666664%;
/*    border-top: 3px solid #4bb4e8;*/
}
.menu > li:hover, .menu > li.hover {border-top-color: #9cd70e; z-index: 1;}




.menu > li > a {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: grey;
    text-align: center;
    text-transform: uppercase;
    line-height: 18px;
    padding: 15px 0px;
    margin: 5px;
/*    border-top: 2px solid #3484bd;
    border-left: 1px solid #4b9cce;
    border-right: 1px solid #1e86b5;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.menu a.active {
color: #fff; /* 点亮的文字颜色 */
font-weight: bold; /* 加粗文字 */
background: linear-gradient( 180deg, #BEE6FF 0%, #2A63FF 100%);
box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
border-radius: 4px 4px 4px 4px;
}
.menu a.active i {
    background: url(../img/icon/a_home.png) 0 0 no-repeat;
}


.menu a.active2 {
color: #fff; /* 点亮的文字颜色 */
font-weight: bold; /* 加粗文字 */
background: linear-gradient( 180deg, #BEE6FF 0%, #2A63FF 100%);
box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
border-radius: 4px 4px 4px 4px;
}
.menu a.active2 i {
    background: url(../img/icon/a_info.png) 0 0 no-repeat;
}

.menu a.active3 {
color: #fff; /* 点亮的文字颜色 */
font-weight: bold; /* 加粗文字 */
background: linear-gradient( 180deg, #BEE6FF 0%, #2A63FF 100%);
box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
border-radius: 4px 4px 4px 4px;
}
.menu a.active3 i {
    background: url(../img/icon/a_join.png) 0 0 no-repeat;
}


.menu a.active4 {
color: #fff; /* 点亮的文字颜色 */
font-weight: bold; /* 加粗文字 */
background: linear-gradient( 180deg, #BEE6FF 0%, #2A63FF 100%);
box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
border-radius: 4px 4px 4px 4px;
}
.menu a.active4 i {
    background: url(../img/icon/a_contact.png) 0 0 no-repeat;
}

.menu a.active5 {
color: #fff; /* 点亮的文字颜色 */
font-weight: bold; /* 加粗文字 */
background: linear-gradient( 180deg, #BEE6FF 0%, #2A63FF 100%);
box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
border-radius: 4px 4px 4px 4px;
}
.menu a.active5 i {
    background: url(../img/icon/a_down.png) 0 0 no-repeat;
}


.menu a.active6 {
color: #fff; /* 点亮的文字颜色 */
font-weight: bold; /* 加粗文字 */
background: linear-gradient( 180deg, #BEE6FF 0%, #2A63FF 100%);
box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
border-radius: 4px 4px 4px 4px;
}
.menu a.active6 i {
    background: url(../img/icon/a_show.png) 0 0 no-repeat;
}


.menu > li:hover > a,
.menu > li.hover > a {
background: linear-gradient( 180deg, #BEE6FF 0%, #2A63FF 100%);
box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
border-radius: 4px 4px 4px 4px;
}

/*.menu-icon {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 13px;
    background: url(../img/icon/home.png) 0 0 no-repeat;
}
*/
/*@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    .menu-icon {
        background-image: url(../img/icon/menu-icons-x2.png);
        background-size: 60px auto;
    }
}*/

.menu-icon-1 {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 13px;
    background: url(../img/icon/home.png) 0 0 no-repeat;
}


.menu-icon-2 {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 13px;
    background: url(../img/icon/info.png) 0 0 no-repeat;
}


.menu-icon-3 {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 13px;
    background: url(../img/icon/join.png) 0 0 no-repeat;
}
.menu-icon-4 {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 13px;
    background: url(../img/icon/contact.png) 0 0 no-repeat;
}
.menu-icon-5 {
        display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 13px;
    background: url(../img/icon/down.png) 0 0 no-repeat;
}
.menu-icon-6 {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 13px;
    background: url(../img/icon/show.png) 0 0 no-repeat;
}

.menu > li:hover > a .menu-icon-1, .menu > li.hover > a .menu-icon-1 {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 13px;
    background: url(../img/icon/a_home.png) 0 0 no-repeat;
}
.menu > li:hover > a .menu-icon-2, .menu > li.hover > a .menu-icon-2 {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 13px;
    background: url(../img/icon/a_info.png) 0 0 no-repeat;
}
.menu > li:hover > a .menu-icon-3, .menu > li.hover > a .menu-icon-3 {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 13px;
    background: url(../img/icon/a_join.png) 0 0 no-repeat; 
}
.menu > li:hover > a .menu-icon-4, .menu > li.hover > a .menu-icon-4 {
        display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 13px;
    background: url(../img/icon/a_contact.png) 0 0 no-repeat;
}
.menu > li:hover > a .menu-icon-5, .menu > li.hover > a .menu-icon-5 {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 13px;
    background: url(../img/icon/a_down.png) 0 0 no-repeat;
}
.menu > li:hover > a .menu-icon-6, .menu > li.hover > a .menu-icon-6 {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 13px;
    background: url(../img/icon/a_show.png) 0 0 no-repeat;
}

