﻿
[v-cloak] {
    opacity: 0;
}

* {
    margin: 0;
    padding: 0;
}

body {
    -webkit-font-smoothing: antialiased;
    /*抗锯齿*/
    -moz-osx-font-smoothing: grayscale;
    font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif
}

body,
ul,
ol,
li,
p,
form,
fieldset,
table,
td,
img,
div {
    margin: 0;
    padding: 0;
}

ul,
ol,
li {
    list-style: none;
}

img {
    vertical-align: top;
    border: none;
}

a {
    color: #474747;
}

a:link,
a:visited,
.transition,
.ani {
    transition: all .3s linear;
}

a:hover,
a:link,
a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: none;
    color: #777;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input[type='text'],
input[type='button'],
input[type='submit'],
input[type='password'],
input[type='search'] {
    outline: none;
    -webkit-appearance: none;
}

textarea {
    outline: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

:focus {
    text-decoration: none;
    outline: 0;
}

a:focus {
    text-decoration: none;
    outline: 0;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

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

/*解决IE图片缩放失真*/

img {
    -ms-interpolation-mode: bicubic;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*单行文字超出显示省略号*/

.omg,
.fa_ov {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/** 重置表单元素 **/

legend {
    color: #000;
}

/* for ie6 */

fieldset,
img {
    border: 0;
}

/* img 搭车：让链接里的 img 无边框 */

button,
input,
select,
textarea {
    font-size: 100%;
}

/* 使得表单元素在 ie 下能继承字体大小 */

/*reset*/

.s_left,
.s-left {
    float: left;
}

.s_right,
.s-right {
    float: right;
}

.c333 {
    color: #333333;
}

.red,
.error,
.text-danger {
    color: #d61414;
}

.blue,
.text-primary {
    color: #248ad2;
}

.green,
.sucess,
.text-success {
    color: #090;
}

.orange,
.text-warning {
    color: #ff5b00;
}

.gray {
    color: gray;
}

.title18 {
    font-size: 18px;
    padding: 15px 0;
}

.f-12 {
    font-size: 12px;
}

.f-14 {
    font-size: 14px;
}

.f-15 {
    font-size: 15px;
}

.f-16 {
    font-size: 16px;
}

.f-20 {
    font-size: 20px;
}

.f-18 {
    font-size: 18px;
}

.f-24 {
    font-size: 24px;
}

.pad_0 {
    padding: 0;
}

.margin20 {
    margin: 20px 0;
}

.margin10 {
    margin: 10px 0;
}

.mbot15 {
    margin-bottom: 15px;
}

.mtop5 {
    margin-top: 5px;
}

.mtop10 {
    margin-top: 10px;
}

.mtop15 {
    margin-top: 15px;
}

.mtop20 {
    margin-top: 20px;
}

.mtop25 {
    margin-top: 25px;
}

.mtop30 {
    margin-top: 30px;
}

.mtop40 {
    margin-top: 40px;
}

.mtop80 {
    margin-top: 80px;
}

.mtop50 {
    margin-top: 50px;
}

.mtop60 {
    margin-top: 60px;
}

.mleft10 {
    margin-left: 10px;
}

.mbot10 {
    margin-bottom: 10px;
}

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

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

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

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.inline-middle {
    display: inline;
    vertical-align: middle;
}

.layer_body {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #eee;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.width1200 {
    width: 1200px;
    margin: 0 auto;
}

.flex {
    display: flex;
}

.nomessage {
    padding: 12% 5%;
    border-radius: 8px;
    background: #eee;
}

.bd_weixin_popup {
    box-sizing: initial;
}

/*顶部通栏》*/

#top_menu {
    font-size: 12px;
    line-height: 26px;
    box-sizing: border-box;
    background: #f2f2f2;
}

.top_menu {
    position: relative;
    margin: 0 auto;
}

.top_menu_left {
    float: left;
    min-width: 305px;
    padding: 0 5px;
    background: #fff;
}

.top_menu_left span {
    padding: 0 5px;
}

.top_menu_left span a {
    color: #06c;
}

.top_menu_left .badge {
    background: #248ad2;
    color: #fff;
    padding: 1px 4px;
    vertical-align: inherit;
}

.top_menu_left span img {
    height: 13px;
    margin: 0 3px 0 0;
    vertical-align: text-top;
}

.top_menu_right {
    position: relative;
    float: right;
}

.top_menu_right span {
    position: relative;
    float: right;
    padding: 0 0 0 15px;
}

.top_menu_right span a {
    display: inline-block;
}

.top_menu_right span a img {
    position: relative;
    top: 6px;
    height: 12px;
    vertical-align: top;
}

#top_main {
    position: relative;
    margin: 0 auto;
    padding: 10px 0 5px 0;
}

#top_main .logo {
    float: left;
}

#top_main .logo a {
    position: relative;
    display: inline-block;
}

