/*reset*/

* {
    margin: 0;
    padding: 0;
}


em,
i {
    font-style: normal;
}


li {
    list-style: none;
}

button {
    cursor: pointer;
}

button,
input {
    font-family: 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5b8b\4f53, sans-serif;
    /*取消轮廓线 蓝色的*/
    outline: none;
    border: none;
    cursor: pointer;
}

body {
    background-color: #fff;
    font: 12px/1.5 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5b8b\4f53, sans-serif;
    color: black;
}

/*清除浮动*/

.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: '.';
    height: 0;
}

.clearfix {
    *zoom: 1;
}
/* 浮动阴影 */
.text-show {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    width: 100%;
    text-indent: 1rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#131313', GradientType=0);
}
/* 浮动样式 */
.fl {
    float: left;
}
.fr {
    float: right;
}
.mdt5 {
    margin-top: 5px !important;
}
.mdt10 {
    margin-top: 10px !important;
}
.mdt15 {
    margin-top: 15px !important;
}
.mdt20 {
    margin-top: 20px !important;
}
.mdt25 {
    margin-top: 25px !important;
}
.mdt30 {
    margin-top: 30px !important;
}
.mdt35 {
    margin-top: 35px !important;
}
.mdt40 {
    margin-top: 40px !important;
}
.mdt45 {
    margin-top: 45px !important;
}
.mdt50 {
    margin-top: 50px !important;
}
.mdt60 {
    margin-top: 60px !important;
}
.mdt80 {
    margin-top: 80px !important;
}
.mdb10 {
    margin-bottom: 10px !important;
}
.mdb20 {
    margin-bottom: 20px !important;
}
.mdb30 {
    margin-bottom: 30px !important;
}
.mdb35 {
    margin-bottom: 35px !important;
}
.mdb45 {
    margin-bottom: 45px !important;
}
.mdt98 {
    margin-top: 98px;
}
.pat98 {
    padding-top: 98px;
}
/* !换行 */
/**
* span,li,notext,i,.crumsb    一行
* h2,.notext2                    二行
* h3,.notext3                    三行
* .notext4                       四行
* .notext5                       五行
* h6                             六行
* h4，h5                         正常
**/



/* 消除google浏览器黄色框  */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    /*背景颜色*/
    box-shadow: 0 0 0 60px #eee inset;
    /*字的颜色*/
    -webkit-text-fill-color: #878787;
    outline: none;
}
/*
* 搜索框提示颜色
*/
.flex {
    display: flex;
    justify-content: space-between;
}
@keyframes package_cartoon {
    0%,
    100% {
        clip: rect(0px, 475px, 0px, 0px);
    }
    25% {
        clip: rect(0px, -1px, 610px, 0px);
    }
    50% {
        clip: rect(610px, 475px, 610px, 0px);
    }
    75% {
        clip: rect(0px, 475px, 610px, 475px);
    }
}
@keyframes ball_item {
}
@keyframes ball {
    0% {
        top: -10px;
        left: -10px;
    }
    25% {
        top: 330px;
        left: -10px;
    }
    50% {
        top: 330px;
        left: 190px;
    }

    75% {
        top: -10px;
        left: 190px;
    }
    100% {
        top: -10px;
        left: -10px;
    }
}


.flex {
    display: flex;
    justify-content: space-between;
}
.w {
    width: 1460px;
    margin: 0 auto;
}
/*------------------------------*/

