@charset "utf-8";

/* 初始化-start */
body {
    color: #333;
    font-size: 16px;
    font-family: "microsoft yahei", "\5fae\8f6f\96c5\9ed1", "微软雅黑";
    min-width: 1440px;
    background:  no-repeat top center;
    background-size: 1920px 452px;
}
html{
    min-width: 1440px;
}
a,
a:hover {
    color: inherit;
    text-decoration: none;
}

a.a-link,
a.a-link:hover {
    text-decoration: underline;
}

@media (min-width: 1440px) {
    .container {
        max-width: 1240px;
    }
}

.p-w-1200 {
    width: 1200px;
    margin: 0 auto;
}

.p-w-1280 {
    width: 1280px;
    margin: 0 auto;
}

.p-w-1300 {
    width: 1300px;
    margin: 0 auto;
}

.p-w-1400 {
    width: 1400px;
    margin: 0 auto;
}

.odd-overhidden {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

.show {
    display: block !important;
}

.li-row::after,
.p-w-1200::after,
.p-w-1280::after,
.p-w-1300::after,
.clearfix::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0;
}

.li-row,
.p-w-1280,
.clearfix {
    zoom: 1;
}

.li-row,
.li-inline-block {
    padding: 0;
    margin: 0;
    list-style: none;
}

.li-row>li {
    float: left;
}

.li-inline-block>li {
    display: inline-block;
}

