html {
    font-size: 16px;
    font-family: '思源黑体',微软雅黑, serif;
}

#website-nav [role=button]{
    color: #333;
}

#website-nav [role=button]:hover{
    color: #0067b9;
}
.navbar-nav{
    width: 60%;
}

#website-nav li{
    padding: 0 15px;
    width: 20%;
    text-align: center;
}
@media (min-width: 1800px) {
    #website-nav .container{
        width: 1600px;
    }
}

/*下拉导航*/
.dropdown:hover .dropdown-menu {
    display: block;
}

/*自定义菜单皮肤*/
.custom-menu-skin{
    /*box-shadow: none!important;*/
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175)!important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)!important;
    pointer-events: auto;
}


.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    text-decoration: underline;
    background-color: white;
}

.custom-menu{
    display: none;
    max-width: 1100px;
    height: auto;
}

.common-info-banner{
    background-color: white;
}

.carousel-caption{
    top: 18%;
}

/**通用页中banner*/
.common-info-banner .b-content {
    height: 215px;
    display: flex;
    flex-direction: column;
    justify-content: center
}
.back-top{
    position: fixed;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    display: none;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    background-color: yellow;
}

.att-desc{
    cursor: pointer;
}

.common-info-banner h2 {
    color: #A9A9A9!important;
    font-size: 16px!important;
}

#web-bottom{
    color: #fff;
    font-size: 14px;
    background-color: rgba(0, 94, 156, 1);
    width: 100%;
    min-height: 460px;
    display: flex;
    align-items: center;
    padding-left: 5%;
    box-sizing: border-box;
}

#web-bottom .form-group{
    margin-right: 0;
}

#web-bottom a:hover,
#web-bottom a:focus{
    color: #fff!important;
}

footer {
    color: #fff;
    font-size: 14px;
}

.table-head{
    background-color: #0067b9!important;
    color: white;
    font-size: 16px;
}

.ali-center {
    display: flex;
    align-content: center;
    justify-content: center;
}

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

.top-nav-wrap {
    display: flex;
    justify-content: space-evenly;
}

.top-nav {
    .top-nav-a1 {
        color: #fff;
        font-size: 16px;
        margin-bottom: 12px;
    }
}

.top-nav-a2 {
    line-height: 42px;
    color: rgb(255 255 255 / 76%);
}

.footer-sub-hides {
    display: flex;
    flex-direction: column;
    margin-top: 12px;
}

.form-control {
    border: none;
    border-bottom: 1px solid white;
    border-radius: 0;
    background-color: transparent;
}

.custom-btn-submit {
    background-color: transparent;
    width: 100px;
    color: #fff;
    border-radius: 0;
}

.m-input {
    color: #fff;
}

.m-input::placeholder {
    color: rgb(255 255 255 / 56%);
}

input::placeholder {
    color: red;
    font-size: 12px;
}

.product-title-ad {
    height: 45px;
    display: flex;
    align-items: center;
}

.copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid;
    height: 80px;
    background-color: rgba(0, 94, 156, 1);
}

.barge-img {
    width: 24px;
    height: 24px;
}


.web-link {
    color: #fff !important;
}

.p_addCart{
    width: 24px;
    height: 24px;
}

.mouseBtn{
    width: 24px;
    height: 24px;
    background-color: #0067b9;
    cursor: pointer;
}

.col-img{
    background-color: #fff;
}

h1.text-center{
    font-weight: bold;
}

.concat-us{
    width: 100%;
    background-image: url("../img/herui/jnyjy.png");
    height: 440px;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 16px;
}

.concat-way{
    height: 40px;
}

hr.white-line {
    border: 0;
    height: 1px;
    background-color: white;
    width: 100%;
}

.white-line{
    height: 2px;
    width: 250px;
    border-bottom: 1px solid white;
}

.right-icon{
    background-color: white;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px
}

/*视频*/
#my_video{
    width: 100%;
    height: auto;
    max-width: 1000px;
}

@media (min-width: 1800px) {
    .rotate-bg {
        width: 900px;
        height: 900px;
    }
}

@media (min-width: 1650px) and (max-width: 1899px) {
    .rotate-bg {
        width: 700px;
        height: 700px;
    }
}

@media (min-width: 1400px) and (max-width: 1649px) {
    .rotate-bg {
        width: 600px;
        height: 600px;
    }
}

@media (max-width: 1399px) {
    .rotate-bg {
        width: 550px;
        height: 550px;
    }
}

.rotate-bg{
    top: 5%;
    left: 28%;
    /*width: 600px;*/
    /*height: 600px;*/
    /*background-image: url("../img/herui/旋转圆.png");*/
    /*background-size: 100% 100%;*/
    background-size: cover;
    background-repeat: no-repeat;
    animation: animate 12s linear infinite;
    animation-duration: 12s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: animate;
}

@keyframes animate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.navNameLink{
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    color: #0167b9!important;
}
.ej_box{
    font-size: 14px;
    line-height: 1.42857143;
    color: #595959;
    font-family: 'SourceHanSans-Normal', serif !important;
    list-style: none;
    list-style-type: none;
    box-sizing: border-box;
    animation-fill-mode: both;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    display: block;
    justify-content: center;
    padding: 20px 40px;
}

.zxcp .sj_box {
    display: block;
    /*padding: 10px 0;*/
    background: #fff;
}

.sj_wall {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.ej_con {
    width: 100%;
}

.sj_con {
    display: flex;
    align-items: flex-start;
    width: 25%;
    float: left;
    padding: 10px 0;
}

.sjlink {
    font-weight: bold !important;
    color: #000;
    width: 100%;
}

#ckl {
    width: 100%;
}