.head_positioning {
    width: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 9999;
    transform: translateX(-50%);
}
.head_bgc {
    background: rgba(37, 38, 39, 0.5) !important;
}
.head_bgc .header {
    height: 70px;
    background-color: transparent;
}
.head_bgc .header .flex {
    height: 70px;
}
.head_bgc .header .flex .logo {
    height: 45px;
}
.head_bgc .header .flex .logo img {
    height: 45px;
    object-fit: contain;
}
.head_bgc .nav_search {
    display: none;
}
.header {
    background-color: rgba(37, 38, 39, 0.15);
    height: 108px;
    transition: all 0.6s;
}
.header .flex {
    height: 108px;
    transition: all 0.6s;
    align-items: center;
}
.header .flex .logo {
    width: 200px;
    height: 55px;
}
.header .flex .logo img {
    width: 200px;
    height: 55px;
}
.header .flex .right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .flex .right .phone {
    width: 28px;
    height: 28px;
    margin-right: 15px;
    background: url(../images/phone.png) no-repeat center;
    position: relative;
    cursor: pointer;
}
.header .flex .right .phone .phone_show {
    top: 25px;
    width: 184px;
    height: 94px;
    cursor: pointer;
    background: url(../images/phone_show.png) no-repeat center;
    padding: 30px 30px 20px;
    box-sizing: border-box;
}
.header .flex .right .phone .phone_show h3 {
    font-size: 14px;
    color: #858585;
}
.header .flex .right .phone .phone_show span {
    color: #c33d40;
    font-weight: 700;
    font-size: 18px;
    font-family: '黑体';
}
.header .flex .right .kehuduan,
.header .flex .right .tuiguang {
    color: #fff;
    font-size: 16px;
    position: relative;
    padding-right: 35px;
}
.header .flex .right .kehuduan::after,
.header .flex .right .tuiguang::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    width: 11px;
    height: 6px;
    background: url(../images/down-ic.png) no-repeat center;
    transition: all 0.6s;
}
.header .flex .right .kehuduan:hover::after,
.header .flex .right .tuiguang:hover::after,
.header .flex .right .kehuduan .ic_up::after,
.header .flex .right .tuiguang .ic_up::after {
    transform: rotate(180deg);
}
.header .flex .right .tuiguang .tg {
    top: 35px;
}
.header .flex .right .tuiguang .tg ul {
    flex-wrap: wrap;
    width: 302px;
    height: 290px;
    padding: 27px 20px 20px;
    box-sizing: border-box;
    background: url(../images/xiala.png) no-repeat center;
    border-radius: 10px;
}
.header .flex .right .tuiguang .tg ul li {
    width: 50%;
    padding-left: 47px;
    box-sizing: border-box;
    height: 45px;
    line-height: 45px;
    background-size: 14px 15px;
}
.header .flex .right .tuiguang .tg ul li.sy {
    background: url(../images/sy.png) no-repeat 24px center;
}
.header .flex .right .tuiguang .tg ul li.jg {
    background: url(../images/jg.png) no-repeat 24px center;
}
.header .flex .right .tuiguang .tg ul li.zmt {
    background: url(../images/zmt.png) no-repeat 24px center;
}
.header .flex .right .tuiguang .tg ul li.tc {
    background: url(../images/tc.png) no-repeat 24px center;
}
.header .flex .right .tuiguang .tg ul li.gzh {
    background: url(../images/gzh.png) no-repeat 24px center;
}
.header .flex .right .tuiguang .tg ul li.dx {
    background: url(../images/dx.png) no-repeat 24px center;
}
.header .flex .right .tuiguang .tg ul li.wb {
    background: url(../images/wb.png) no-repeat 24px center;
}
.header .flex .right .tuiguang .tg ul li.zx {
    background: url(../images/zx.png) no-repeat 24px center;
}
.header .flex .right .tuiguang .tg ul li.tg {
    background: url(../images/tg.png) no-repeat 24px center;
}
.header .flex .right .tuiguang .tg ul li.lx {
    background: url(../images/lx.png) no-repeat 24px center;
}
.header .flex .right .tuiguang .tg ul li.cur{
    background-color: #efefef;
}
.header .flex .right .kehuduan .xiala {
    top: 24px;
    width: 184px;
    height: 181px;
    background: url(../images/kehuduan.png) no-repeat center;
}
.header .flex .right .kehuduan .xiala img {
    display: block;
    width: 110px;
    height: 110px;
    margin: 25px auto 0;
}
.header .flex .right .kehuduan .xiala span {
    display: block;
    text-align: center;
    color: #666666;
    font-size: 16px;
}
.header .flex .right .sele_tit ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-left: 22px;
    margin-left: 22px;
}
.header .flex .right .sele_tit ul::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 13px;
    background-color: #fff;
}
.header .flex .right .sele_tit ul li {
    margin-left: 16px;
}
.header .flex .right .sele_tit ul li a {
    font-size: 16px;
    color: #fff;
}
.header .flex .right .head_user {
    display: flex;
    justify-content: space-between;
    margin-left: 34px;
}
.header .flex .right .head_user .off,
.header .flex .right .head_user .m_search_show {
    display: none;
}
.head-login_but-btn,
.login-out,
.header .flex .right .head_user .registered_but,
.header .flex .right .head_user .login_but {
    display: block;
    text-align: center;
    width: 50px;
    height: 26px;
    line-height: 26px;
    background-color: #f5a623;
    border: 1px solid rgba(255, 255, 255, 0.88);
    overflow-wrap: break-word;
    color: #ffffff;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    white-space: nowrap;
}
.login-out,
.header .flex .right .head_user .registered_but {
    margin-left: 10px;
    background-color: #409eff;
}
.head-login_but-btn,
.login-out {
    width:80px;
}
.login-out {
    font-size: 14px;
    line-height: 40px;
    border: none;
    background: none;
}
.header .flex .right .xiala {
    display: none;
    position: absolute;
    z-index: 999999;
    left: 50%;
    transform: translate(-50%);
}
.nav_search {
    height: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}