#top_main img {
    max-width: 100%;
}

#top_main .search {
    position: relative;
    margin-top: 5px;
}

#top_main .search form {
    position: relative;
    width: 100%;
    height: 32px;
}

#top_main .search_div {
    position: relative;
    overflow: hidden;
    height: 32px;
}


#top_main .select-box {
    float: left;
    position: relative;
}

#top_main .select-box:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #777;
    top: 14px;
    right: 10px;
}

#top_main .search .bd_input_select {
    font-size: 12px;
    line-height: normal;
    line-height: 32px\9;
    height: 32px;
    padding: 0 0 0 10px;
    color: #333;
    border: 2px solid #ff4040;
    -webkit-appearance: initial;
    border-radius: 5px 0 0 5px;
    width: 110px;
}

#top_main .search .bd_input_text {
    font-size: 12px;
    line-height: normal;
    line-height: 32px\9;
    z-index: 1;
    float: left;
    box-sizing: border-box;
    box-sizing: border-box;
    width: 55%;
    height: 32px;
    padding: 0 5px;
    color: #333;
    border: 2px solid #ff4040;
    border-left: 0;
}

#top_main .search .bd_input_text:focus {
    background: none;
    box-shadow: 0 0 3px #f13c3c inset;
    -o-box-shadow: 0 0 3px #f13c3c inset;
    -ms-box-shadow: 0 0 3px #f13c3c inset;
}

#search_form1 #search_nav {
    font-size: 16px;
    line-height: 28px;
    line-height: 28px;
    position: absolute;
    z-index: 100;
    left: 5px;
    width: 91px;
    height: 28px;
    text-align: center;
    text-align: center;
    border: 2px solid #dd1c1c;
}

#search_form1 .search_nav span {
    line-height: 28px;
    position: relative;
    display: block;
    width: 100%;
}

.top_menu_right span b {
    font-size: 0;
    line-height: 0;
    position: relative;
    top: 3px;
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: #8b8c8e #f2f2f2 #f2f2f2;
}

#top_main .search .bd_input_submit {
    font-size: 18px;
    line-height: 32px;
    position: relative;
    float: left;
    width: 20%;
    text-align: center;
    color: #fff;
    border: 0;
    background: #ff4040;
    border-radius: 0 5px 5px 0;
}

#top_main .search li {
    font-size: 12px;
    line-height: 28px;
    position: relative;
    float: left;
}

#top_main .search li a {
    font-size: 12px;
    position: relative;
    display: block;
    padding: 0 15px 0 0;
}

#top_main .search li a:before {
    position: absolute;
    top: 50%;
    right: 6px;
    width: 1px;
    height: 10px;
    transform: translateY(-50%);
    content: '';
    background: #ccc;
}

#top_main .search li:last-child a:before {
    width: 0;
}

#top_main .qcodever {
    font-size: 16px;
    position: relative;
    box-sizing: border-box;
    text-align: right;
}

.qcode {
    position: absolute;
    z-index: 10;
    top: 73px;
    right: -3px;
    display: none;
    transition: all .3s;
}

.navbar {
    margin: 0;
    border: 0;
    background: #248ad2;
}

.navbar-collapse li {
    font-size: 16px;
}

