/*
 * # High-Pa Web
 * Copyright 2024 high-pa company
 */


body {
    background-color: #fff;
}
.main.container {
    margin-top: 2em;
    margin-bottom: 2em;
}
/*
 * # main framwork
 * Copyright 2024 high-pa company
 */
.main.title_bar{
    background-color:#000;
    height: 36px;
    width: 100%;
    line-height: 36px;
}
.main.title_bar ui.bottom.attached.message a{
    color: #0ea432;
}
.main.menu {
    background-color: #00288f;
    margin: 0em 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    transition:
    box-shadow 0.5s ease,
    padding 0.5s ease;
}
.main.menu .item.logo{
    padding-left: 0em;
}
.main.menu .item.connect{
    padding-left: 0.2em;
    padding-right: 0.1em;
    font-size: 1.2em;
    color:green;
}
.overlay {
    float: left;
    margin: 1em 3em 1em 1em;
}
.overlay .menu {
    position: relative;
    left: 0;
    transition: left 0.5s ease;
}
.main.menu.fixed {
    background-color: #fff;
    /*border: 1px solid #DDD;*/
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}
.overlay.fixed .menu {
    left: 800px;
}
.main.search_bar{
    background-color: #00288f;
    padding-top: 1px;
    min-height: 70px;
    line-height: 70px;
}
.main.search_bar.key_text{
    color:#fff;
    float: left;
    font-size: 1.3em;
}
.main.search_bar.search_input{
    font-size: 1em;
    width: 280px;
    float: right;
}

.ui.footer.segment {
    margin: 5em 0em 0em;
    padding: 2em 0em;
    background-color:RGB(0,47,167);
}
.ui.bottom_bar.segment{
    margin: 0em 0em 0em;
    padding: 0em 0em;
    background-color:#000;
    width: 100%;
    height: 50px;
    line-height: 50px;
}
.ui.bottom_bar.segment a{
    color:#fff;
}

/*
 * # index.html
 * Copyright 2024 high-pa company
 */
.ui.carousel.segment{
    padding-top: 2em;
    width: 100%; /* 或者指定宽度 */
    height: 460px; /* 或者指定高度 */
    background-image: url('/images/bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ui.standproduct.segment{
    margin-top:1.5em ;
    height: 560px;
    width: 100%;
    line-height: 80px;
}
.ui.solutions.segment{
    height: 400px;
    width: 100%;
}

.ui.mainbody.segment{
    padding-top: 2em;
    width: 100%; /* 或者指定宽度 */
    height: 300px; /* 或者指定高度
    background-image: url('/images/bg.jpg');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}