.righttxt a {
    display: flex;
    line-height: 28px;
    font-size: 14px;
    float: left;
    width: 100%;
    color: #333;
    font-weight: 400;
}

.ej_con {
    width: 100%;
}

.search-area{
    display: none;
}

.solution_img_1{
    width: 100%;
    height: 100%;
    background-image: url("../img/herui/电力能源_sol.png");
}
.solution_img_2{
    width: 100%;
    height: 100%;
    background-image: url("../img/herui/健康科技_sol.png");
}
.solution_img_3{
    width: 100%;
    height: 100%;
    background-image: url("../img/herui/生产制造_sol.png");
}
.solution_img_4{
    width: 100%;
    height: 100%;
    background-image: url("../img/herui/水利资源_sol.png");
}
.solution_img_5{
    width: 100%;
    height: 100%;
    background-image: url("../img/herui/交通运输_sol.png");
}

.img-group{
    width: 100%;
    height: 100%;
}
#message-dialog{
    width: 500px;
    height: 560px;
    padding: 35px 30px 25px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
#message-dialog .form-item{
    height: 46px;
    border-radius: 10px;
    border: 1px solid #DCDBDB;
    display: flex;
}
#message-dialog .star{
    width: 5%;
    display: flex;
    color: red;
    align-items: center;
    justify-content: flex-end;
}
#message-dialog input{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding-left: 10px;
}
#message-dialog button{
    background-image: linear-gradient(to right, #0067B9,#00A3E1);
    transition: 0.3s;
    border: none;
}
#message-dialog button:hover{
    background-image: linear-gradient(to left, #0067B9,#00A3E1);
}
.input-wrap{
    width: 90%;
}
.input-wrap input::placeholder{
    color: #797979;
}

.get-manual-btn{
    border-radius: 83px;
    padding-left: 20px;
    padding-right: 20px;
    background-image: linear-gradient(to right, #0067B9,#00A3E1);
    transition: 0.3s;
    border: none;
}
.get-manual-btn:hover {
    background-image: linear-gradient(to left, #0067B9,#00A3E1);
}
.related-products .col-md-3 img {
    /*height: 282px;*/
    width: 100%;
    object-fit: contain;
}
.related-products img:hover{
    box-shadow: 5px 4px 18px -3px rgba(0,0,0,0.25);
}
.consult-link{
    display: inline-flex;
    align-items: center;
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration-color: #FFD700!important;
    text-decoration-thickness: 1px!important;
    text-underline-offset: 3px!important;
}
.consult-link img{
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.consult-link span{
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
/* 悬停效果 */
.consult-link:hover img {
    transform: translateX(60px);
}

.consult-link:hover span {
    transform: translateX(-60px);
}
.annulus-container {
    position: relative;
    width: 45%;
    height: 700px;
    text-align: center;
}
.annulus-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.foreground-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.navbar-custom{
    /*background-color: white;*/
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.navbar{
    margin-bottom: 10px;
}

.jjfn-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.case-row{
    background-color: #F7F7F7;
}
.case-row .col-md-6{
    padding-left: 0;
    padding-right: 0;
}
.flex-align-baseline {
    display: flex;
    align-items: baseline;
}
.case-title-blue {
    color: #0067B9;
}
.case-label {
    color: #727272;
}

.case-config-wrapper {
    margin-top: 5%;
}
.case-row p{
    font-size: 1.2em;
}

@media (min-width: 768px) {
    .jjfn-container {
        width:750px
    }
}

@media (min-width: 992px) {
    .jjfn-container {
        width:970px
    }
}

@media (min-width: 1200px) {
    .jjfn-container {
        width:1060px
    }
}

@media (min-width: 1500px) {
    .jjfn-container {
        width:1260px
    }
}
.jjfn-title{
    font-weight: 700;
}
@media (min-width: 1800px) {
    .jjfn-container {
        width: 1554px;
    }
    .jjfn-title{
        font-size: 30px;
    }
}


#custom-msg .col-md-6{
    padding: 0 0;
    background-color: white;
}
@media (min-width: 992px) {
    #custom-msg .col-md-6 {
        width: 49%;
    }
}
.custom-btn{
    padding: 1%;
    border-radius: 86px;
    background-image: linear-gradient(to right, #0067B9,#00A3E1);
    color: white;
    border: none;
    transition: 0.3s;
}
.custom-btn:hover {
    background-image: linear-gradient(to left, #0067B9,#00A3E1);
}

input,
textarea{
    padding-bottom: 12px;
    padding-top: 12px;
    width: 99%;
    border: none;
}
input::placeholder,
textarea::placeholder{
    color: #797979;
}
input:focus-visible,
textarea:focus-visible{
    outline: none;
    box-shadow: none;
}
.required-star{
    color: red;
    padding-bottom: 12px;
    padding-top: 12px;
    padding-left: 10px;
    border-radius: 10px 0 0 10px;
}
#custom-msg .row{
    margin-top: 12px;
    border-radius: 10px;
}
.leftpic{
    padding-left: 5px;
}

#floating-nav.floating-nav.navbar-hide {
    transform: translateY(-100%);
    box-shadow: none!important;
}

#floating-nav [role=button]{
    color: #333;
}

#floating-nav [role=button]:hover{
    color: #0067b9;
}

#floating-nav li{
    padding: 0 15px;
    width: 20%;
    text-align: center;
}
@media (min-width: 1800px) {
    #floating-nav .container{
        width: 1600px;
    }
}