.navbar-collapse li a {
    line-height: 50px;
    display: block;
    height: 50px;
    padding: 0 20px;
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover {
    background: #1776ba;
}

.navbar-collapse .active {
    background: #1776ba;
}

.navbar-collapse li span img {
    padding: 15px 5px 0 0;
}

.navbar-collapse .home {
    margin: 0;
}

.navbar-default .navbar-toggle {
    margin: 4px 0 0 0;
    border: 0;
    border-radius: 8px;
    padding: 5px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: rgba(255, 255, 255, .1);
}

.navbar-default .navbar-toggle .icon-nav {
    color: #fff;
    font-size: 24px;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 100%;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
}

.navbar-collapse.in .navbar-nav li {
    margin: 0;
}

.navbar-collapse .home_slider {
    position: relative;
    box-sizing: border-box;
    width: 100%;
}

.navbar-brand {
    padding: 12px 5px;
}

.navbar-brand>img {
    height: 100%;
}

.mobile_nav_div .search {
    padding: 12px 10px 0 0;
    -moz-flex: 1;
    flex: 1;
}

.mobile_nav_div .search .search_content {
    position: relative;
    width: 100%;
    padding-left: 30px;
    border-radius: 15px;
    background: rgba(255, 255, 255, .9);
}

.mobile_nav_div .search .search_content:hover {
    background: rgba(255, 255, 255, .9);

}

.mobile_nav_div .search input {
    font-size: 14px;
    line-height: 28px;
    box-sizing: border-box;
    width: 100%;
    height: 28px;
    padding-right: .4rem;
    border: none;
    background: none;
}

.mobile_nav_div {
    display: flex;
}

.mobile_nav_div .search .iconfont {
    font-size: 16px;
    position: absolute;
    top: 2px;
    left: 8px;
    color: #248ad2;
}

.qrcode {
    position: absolute;
    z-index: 101;
    top: 30px;
    right: 50px;
    display: none;
    transition: all .3s;
}

/*《顶部通栏*/

/*编辑器内容*/

.editor-box {
    font-size: 14px;
    line-height: 1.7;
    padding-bottom: 20px;
}

.editor-box p {
    margin: 15px 0;
}

.editor-box img,
.editor-box table {
    max-width: 100%;
    height: auto !important;
}

/*编辑器内容*/

/*面包屑导航》*/

.crumbs {
    font-size: 14px;
    padding: 20px 0;
}

.crumbs span {
    color: red;
}

.current_location {
    position: relative;
    background: #fafafa;
    font-size: 12px;
}

.current_location a {
    line-height: 30px;
    color: #333;
    display: inline-block;
}

.current_location em {
    font-style: normal;
    color: #777;
}

/*《面包屑导航*/

/*《 右侧漂浮*/

.menu_suspension:before,
.menu_suspension:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    z-index: 99;
}

.menu_suspension:before {
    top: 12px;
    right: -1px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 12px solid #dedede;
}

.menu_suspension:after {
    top: 13px;
    right: 1px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #fff;
}

.menu_left {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 100;
    width: 55px;
}

.menu_suspension {
    position: absolute;
    top: 10px;
    left: -210px;
    display: none;
    width: 210px;
    color: #666;
    font-size: 14px;
}

.menu_suspension_center {
    width: 200px;
    border: 1px solid #dedede;
    border-radius: 5px;
    background-color: #FFFFFF;
    padding: 15px 10px;
    box-shadow: -3px 3px 8px rgba(0, 0, 0, .1);
}

.menu_left ul li {
    position: relative;
    padding: 10px;
    height: 55px;
    line-height: 1.3;
    text-align: center;
    font-size: 14px;
}

.menu_left ul li a,
.menu_left ul li a:visited {
    color: #fff;
}

.menu_left ul li:last-child {
    line-height: 40px;
}

.menu_left_color {
    background-color: rgba(36, 138, 210, 0.8);
    color: #fff;
}

.menu_left li i {
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.menu_left li .hover_fimly {
    opacity: 0;
    background-color: rgba(36, 138, 210, 1);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 10px;
}

#hover_zixun {
    -webkit-animation: myfirst 2s infinite;
    animation: myfirst 2s infinite;
}

