﻿body {
}

.ys-main {
    min-width: 1140px;
    width: 100%;
}

.green, .green:hover {
    color: #1da38b;
}

.ys-bg-green {
    background: #1da38b !important;
    color: #ffffff;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-tb-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.p-t-15 {
    padding-top: 15px;
}

.p-l-15 {
    padding-left: 15px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-tb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

a:hover {
    text-decoration: none;
}

.insertfrm {
    padding: 0px;
    background-color: red;
}

p {
    text-indent: 2rem !important;
    line-height: 200% !important;
}
/*顶部导航栏开始*/
.header .layui-nav {
    padding-left: 0px;
}

    .header .layui-nav .layui-nav-item {
        margin: 0px 20px;
    }

        .header .layui-nav .layui-nav-item:first-child {
            margin-left: 0px;
        }

    .header .layui-nav dl {
        background-color: #1da38b;
        border: 0px;
    }

.layui-nav .layui-nav-child a {
    color: #ffffff;
}

    .layui-nav .layui-nav-child a:hover {
        background-color: #f49d00;
        color: #ffffff;
    }

/*.layui-breadcrumb a ,.layui-breadcrumb a:hover ,.ys-footer-des>li a,.layui-breadcrumb span[lay-separator]{
    color: #ffffff!important;
}*/

.header a, .header a:hover, .ys-footer-des > li a, .header span[lay-separator] {
    color: #ffffff !important;
}
/*顶部导航栏结束*/


/*首页滚动文字开始*/
.notice {
    margin: 0 auto;
    position: relative;
    background: url('/imgs/icon/noticeIco3.gif') no-repeat left center;
    padding-left: 20px;
}

.notice-box {
    overflow: hidden;
}

.animate {
    margin: 10px auto;
    color: #000;
    display: inline-block;
    white-space: nowrap;
    animation: 40s wordsLoop linear infinite normal;
}

    .animate:hover {
        animation-play-state: paused;
        cursor: pointer;
    }

@keyframes wordsLoop {
    0% {
        transform: translateX(200px);
        -webkit-transform: translateX(200px);
    }

    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}

@-webkit-keyframes wordsLoop {
    0% {
        transform: translateX(200px);
        -webkit-transform: translateX(200px);
    }

    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}
/*首页滚动文字结束*/

.ys-footer-des > li {
    line-height: 25px;
    font-size: 14px;
}

.news-height {
    height: 290px;
    overflow: hidden;
}

.news-index-list li {
    border-bottom: 1px dashed darkorange;
    font-size: 14px;
    cursor: pointer;
    /*line-height: 150%;*/
    padding-top: 3px;
    padding-bottom: 3px;
}

    .news-index-list li a {
        color: #000000 !important;
        text-align: justify;
    }

    .news-index-list li:hover {
        background-color: #f17f21;
    }

        .news-index-list li:hover a {
            color: white !important;
        }

.newslist li {
    border-bottom: 1px dashed darkorange;
    line-height: 200%;
    padding-left: 10px;
    padding-right: 10px;
}

.news-lists-title {
    font-size: 16px;
    color: #000000;
    font-weight: bolder;
    line-height: 180%;
}

.new-hover:hover {
    background-color: #f49d00;
}

    .new-hover:hover a {
        color: #ffffff;
    }

.dxigControl_Material td.dxigCtrl {
    padding: 12px 5px;
}

.item, .details {
    font-family: 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
}

.item_text a {
    font-size: 14px;
    color: #eeeeee;
}

.item_email {
    font-size: 12px;
    color: #f17f21;
    cursor: text;
}

/* FullscreenViewerItemTextTemplate */
.details {
    cursor: text;
    margin-bottom: 30px;
}

.details_header {
    color: #ffffff;
    font-size: 22pt;
    margin-bottom: 10px;
}

.details_text {
    color: #a3a3a3;
    font-size: 13pt;
}

.customGallery .dxig-fullscreenViewerTextArea {
    opacity: 1 !important; /* FullscreenViewer - Make the bottom panel non-transparent */
    background-color: #000000;
}

.customGallery .dxig-imageSliderWrapper {
    padding-top: 20px;
    padding-bottom: 155px !important;
}

.skd-tab-card > .layui-tab-title .layui-this {
    background-color: #FFB800;
    color: #ffffff;
}

.scrollText {
    height: 170px;
    overflow: hidden;
}