.nav_search .flex {
    align-items: center;
}
.nav_search .nav ul {
    display: flex;
    align-items: center;
}
.nav_search .nav ul li {
    width: 100px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.nav_search .nav ul li:first-of-type {
    text-align: left;
    width: 60px;
}
.nav_search .nav ul li:hover,
.nav_search .nav ul li.cur {
    font-weight: 700;
    box-sizing: border-box;
}
.nav_search .nav ul li:hover a,
.nav_search .nav ul li.cur a {
    display: inline-block;
    height: 60px;
    box-sizing: border-box;
    font-size: 18px;
    border-bottom: 2px solid #fff;
}
.nav_search .nav ul li a {
    color: #fff;
    font-size: 16px;
}
.nav_search .nav .m_nav {
    display: none;
}

.nav_search .search {
    width: 260px;
    height: 36px;
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.88);
    border-radius: 18px;
    overflow: hidden;
}
.nav_search .search form input {
    width: 250px;
    height:36px;
    padding-left: 38px;
    font-size: 16px;
    background: url(../images/search.png) no-repeat 14px center;
    background-size: 16px;
    color: #fff;
}
.nav_search .search form input::-webkit-input-placeholder {
    color: #fff;
}
.swiper_login {
    overflow: hidden;
    position: relative;
}
.swiper_login #swiper-1 {
    width: 100%;
    height: 1080px;
}
.swiper_login #swiper-1 .swiper-slide img {
    -o-object-fit: cover;
    object-fit: cover;
}
.swiper_login #swiper-1 .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0;
    width: 20px;
    height: 3px;
    background: #ffffff;
    opacity: 0.4;
    transition: all 0.6s;
}
.swiper_login #swiper-1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}
.swiper_login .login {
    position: absolute;
    z-index: 9999;
    right: 240px;
    top: 377px;
    width: 370px;
    height: 452px;
    padding: 60px 37px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.75);
    overflow: hidden;
}
.swiper_login .login .m_off {
    display: none;
}
.swiper_login .login .registered {
    position: absolute;
    top: -20px;
    right: -38px;
    background-color: #bd292d;
    height: 58px;
    line-height: 81px;
    width: 100px;
    text-align: center;
    transform: rotate(41deg);
}
.swiper_login .login .registered a {
    color: #fff;
    font-size: 16px;
}
.swiper_login .login h2 {
    font-weight: bold;
    color: #242422;
    margin-bottom: 29px;
}
.swiper_login .login input {
    width: 296px;
    height: 40px;
    background: #ffffff;
    font-size: 16px;
    margin-bottom: 16px;
    padding-left: 12px;
    box-sizing: border-box;
}
.login_text h2{
    font-size: initial !important;
}
.swiper_login .login input::-webkit-input-placeholder {
    color: #cacaca;
}
.swiper_login .login input.yzm {
    width: 164px;
}
.swiper_login .login input[type='submit'] {
    background-color: #bd292d;
    color: #fff;
    height: 40px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    margin-bottom: 11px;
}
.swiper_login .login .rb_password {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 28px;
}
.swiper_login .login .rb_password input[type='checkbox'] {
    width: 16px;
    height: 16px;
    margin-bottom: 0;
    margin-right: 8px;
    outline: none;
    -webkit-appearance: none;
    -webkit-tab-highlight-color: rgba(0, 0, 0, 0);
    vertical-align: baseline;
    border-radius: 50%;
    position: relative;
    background: none;
}
.swiper_login .login .rb_password input[type='checkbox']::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    color: #fff;
    box-sizing: border-box;
    background: url(../images/uncheck.png) no-repeat center;
}
.swiper_login .login .rb_password input[type='checkbox']:checked::before {
    background: url(../images/check.png) no-repeat center;
}
.swiper_login .login .rb_password label {
    color: #242422;
    font-size: 16px;
}
.swiper_login .login .Forgotpassword {
    float: right;
}
.swiper_login .login .Forgotpassword a {
    font-size: 14px;
    color: #3c3c3c;
}