@-webkit-keyframes myfirst {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes myfirst {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.menu_left li:hover {
    cursor: pointer;
}

.menu_left li:hover,
.menu_left .aniQQ {
    background-color: rgba(36, 138, 210, 1);

}

.menu_left li:hover .hover_fimly {
    opacity: 1
}

.menu_left li:hover .menu_suspension {
    display: block;
}

.menu_left li:hover .iconfont {
    display: none;
}

.hover_fimly a {
    color: #FFFFFF
}

/* .menu_left .aniQQ .iconfont {
    display: none;
} */

.menu_left .aniQQ .hover_fimly {
    display: block;
}

/*右侧漂浮 》*/

/*《底部*/

/*首页版权*/

#common_footer {
    font-size: 14px;
    padding: 25px 0 10px;
    background: #3b4044;
}

.foot_left {
    float: left;
}

.foot_logo img {
    height: 47px;
}

.foot_left dd {
    margin: 10px 0 0;
    padding: 8px 0;
    color: #fff;
    border-bottom: 1px solid #585c60;
}

.foot_left dd li {
    line-height: 14px;
    display: inline-block;
    border-right: 1px solid #c6c7c7;
}

.foot_left dd li:last-child {
    border: 0;
}

.foot_left dd li a {
    padding: 0 8px;
    color: #c6c7c7;
}

.foot_left dd li a:hover {
    color: #fff;
    text-decoration: underline;
}

.foot_left dd li:first-child a {
    padding-left: 0;
}

.foot_left p {
    padding: 8px 0;
    text-transform: uppercase;
    color: #878a8c;
    font-size: 13px;
}

.common_footer img {
    opacity: .9;
}

.common_footer img:hover {
    opacity: 1;
}

.foot_left p a {
    color: #878a8c;
}

.foot_left p a:hover {
    text-decoration: underline;
    color: #878a8c;
}

.foot_left ul li {
    float: left;
    margin: 1% 3% 0 0;
}

.foot_left .public {
    display: inline-block;
    margin: 0 3px;
    width: 14px;
    height: 14px;
    background: url(../img/public.png) no-repeat center center;
    background-size: 100%;
}

.foot_middle {
    float: left;
    padding-top: 18px;
}

.foot_middle dd {
    float: left;
    overflow: hidden;
    width: 100%;
    height: 19px;
    margin: 0 0 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #c6c7c7;
}

.foot_middle dd .iconfont {
    display: inline-block;
    width: 20px;
}

.foot_middle dd span {
    line-height: 17px;
}

.foot_right {
    display: flex;
    float: right;
    padding: 18px 0 0;
}

.foot_right dd {
    width: 50%;
    text-align: center;
}

.foot_right dd img {
    max-width: 100%;
    box-shadow: 0 3px 3px #000;
}

.foot_right dd p {
    padding: 8px 0 0 0;
    text-align: center;
    color: #a3a5a7;
    font-size: 12px;
}

/*底部》*/

/*--footer 开始--*/

footer {
    position: fixed;
    z-index: 10000;
    bottom: 0;
    width: 100%;
    height: 54px;
    border-top: 1px solid #eee;
    background: #fff;
    height: calc(54px + env(safe-area-inset-bottom));
    padding-top: 5px;
    font-size: 12px;
}

footer .foot_ul,
footer ul {
    display: -moz-flexbox;
    display: flex;
    background: #fff;
}

footer li {
    height: 100%;
    text-align: center;
    justify-content: space-around;
    -moz-flex: 1;
    flex: 1;
}

footer li p {
    color: #7a7e83;
}

footer li .iconfont {
    font-size: 24px;
    color: #7a7e83;
}

footer .brand .iconfont {
    font-size: 28px;
}

footer .college .iconfont {
    font-size: 28px;
}

footer li.hover .iconfont,
footer li.hover p,
footer li.cur p,
footer li.cur .iconfont {
    color: #248ad2;
}

footer li.hasCollect .iconfont {
    color: #248bd2;
}

.robot-ul i {
    overflow: visible;
    height: auto;
}

.robot-ul .cart {
    padding-top: 15px;
}

.robot-ul .cart .iconfont {
    font-size: 1rem;
}

footer .incart {
    line-height: 61px;
    position: relative;
    padding: 0;
    color: #fff;
    -moz-flex: 2;
    flex: 2;
}

footer .incart:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 61px;
    content: '';
    background-color: #bdd2e5;
}

footer .incart a p {
    font-size: .5rem;
    line-height: 61px;
    height: 61px;
    color: #fff;
    background: #468fd6;
}

footer .consult-li img {
    width: 26px;
}

.robot-ul .cur {
    background-color: #468fd6;
}

.robot-ul .cur .iconfont {
    color: #fff;
}

.robot-ul .cur p {
    color: #fff;
}

.robot-ul .cur img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.robot-ul .leave {
    -webkit-filter: grayscale(1);
    /* Webkit */
    filter: gray;
    /* IE6-9 */
    filter: grayscale(1);
    /* W3C */
}

/*mobile 底部 begin*/

footer li dl {
    padding: 0 10px;
}

footer li a {
    display: block;
    text-align: center;
    color: #7c7c7c;
}

footer dt {
    font-size: 22px;
    height: 24px;
}

footer dd {
    font-size: 14px;
    line-height: 30px;
}

footer .c_c {
    transition: all .6s;
    color: #248bd2;
}

footer i {
    line-height: 34px;
    display: block;
    overflow: hidden;
    height: 30px;
}

footer .icon-uniE900 {
    font-size: 42px;
    line-height: 44px;
}

footer .icons--1 {
    font-size: 30px;
    line-height: 24px;
}

/*---user footer--*/

footer .foo03 .icon {
    font-size: 20px;
}

footer .foo05 .iconfont {
    font-size: 22px;
}

/*mobile 底部 end*/

/*404页面*/

.notfound {
    font-size: 18px;
    padding: 10% 0 !important;
    text-align: center;
    color: #474747;
    background: #f1f1f1;
}

.notfound img {
    max-width: 100%;
}

.notfound_p {
    line-height: 3em;
    margin: 5% 0 0 5%;
    text-align: left;
}

.notfound_p p {
    line-height: 2em;
}

.notfound_a {
    line-height: 1.7em;
    display: block;
    width: 150px;
    margin: 30px 0 0 0;
    padding: 8px 15px;
    text-align: center;
    color: #474747;
    border: 1px solid #999;
    border-radius: 5px;
}