.un-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.un-select:active {
    cursor: not-allowed
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-40 {
    margin-top: 40px;
}

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

/* 工具类样式-end */


/* 头部 */
.p-top {
    height: 40px;
    line-height: 40px;
    background: rgba(255, 255, 255, 0.56);
    font-size: 14px;
    color: #333333;
}

.p-top .fr>a {
    margin-left: 10px;
}
.p-top .fr .new_csi {
    margin-left: 10px;
    display: inline-block;
}
.p-header {
    box-sizing: border-box;
    height: 412px;
    padding: 100px 0 174px 0;
}

.p-header .p-logo a,
.p-header .p-logo a img {
    display: block;
}

.p-search {
    box-sizing: border-box;
    height: 138px;
    padding: 36px 0;
}

.p-search-form {
    position: relative;
    box-sizing: border-box;
    width: 356px;
    height: 66px;
    padding: 4px;
    background: rgba(255, 255, 255, 0.28);
    border-radius: 8px;
}

.p-search-form input {
    display: block;
    position: absolute;
    box-sizing: border-box;
    padding: 0;
    border: none;
    outline: none;
}

.p-search-form .p-search-input {
    width: 348px;
    height: 58px;
    padding: 10px 88px 10px 10px;
    line-height: 50px;
    background: #ffffff;
    border-radius: 8px;
}

.p-search-form .p-search-btn {
    top: 8px;
    right: 8px;
    z-index: 1;
    width: 72px;
    height: 50px;
    background: #2a5cca  no-repeat center center;
    border-radius: 8px;
    cursor: pointer;
}

.p-nav {
    height: 110px;
    margin-top: -55px;
}

.p-nav .nav-box {
    position: relative;
    box-sizing: border-box;
    height: 110px;
    padding: 0 100px;
    overflow: hidden;
}

.p-nav .nav-box::before,
.p-nav .nav-box::after {
    content: "";
    position: absolute;
    top: 0;
    box-sizing: border-box;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-top-width: 55px;
    border-right-width: 50px;
    border-bottom-width: 55px;
    border-left-width: 50px;
    border-bottom-color: #fff;
}

.p-nav .nav-box::before {
    left: 0;
    border-right: 50px solid #fff;
}

.p-nav .nav-box::after {
    right: 0;
    border-left: 50px solid #fff;
}

.p-nav .nav-box>ul {
    height: 110px;
    box-sizing: border-box;
    border-bottom: 1px solid #d8d8d8;
    background-color: #fff;
    font-size: 0;
}

.p-nav .nav-box .nav-item {
    box-sizing: border-box;
    width: 150px;
    height: 109px;
    border-bottom: 4px solid #fff;
}

.p-nav .nav-box .nav-item.active {
    border-bottom-color: #2a5cca;
}

.p-nav .nav-box .nav-item a {
    box-sizing: border-box;
    display: block;
    height: 105px;
    padding-top: 24px;
}

.p-nav .nav-box .nav-item .icon {
    display: block;
    width: 34px;
    height: 34px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.p-nav .nav-box .nav-item .icon-sy {
    background-image: url(/uploads/image/rcyyimg/icon_nav_sy2.png);
}

.p-nav .nav-box .nav-item .icon-ymxw {
    background-image: ;
}

.p-nav .nav-box .nav-item .icon-zfxxgk {
    background-image: ;
}

.p-nav .nav-box .nav-item .icon-zwfw {
    background-image: url(/uploads/image/rcyyimg/icon_nav_zwfw.png);
}

.p-nav .nav-box .nav-item .icon-whym {
    background-image: url(/uploads/image/rcyyimg/icon_nav_whym2.png);
}

.p-nav .nav-box .nav-item .icon-tzym {
    background-image: ;
}

.p-nav .nav-box .nav-item .icon-gzhd {
    background-image: ;
}

.p-nav .nav-box .nav-item .icon-sjfb {
    background-image: ;
}

.p-nav .nav-box .nav-item span {
    display: block;
    height: 20px;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #2a5cca;
    line-height: 20px;
}

.p-inf-bar {
    height: 90px;
    line-height: 90px;
}

.p-top-tzgg {
    position: relative;
    height: 64px;
    padding-left: 116px;
    line-height: 64px;
    background-color: #f0f3fb;
}

.p-top-tzgg li a {
    width: 6px;
    height: 16px;
    border-left: 6px solid #eb2d26;
    padding-left: 8px;
    margin-left: 25px;
}

.p-top-tzgg .tzgg-title {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    height: 64px;
    width: 116px;
    padding-right: 12px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    line-height: 64px;
    background:  no-repeat center left;
}

.p-top-news {
    margin-top: 32px;
    text-align: center;
}

.p-top-news .news-title {
    height: 33px;
    font-size: 30px;
    font-weight: 700;
    color: #2b5cca;
    line-height: 29px;
    margin: 0;
}

.p-top-news .news-description {
    height: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin: 16px 0 0 0;
}

/* tab切换 */
.base-tab>.tab-header {
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    padding: 0 16px;
    background: rgba(42, 92, 202, 0.07);
    overflow: hidden;
}

.base-tab>.tab-header>.header-item {
    float: left;
    box-sizing: border-box;
    height: 48px;
    line-height: 48px;
    margin-right: 32px;
    border-bottom-width: 2px;
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
}

.base-tab>.tab-header>.header-more {
    float: right;
    box-sizing: border-box;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.base-tab>.tab-header>.header-more:hover {
    color: #2a5cca;
}

.base-tab>.tab-header>.header-item.active {
    font-weight: 700;
    color: #2b5cca;
    border-bottom: 2px solid #2a5cca;
}

.base-tab>.tab-header>.header-item>a {
    display: block;
}

.news-box {
    margin: 0;
    padding: 0;
    list-style: none;
}

.news-box .news-item {
    box-sizing: border-box;
    height: 55px;
    line-height: 55px;
}

.news-box.has-line .news-item {
    border-bottom: 1px solid #dfe2eb;
}

.news-box.has-dot .news-item::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #333333;
    vertical-align: middle;
    margin-right: 6px;
}

.news-box .news-item .news-title {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.news-box .news-item .news-time {
    float: right;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}

.news-box.has-line .news-item:hover a {
    color: #2b5cca;
}


.p-footer {
    margin-top: 56px;
    background: rgba(42, 92, 202, 0.13);
    border-top: 8px solid #487bc5;
}

.p-footer .p-friend-link {
    height: 85px;
    line-height: 84px;
    border-bottom: 1px solid #dedede;
}

.p-footer .p-friend-link .link-item {
    margin-right: 70px;
    position: relative;
}

.p-footer .p-friend-link .link-item:last-child {
    margin-right: 0;
}

.p-footer .p-friend-link .link-item:hover a {
    color: #2b5cca;
}

.link-item ul {
    list-style: none;
    box-sizing: border-box;
    display: none;
    position: absolute;
    bottom: 92px;
    left: 50%;
    margin-left: -200px;
    width: 330px;
    height: auto;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    font-size: 14px;
    padding: 9px 14px;
    line-height: 42px;
}

.link-item ul li {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    color: #337ab7;
    display: inline-block;
    line-height: 32px;
}

.link-item ul:before,
.link-item ul:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    margin-left: -11px;
    bottom: -11px;
    border-width: 11px;
    left: 50%;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.link-item ul:after {
    bottom: -10px;
    border-top-color: #fff;
}

.p-footer .p-friend-link .link-group {

    cursor: pointer;
}

.p-footer .p-friend-link .link-group span {
    display: block;
    padding-right: 30px;
    background:  no-repeat center right;
    cursor: pointer;
}

.p-footer .p-footer-inf {
    box-sizing: border-box;
    height: 206px;
    padding-top: 40px;
    font-weight: 400;
    line-height: 32px;
}

.p-footer .p-footer-inf .footer-inf-left a,
.p-footer .p-footer-inf .footer-inf-left span {
    font-size: 14px;
    color: #333333;
    margin-right: 10px;
}

.p-footer .p-footer-inf .footer-inf-left a:hover {
    color: #2b5cca;
}

.p-footer .p-footer-inf .footer-inf-right li:nth-child(n 2) {
    margin-left: 10px;
}

.p-footer .p-footer-inf .footer-inf-right li a,
.p-footer .p-footer-inf .footer-inf-right li a img {
    display: block;
}

/* 右侧浮窗 */
.p-right-bar {
    box-sizing: border-box;
    position: fixed;
    right: 0;
    top: 30%;
    width: 120px;
    color: #1a1a1a;
    font-size: 12px;
    text-align: center;
    z-index: 100;
}

.p-right-bar.active {
    display: none;
}

.p-right-bar .icon-close {
    display: block;
    width: 28px;
    height: 28px;
    background: url(/uploads/image/rcyyibase/icon_rightbar_close.png) no-repeat center center;
    cursor: pointer;
    margin: 0 auto;
}

.p-right-bar ul {
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #efefef;
}

.p-right-bar li {
    margin: 0;
    padding: 0;
}

.p-right-bar .p-right-bar-title {
    box-sizing: border-box;
    height: 22px;
    line-height: 20px;
    font-size: 12px;
    color: #070707;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    background-color: #fff;
}

.p-right-bar .p-right-bar-img {
    box-sizing: border-box;
    padding: 12px 15px;
    background-color: #fff;
}

.p-right-bar .p-right-bar-img img {
    display: block;
    width: 88px;
    height: 88px;
    margin: 0 auto;
}

.p-right-bar .p-right-bar-backtop {
    box-sizing: border-box;
    display: block;
    padding: 20px 0 5px 0;
    background: #fff url(/uploads/image/rcyyibase/icon_rightbar_backtop.png) no-repeat center 8px;
    border-bottom: 1px solid #efefef;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    cursor: pointer;
}

/* 模板导航 */
.oner-title {
    height: 48px;
    background: rgba(42, 92, 202, 0.07);
    line-height: 48px;
    padding-left: 16px;
    color: #2b5cca;
}

.oner-title div {
    float: left;
}

.oner-title ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    color: #2b5cca;
}

.oner-title ul li {
    display: inline-block;
    line-height: 48px;
}

.oner-title ul li span {
    padding: 0 5px;
}

.oner-title ul li:hover a {
    color: #2b5cca;
}

/* 模板导航 */
/*视力颜色css*/

.color-set a {
    width: 12px;
    height: 12px;
    margin-right: 10px;
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
}