body {
    color: #213e50;
}
h5 {
    font-size: 1.125rem;
}
ul,li {
    margin: 0;
    padding: 0;
}
ul > li {
    list-style: none;
}
a {
    color: #122734;
    text-decoration: none;
}
.logo {
    width: 240px;
}
.logo img {
    width: 100%;
}
.nav_wrap {
    background: #233d4e;
    height: 1rem;
}
.hd_tel_num {
    color: #233d4e;
    font-size: 1.5rem;
    line-height: 3rem;
    font-style: italic;
}
.hd_tel_num span {
    color: #f28413;
    font-size: 2.4rem;
    margin-right: 1rem;
}
.nav-sm {
    display: none;
}
.hd_nav,
.hd_nav > a.navbar-brand {
    color: #122734;
}
.hd_nav > a:hover {
    color: #f28413;
}
.hd_nav > a.active {
    color: #d5251a;
}
.slide_bg {
    background: linear-gradient( to right top, #040c19, #152b39, #152b39);
}
.mg_info_box {
    width: 45%;
    float: left;
    /*font-size: 1.125rem;*/
    /*line-height: 2.2rem;*/
    margin-top: 30px;
    /*background: #e9e9e9;*/
}
.mg_info_box > ul > li {
    list-style: none;
    border-bottom: 1px dashed #e9e9e9;
    padding-left: 15px;
    line-height: 2.95rem;
    font-size: 1.125rem;
    color: #404751;
}
.mg_info_box > .btn_box {
    margin: 1.5rem 0 1rem;
    width: 98%;
}
.mg_info_box > .btn_box > a {
    width: 50%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 1.125rem;
    text-align: center;
    text-decoration: none;
}
.mg_info_box > .btn_box > a.btn_chat {
    position: relative;
    background: #213e50;
}
.mg_info_box > .btn_box > a.btn_chat:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-left: 30px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 60px solid #f28413;
}
.mg_info_box > .btn_box > a.btn_mail {
    background: #f28413;
}
.mg_info_box > .btn_box > a.btn_chat:hover,
.mg_info_box > .btn_box > a.btn_chat:hover > div > .iconfont{
    color: #f28413;
}
.mg_info_box > .btn_box > a.btn_chat:hover > .border_white {
    border: .1rem solid #f28413;
}
.mg_info_box > .btn_box > a.btn_mail:hover,
.mg_info_box > .btn_box > a.btn_mail:hover > div > .iconfont{
    color: #213e50;
}
.mg_info_box > .btn_box > a.btn_mail:hover > .border_white {
    border: .1rem solid #213e50;
}
.mg_fm_box {
    float: right;
    width: 38%;
    position: relative;
    top: -150px;
    background-image: linear-gradient(#d5251a 0%,#d5251a 40%, #213e50 40%,#213e50 100%);
}
.mg_fm_img {
    display: block;
    width: 90%;
    margin: 0 auto;
}
.mg_fm_img > img {
    width: 100%;
    border: 8px solid #fff;
    margin: 30px auto;
}
.mg_fm_txt {
    color: #fff;
    padding: 0 30px 30px 30px;
    font-size: 1.125rem;
    line-height: 2.45rem;
}
.mg_fm_more {
    display: block;
    color: #d7d7d7;
    padding: 0 30px 30px 30px;
    text-align: right;
    text-decoration: none;
}
.mg_fm_more > span {
    vertical-align: middle;
}
.mg_fm_more > span.iconfont {
    font-size: 1.5rem;
}
.mg_fm_more:hover {
    color: #f28413;
}
.bg_l_blue {
    background: #f6fafb;
    height: 100%;
    padding: -30px 0 120px 0;
}
.mg_wq_hd {
    position: relative;
    width: 90%;
    font-size: 1.9rem;
    letter-spacing: .5rem;
}
.mg_wq_hd > span {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 4.2rem;
    height: 6px;
    border-radius: .5rem;
    background: #f28413;
}
.mg_wq_more {
    width: 15%;
    color: #213e50;
    text-decoration: none;
}
.mg_wq_more span {
    vertical-align: middle;
}
.mg_wq_more .iconfont {
    font-size: 2.2rem;
}
.mg_wq_more:hover span {
    color: #f28413;
}
.mg_wq_box {
    position: relative;
    height: 100%;
}
.mg_wq_border {
    position: absolute;
    top: 40%;
    bottom: -15px;
    border: 1px solid #45667b;
    width: 100%;
}
.mg_wq_border:after {
    content: "";
    position: absolute;
    height: 4px;
    top: -2px;
    left: 30px;
    right: 30px;
    background: #f6fafb;
}
.mg_wq_fm {
    position: relative;
    width: 72%;
    margin: 0 auto;
    border: 1px solid #a7bfcd;
    box-shadow: 10px 10px 0 0 rgba(33,62,80,0.3);
    cursor: pointer;
}
.mg_wq_fm > a > img {
    width: 100%;
    border: 10px solid #fff;
}
.mg_wq_fm  div {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom:0;
    opacity: 0;
    background:rgba(0,0,0,.5);
    transition: all .4s;
}
.mg_wq_fm div .mg_wq_fm_more {
    position: absolute;
    top: 40%;
    left: 30%;
    padding:.5rem 2.5rem;
    background: rgba(0,0,0,.5);
    border: 1px solid #85adc6;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}
.mg_wq_fm:hover div  {
    opacity: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.mg_wq_fm_tl {
    text-align: center;
    margin-top: 20px;
    color: #213e50;
    font-size: 1.125rem;
}
.mg_bottom {
    background: #233d4e;
    color: #d8d8d8;
    font-size: 0.875rem;
    line-height: 2.6rem;
}
.mg_bottom > div:nth-child(2) {
    line-height: 1.8rem;
}
.border_bottom {
    border-bottom: 1px solid #467390;
}
.border_left {
    border-right: 1px dashed #57788e;
    padding-bottom: 2rem;
}
.bottom_link > span {
    display: inline-block;
}
.bottom_link > span > a {
    color: #d8d8d8;
    text-decoration: underline;
}
.icon_circle {
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    margin-right: 1rem;
}
.border_d8 {
    border: 2px solid #d8d8d8;
    width: 30px;
    height: 30px;
    line-height: 26px;
}
.border_red {
    border: 2px solid #db4239;
    width: 50px;
    height: 50px;
    line-height: 46px;
}
.border_d8 > .iconfont {
    font-size: 1rem;
}
.border_d8 > .icon-dingweixiao {
    font-size: .9rem;
}
.border_white {
    border: .1rem solid #fff;
    width: 32px;
    height: 32px;
    line-height: 30px;
}
.border_red > .iconfont {
    font-size: 1.8rem;
    color: #db4239;
}
.border_white > .iconfont {
    font-size: 1.125rem;
    color: #fff;
}
.wchatbox {
    width: 100%;
    margin: 2.5rem 0 0 1.5rem;
}
.wchatbox div {

    vertical-align: middle;
}
.w_chat {
    display: inline-block;
    width: 34%;
    background: #122734;
    border: 1px solid #d7d7d7;
}
.w_chat img {
    width: 100%;
}
.w_chat p {
    display: none;
}
.wchat_lx {
    display: inline-block;
    width: 60%;
    line-height: 1.8rem;
}

/*tuogao*/
.bg_wh_gr {
    background-image: linear-gradient( #fff 30%, #f4f5f9 30%, #f4f5f9 100%);
}
.tg_fm {
    width: 30%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.tg_fm img  {
    width: 100%;
    outline: 20px solid #f4f5f9;
    border: 10px solid #fff;
}
.tg_scope {
    margin-left: 5rem;
    width: 70%;
}
.tg_scope > h3 {
    font-size: 3.2rem;
    font-weight: lighter;
    color: #4a5a65;
    text-align: right;

}
.tg_scope > h3 > span {
    display: inline-block;
    width: 36%;
    height: 5px;
    background: url("../images/tougao_line01.png") no-repeat left;
    background-size: cover;
    vertical-align: middle;
}
.tg_scope > h4 {
    font-weight: lighter;
    font-size: 2.6rem;
    color: #e9edf0;
    text-align: right;
}
.tg_scope_content {
    padding: 5rem 0 0 1rem;
    font-size: 1.125rem;
    line-height: 2.6rem;
}
.tg_scope_btn {
    margin-top: 3rem;
}
.tg_scope_btn > a {
    font-size: 1.25rem;
    border-radius: 3px;
    padding: .8rem 3rem;
}
.tg_scope_btn > a.tg_btn_zx,
.tg_scope_btn > a.tg_btn_fb {
    position: relative;
}
.tg_scope_btn > a.tg_btn_fb > div > .iconfont,
.tg_scope_btn > a.tg_btn_zx:hover,
.tg_scope_btn > a.tg_btn_zx:hover > div > .iconfont{
    color: #f28413;
}
.tg_scope_btn > a.tg_btn_fb > .border_white,
.tg_scope_btn > a.tg_btn_zx:hover > .border_white {
    border: .1rem solid #f28413;
}
.tg_scope_btn > a.tg_btn_zx > div > .iconfont,
.tg_scope_btn > a.tg_btn_fb:hover,
.tg_scope_btn > a.tg_btn_fb:hover > div > .iconfont{
    color: #213e50;
}
.tg_scope_btn > a.tg_btn_zx > .border_white,
.tg_scope_btn > a.tg_btn_fb:hover > .border_white {
    border: .1rem solid #213e50;
}
.tg_scope_line02 {
    width: 14px;
    background: url("../images/tougao_line02.png") no-repeat bottom;
    background-size: cover;
}
.tg_btn_zx {
    border: 1px solid #a5adb4;
    color: #213e50;
}
.tg_btn_zx:hover {
    border: 1px solid #f3c08e;
    color: #f28413;
}
.tg_btn_fb {
    border: 1px solid #f3c08e;
    color: #f28413;
    margin-left: 2rem;
}
.tg_btn_fb:hover {
    border: 1px solid #a5adb4;
    color: #213e50;
}
.bg_yq_img {
    background: #08254f url("../images/tg_yq_bg.jpg") no-repeat 100%;
    color: #9db6df;
}
.tg_gs_bg {
    background: #f6fafb;
}
.tg_gs_box {
    padding-top: 5rem;
}
.tg_gs_box > h4 {
    text-align: center;
    font-size: 2.6rem;
    font-weight: lighter;
    padding: 1rem 0;
    margin-bottom: 3rem;
    background: url("../images/g_gs_box_hbg.png") no-repeat center;
    background-size: contain;
}
.tg_gs_box > p {
    font-size: 1.2rem;
}
.tg_gs_box > table {
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border: 1px solid #89a2b1;
}
.tg_gs_box > table th,
.tg_gs_box > table td {
    border: 1px solid #e9f0f4;
    line-height: 2.4rem;
}
.tg_gs_box > table th {
    color: #f28413;
    width: 6rem;
    text-align: right;
    padding-right: 1rem;
}
.tg_gs_box > table td {
    padding: 1rem 1.6rem;
}
.tg_gs_box > table td > .ckwx_exmple {
    background: #08254f;
    color: #fff;
    padding: .5rem;
}
.tg_gs_box > table td > .ckwx_exmple > i {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border:2px solid #fff;
}
.tg_gs_box > table td > ul li > span {
    color: #f283c1;
    font-size: 2.2rem;
    vertical-align: middle;
}
.tg_yg_tl,
.tg_yg_content {
    width: 30%;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.tg_yq_tl_hd {
    color: #fff;
    font-size: 3rem;
    line-height: 6rem;
    padding: 1.4rem 0  2.2rem 6.5rem;
    font-weight: lighter;
    letter-spacing: 2rem;
    background:url("../images/tg_yq_tl_bg.png") no-repeat left top;
    background-size: contain;

}
.tg_yq_tl_bz {
    background:url("../images/tg_yq_tl_bz.png") no-repeat;
    background-size: contain;
}
.tg_yq_tl_bz span {
    color: #f28413;
    font-size: 4rem;
}
.tg_yq_tl_bz div {
    font-size: 1.125rem;
    display: inline-block;
}
.tg_yg_content {
    position: relative;
    font-size: 1.125rem;
    line-height: 2.4rem;
    padding: 2rem;
    border: 2px solid #10305d;
}
.tg_yg_content > line {
    position: absolute;
    top: -2px;
    width: 80px;
    border: 2px dashed #f28413;
}
.tg_yg_content > span {
    position: absolute;
    top: -20px;
    left: 48px;
    width: 50px;
    text-align: center;
    background: #061b39;
    color: #f28413;
    font-size: 3rem;
    font-weight: bold;
    font-style: italic;
}
.tg_address_bg {
    margin: 4rem 0;
    font-size: 1.125rem;
    border: 1px solid #c1ced6;
    padding: 1rem 0 1rem 5rem;
    background: #fff;
    box-shadow: 10px 10px 0 0 rgba(33,62,80,0.3);
}



/*contact*/
.contact_hd {
    position: relative;
    margin-top: 3rem;
    padding: 4rem 0;
    border-bottom: 1px solid #f0f3f5;
}
.contact_hd >  span.contact_hd_bg {
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    text-align: center;
    color: #e8ebec;
    font-size: 4rem;
    font-weight: bold;
}
.contact_hd >  span.contact_hd_tl {
    position: absolute;
    top: 2rem;
    left: 0;
    right:0;
    text-align: center;
    font-size: 3rem;
    /*font-weight: lighter;*/
    color: #d5251a;
}
.contact_mg_basic {
    margin-top: 2rem;
    width: 90%;
}
.contact_mg_basic > h5 {
    padding: 0 0 1rem 1rem;
    border-bottom: 1px solid #f1f3f6;
}
.contact_mg_basic > h5 > i.icon_org_line {
    display: inline-block;
    background: #f28413;
    width: 6px;
    height: 16px;
    border-radius: 3px;
    margin-right: 1rem;
}
.contact_mg_basic > ul > li {
    list-style: none;
    color: #404751;
    padding: .5rem 0 .5rem 2.5rem;
    border-bottom: 1px solid #f1f3f6;
}
.contact_mg_lx {
    margin-top: 2rem;
}
.contact_mg_lx > ul > li {
    display: flex;
    padding: 0 0 2rem 0;
}
.contact_mg_lx > ul > li > .contact_mg_lx_info {
    margin-left: 1.5rem;
    line-height: 2rem;
    font-size: 1.125rem;
}
.contact_mg_wchat {
    float: right;
    margin: 1rem 0 1rem 0;
    width: 80%;
    padding: 1rem;
    border: 1px solid #8b98a1;
}
.contact_mg_wchat img {
    width: 100%;
}
.contact_mg_wchat > p {
    margin: 1rem 0 0 .2rem;
    font-size: .875rem;
    text-align: left;
    vertical-align: middle;
    line-height: 1.6rem;
}
.contact_map {
    position: relative;
    border: 1px solid #233d4e;
    overflow: hidden;
    border-radius: 3px;
    height: 420px;
    margin: 0 auto 5rem auto;
}
.contact_map > img {
    min-width: 100%;
    width: auto;
    height: 100%;
}
.contact_map_adress {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(213,37,26,.8);
    color: #fff;
    padding: 2rem 2.5rem 2rem 2.5rem;
    line-height: 2rem;
}
.contact_map_adress h5 {
    border-bottom: 1px solid #fff;
    line-height: 2.8rem;
}
/*往期*/
.mg_wq_title {
    position: relative;
    width: 90%;
    font-size: 2.4rem;
    font-weight: lighter;
    letter-spacing: .5rem;
}
.mg_wq_title > span {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 4.2rem;
    height: 6px;
    border-radius: .5rem;
    background: #d51e30;
}
.mg_wq_title_more {
    width: 180px;
    padding-top: 1rem;
    color: #213e50;
    text-decoration: none;
}
.mg_wq_title_more a {
    padding: .3rem 1.2rem;
    background: #d51e30;
    border-radius: 3px;
    margin-left: 1rem;
}
.mg_wq_title_more .iconfont {
    font-size: 2rem;
    line-height: .5rem;
    color: #fff;
    vertical-align: middle;
}
.mg_wq_title_more a:hover {
    background: #f28413;
}

.mg_wq_year {
    position: relative;
    width: 175px;
    border-right: 1px dashed #5e849d;
}
.mg_wq_year > span {
    position: absolute;
    top: 62px;
    right: 30px;
    background: #d51e30;
    border-radius: 3px;
    color: #fff;
    font-size: 1.6rem;
    padding: .3rem 1.6rem;
}
.mg_wq_year > div {
    position: absolute;
    top: 70px;
    right: -17px;
    width: 32px;
    height: 32px;
    text-align: center;
    padding-top: 3px;
    background: #f6f6f6;
}
.mg_wq_year > div > i {
    display: block;
    width: 28px;
    height: 28px;
    border: 3px solid #d51e30;
    border-radius: 50%;
}
.mg_wq_year > div > i:before {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    margin: 3px 0 0 3px;
    border-radius: 50%;
    background: #d51e30;
}
.mg_wq_fm_img {
    width: 80%;
    margin: .5rem auto;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
}
.mg_wq_fm_img > a {
    display: block;
    padding: 1rem .5rem;
    text-decoration: none;
}
.mg_wq_fm_img > a:nth-child(1) {
    border-bottom: 1px solid #d51e30;
}
.mg_wq_fm_img > a > img {
    width: 100%;
}
.mg_wq_fm_img > a > span {
    float: right;
    font-size: 2rem;
    line-height: 1.8rem;
    color: #99a1a6;
}
.mg_wq_fm_img > a:nth-child(2) {
    padding-left:1rem;
}
.mg_wq_fm_img > a > span:hover {
    color: #f28413;
}

/*简介*/
.mg_basic_fm {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0 20px 0;
}
.mg_basic_fm img  {
    width: 90%;
    outline: 20px solid #f2f2f3;
    border: 10px solid #fff;
}
.mg_basic_btn a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    padding: .8rem 0;
    margin-top: 2rem;
    border-radius: 50px;
}
.mg_basic_btn_zx {
    background: #213e50;
}
.mg_basic_btn_zx:hover {
    background: #33617d;
}
.mg_basic_btn_tg {
    background: #f28413;
}
.mg_basic_btn_tg:hover {
    background: #fb9f41;
}
.jianjie_h4 {
    margin-bottom:-.8rem;
    font-size: 2rem;
    font-weight: lighter;
}
.jianjie_h4 > span {
    color: #f28413;
    font-size: 5rem;
}
.jianjie_h5 {
    margin: 3rem 0 2rem 0;
}
.jianjie_h5 span {
    padding: .3rem 0 .3rem .5rem;
    letter-spacing: .1rem;
}
.jianjie_h5 > span {
    background: #f28413;
    color: #fff;
}
.jianjie_h5 > span > .iconfont {
    font-size: 1.6rem;
    vertical-align: middle;
}
.jianjie_content {
    border: 1px dashed #94a2aa;
    background: #f6fafb;
    padding: 3rem;
    font-size: .875rem;
    line-height: 2.5rem;
    text-indent: 2rem;
}
/*证书收录*/
.blue_bg {
    background: #f4f5f9;
}
.white_bg {
    background: #fff;
}
.w40 {
    width: 40%;
}
.w33 {
    width: 33.4%;
    margin-top: 2px;
}
.h300 {
    height: 360px;
}
.h500 {
    height: 500px;
}
.shoulv_box {
    clear: both;
}
.shoulv_hd_box {
    position: relative;
    width: 20%;
}
.shoulv_hd_box > div {
    position: absolute;
    top: -100px;
    left: 0;
    bottom: 0;
    right: 0;
    background: #d51e30 url("../images/shoulv_tl_bg.png") no-repeat;
    background-size: contain;
}
.shoulv_hd_box > div > h4 {
    color: #fff;
    font-size: 2rem;
    text-align: right;
    padding-right: 2rem;
    margin-top: 120px;
}
.shoulv_hd_box > div > .shoulv_hd_ln {
    border-right: 1px solid #fff;
    height: 260px;
    margin: 2rem 3rem 0 0;
}
.shoulv_content_box {
    position: relative;
    margin-left: 2px;
}
.shoulv_content_tl {
    width: 80%;
    margin: 1.5rem auto;
}
.shoulv_content_tl > span {
    display: block;
    width: 4rem;
    height: .3rem;
    margin-top: .2rem;
    border-radius: 5px;
    background: #d51e30;
}
.h60 {
    height: 68%;
}
.h70 {
    height: 76%;
}
.shoulv_img_box {
    position: absolute;
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    background: #edf3f6;
    cursor: pointer;
}
.shoulv_img_box img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
}
/*编委会*/
.bianwei_bg {
    background: #f4f5f9 url("../images/bianwei_bg.jpg") no-repeat top left;
    background-size: 50% 200px;
}
.bw_left_box {
    position: absolute;
    top: -100px;
    width: 100%;
}
.bw_left_box > .mg_basic_fm {
    width: 100%;
    padding-top: 0;
}
.bw_left_box > .mg_basic_fm > img {
    outline: 0;
    border: 20px solid #5e849d;
    width: 100%;
}
.bw_left_box > .contact_mg_basic {
    width: 100%;
}
.bw_content_box {
    width: 98%;
}
.bw_content_box > h4 {
    font-size: 2.4rem;
    font-weight: lighter;
}
.bw_content_box > h4 > span {
    display: block;
    width: 120px;
    height: 5px;
    border-radius: 5px;
    background: #f28413;
}
.bw_content_box > ul {
    margin: 80px 0;
    box-shadow: 0 4px 4px rgba(0,0,0,.2);
}
.bw_content_box > ul > li {
    line-height: 2.8rem;
    border-bottom: 1px dashed #dadada;
}
.bw_content_box > ul > li:last-child {
    border: 0;
}
.bw_content_box > ul > li > label {
    background: #f28413;
    color: #fff;
    padding: 0 0 0 1rem;
    width: 200px;
    font-size: 1.125rem;
}
.bw_content_box > ul > li > label > span {
    font-size: 1.4rem;
    vertical-align: middle;
    margin-right: 1rem;
}
.bw_content_box > ul > li > span {
    font-size: 1.125rem;
    padding-left: 2rem;
}
.bw_content_box > h5 {
    margin: 90px 0 40px 0;
}
.bw_content_box > h5 > a {
    background: #f28413;
    border-radius: 3px;
    padding: .1rem 1rem;
    margin-right: 1rem;
}
.bw_content_box > h5 > a > span{
    color: #fff;
    font-size: 2rem;
    vertical-align: middle;
}
.bw_content_box > h5 > small {
    color: #f28413;
    font-weight: normal;
    font-size: 1rem;
}
.wy_name {
    padding: 3rem 2rem;
    line-height: 4.60rem;
    box-shadow: 0 4px 4px rgba(0,0,0,.2);
}
.wy_name span {
    display: inline-block;
    width: 19%;
    text-align: center;
    font-size: 1.2rem;
}
.mb-6 {
    margin-bottom: 90px;
}
/*查重和订阅*/
.cc_dy_left {
    border-top: 2px solid #f28413;
    box-shadow: 0 4px 4px rgba(0,0,0,.2);
}
.cc_dy_btn {
    width: 90%;
}
.cc_dy_btn > a {
    display: block;
    line-height: 3.6rem;
}
.cc_dy_zx {
    background: #5e849d;
}
.cc_dy_tg {
    background: #f28413;
}
.cc_dy_zx:hover {
    background: #233d4e;
}

.cc_dy_tg:hover {
    background: #d5251a;
}
.cc_dy_con {
    padding: 5rem;
}
.cc_dy_con a:hover {
    text-decoration: underline;
}
.cc_dy_con_lk {
    text-align: right;
    line-height: 2rem;
}

/*弹出*/
.modal-wechat {
    width: 60%;
    margin: 0 auto;
}
.shoulu_modal {
    width: 80%;
    margin: 0 auto;
}

.page404 {
    width: 70%;
    margin: 8rem auto;
    background: url('../images/404.png') no-repeat right bottom;
    background-size: 50%;
}
.page404 h2 {
    font-size: 4rem;
    line-height: 5rem;
    font-weight: bold;
    word-spacing: 1.5rem;

}
.page404 p {
    font-size: 1.2rem;
    line-height: 2.5rem;
    color: #333;
}
.page404 a.button {
    color: #fff;
    padding: .5rem 2rem;
    border-radius: 50px;
    cursor: pointer;
    background: linear-gradient( to right, #f4bc10, #f28413);
}
.page404 a.button:hover {
    color: #233d4e;
}
.bread {
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    border-radius: 5px;
    padding: .5rem;
    color: #666;
}
.qianminglist {
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.digital {
    background: #e59b50;
    color: #fff;
    padding: .4rem;
    border-radius: 5px;
}
.qikaninfo li {
    display: inline;
    color: #9b9b9b;
    margin-right: 2rem;
}
.btn_qianming {
    background: #467390;
    border-radius: 5px;
    padding: .6rem 1.5rem;
    color: #fff;
}