.notfound_a:hover {
    color: #fff;
    border-color: #0075e9;
    background: #0075e9;
}

._c-news li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.guestbook {
    padding: 30px;
}

.favour .iconfont,
.collect .iconfont {
    margin-right: 3px;
}

.favour .iconfont.cur,
.collect .iconfont.cur {
    color: #0074e1;
}

.badge-obtian {
    display: inline-block;
    padding: 3px;
    border-radius: 0;
    background: #f59f16;
    vertical-align: text-bottom;
    margin-right: 5px;
}

.news_loading_box {
    margin: 25px 0;
}

.news_loading {
    padding: 8px 50px;
    border: 1px solid #E9E9E9;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
}

.news_loading .icon-plus:before {
    margin-right: 5px;
    color: #ccc;
    font-size: 18px;
}

.news_loading:hover {
    border: 1px solid #CCCCCC;
}

.pagination>.no-border>span,
.pagination>.no-border>span:hover,
.pagination>.no-border>span:focus,
.pagination>.no-border>a,
.pagination>.no-border>a:hover,
.pagination>.no-border>a:focus {
    cursor: inherit;
}

/*404页面end*/

.ripple-container .ripple {
    -webkit-animation: ripple 2s forwards cubic-bezier(0, 0, .2, 1);
    animation: ripple 2s forwards cubic-bezier(0, 0, .2, 1);
    background-color: rgba(255, 255, 255, .4);
}




.recommend-rs h4 {
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 16px;
    font-weight: bold;
}