.kf-right {
    position: fixed;
    height: auto;
    right: 20px;
    top: 210px;
    z-index: 99999;
    font-family: '微软雅黑';
}
.kf-right .kf-right-item {
    position: relative;
}
.kf-right .kf-right-item:hover .kf-right-box {
    display: block;
}
.kf-right .kf-right-btn {
    width: 48px;
    height: 48px;
    border: 1px solid #e14b4c;
    display: block;
    margin-bottom: 6px;
    position: relative;
    background-color: #fff;
}
.kf-right .kf-right-btn sup {
    display: block;
    min-width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    border-radius: 50%;
    background-color: #e14b4c;
    position: absolute;
    left: -12px;
    top: -12px;
}
.kf-right .kf-right-btn:hover {
    border: 1px solid #e14b4c;
}
.kf-right .meau-gg a span {
    background: url(../images/qq.png) 10px 0 no-repeat;
}
.kf-right .meau-gg a:hover span {
    background: #e14b4c url(../images/qq.png) -32px 0 no-repeat;
}
.kf-right .meau-gg .kf-right-box .box-border {
    width: 205px;
}
.kf-right .kf-right-box {
    position: absolute;
    top: -15px;
    right: 48px;
    padding-right: 15px;
    display: none;
}
.kf-right .kf-right-box .box-border {
    z-index: 999;
    border: 1px solid #ccc;
    border-top: 4px solid #e14b4c;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    position: relative;
}
.kf-right .kf-right-box .box-border .sev-a span {
    float: left;
    display: block;
    margin-right: 20px;
    color: #d3d3d3;
}
.kf-right .kf-right-box .box-border .sev-a h3 {
    color: #e14b4c;
    font-size: 24px;
    line-height: 28px;
    text-indent: 30px;
    background: url(../images/qq.png) 0px -10px no-repeat;
}
.kf-right .kf-right-box .box-border .sev-c {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #e4e4e4;
}
.kf-right .kf-right-box .box-border .sev-c li {
    width: 205px;
    height: 25px;
    background: url(http://www.ruanwen.com.cn/static/index/new/images/circle.png) left no-repeat;
    text-indent: 5px;
    overflow: hidden;
}
.kf-right .kf-right-box .box-border .sev-c li a {
    display: inline-block;
    color: #666;
    font-size: 12px;
    line-height: 25px;
}
.kf-right .kf-right-box .box-border .sev-c li a:hover {
    color: #e14b4c;
}
.kf-right .kf-right-box .box-border .gg_btn {
    margin: 20px 0;
}
.kf-right .kf-right-box .box-border .gg_btn a {
    background: #e14b4c;
    color: #fff;
    font-size: 14px;
    padding: 5px 20px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.kf-right .kf-right-box .box-border .gg_btn a:hover {
    background: #ff7e00;
    color: #fff;
    font-size: 14px;
    padding: 5px 20px;
}
.kf-right .kf-right-box .box-border .arrow-right {
    display: block;
    width: 13px;
    height: 16px;
    position: absolute;
    right: -13px;
    top: 26px;
}
.kf-right .kf-right-box .box-border .sev-t span {
    font-size: 30px;
    float: left;
    display: block;
    line-height: 30px;
    margin-right: 20px;
    color: #d3d3d3;
}
.kf-right .kf-right-box .box-border .sev-t h3 {
    color: #e14b4c;
    font-size: 24px;
    line-height: 28px;
    text-indent: 30px;
    background: url(../images/qq.png) 2px -117px no-repeat;
}
.kf-right .kf-right-box .box-border .sev-t p {
    color: #e14b4c;
    font-size: 25px;
    font-weight: bold;
}
.kf-right .kf-right-box .box-border .sev-t p i {
    display: block;
    font-size: 14px;
    color: #333;
    font-style: normal;
    font-weight: normal;
}
.kf-right .kf-right-box .box-border .sev-b {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #e4e4e4;
}
.kf-right .kf-right-box .box-border .sev-b li {
    width: 150px;
}
.kf-right .kf-right-box .box-border .sev-b li a {
    display: inline-block;
    color: #333;
    font-size: 15px;
    padding-left: 43px;
    background: url(http://www.ruanwen.com.cn/static/index/new/images/q1.gif) no-repeat left 3px;
    line-height: 36px;
}
.kf-right .kf-right-box .box-border .sev-b li a:hover {
    color: #e14b4c;
    font-weight: bold;
}
.kf-right .meau-hd a span {
    background: url(../images/qq.png) 10px -55px no-repeat;
}
.kf-right .meau-hd a:hover span {
    background: #e14b4c url(../images/qq.png) -32px -55px no-repeat;
}
.kf-right .item-qq a span {
    background: #e14b4c url(../images/qq.png) -30px -110px no-repeat;
}
.kf-right .item-qq .kf-right-box .box-border {
    width: 150px;
}
.kf-right .meau-contact .kf-right-box .box-border {
    width: 230px;
}
.kf-right .meau-contact a span {
    background: url(../images/qq.png) -30px -165px no-repeat;
}
.kf-right .meau-contact a:hover span {
    background: url(../images/qq.png) 10px -165px no-repeat;
}
.kf-right .meau-code a span {
    background: url(../images/qq.png) -31px -221px no-repeat;
}
.kf-right .meau-code a:hover span {
    background: url(../images/qq.png) 8px -221px no-repeat;
}
.kf-right .meau-code .kf-right-box {
    top: inherit;
    bottom: -35px;
}
.kf-right .meau-code .kf-right-box .box-border {
    width: 130px;
    text-align: center;
    border-top: 1px solid #ccc;
}
.kf-right .meau-code .kf-right-box .box-border i {
    display: block;
    color: #f66e06;
    font-size: 16px;
    line-height: 16px;
}
.kf-right .meau-code .kf-right-box .box-border .arrow-right {
    top: inherit;
    bottom: 50px;
}
.kf-right .meau-top a span {
    background: url(../images/qq.png) -30px -263px no-repeat;
}
.kf-right .meau-top a:hover span {
    background: #e14b4c url(../images/qq.png) 7px -263px no-repeat;
}
.kf-right .meau-top .kf-right-btn:hover {
    border: 1px solid #e14b4c;
}
.kf-right .meau-zs .kf-right-btn {
    background-color: #e14b4c;
    color: #fff;
    margin-top: 80px;
    border-color: #e14b4c;
}
.kf-right .meau-zs .kf-right-btn span {
    color: #fff;
}
.kf-right .meau-zs .kf-right-btn p {
    color: #fff;
}
.kf-right .sev-t .circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: #f1f1f3;
    display: block;
    float: left;
    position: relative;
    left: auto;
}
.kf-right .sev-t .i-qq {
    width: 44px;
    height: 44px;
    background: url(../images/qq_icon.png) no-repeat center 3px;
    display: block;
    transition: all 0.2s;
    border-radius: 50%;
    overflow: hidden;
}
.kf-right .sev-t b {
    float: left;
    width: 90px;
    line-height: 44px;
    font-size: 15px;
    margin-left: 12px;
}
.kf-right .qq_a {
    width: 146px !important;
    display: inline-block;
    color: #333;
}
.kf-right .meau-gg a span,
.kf-right .meau-hd a span,
.kf-right .item-qq a span,
.kf-right .meau-contact a span,
.kf-right .meau-code a span,
.kf-right .meau-top a span {
    display: block;
    width: 48px;
    height: 48px;
}
.kf-right .meau-contact .kf-right-btn,
.kf-right .meau-code .kf-right-btn,
.kf-right .meau-top .kf-right-btn {
    width: 48px;
    height: 48px;
    border: 1px solid #ccc;
}
