

/*.bg-banner {*/
/*    background: url('') no-repeat;*/
/*    background-size: cover;*/
/*    height: 300px;*/
/*}*/
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 80px;
    height: 80px;
}
.menu-bg {
    background:#25A2FF;
    height: 62px;

}
.bg-logo{
    max-width: 370px;bottom: 80px;left:-10px
}
@media  (max-width: 1600px) {
    .bg-logo{
        max-width: 260px;bottom: 50px;left:-10px
    }

}
.menu-list {
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    gap:0
}

.menu-item {
    /*background: url('/tyj/xhtml/hngwpro/dist/static/images/index/item-bg.png') no-repeat;*/
    background-size: cover;
    width: 144px;
    height: 62px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    transition: transform 0.1s ease-in-out;
    transform-origin: center;
    -ms-transition: -ms-transform 0.1s ease-in-out; /* IE9+ */
}

.menu-item.selected {
    /*background: url('/tyj/xhtml/hngwpro/dist/static/images/index/item-selected-bg.png') no-repeat;*/
    background-size: cover;

    position: relative;
    transform: scale(1.3);
    transform-origin: 50% 50%;
    -ms-transform: scale(1.3);
    -ms-transform-origin: 50% 50%;
}
 .ieImg{
    top:-17px!important;
}
 .selected .selected-font{
     padding-bottom: 5px;
 }
.menu-item.selected:after{
    content: '';
    display: block !important;
    width: 60px;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.index-content {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 7px;


}
.top-box {
    position: absolute;
    left: 10px;
    bottom: 0;
    padding-top: 17px!important;
}
.top-img {
    position: absolute;
    top: 5px;
    width: 75px;
    z-index: 2;
    left: 37px;
    transform: translateX(-50%);
}
.input-container input {
    border-radius: 0;
}

.input-container select {
    border-radius: 0;
}

.input-container button {
    border-radius: 0;
}

/* For demo */
.slick-slide {
    text-align: center;
    height: 700px;
    line-height: 700px;
    background: #364d79;
    overflow: hidden;
    border-radius: 10px;
}

.custom-slick-arrow {
    width: 50px!important;
    height: 50px!important;
    font-size: 50px!important;
    color: #fff!important;
    background-color: rgba(31, 45, 61, 0.11)!important;
    opacity: 0.3!important;
}

.custom-slick-arrow:before {
    display: none;
}

.custom-slick-arrow:hover {
    opacity: 0.5;
}

.my-dots {
    display: flex !important;
    justify-content: end;
    gap: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    bottom: 40px !important;
    right: 20px;
    z-index: 22;

}

.slick-slide h3 {
    color: #fff;
}

.dot-title {
    background: rgba(7, 76, 180, 0.3);
    padding: 20px;
    font-size: 22px;
    width: 100%;
    color: #fff;
    position: absolute;
    bottom: 0;
    border-radius: 10px;
    font-weight: bold;
}
.left-part {
    width: calc(65% - 10px);
}

.right-part {
    width: calc(35% - 10px);
    border: 1px solid #074CB4;
    box-shadow: 10px 10px 5px #ABDDFE;
}

.left-part-nav {
    padding: 12px 20px;
    flex-wrap:  wrap;
    background-size: cover;
    width: 100%;
}
.left-part-nav-bg{
    background: url('/tyj/xhtml/hngwpro/dist/static/images/index/column-bg.png') no-repeat!important;
}
.nav-title-selected2 {
    background: url("/tyj/xhtml/hngwpro/dist/static/images/index/nav-selected-bg.png") no-repeat;
    color: #fff;
    width: 180px;
    background-size: cover;
}
.nav-title-selected3 {
    background: #005AE2;
    color: #fff;
}
.news-item {
    padding: 13px 0;
    border-bottom: 1px solid #ccc;
}
.news-title:hover{
    color: #005AE2;
}

.menu-selected-color:hover:not(.nav-title-selected2){
    color: #005AE2;
}
.menu-selected-underline:hover{
   text-decoration: underline;
}
.menu-item:hover{
    text-decoration: underline;
}
.button-container {
    border-top: 3px solid #eee;
}

.shenglue{
    overflow: hidden; /* 隐藏超出的文本 */
    text-overflow: ellipsis; /* 超出的部分加上省略号 */
    white-space: nowrap; /* 禁止换行 */
    word-wrap: break-word; /* 自动换行，适用于长单词 */
}

.my-form{
    border: 1px solid #005AE2;
}
.my-form:focus{
    border-color: #005AE2;
    box-shadow: none
}