.recommend-rs ul li {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.recommend-rs ul li>a {
    border: 1px solid #eee;
    padding: 10px;
    display: block;
    border-radius: 5px;
}

.recommend-rs ul li>a:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.recommend-rs li img {
    max-width: 100%;
}

.recommend-rs li .img {
    padding: 0;
}

.recommend-rs li .col-md-9,
.recommend-rs li .col-md-8 {
    padding-right: 0;
    padding-left: 10px;
}

@-webkit-keyframes ripple {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    80% {
        transform: scale(1);
    }

    100% {
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    80% {
        transform: scale(1);
    }

    100% {
        opacity: 0;
    }
}

/*腾讯QQ客服*/

.class_qidian_wpa {
    top: auto !important;
    bottom: 55px !important;
}

/*百度商桥*/

#newBridge {
    display: none !important;
    overflow: hidden !important;
    width: 0 !important;
    height: 0 !important;
}

/*微信支付弹框*/

.wx-pay-left,
.wx-pay-right {
    padding: 0 20px;
    margin: 20px 0 30px 0;
}

.wx-pay-left {
    border-right: 1px solid #eee;
}

.wx-pay h4 {
    font-weight: bold;
}

.wx-pay .info {
    margin-bottom: 30px;
}

.wx-pay .img img {
    width: 200px;
    height: 200px;
    padding: 3px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.wx-pay .img .iconfont {
    display: inline-block;
    background: #00c204;
    color: #fff;
    padding: 5px;
    width: 20px;
    height: 20px;
    box-sizing: content-box;
    border-radius: 50%;
}

.wx-pay .dl-horizontal dt {
    width: 100px;
    padding: 2px 0;
}

.dl-horizontal dd {
    padding: 2px 0;
    margin-left: 110px;
}

/* BUOP悬浮框 */
.f-30 {
    font-size: 30px;
}

.f-16 {
    font-size: 16px;
}

.pad_t20 {
    padding-top: 20px;
}

.pad_b20 {
    padding-bottom: 20px;
}

.pad_tb10 {
    padding: 10px 0;
}

.box-shadow-hover:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    transform: translateY(-2%);
}

.box-play-shadow {
    position: relative;
}

.box-play-shadow::before,
.box-play-shadow::after {
    position: absolute;
    content: '';
    opacity: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.box-play-shadow::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.box-play-shadow::after {
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    background: url('/static/college/img/play-btn.png') center center no-repeat;
    background-size: 100%;
    transform: translate(-50%, -50%) scale(1.5);
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -moz-transform: translate(-50%, -50%) scale(1.5);
    -ms-transform: translate(-50%, -50%) scale(1.5);
    -o-transform: translate(-50%, -50%) scale(1.5);
}

.box-play-shadow:hover::before {
    opacity: 1;
}

.box-play-shadow:hover::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
}

.buop_sup {
    position: fixed;
    bottom: 0;
    background-color: #333;
    color: #fff;
    width: 100%;
    z-index: 12;
    opacity: 0;
    box-shadow: 0 0 10px 2px #333;
    display: block;
}

.buop_sup.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

.buop_sup ul {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    position: relative;
}

.buop_sup li {
    position: relative;
    opacity: .8;
    float: left;
    width: 12.5%;
    flex: 1;
}

.buop_sup li .icon-jiantou1 {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 0.4rem;
    transform: translate(50%, 50%);
}

.buop_sup_banner {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: transparent;
    box-shadow: none
}

.buop_sup .dd {
    padding-bottom: 15px;
    display: flex;
}

.buop_sup .dd>.input-group {
    margin: 0 3px 0 0;
}

.buop_sup .dd .input-group-addon {
    padding: 10px;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    color: #ff3333;
}

.buop_sup .dd .form-control {
    border-radius: 0;
    height: 40px;
    font-size: 16px;
}

.buop_sup .dd .right_one {
    width: 23%;
}

.buop_sup .dd .right_three {
    width: 17%;
}

.buop_sup .dd .right_two {
    width: 16%;
}

.buop_sup .dd .right_two .btn.btn-default {
    border: 1px solid rgb(255, 64, 64);
    border-radius: 2px;
    background-color: rgb(255, 64, 64);
    box-shadow: 0px 3px 5px 0px rgba(255, 64, 64, 0.6);
    z-index: 2;
    color: #fff;
    font-size: 20px;
    padding: 0;
}

.buop_sup .dd_close {
    position: absolute;
    right: -30px;
    top: -20px;
}

.buop_sup_banner .dd_close {
    display: none;
}

.buop_sup .dd_close:hover {

    cursor: pointer;
}

.issue_item {
    position: fixed;
    left: 10px;
    bottom: 10px;
    width: 100px;
    display: none;
}

.issue_item:hover {
    cursor: pointer;
}

.input-group i .error {
    display: none !important
}

.layer_alert {
    color: #fff;
    text-align: center;
}

.layer_alert p {
    padding: 10px;
}

.layer_alert_top {
    background-color: #248ad2;
}

.layer_alert_top .icon-zhengque {
    font-size: -webkit-xxx-large;
    background: #fff;
    color: #248ad2;
    border-radius: 5px;
    padding: 0 5px;
}

.layer_alert_bottom {
    background: #fff;
    color: #248ad2;
    padding: 15px;
    font-size: 18px;
    border-radius: 0 0 10px 10px;
    margin-bottom: 15px;
}

.layer_alert .icon-cuo {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

/*END BUOP悬浮框 */

/*电子名片*/


.visiting-card {
    padding: 15px 15px 0 0;
}

.visiting-card .card {
    margin: 15px 0;
}

.card {
    position: relative;
    overflow: hidden;
    padding: 25px 20px 15px 15px;
    min-height: 200px;
    border-radius: 10px;
    background: #fff;
    background: #247ae3;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    color: rgba(255, 255, 255, .9);

    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.card::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    content: '';
    transform: translate(50%, 40%);
}

.card .label-ap {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 10px;
    padding: 2em 4em .7em 4em;
    border-radius: 0;
    background: #ffce00;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    color: #247ae3;
    font-weight: bold;
    font-size: 12px;
    z-index: 2;
    line-height: 1.5;
    transform: rotate(-40deg) translate(-30%, -95%) scale(.9);
}

.card-top {
    display: flex;
    -webkit-box-align: center;
    color: #fff;
    align-items: center;
}

.card-top .img {
    width: 45px;
    height: 45px;
    border: 1px solid #7badf5;
    border-radius: 50%;
    background: #fff;
}

.card-top .card-top-right {
    flex: 1;
    padding-left: 10px;
}

.card h3 {
    margin: 0;
    font-size: 18px;
}

.card h3 .name {
    overflow: hidden;
    max-width: 7em;
}

.card h3 span,
.card h3 img {
    display: inline-block;
    vertical-align: middle;
}

.card h3 img {
    margin: 0 5px;
}

.card p {
    margin-bottom: 0;
}

.card dl {
    margin: 15px 0 0;
    padding-left: 35px;
}

.card dt {
    margin-bottom: 5px;
    font-size: 15px;
    padding-left: 20px;
}

.card dd .iconfont {
    margin-right: 5px;
}

.card-left {
    padding-left: 0;
}

.card-right {
    padding-right: 0;
}

.card-right img {
    max-width: 100%;
}

.card-right .card-wechatCode {
    position: relative;
    margin-top: 35px;
    z-index: 2;
}

.card-right .card-wechatCode .text {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    top: 0;
    left: 0;
    align-items: center;
    text-align: center;
    background: rgba(36, 122, 227, .8);
    font-size: 12px;
    padding: 0 5px;
    justify-content: center;
}

.layui-layer.layer-no-bgcolor {
    background: none;
}

.card-right .card-wechatCode .text .iconfont {
    font-size: 30px;
    color: #ccc;
}

.us-card-list {
    margin: 25px 0 0;
}

.us-card-list-right dl {
    padding-top: 5px;
    font-size: 15px;
    margin: 0;
}

.us-card-list-right dd {
    margin-bottom: 10px;
}

.us-card-list-right .text {
    padding: 10px;
    background: #eee;
    border-radius: 5px;
    margin-top: 10px;
    min-height: 100px;
}

.card .detail-card-address {
    display: flex;
}

.card .detail-card-address span {
    margin-top: 2px;
}

/*电子名片 end*/

/*PC端适配开始*/

@media screen and (max-width:768px) {
    .layer-perfect-info {
        top: 0 !important;
    }

    .menu_leftQQ a {
        display: inline-block;
        padding: 10px;
    }

    .menu_left ul li {
        padding: 0
    }

    .menu_suspension_center,
    .menu_suspension::before {
        display: none
    }

    .buop_sup {
        display: none
    }

    .layer_alert p {
        padding: 5px;
    }

    .recommend-rs {
        clear: both;
    }

    .navbar-header {
        padding: 0 10px;
    }

    body {
        padding-bottom: env(safe-area-inset-bottom);
    }

    #top_menu,
    #top_main,
    #common_footer,
    .mui-mbar-tabs,
    .class_qidian_wpa,
    .current_location {
        display: none;
    }

    .main {
        z-index: 0;
        margin: 50px 0 54px 0;
        width: 100%;
    }

    .main-no-head {
        margin-top: 0;
    }

    .main-no-foot {
        margin-bottom: 0;
    }

    .main-no {
        margin: 0;
    }

    .detail-foot footer {
        display: none;
    }

    body,
    footer,
    .container,
    .main {
        overflow-x: hidden;
        min-width: 320px;
    }

    .pagination>li>a,
    .pagination>li>span {
        font-size: 12px;
        padding: 4px 9px;
    }

    .menu_left {
        bottom: 70px;
    }

    .news_loading {
        padding: 5px 25px;
        font-size: 14px;
    }

    .wx_nav {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2030;
        min-height: 20px;
        width: 100%;
        background-color: #393A3E;
        color: #ffffff;
        text-align: center;
        font-size: 16px;
        line-height: 50px;
    }

    .wx_nav .navbar-collapse {
        text-align: left;
    }

    .wx_nav .back,
    .wx_nav .wx_nav_home {
        position: absolute;
        left: 10px;
        top: 0;
        color: #FFFFFF;
        font-size: 16px;
    }

    .wx_nav .wx_nav_home {
        left: auto;
        right: 10px;
    }

    .wx_nav .wx_nav_title {
        width: 60%;
        display: block;
        margin: 0 auto;
    }

    .navbar-collapse.cur {
        height: 100% !important;
        position: fixed;
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        top: 0;
        width: 100%;
        max-width: 640px;
        z-index: 99;
        display: none;
    }

    .navbar-collapse.cur .navbar-nav {
        background: rgba(66, 73, 81, .95);
        position: absolute;
        width: 45%;
        max-width: 448px;
        right: -100%;
        top: 0;
        bottom: 0;
        z-index: 100;
        transition: all .3s;
        box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    }

    .navbar-nav {
        margin: 0
    }

    .navbar-default .navbar-nav>li>a {
        color: rgba(255, 255, 255, .8);
        font-size: .45rem;
        border-bottom: 1px dashed rgba(0, 0, 0, .2);
    }

    .navbar {
        z-index: 11998;
    }

    .navbar-default .navbar-nav>li>a:hover {
        color: #1776BC;
        background: none;
    }

    .noscroll {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
    }

    .wx-pay {
        padding-bottom: 50px;
    }

    .wx-pay .dl-horizontal dd {
        margin: 0;
    }

    .nomessage {
        border-radius: 0;
    }
    .box-play-shadow::after {
        width: 40px;
        height: 40px;
    }
}



@media (min-width: 768px) {
    .main {
        padding-bottom: 50px;
    }

    .class_qidian_wpa {
        bottom: 10px !important;
    }

    .mobile_nav_div,
    footer {
        display: none;
    }

    .navbar-fixed-top {
        position: static;
    }

    .navbar-collapse li {
        text-align: center;
    }

    .navbar-collapse li a {
        padding: 0 10px;
    }
}

@media (min-width: 992px) {
    .navbar-collapse li a {
        padding: 0 16px;
    }
}

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

    .navbar-collapse li a {
        padding: 0 28px;
    }
}

@media (max-width: 992px) {
    .navbar-collapse li a {
        font-size: 14px;
    }
}

/* 通用 */
.po_r {
    position: relative;
}

.in_blck {
    display: inline-block
}

.pad_5 {
    padding: 5px;
}

.pad_3 {
    padding: 3px;
}

.reds {
    color: #ff4040
}

.c666 {
    color: #666;
}

.c999 {
    color: #999;
}

.po_a {
    position: absolute
}

.f-22 {
    font-size: 22px
}

.f-26 {
    font-size: 26px;
}

.h {
    display: none;
}

.f_l {
    float: left;
}

.f_r {
    float: right
}

.w-100 {
    width: 100%;
}

.w-75 {
    width: 75%;
}

.w-25 {
    width: 25%;
}

.w-50 {
    width: 50%;
}

.w-35 {
    width: 35%;
}

.w-65 {
    width: 65%;
}

.c333 {
    color: #333333
}

.cblue {
    color: #007bff
}

.BlueColor {
    color: #4cc8f0;
}

.OgColor {
    color: #ff7e00;
}

.GreenColor {
    color: #00c5b9;
}

.BluesColor {
    color: #469ffe;
}

.bg_white {
    background-color: #FFFFFF;
}

.white {
    color: white
}

.pad_tb20 {
    padding: 20px 0;
}

.pad_tb40 {
    padding: 40px 0;
}

.pad_b20 {
    padding-bottom: 20px;
}

.pad_t30 {
    padding-top: 30px;
}

.pad_t20 {
    padding-top: 20px;
}

.pad_t10 {
    padding-top: 10px;
}

.pad_b30 {
    padding-bottom: 30px;
}

.pad_tb30 {
    padding: 30px 0;
}

.pad_tb50 {
    padding: 50px 0;
}

.mar_t5 {
    margin-top: 5px;
}

.mar_t10 {
    margin-top: 10px
}

.mar_t15 {
    margin-top: 15px
}

.mar_t20 {
    margin-top: 20px
}

.mar_t30 {
    margin-top: 30px
}

.mar_b5 {
    margin-bottom: 5px;
}

.mar_b30 {
    margin-bottom: 30px;
}

.mar_b20 {
    margin-bottom: 20px;
}

.mar_b15 {
    margin-bottom: 15px;
}

.mar_b10 {
    margin-bottom: 10px;
}

.mar_tb50 {
    margin: 50px 0;
}

.pad_b50 {
    padding-bottom: 50px;
}

.mar_r15 {
    margin-right: 15px
}

.mar_r10 {
    margin-right: 10px
}

.resize-no {
    resize: none
}

.mar_l15 {
    margin-left: 15px
}

.mar_l5 {
    margin-left: 5px
}

.mar_r5 {
    margin-right: 5px
}

.mar_tb20 {
    margin: 20px 0;
}

.pad_tb15 {
    padding: 15px
}

.pad_10 {
    padding: 10px
}

.blueScolor {
    color: #0099ff;
}

.bg_eee {
    background-color: #eeeeee;
}

.w-30 {
    width: 30%;
}

.emd_gray {
    color: #8f8e8e
}

.b {
    font-weight: bold;
}

.h-100 {
    height: 100%;
}

.ov_h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    max-height: 3em;
}

