@charset "utf-8";


html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
img {
    max-width: 100%;
}

body {
    width: 100%;
    min-height: 100%;
    background: #F9F9F9 !important;
    font:14px -apple-system,"Microsoft YaHei", Helvetica,sans-serif !important;
}

a {
    text-decoration: none;
}

/*RQ 专用绿色 */
.layui-font-green  {color:#3D9A3D !important;}
.layui-bg-green  {background-color:#3D9A3D !important;}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #D6D6D6;
    font-size: 14px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #D6D6D6;
    font-size: 14px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #666;
    font-size: 14px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #D6D6D6;
    font-size: 14px;
}

table tr td {
    vertical-align: middle;
}


/*网页内容区域最大宽度*/

.Jy-global-max-width {
    max-width: 1300px;
    padding: 0 30px;
    margin: 0 auto;
}

@media screen and (max-width: 1100px) {
    .Jy-global-max-width {
        padding: 0 15px;
    }
}


/*元素旋转*/

.Jy-rotate-0 {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.Jy-rotate-45 {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.Jy-rotate-re45 {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}


/*图表大小设置*/

.Jy-background-rule {
    background: center center;
    background-size: cover;
}


/*文字对其*/

.txt-rt {
    text-align: right;
}

.txt-lt {
    text-align: left;
}

.txt-center {
    text-align: center;
}


/*浮动方向*/

.float-rt {
    float: right;
}

.float-lt {
    float: left;
}

.bd {
    border: 1px solid red;
}


/*文字溢出省略号*/

.Jy-text-hide {
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}


/*文字换行*/

.Jy-AllNewLine {
    word-break: break-all;
    word-wrap: break-word;
}


/*分页样式*/

.Jy-Pages {
    padding: 15px 0;
}

.Jy-Pages .Jy-countbox {
    color: #666;
    margin-bottom: 10px;
}

.Jy-Pages .current,
.Jy-Pages a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #D6D6D6;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #666;
    border-radius: 2px;
}

.Jy-Pages .current {
    background: #5CB85C;
    border: 1px solid #5CB85C;
    color: #fff !important;
}

.Jy-Pages a:hover,
.Jy-Pages span:hover {
    background: #5CB85C;
    border: 1px solid #5CB85C;
    color: #fff !important;
}

.pagesBottom {
    height: 30px;
}

.Jy-Pages i {
    font-size: 12px;
    color: #666;
}


/*隐藏元素*/

.Jy-none {
    display: none;
}


/*没有列表*/

.Jy-tableMark {
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #F6F6F6;
    color: #666;
}


/*表单框架*/

.Jy-form-table {
    width: 100%;
    max-width: 800px;
}

.Jy-form-table tr td {
    padding: 10px 0;
    vertical-align: middle;
}

.Jy-form-table tr td label {
    display: block;
    white-space: nowrap;
    padding-right: 15px
}

.Jy-form-table tr td:first-child {
    text-align: right;
    padding-right: 10px;
    width: 40px;
}

.Jy-form-table tr td .layui-form-checkbox {
    margin: 5px 5px 5px 0;
}

.Jy-form-table tr:last-child td:first-child {
    padding: 0;
}

.Jy-form-table tr td .layui-input,
.Jy-form-table tr td .layui-form-select {
    max-width: 450px;
}

.Jy-form-table tr td .layui-form-switch {
    margin-top: 0;
}

@media screen and (max-width: 450px) {
    .Jy-form-table tr td {
        display: block;
    }
}


/*弹框样式*/

.Jy-Dalog-cont {
    min-width: 270px;
    padding: 20px 30px 15px;
}

.layui-layer-btn .layui-layer-btn0 {
    background: #3D9A3D !important;
    border: 1px solid #3D9A3D !important;
}


/*自定义弹框*/

.Jy-alert-mark-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999998;
    display: none;
}

.Jy-alert-main-mark {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    display: none;
}

.Jy-alert-main-mark table {
    width: 100%;
    height: 100%;
}

.Jy-alert-main-mark table tr td {
    color: #fff;
}

.Jy-alert-main-mark table tr td .Jy-alert-container {
    max-width: 270px;
    padding: 15px;
    margin: 0 auto;
}

.Jy-alert-main-mark table tr td .Jy-alert-container .Jy-info-main {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0px 8px rgba(0, 0, 0, .2);
    transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
}

.Jy-alert-hide-remove {
    transform: scale(0.6, 0.6);
    -webkit-transform: scale(0.6, 0.6);
    -moz-transform: scale(0.6, 0.6);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.Jy-alert-main-mark table tr td .Jy-alert-container .Jy-info-main .Jy-top-closebunt {
    text-align: right;
    color: #999;
    padding: 10px;
}

.Jy-alert-main-mark table tr td .Jy-alert-container .Jy-info-main .Jy-top-closebunt span {
    cursor: pointer;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    display: inline-block;
    width: 20px;
    line-height: 20px;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
}

.Jy-alert-main-mark table tr td .Jy-alert-container .Jy-info-main .Jy-top-closebunt span:hover {
    background: #5CB85C;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.Jy-alert-main-mark table tr td .Jy-alert-container .Jy-info-main .Jy-top-closebunt span:hover>i {
    color: #fff;
}

.Jy-alert-main-mark table tr td .Jy-alert-container .Jy-info-main .Jy-info-text {
    color: #333;
    padding: 10px 20px 30px;
    text-align: center;
}

.Jy-alert-main-mark table tr td .Jy-alert-container .Jy-info-main .Jy-info-butn {
    text-align: center;
    padding-bottom: 15px;
}

.Jy-alert-main-mark table tr td .Jy-alert-container .Jy-info-main .Jy-info-butn button {
    display: block;
    width: 90px;
    background: #fff;
    border: 1px solid #fff;
    border: 1px solid #DBDBDB;
    color: #333;
    padding: 6px 10px;
    cursor: pointer;
    margin: auto;
    border-radius: 4px;
}

.Jy-alert-main-mark table tr td .Jy-alert-container .Jy-info-main .Jy-info-butn button:hover {
    background: #5CB85C;
    border: 1px solid #5CB85C;
    color: #fff;
}


/*修改layui样式*/

.layui-btn {
    background-color: #3D9A3D;
}
.layui-btn-primary  {background-color:#fff !important;}
.layui-btn-primary:hover { border-color: #5CB85C !important;}

.layui-elem-quote {
    background-color: #EAFCEA;
    border: 0px;
    text-align: center;
    color: #5CB85C;
    border-radius: 2px;
}


/*海报样式*/

.Jy-rotation-banner {
    margin-bottom: 25px;
}

.Jy-rotation-banner .swiper-container {
    border-radius: 10px;
    overflow: hidden;
}

.Jy-rotation-banner .swiper-container .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%;
}

.Jy-rotation-banner .swiper-container .swiper-button-prev,
.Jy-rotation-banner .swiper-container .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.Jy-rotation-banner .swiper-container .swiper-button-prev {
    margin-left: 30px;
    background: url('/Public/Home/Images/Index/ic_left.png') center center no-repeat rgba(0, 0, 0, .3);
    background: image-set(url('/Public/Home/Images/Index/ic_left@2x.png') 2x, url('/Public/Home/Images/Index/ic_left@3x.png') 3x);
    background-position: center  center;
    background-repeat: no-repeat;
}

.Jy-rotation-banner .swiper-container .swiper-button-next {
    margin-right: 30px;
    background: url('/Public/Home/Images/Index/ic_right.png') center center no-repeat rgba(0, 0, 0, .3);
    background: image-set(url('/Public/Home/Images/Index/ic_right@2x.png') 2x, url('/Public/Home/Images/Index/ic_right@3x.png') 3x);
    background-position: center  center;
    background-repeat: no-repeat;
}

.Jy-rotation-banner .swiper-container .Jy-swiper-all-butn {
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

.Jy-rotation-banner .swiper-container .Jy-swiper-all-butn:hover {
    background-color: #262626;
}

.Jy-rotation-banner .swiper-container .swiper-pagination-bullet-active {
    background: #5CB85C;
}


/*海报-自适应*/

@media screen and (max-width: 1100px) {
    .Jy-rotation-banner {
        padding: 0 !important;
        margin-top: 0 !important;
    }
    .Jy-rotation-banner .swiper-container {
        border-radius: 0;
    }
    .Jy-rotation-banner .swiper-button-next,
    .Jy-rotation-banner .swiper-button-prev {
        display: none;
    }
}


/*文章列表*/

.Jy-more-article {
    margin: 0 -10px;
}

.Jy-more-article .Jy-more-item {
    float: left;
    width: 25%;
}

.Jy-more-article .Jy-more-item:first-child {
    width: 75%;
}

.Jy-more-article .Jy-more-item .Jy-more-main {
    margin: 0 10px 20px;
    padding: 20px;
    background: #fff;
}

.Jy-more-article .Jy-morelist-box {
    display: block;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #fff;
}

.Jy-more-article .Jy-morelist-box:hover {
    text-decoration: none !important;
}


.Jy-more-article .Jy-morelist-box:hover>.Jy-listbox-item h6 {
    color: #5CB85C;
}

.Jy-more-article .Jy-morelist-box .Jy-listbox-img {
    float: left;
    width: 168px;
    height: 168px;
    margin-right: 20px;
    background: #3D9A3D center center no-repeat;
    background-size: cover;
}

.Jy-more-article .Jy-morelist-box .Jy-listbox-item h6 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.Jy-more-article .Jy-morelist-box .Jy-listbox-item p {
    font-size: 14px;
    margin-bottom: 56px;
    color: #6D7278;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.Jy-more-article .Jy-morelist-box .Jy-listbox-item .Jy-listbox-mark span {
    font-size: 14px;
    color: #999;
    margin-right: 30px;
}

.Jy-more-article .Jy-morelist-box .Jy-listbox-item .Jy-listbox-mark span:last-child {
    margin-right: 0;
}

.Jy-more-article .Jy-morelist-box .Jy-listbox-item .Jy-listbox-mark span i {
    font-style: normal;
}

.Jy-more-article .Jy-morelist-box .Jy-listbox-item .Jy-listbox-mark .Jy-arti-tag {
    display: inline-block;
    margin: 5px;
    color: #5CB85C;
    border-radius: 5px;
}


/*查询相关文章*/

.Jy-seek-article-box {
    margin-bottom: 20px;
}

.Jy-seek-article-box .Jy-seek-item {
    float: left;
    width: 20%;
}

.Jy-seek-article-box .Jy-seek-input {
    float: left;
    width: 80%;
}

.Jy-seek-article-box .Jy-seek-input div {
    border: 1px solid #E5E5E5;
    border-right: 0px;
    overflow: hidden;
    background: #fff;
}

.Jy-seek-article-box .Jy-seek-input input {
    width: 100%;
    height: 33px;
    border: 0px;
    padding: 0 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

.Jy-seek-article-box .Jy-seek-item .Jy-submit-butn,
.Jy-seek-article-box .Jy-seek-item button {
    width: 100%;
    background: #5CB85C;
    color: #fff;
    border: 0;
    height: 35px;
}

.Jy-seek-article-box .Jy-seek-item .Jy-submit-butn:hover,
.Jy-seek-article-box .Jy-seek-item button:hover {
    background: #71D171;
    cursor: pointer;
}


/*最新文章*/

.Jy-sider-article {
    margin-bottom: 40px;
}

.Jy-sider-article .Jy-sider-item:hover {
    text-decoration: none;
}

.Jy-sider-article:last-child {
    margin-bottom: 0;
}

.Jy-sider-article .Jy-sider-main-title {
    font-size: 24px;
    color: #36771D;
    margin-bottom: 20px;
}

.Jy-sider-article .Jy-sider-item {
    display: block;
    margin-bottom: 10px;
}

.Jy-sider-article .Jy-sider-item .Jy-sider-img {
    float: left;
    width: 72px;
    height: 72px;
    background: #3D9A3D center center no-repeat;
    background-size: cover;
    margin-right: 10px;
}

.Jy-sider-article .Jy-sider-item .Jy-sider-article-title {
    display: table-cell;
}

.Jy-sider-article .Jy-sider-item .Jy-sider-article-title h6 {
    font-size: 16px;
    margin-bottom: 15px;
}

.Jy-sider-article .Jy-sider-item .Jy-sider-article-title h6:hover {
    color: #5CB85C;
}

.Jy-sider-article .Jy-sider-item .Jy-sider-article-title p {
    color: #999;
}

.Jy-sider-marklist li {
    float: left;
}

.Jy-sider-marklist li a {
    display: block;
    background: #E5E5E5;
    border-radius: 5px;
    cursor: pointer;
    height: 28px;
    line-height: 28px;
    margin: 5px;
    padding: 0 10px;
}

.Jy-sider-marklist a:hover {
    background: #5CB85C;
    color: #fff;
}


/*文章详情*/

.Jy-article-info-box {
    background: #fff;
}

.Jy-article-info-box h1 {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}

.Jy-article-info-box .Jy-info-marklist {
    margin-bottom: 15px;
}

.Jy-article-info-box .Jy-info-marklist a {
    float: left;
    display: block;
    padding: 5px 7px;
    background: #5CB85C;
    color: #fff;
    margin-right: 10px;
    border-radius: 5px;
    font-size: 12px;
}

.Jy-article-info-box .Jy-info-marklist a:last-child {
    margin-right: 0;
}

.Jy-article-info-box .Jy-article-author {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #EEEEEE;
}

.Jy-article-info-box .Jy-article-author span {
    float: left;
    color: #999;
    margin-right: 20px;
}

.Jy-article-info-box .Jy-article-author span i {
    font-style: normal;
}

.Jy-side-author .Jy-author-name {
    margin-bottom: 10px;
    display: block;
}

.Jy-side-author .Jy-author-name a {
    float: left;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: center center no-repeat;
    background-size: cover;
    overflow: hidden;
    border: 2px solid #71D171;
}

.Jy-side-author .Jy-author-name span {
    max-width: 140px;
    float: left;
    font-size: 18px;
    height: 60px;
    color: #333;
}

.Jy-side-author .Jy-author-name span button {
    display: block;
    font-size: 14px;
    color: #333;
    background-color: #71D171;
    color: #fff;
    border: 0;
    padding: 2px 10px;
    border-radius: 4px;
    margin-top: 5px;
    cursor: pointer;
}

.Jy-side-author .Jy-author-name span .Jy-attention {
    background-color: #e8e8e8;
    color: #333;
}

.Jy-side-author .Jy-author-name span button:hover {
    opacity: 0.8;
}

.Jy-side-author .Jy-author-intro p {
    word-break: break-all;
}
.Jy-side-author .Jy-author-intro {
    color: #666;
    word-break: break-all;
}


/*专业文章*/

.Jy-lead-article {
    margin: 0 -10px 20px;
}

.Jy-lead-article .Jy-lead-item {
    float: left;
    width: 25%;
}

.Jy-lead-article .Jy-lead-item a {
    display: block;
    height: 170px;
    margin: 0 10px 20px;
    background: #3D9A3D center top no-repeat;
    background-size: cover;
    position: relative;
}

.Jy-lead-article .Jy-lead-item a .Jy-article-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .7);
}

.Jy-lead-article .Jy-lead-item a .Jy-article-title span {
    display: block;
    padding: 15px;
    color: #fff;
    transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
}

.Jy-lead-article .Jy-lead-item a:hover>.Jy-article-title span {
    background: #3D9A3D;
    padding: 30px 15px;
}

.Jy-lead-article .Jy-lead-item:first-child {
    width: 50%;
}

.Jy-lead-article .Jy-lead-item:first-child a {
    height: 360px;
}

@media screen and (max-width: 1100px) {
    .Jy-lead-article .Jy-lead-item {
        float: left;
        width: 50%;
    }
    .Jy-lead-article .Jy-lead-item:first-child {
        width: 100%;
    }
    .Jy-more-article .Jy-morelist-box .Jy-listbox-img {
        width: 100px;
        height: 100px;
    }
    .Jy-more-article .Jy-more-item {
        width: 100% !important;
    }
    .Jy-more-article .Jy-morelist-box .Jy-listbox-item p {
        margin-bottom: 20px;
    }
    .Jy-sider-article-container .Jy-sider-article {
        float: left;
        width: 50%;
    }
}

@media screen and (max-width: 700px) {
    .Jy-lead-article .Jy-lead-item {
        float: left;
        width: 100%;
    }
    .Jy-lead-article .Jy-lead-item:first-child {
        width: 100%;
    }
    .Jy-lead-article .Jy-lead-item a {
        height: 200px !important;
        margin-bottom: 10px;
    }
    .Jy-sider-article-container .Jy-sider-article {
        float: left;
        width: 100%;
    }
}


/*设置会员资料*/

.Jy-set-profile-container {
    max-width: 500px;
    margin: 40px auto;
    padding: 15px;
}

.Jy-set-profile-container .Jy-profile-main {
    background: #fff;
    padding: 40px 30px;
    border-radius: 5px;
    box-shadow: 0 0 8px 0 rgba(166, 166, 166, .3);
}

.Jy-set-profile-container .Jy-profile-main .Jy-profile-title {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

.Jy-set-profile-container .Jy-profile-main .Jy-profile-title i {
    font-size: 24px;
    display: inline-block;
    margin-right: 5px;
}

.Jy-set-profile-container .Jy-profile-main button {
    display: block;
    width: 100%;
    font-size: 16px;
}


/*自适应*/

@media screen and (max-width: 500px) {
    .Jy-set-profile-container .Jy-profile-main {
        padding: 15px;
    }
    .Jy-set-profile-container .Jy-no-cont {
        padding: 0;
    }
}