input:-webkit-autofill {
    background-color: #FAFFBD;
    background-image: none;
    color: #000;
}

.pad_t50 {
    padding-top: 50px
}

.omg-2 {
    max-height: 40px;
    overflow: hidden;
}


/* ---- */

    /* 解决方案 */
    .relevant {
        margin-bottom: 30px;
        padding: 15px;
        border: 1px solid #eee;
        background-color: #fff;
    }
    
    .clearfix_a ul li {
        float: left;
        padding: 15px 0;
        width: 100%;
        border-bottom: 1px dashed #f1f1f1;
    }
    .clearfix_a li .img {
        padding-left: 0;
        /* margin-top:22px; */
        }
    .clearfix_a ul li .col-md-9 {
        padding-left: 0;
    }
    
    .col-xs-8 a h3{
        margin-top: 0px;
    }
    
    .clearfix_a li a:hover {
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
        color: #248ad2;
    }
    .clearfix_a ul li:hover {
        background: #fff;
        box-shadow:10px 0 10px rgba(0, 0, 0, .2);
        transform: translateX(15px);
    }
    .news_loading_a {
        border-radius: 20px;
        background-image: linear-gradient(0deg, rgb(2, 171, 254) 0%, rgb(50, 107, 232) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(2, 171, 254) 0%, rgb(50, 107, 232) 100%);
        color: #fff;
    }
/* 通用结尾 */