﻿@charset "utf-8";

body {
    text-align: center;
    background: #f7f7f7;
    font-family: '微软雅黑';
    font-size: 14px;
}

* {
    margin: 0px;
    padding: 0px
}

a {
    text-decoration: none
}

em,
i {
    font-style: normal
}

ul {
    list-style: none
}

.fl {
    float: left
}

.fr {
    float: right
}

.cl {
    clear: both
}

.rad {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px
}

input {
    font-family: '微软雅黑';
    font-size: 14px;
    outline: none
}

input::-webkit-input-placeholder {
    color: #b9b9b9
}

input:-moz-placeholder {
    color: #b9b9b9
}

input::-moz-placeholder {
    color: #b9b9b9
}

input:-ms-input-placeholder {
    color: #b9b9b9
}

#login_container {
    padding: 15px;
}

.middle {
    width: 1200px;
    margin: auto;
    text-align: left
}

.middle .logo {
    float: left;
}

.ad {
    display: none
}

.ad .middle {
    position: relative
}

.ad .middle .close {
    position: absolute;
    right: 9px;
    top: 15px;
    width: 34px;
    height: 34px;
    display: block
}

.header {
    background: #fff
}

.header .top {
    font-size: 14px;
    background: #f7f7f7;
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #ececec;
    color: #666
}

.header .top em {
    color: #eb4746;
}

.header .top a {
    color: #666;
    margin-left: 8px
}

.header .top a.first {
    background: url(../images/first.gif) no-repeat right center;
    padding-right: 10px
}

.header .logo-nav {
    height: 85px
}

.header .logo {
    display: block;
    margin-top: 19px
}

.header .logo img {
    max-width: 250px;
    max-height: 50px;
}

.header .nav li {
    float: left;
    height: 35px;
    line-height: 35px;
    padding: 30px 0 0;
    font-size: 16px;
    margin-left: 2px;
}

.header .nav li a {
    color: #888;
    display: block;
    padding: 0 13px;
    padding: 3px 16px;
}

.header .nav li.home a {
    padding: 0px 13px
}

.header .nav li.current,
.header .nav li:hover {
    height: 42px;
    line-height: 35px;
}

.header .nav li.current a,
.header .nav li:hover a {
    color: #ffffff;
    background: #3cb4f9;
    padding: 3px 16px;

}

.header .nav li.reg a {
    color: #ffffff;
    background: #ffaa56;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
}

.header .nav li.last {
    position: relative;
    margin-right: 100px;
}

.header .nav li.last:hover a {
    background: #0091e4;
    color: #FFF;
}

.header .nav li .sub-nav {
    position: absolute;
    left: -10%;
    top: 65px;
    z-index: 999;
    background: #0091e4;
    display: none;
    width: 120%;
    text-align: center;
}

.header .nav li.last:hover .sub-nav {
    display: block;
}

.header .nav li.subhover a span {
    background: url(../images/subhover.png) no-repeat right center;
    color: #fff;
    padding-right: 15px
}

.header .nav li .sub-nav a {
    color: #fff;
    font-size: 14px;
    line-height: 30px
}

.header .nav li .sub-nav a:hover {
    color: #e9ff2c
}

.header .dropdown {
    height: 40px;
    line-height: 40px;
    position: relative;
    float: left;
    margin-top: 28px;
    margin-left: 50px;
}

.header .dropdown .dropdown-menu {
    display: none;
}

.header .dropdown #userId {
    font-size: 16px;
    color: #888;
}

.header .dropdown .icon-yonghu {
    width: 13px;
    height: 16px;
    display: inline-block;
    float: left;
    background: url(../images/lefticon.png) center center no-repeat;
    margin-top: 10px;
    margin-right: 6px;
}

.header .dropdown .icon-icon_down {
    width: 11px;
    height: 6px;
    float: right;
    display: inline-block;
    background: url(../images/rjiantouicon.png) center center no-repeat;
    margin-top: 18px;
    margin-left: 10px;
}

.header .dropdown:hover .dropdown-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: -25px;
    z-index: 1000;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.header .dropdown:hover .dropdown-menu .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777777;
    white-space: nowrap;
}

.header .dropdown:hover .dropdown-menu li {
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
}

.header .dropdown:hover .dropdown-menu li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 14px;
    background: none;
}

.header .dropdown:hover .dropdown-menu li:hover a,
.header .dropdown:hover .dropdown-menu li a:hover {
    color: #3cb4f9;
}

.empty {
    font-size: 15px;
    text-align: center;
    padding: 20px 0;
    color: #999;
}

.footer {
    background: #323232;
    color: #dfdfdf;
}

.footer a {
    color: #dfdfdf
}

.footer .footer-nav dl {
    margin: 65px 40px 65px 0px;
    min-height: 74px
}

.footer .footer-nav dl.last {
    background: none
}

.footer .footer-nav dl dt {
    font-size: 18px;
    color: #dfdfdf;
    line-height: 26px;
    margin-bottom: 10px
}

.footer .footer-nav dl dt span {
    margin-right: 12px
}

.footer .footer-nav dl dd {
    padding-left: 38px;
    margin-bottom: 12px
}

.footer .footer-nav dl dd a {
    color: #dfdfdf;
    font-size: 12px
}

.footer .box-l p {
    margin-top: 15px
}

.footer .box-l a {
    margin-right: 30px
}

.footer .box-r {
    border-left: 1px solid #666;
    height: 150px;
    margin-top: 58px;
    padding-left: 58px;
    color: #ccc;
    font-size: 12px
}

.footer .box-r .erwm {
    text-align: left;
    margin-right: 50px;
    padding-top: 12px
}

.footer .box-r span {
    display: block;
    margin-bottom: 5px
}

.footer .box-r h3 {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    padding: 5px 0px 2px
}

.footer .box-r .box span {
    padding-bottom: 6px
}

.footer .box-r p {
    line-height: 22px;
    padding-left: 33px;
    margin-top: 12px
}

.footer .box-r p.e-mail {
    background: url(../images/mail.png) no-repeat left center
}

.footer .box-r p.qq {
    background: url(../images/qqicon.png) no-repeat left center
}

.footer .box-r dl {
    text-align: center
}

.footer .box-r dl img {
    width: 82px;
    height: 82px;
    margin: 10px 0px 10px 0px
}

.footer .copyright {
    background: #2c2c2c;
    text-align: center;
    height: 61px;
    line-height: 61px;
    color: #ccc;
    font-size: 12px
}

.footer .copyright a {
    color: #ccc
}

.articlebody {
    padding: 20px;
    line-height: 30px;
}

.notice {
    background-color: #f8f8f8;
    border-bottom: 1px solid #ebebeb;
    height: 40px;
    line-height: 40px
}

.notice a {
    color: #3cb4f9;
    margin: 0 5px;
}

.error_tig,
.success_tig {
    width: 500px;
    padding: 10px 0;
    line-height: 90px;
    text-align: center;
    font-size: 22px;
    color: #FFF;
    position: fixed;
    top: 50%;
    margin-top: -120px;
    left: 50%;
    margin-left: -250px;
    background: #d9534f;
    border-radius: 5px;
    opacity: 0.9;
    z-index: 999999999999;
}

.error_tig i,
.success_tig i {
    font-size: 30px;
    display: inline;
    margin-right: 10px;
}

.qixinbaodescription {
    width: 985px;
    border: 1px solid #e8e8e8;
    height: 22px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    height: 90px;
    resize: none;
    line-height: 22px;
    color: #999;
}

.qixinbaodescription:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.login_welcome {
    top: 45px;
    left: 0;
    font-size: 12px;
    padding-top: 48px;
    width: 241px;
    text-align: center;
    margin-top: -1px;
    z-index: 99;
}

.login_welcome p {
    height: 30px;
    line-height: 30px;
}

.login_welcome p,
.login_welcome p a {
    color: #666;
}

.login_welcome p span {
    margin: 0 5px;
}

.m-loginPanel {
    width: 240px;
    margin: 0 auto;
}

.login_welcomeAPanel {
    position: relative;
}

.login_welcomeAvatar {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: url(../images/wellcome_avatar.png) no-repeat;
}

.login_welcomeAvatar2 {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: url(../images/wellcome_avatar2.png) no-repeat;
}

.loginAdvUserOut {
    position: absolute;
    top: 8px;
    left: 180px;
    width: 15px;
    height: 15px;
    background: url(../images/wellcome_quit.png) no-repeat;
}

.loginUserName {
    display: block;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 16px;
    color: #ffb600;
}

.u-advPlatform {
    display: block;
    width: 240px;
    height: 35px;
    line-height: 35px;
    margin: 50px auto 0;
    text-align: center;
    background-color: #ffb600;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
}

.u-advPlatform:hover {
    color: #fff;
}

.pos_relative {
    position: relative
}

.cwqtop_banner2_cl {
    cursor: pointer;
}

.cwqtop_banner2_jq {
    margin: 0 auto;
    width: 100%;
    min-width: 1200px;
    height: 80px;
    position: relative;
    overflow: hidden;
}

.cwqtop_banner1_jq {
    margin: 0 auto;
    width: 100%;
    min-width: 1200px;
    display: none;
    height: 460px;
}

.cwqtop_banner2_cl {
    position: absolute;
    display: block;
    width: 34px;
    height: 34px;
    background: url(../images/cwqtop_banner_img.png) no-repeat;
    z-index: 1;
    right: 10px;
    top: 15px;
}

.cwqtop_banner2_cl {
    transition: width .2s, height .2s;
    -moz-transition: width .2s, height .2s, -moz-transform .2s;
    -webkit-transition: width .2s, height .2s, -webkit-transform .2s;
    -o-transition: width .2s, height .2s, -o-transform .2s;
}

.cwqtop_banner2_cl:hover {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.cwqtop_banner_max {
    width: 100%;
    min-width: 1200px;
    height: 460px;
    display: block;
}

.cwqtop_banner_min {
    width: 100%;
    min-width: 1200px;
    height: 80px;
    display: block;
}

.redbg {
    background: #000;
    opacity: 0.4;
    z-index: 9999999999999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.newred {
    z-index: 99999999999999;
    background: url(../images/newredbg.png);
    width: 238px;
    height: 307px;
    position: fixed;
    left: 50%;
    margin-left: -119px;
    top: 150px;
}

.newred span.closered {
    width: 19px;
    height: 19px;
    background: url(../images/closered.png);
    display: block;
    float: right;
    margin: 15px;
    cursor: pointer;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
}

.newred span.closered:hover {
    background: url(../images/closeredhover.png);
}

.newred p.redmsg {
    font-size: 20px;
    color: #FFF;
    text-align: center;
    margin-top: 60px;
    padding: 0 40px;
    line-height: 40px;
}

.newred p.usedred {
    color: #ffcc00;
    font-size: 20px;
    text-align: center;
    bottom: 20px;
    position: absolute;
    width: 100%;
}

.newred p.usedred a {
    color: #ffcc00;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
}

.newred p.usedred a:hover {
    color: #FFF;
}

.getred {
    z-index: 99999999999999;
    background: url(../images/getredbg.png);
    width: 396px;
    height: 352px;
    position: fixed;
    left: 50%;
    margin-left: -198px;
    top: 150px;
}

.getred span {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: url(../images/closered2hover.png) #df3121 center center no-repeat;
    position: absolute;
    top: 10px;
    right: 65px;
    cursor: pointer;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
}

.getred span:hover {
    background: url(../images/closered2.png) #fff center center no-repeat;
}

.getred p.redmsg {
    font-size: 20px;
    color: #FFF;
    text-align: center;
    margin-top: 45px;
    padding: 0 40px;
    line-height: 40px;
    text-indent: 0.5em;
    font-weight: 600;
}

.getred p.redprice {
    font-size: 30px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    bottom: 110px;
    position: absolute;
    display: block;
    width: 100%;
}

.getred p.redprice i {
    font-size: 60px;
}

.getred p.usedred {
    bottom: 50px;
    position: absolute;
    width: 100%;
    text-align: center;
}

.getred p.usedred a {
    display: inline-block;
    padding: 10px 25px;
    font-size: 20px;
    font-weight: 600;
    background: #FFF;
    border-radius: 5px;
    color: #df3121;
}

.selecttypebg {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 2;
}

.selectbox {
    z-index: 3;
    position: fixed;
    background: #FFF;
    width: 450px;
    height: 305px;
    top: 50%;
    margin-top: -160px;
    left: 50%;
    margin-left: -225px;
    transition: all 0.2s ease-in-out;
    text-align: left;
}

.selectbox h4 {
    height: 40px;
    line-height: 40px;
    background: url(../images/edit-icon.png)#fafafa 15px center no-repeat;
    text-align: left;
    text-indent: 2em;
    color: #666666;
    font-size: 14px;
    font-weight: 600;
    padding: 0 8px;
    border: 1px solid #e5e5e5;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}

.selectbox h4 span {
    width: 44px;
    height: 44px;
    line-height: 42px;
    float: right;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 0px;
    font-style: normal;
    font-size: 24px;
    font-family: Arial, Baskerville, monospace;
    cursor: pointer;
}

.selectbox h4 span:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.panel-body {
    position: relative;
    padding: 15px;
    border: 1px solid #e5e5e5;
}

.selectbox h4+.panel-body {
    border-top: 0;
}

hr.alt {
    border: 0;
    border-top: 1px dashed #cccccc;
}

hr.short {
    margin: 20px 0;
}

.selectbox h3 {
    margin-bottom: 9.5px;
    font-size: 18px;
}

.selectbox .mt5 {
    margin-top: 5px !important;
}

.selectbox .panel-footer {
    padding: 10px 15px;
    background-color: #fafafa;
    border: 1px solid #e5e5e5;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    text-align: right !important;
    border-top: 0;
}

.selectbox .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-color: rgba(0, 0, 0, 0);
    white-space: nowrap;
    padding: 9px 12px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 微软雅黑, Arial, sans-serif;
    outline: none;
    box-sizing: border-box;
}

.selectbox .btn-primary {
    color: #ffffff;
    background-color: #4a89dc;
}

.selectbox .btn-primary:hover {
    color: #ffffff;
    background-color: #2a74d6;
    border-color: rgba(0, 0, 0, 0.05);
}

.selectbox .btn-info {
    color: #ffffff;
    background-color: #e82219;
}

.selectbox .btn-info:hover {
    color: #ffffff;
    background-color: #00a3ff;
    border-color: rgba(0, 0, 0, 0.05);
}

.option-group {
    text-align: left;
    width: 600px;
    margin: 0 auto;
}

.option-primary {
    margin-right: 10px;
}

.admin-form a {
    color: #757575;
}

.admin-form .radio {
    cursor: pointer;
    position: relative;
    margin-right: 5px;
    background: #fff;
    display: inline-block;
    border: 3px solid #DDD;
    height: 15px;
    width: 15px;
    top: 4px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    top: 1px;
    vertical-align: bottom;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    outline: none;
}

.admin-form .option-primary input:hover+.radio {
    border-color: #5d9cec;
}

.admin-form .option-primary input:checked+.radio,
.admin-form .option-primary input:focus+.radio {
    border-color: #4a89dc;
}

.admin-form .option>input {
    position: absolute;
    height: inherit;
    width: inherit;
    opacity: 0;
    left: 0;
}

.admin-form .radio:before,
.admin-form .radio:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.admin-form .checkbox:before,
.admin-form .radio:before {
    content: '';
    display: none;
}

.admin-form .radio:before {
    margin: 4px;
    width: 7px;
    height: 7px;
    background: #888;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.admin-form input:checked+.checkbox:before,
.admin-form input:checked+.radio:before {
    display: block;
}

.admin-form .option-primary input:checked+.radio:before,
.admin-form .option-primary input:focus+.radio:before {
    background: #4a89dc;
}

.help-block {
    margin-bottom: 10px;
    color: #a6a6a6;
    margin-top: 5px !important;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

.pager {
    padding: 15px;
    height: 30px;
    font-size: 12px;
    background-color: #f5f6f6;
    border-top: 2px solid #d9dcdc;
}

.pager span {
    display: inline-block;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #ddd;
    color: #3c78ce;
}

.pager .panel-foot {
    float: right;
}

.pager .panel-foot ul {
    float: left;
}

.pager .pagination li {
    float: left;
}

.pager .pagination li a {
    display: block;
    float: left;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #ddd;
    color: #3c78ce;
    margin-left: -1px;
}

.pager .pagination li a:hover {
    background: #EEEEEE;
    color: #333;
}

.pager .pagination li.disabled a:hover {
    color: #3c78ce;
    border: 1px solid #ddd;
}

.pager .pagination li a.active {
    background: #3c78ce;
    color: #fff;
    border: 1px solid #26A7E0;
    border-left: 1px solid #ddd;
}

.page {
    padding-bottom: 20px;
}

.page:before,
.pages:before {
    display: table;
    content: " ";
}

.pages {}

.pages .totalinfo {
    padding-top: 8px;
    display: inline;
    float: left;
}

div.dataTables_paginate {
    float: right;
    margin: 0;
}

.pages a,
.pages span {
    position: relative;
    float: left;
    padding: 5px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #3cb4f9;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pages span {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #3cb4f9;
    border-color: #3cb4f9;
}

.pages .jump {
    float: right;
}

.pages .jump input {
    display: inline-block;
    width: 20px;
    text-align: center;
    padding: 0 10px;
    height: 30px;
    border: 1px solid #ddd;
    outline: none;
}

.pages .jump button {
    height: 32px;
    padding: 0 10px;
    float: right;
    background-color: #3cb4f9;
    border: 1px solid #3cb4f9;
    outline: none;
    cursor: pointer;
    color: #FFF;
}

.pages .jump button:hover {
    background: #337ab7;
}

.fullSlide {
    width: 100%;
    position: relative;
    height: 400px;
    background: #4c8eec;
    overflow: auto;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 400px;
    overflow: hidden;
    text-align: center;
}

.fullSlide .bd li a {
    display: block;
    height: 400px;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 11px;
    height: 11px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: 0px 5px;
    border: 1px solid #fff;
    background: none;
    overflow: hidden;
    text-indent: -99em
}

.fullSlide .hd ul .on {
    background: #fff;
}

.fullSlide .prev,
.fullSlide .next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
    left: 0%;
    z-index: 1;
    width: 40px;
    height: 60px;
    display: none;
    z-index: 9999;
    cursor: pointer
}

.fullSlide .next {
    left: auto;
    right: 0%;
}

.base_tit {
    position: relative;
    text-align: center;
    height: 78px
}

.base_tit label {
    position: absolute;
    left: 50%;
    bottom: 0px
}

.base_tit span {
    padding: 0px 55px 35px
}

.can_do {
    margin: 40px auto
}

.tit_box span {
    color: #4c4c4c;
    font-size: 32px;
    font-weight: bold;
    border-bottom: 1px solid #ccc
}

.tit_box label {
    width: 40px;
    height: 5px;
    background: #1171c5;
    margin-left: -25px
}

.senior_tit {
    text-align: center;
    width: 760px;
    margin: 15px auto;
    color: #403f3f;
    line-height: 30px
}

.senior_tit span {
    font-size: 18px
}

.can_do_text .can_box {
    width: 240px;
    margin: 45px 25px 0px 35px
}

.can_do_text .can_box a {
    background: url(../images/can_icon.png) no-repeat center top;
    display: block;
    padding-top: 175px;
    color: #595959;
    font-size: 16px;
    font-weight: bold;
    text-align: center
}

.can_do_text .can_box .box1 {
    background-position: 45px 0px
}

.can_do_text .can_box .box2 {
    background-position: -250px 0px
}

.can_do_text .can_box .box3 {
    background-position: -555px 0px
}

.can_do_text .can_box .box4 {
    background-position: -850px 0px
}

.can_do_text .can_box a:hover {
    color: #1171c5;
    text-decoration: none;
    background: url(../images/hcan_icon.png) no-repeat center top
}

.can_do_text .can_box .box1:hover {
    background-position: 45px 0px
}

.can_do_text .can_box .box2:hover {
    background-position: -250px 0px
}

.can_do_text .can_box .box3:hover {
    background-position: -555px 0px
}

.can_do_text .can_box .box4:hover {
    background-position: -850px 0px
}

.can_do_text .can_box p {
    line-height: 23px;
    margin-top: 12px
}

.row {
    margin-top: 45px;
}

.our_advantage {
    text-align: center;
    background: #FFF;
    padding: 40px 0;
}

.our_advantage .h2tit {
    font-size: 2.6rem;
    color: #424242;
    display: inline-block;
    padding-bottom: 2%;
    padding-top: 2%;
    padding-left: 2%;
    padding-right: 2%;
    border-bottom: 1px solid #979797;
    margin-bottom: 4.7%;
}

.our_advantage .list_box {}

.our_advantage .list_box .col-md-4 {
    margin-bottom: 4%;
    width: 33.33333333%;
    float: left;
}

.our_advantage .list_box .imgbox {
    float: left;
    margin-right: 3%;
    width: 90px;
}

.our_advantage .list_box .imgbox img {
    display: block;
    width: 100%;
}

.our_advantage .list_box .content {
    float: left;
    width: 70%;
}

.our_advantage .list_box .content .h3tit {
    padding: 1% 0px;
    font-size: 16px;
    padding-top: 4%;
    padding-bottom: 4%;
    color: #56b0f6;
    text-align: left;
}

.our_advantage .list_box .content p {
    font-size: 14px;
    color: #000000;
    text-align: left;
}

.main .main-title h3 {
    color: #444;
    font-size: 36px;
    font-weight: 300;
    padding-top: 35px
}

.main .main-title span {
    display: block;
    margin: 6px auto 8px;
    width: 60px;
    height: 3px;
    background: #3cb4f9
}

.main .main-title p {
    color: #666;
    font-size: 18px
}

.main-news .news-text {
    margin: 25px auto 50px
}

.main-news .news-text .tab-tit {
    margin-left: -25px;
    height: 40px
}

.main-news .news-text .tab-tit li {
    float: left;
    width: 148px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    margin-left: 25px;
    background: #fff
}

.main-news .news-text .tab-tit li a {
    color: #666;
    display: block
}

.main-news .news-text .tab-tit li em {
    color: #fe4544;
    margin: 0px 0px 0px 6px
}

.main-news .news-text .tab-tit .current {
    background: #3cb4f9;
    border: 1px solid #3cb4f9;
    box-shadow: 0px 0px 10px #3cb4f9
}

.main-news .news-text .tab-tit .current a,
.main-news .news-text .tab-tit .current em {
    color: #fff
}

.main-news .news-text .list {
    margin-left: -24px;
    margin-top: 26px;
    display: none
}

.main-news .news-text .list a {
    display: block;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 178px;
    height: 88px;
    text-align: center;
    float: left;
    margin: 0px 0px 20px 24px
}

.main-news .news-text .list a span {
    width: 178px;
    height: 88px;
    display: table-cell;
    vertical-align: middle
}

.main-news .news-text .list img {
    max-width: 178px;
    max-height: 88px
}

.main-news .news-text .list a:hover {
    border: 1px solid #3cb4f9
}

.main-news .news-text .list .more {
    text-align: center;
    padding-top: 6px
}

.main-news .news-text .list .more a {
    float: none;
    margin: auto;
    width: 121px;
    height: 38px;
    border: 1px solid #ddd;
    line-height: 38px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #999;
    font-size: 14px;
    text-align: left;
    padding-left: 37px;
    background: url(../images/moreicon.png) no-repeat 125px center
}

.main-tc {
    background: #ffffff;
    padding: 40px 0;
}

.main-tc .tc-list ul {
    margin-left: -40px
}

.main-tc .tc-list ul li {
    width: 270px;
    height: 320px;
    background: #fff;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    float: left;
    margin: 43px 0px 0px 40px
}

.main-tc .tc-list ul li .title {
    height: 120px;
    background: #3cb4f9;
    -webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px
}

.main-tc .tc-list ul li .title h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 300;
    padding-top: 36px
}

.main-tc .tc-list ul li .title h3 span {
    background: url(../images/h3icon.png) no-repeat left 6px;
    padding-left: 22px
}

.main-tc .tc-list ul li .title p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6)
}

.main-tc .tc-list ul li .text {
    padding: 22px
}

.main-tc .tc-list ul li .text h3 {
    color: #444;
    font-size: 20px;
    font-weight: 400
}

.main-tc .tc-list ul li .text p {
    text-align: left;
    color: #666;
    line-height: 22px;
    margin: 12px auto 15px
}

.main-tc .tc-list ul li .text a {
    border: 1px solid #ddd;
    width: 94px;
    height: 32px;
    display: inline-block;
    line-height: 32px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #666;
    padding-left: 24px;
    text-align: left;
    background: url(../images/more.gif) no-repeat 89px center
}

.main-news {
    padding: 40px 0;
}

.news-comment {
    width: 100%;
    padding: 40px 0px;
    background: #FFF;
}

.news-comment .new-box {
    width: 650px
}

.news-comment .new-box .tab-tit li {
    width: 120px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    float: left;
    margin-right: 27px;
    color: #666;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 32px
}

.news-comment .new-box .tab-tit li.current {
    background: #3cb4f9;
    color: #fff;
    box-shadow: 0px 0px 10px rgba(60, 180, 249, 0.35)
}

.news-comment .new-box .contents {
    position: relative
}

.news-comment .new-box .contents .more {
    text-align: right;
    padding-top: 28px
}

.news-comment .new-box .contents .more a {
    border: 1px solid #ddd;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 121px;
    height: 38px;
    display: inline-block;
    text-align: left;
    line-height: 38px;
    color: #999;
    padding-left: 37px;
    background: url(../images/moreicon.png) no-repeat 124px center
}

.news-comment .new-box .contents .top {
    position: relative;
    padding-left: 222px;
    height: 130px
}

.news-comment .new-box .contents .top .new-img {
    position: absolute;
    left: 0px;
    top: 0px
}

.news-comment .new-box .contents .top .new-img img {
    width: 200px;
    height: 130px
}

.news-comment .new-box .contents .top .des {
    padding-top: 12px
}

.news-comment .new-box .contents .top .title {
    color: #4d4c4c;
    font-size: 16px;
    display: block
}

.news-comment .new-box .contents .top .des p {
    color: #9b9b9b;
    line-height: 25px;
    margin-top: 10px
}

.news-comment .new-box .contents ul {
    padding-top: 10px
}

.news-comment .new-box .contents ul li {
    color: #9b9b9b;
    margin-top: 15px;
    background: url(http://img.ruanwen5.cn/web/2020/libg.gif) no-repeat left center;
    padding-left: 12px
}

.news-comment .new-box .contents ul li a {
    color: #4d4c4c
}

.news-comment .new-box .contents ul li a:hover {
    color: #3cb4f9
}

.news-comment .comment-box {
    width: 460px
}

.news-comment .comment-box dl dt {
    font-size: 20px;
    color: #131313;
    line-height: 26px;
    margin-top: 5px;
    height: 26px
}

.news-comment .comment-box dl dt a {
    color: #8f8e8e;
    font-size: 14px
}

.news-comment .comment-box dl dt label {
    width: 5px;
    height: 20px;
    background: #3cb4f9;
    display: inline-block;
    float: left;
    margin: 5px 12px 0px 0px
}

.news-comment .comment-box dl dd {
    position: relative;
    padding-left: 163px;
    height: 80px;
    margin-top: 38px
}

.news-comment .comment-box dl dd .icon {
    width: 147px;
    height: 80px;
    border: 1px solid #ebebeb;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px
}

.news-comment .comment-box dl dd .icon img {
    width: 147px;
    height: 80px
}

.news-comment .comment-box dl dd p {
    color: #9b9b9b;
    line-height: 25px
}

.news-comment .comment-box dl dd p a {
    color: #3cb4f9
}

.news-comment .comment-box dl dd .name {
    margin-bottom: 5px
}

.news-comment .comment-box dl dd .name,
.news-comment .comment-box dl dd .name a {
    color: #4d4c4c;
    font-size: 16px
}

.partner {
    background: #fff;
    padding: 40px 0;
}

.mr-frbox {
    height: 235px;
    margin: 40px auto 0px
}

.mr-frBtnL {
    float: left;
    margin: 100px 0px 0px 0px;
    cursor: pointer;
    display: inline;
}

.mr-frUl {
    float: left;
    height: 235px;
    width: 1020px;
    margin-left: 65px
}

.mr-frBtnR {
    float: right;
    margin-top: 100px;
    cursor: pointer;
}

.mr-frUl ul li {
    display: inline;
    float: left;
    height: 235px;
    width: 183px;
    margin: 0px 10px;
    overflow: hidden;
    text-align: center
}

.mr-frUl ul li a {
    width: 181px;
    height: 91px;
    border: 1px solid #ebebeb;
    display: block;
    margin: 24px 0px 0px
}

.mr-frUl ul li a span {
    width: 181px;
    height: 91px;
    display: table-cell;
    vertical-align: middle
}

.mr-frUl ul li img {
    max-width: 160px;
    max-height: 80px
}

.main-process {
    background: #3cb4f9 url(../images/bottomicon.gif) no-repeat center bottom;
    padding-bottom: 111px;
    padding-top: 40px;
}

.main-process .main-title h3,
.main-process .main-title p {
    color: #fff
}

.main-process .main-title span {
    color: #fff
}

.main-process .main-title .tit_box span {
    border-bottom: 1px solid #FFF;
}

.main-process .process-list {
    background: url(../images/process.png) no-repeat center center;
    height: 225px;
    margin: 80px auto 100px;
    position: relative
}

.main-process .process-list ul li {
    width: 110px;
    text-align: center;
    position: absolute;
    left: 37px;
    top: 59px
}

.main-process .process-list ul li .icon {
    background: url(../images/processicon01.png) no-repeat left center;
    width: 110px;
    height: 110px
}

.main-process .process-list ul li p {
    color: #fff;
    margin-top: 20px
}

.main-process .process-list ul li.box02 {
    left: 240px
}

.main-process .process-list ul li.box03 {
    left: 442px
}

.main-process .process-list ul li.box04 {
    left: 645px
}

.main-process .process-list ul li.box05 {
    left: 847px
}

.main-process .process-list ul li.box06 {
    left: 1050px
}

.main-process .process-list ul li.box02 .icon {
    background: url(../images/processicon02.png) no-repeat left center
}

.main-process .process-list ul li.box03 .icon {
    background: url(../images/processicon03.png) no-repeat left center
}

.main-process .process-list ul li.box04 .icon {
    background: url(../images/processicon04.png) no-repeat left center
}

.main-process .process-list ul li.box05 .icon {
    background: url(../images/processicon05.png) no-repeat left center
}

.main-process .process-list ul li.box06 .icon {
    background: url(../images/processicon06.png) no-repeat left center
}

.main-process .tab-tit {
    border-top: 1px solid #9edafc;
    border-bottom: 1px solid #9edafc;
    width: 980px;
    margin: auto;
    height: 69px;
    margin-bottom: 35px
}

.main-process .tab-tit li {
    display: inline-block;
    line-height: 69px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    cursor: pointer;
    margin: 0px 30px
}

.main-process .tab-tit li.current {
    color: #fff;
    padding-right: 30px;
    margin-right: 0px
}

.content-left {
    width: 860px;
    background: #fff;
    border: 1px solid #ebebeb;
    padding: 10px;
    margin: 20px 0px
}

.content-left h1.title,
.content-left h2.shorttitle {
    color: #1db4fe;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    padding: 20px 0px
}

.content-left h2.shorttitle {
    font-size: 20px;
    padding: 10px 0px
}

.content-left .time {
    color: #929292;
    text-align: center;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 13px;
    margin-bottom: 15px
}

.content-left .time span {
    margin-left: 50px
}

.content-left .contents {
    color: #545151;
    line-height: 24px;
    font-size: 14px;
    padding: 20px;
}

.content-left .contents img {
    max-width: 810px;
}

.content-left .share {
    margin-top: 20px;
}

.content-left .share a {
    color: #757575;
}

.content-left .next-tit {
    clear: both;
    border-top: 1px solid #ebebeb;
    overflow: hidden;
    margin-top: 50px;
    padding-top: 20px;
}

.content-left .next-tit a {
    display: block;
    color: #929292;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
}

.content-left .next-tit a.fl {
    background: #3cb4f9;
    color: #fff
}

.content-left .next-tit a:hover {
    text-decoration: underline;
    color: #1db4fe;
}

.related_articles {
    padding: 30px 0;
}

.related_articles h3 {
    font-size: 16px;
    height: 30px;
    color: #1db4fe;
}

.related_articles ul li {
    width: 50%;
    float: left;
    height: 24px;
    line-height: 24px;
    background: url(../images/pbg.gif) no-repeat 3px center;
    text-indent: 1.2em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.related_articles ul li a {
    color: #929292;
}

.related_articles ul li a:hover {
    color: #1db4fe;
    text-decoration: underline;
}

.content-right {
    width: 302px;
    margin: 20px 0px 6px
}

.content-right .box {
    border: 1px solid #ebebeb;
    padding: 7px 9px;
    background: #fff;
    margin-bottom: 14px
}

.content-right .box .box-tit {
    border-bottom: 1px solid #ebebeb;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #424242;
    font-weight: bold;
    margin-bottom: 12px
}

.content-right .box .box-tit span {
    width: 2px;
    height: 19px;
    float: left;
    background: #3cb4f9;
    margin: 10px 9px 0px 0px
}

.content-right .box .column a {
    width: 130px;
    height: 38px;
    display: block;
    text-align: center;
    line-height: 38px;
    float: left;
    border: 1px solid #dedede;
    margin: 0px 5px 9px 4px;
    color: #929292;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px
}

.content-right .box .column a:hover,
.content-right .box .column a.current {
    background: #1db4fe;
    border: 1px solid #1db4fe;
    color: #fff
}

.content-right .box .news ul li a {
    color: #727272
}

.content-right .box .news ul li {
    background: url(../images/pbg.gif) no-repeat 3px center;
    padding-left: 18px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 2px
}

.content-right .box .news ul li a:hover,
.content-right .box .top a:hover {
    color: #3cb4f9
}

.content-right .box .top {
    position: relative;
    padding-left: 112px;
    min-height: 76px;
    margin-bottom: 10px
}

.content-right .box .top .newimg {
    position: absolute;
    left: 3px;
    top: 0px
}

.content-right .box .top .newimg img {
    width: 98px;
    height: 76px;
    vertical-align: top
}

.content-right .box .top .title {
    color: #696969;
    font-weight: bold;
    height: 23px;
    line-height: 23px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 170px;
    display: block;
}

.content-right .box .top p {
    color: #929292;
    line-height: 23px;
    margin-top: 5px;
    word-break: break-all;
    word-wrap: break-word;
}

.content-right .box .contact ul li {
    position: relative;
    border-bottom: 1px dashed #eaeaea;
    /*height: 43px;*/
    padding-bottom: 12px;
    margin-bottom: 12px;
    padding-left: 70px
}

.content-right .box .contact ul li .icon {
    position: absolute;
    left: 3px;
    top: 0px
}

.content-right .box .contact ul li .text p {
    color: #4c4c4c;
    font-size: 15px;
    margin-bottom: 5px
}

.content-right .box .contact ul li .text span {
    color: #929292
}

.nowwhere {
    border-bottom: 1px solid #ebebeb;
    height: 35px;
    line-height: 33px;
    font-size: 16px;
    color: #424242;
    font-weight: bold;
    margin-bottom: 12px;
}

.nowwhere span {
    width: 2px;
    height: 19px;
    float: left;
    background: #3cb4f9;
    margin: 7px 9px 0px 0px;
}

.nowwhere a {
    color: #424242;
}

.nowwhere a:hover {
    text-decoration: underline;
    color: #3cb4f9;
}

.content-left .news-list ul.newslist {
    padding-top: 10px
}

.content-left .news-list ul.newslist li {
    position: relative;
    border-bottom: 1px dashed #e4e4e4;
    height: 143px;
    padding: 0px 0px 17px 200px;
    margin-bottom: 20px
}

.content-left .news-list ul.newslist li .imgbox {
    position: absolute;
    left: 0px;
    top: 0px
}

.content-left .news-list ul.newslist li .imgbox img {
    width: 186px;
    height: 143px;
    vertical-align: top;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.content-left .news-list ul.newslist_2 {
    padding-top: 10px;
}

.content-left .news-list ul.newslist_2 li {
    background: url(../images/pbg.gif) no-repeat 3px center;
    text-indent: 1.8em;
    height: 26px;
    line-height: 26px;
}

.content-left .news-list ul.newslist_2 li:nth-child(5n+0) {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.content-left .news-list ul.newslist_2 li span {
    float: right;
}

.content-left .news-list ul.newslist_2 li a {
    color: #424242;
}

.content-left .news-list ul.newslist_2 li a:hover {
    color: #1db4fe;
    text-decoration: underline;
}

.content-left .news-list ul.newslist li .textbox h3 {
    line-height: 30px;
    padding-top: 5px
}

.content-left .news-list ul.newslist li .textbox h3 a {
    color: #424242;
    font-size: 16px
}

.content-left .news-list ul.newslist li .textbox h3 a:hover {
    color: #1db4fe;
    text-decoration: underline;
}

.content-left .news-list ul.newslist li .textbox p {
    color: #727272;
    line-height: 25px;
    padding: 15px 0px
}

.content-left .news-list ul.newslist li .textbox span a {
    color: #1db4fe;
    margin-right: 10px;
}

.content-left .news-list ul.newslist li .textbox span {
    color: #929292
}

.content-left .news-list ul.newslist li .textbox span a:hover {
    text-decoration: underline;
}

.helpad {
    width: 100%;
    height: 180px;
}

.helpad a {
    display: block;
    width: 100%;
    height: 180px;
}

.member-main {
    border: 1px solid #ebebeb;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    margin: 11px auto 15px;
    overflow: hidden
}

.member-main .member-left {}

.member-main .member-left .tit {
    background: #3cb4f9 url(../images/tit.gif) no-repeat 8px center;
    height: 36px;
    line-height: 36px;
    padding-left: 28px;
    color: #fff;
    font-size: 16px;
    border-right: 1px solid #ebebeb;
    cursor: pointer;
}

.member-main .member-left .tit span {
    background: url(../images/span.png) no-repeat right center;
    display: block;
    margin-right: 13px
}

.member-main .member-left .tit span.span90 {
    background: url(../images/span_90.png) no-repeat right center;
}

.member-main .medium-left .tit {
    background: #f7f7f7 url(../images/tit01.gif) no-repeat 8px center;
    color: #515151
}

.member-main .medium-left .tit span {
    background: url(../images/span01.png) no-repeat right center
}

.member-main .member-left .column a {
    display: block;
    color: #0a0a0a;
    height: 33px;
    line-height: 33px;
    padding-left: 30px;
    margin-top: 1px
}

.member-main .member-left .column a em {
    color: #ff0000;
    display: inline;
}

.member-main .member-left .column .current,
.member-main .member-left .column a:hover {
    color: #3cb4f9;
    border-left: 2px solid #3cb4f9;
    padding-left: 28px;
    background: #fff
}

.member-main .member-right {
    margin-right: 10px
}

.member-main .member-right .title {
    font-size: 20px;
    font-weight: bold;
    color: #4b4545;
    line-height: 65px
}

.member-main .member-right .title .reward-box {
    float: right;
}

.member-main .member-right .title a {
    color: #4b4545;
    margin: 0 20px 0 0;
}

.member-main .member-right .title a.current,
.member-main .member-right .title a:hover {
    color: #3cb4f9;
    text-decoration: underline;
}

.member-main .member-right .title .addorderstep {
    float: right;
    background: #eee;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    margin-top: 12px;
}

.member-main .member-right .title .addorderstep ul li {
    float: left;
    padding: 0 10px;
    margin: 0 10px 0 20px;
    font-size: 14px;
    position: relative;
    border-left-color: #ea544a;
}

.member-main .member-right .title .addorderstep ul li .arrow_bg {
    border-left-color: #FFF;
    position: absolute;
    top: 11px;
    _top: -18px;
    width: 0;
    height: 0;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #e83737;
    font-size: 0;
    line-height: 0;
    z-index: 2;
    border-width: 8px 0 8px 8px;
    right: -23px;
}

.member-main .member-right .memberad {
    background: #d9edf7;
    border: 1px solid #bce8f1;
    height: 49px;
    line-height: 49px;
    color: #3d87ad;
    position: relative;
    margin-bottom: 15px;
    text-indent: 1em;
}

.member-main .member-right .memberad a {
    color: #e83737;
    text-decoration: none
}

.member-main .member-right .memberad a:hover {
    text-decoration: underline;
}

.member-main .member-right .memberad .closememberad {
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    right: 10px;
    top: 18px;
    background: url(../images/close.gif);
}

.main-bottom {
    background: #3cb4f9;
    height: 150px
}

.main-bottom h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    padding: 57px 0px 45px
}

.main-bottom p input {
    height: 44px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 14px;
    margin: 0px 8px
}

.main-bottom p .input {
    height: 42px;
    border: 1px solid #fff;
    background: none;
    padding-left: 40px;
    color: #efefef;
    width: 155px
}

.main-bottom p .text1 {
    width: 240px
}

.main-bottom p input::-webkit-input-placeholder {
    color: #efefef
}

.main-bottom p input:-moz-placeholder {
    color: #efefef
}

.main-bottom p input::-moz-placeholder {
    color: #efefef
}

.main-bottom p input:-ms-input-placeholder {
    color: #efefef
}

.main-bottom p .btn1 {
    background: #fff;
    border: none;
    width: 120px;
    cursor: pointer;
    color: #3cb4f9
}

.main-bottom p .btn2 {
    background: #ffb027;
    border: none;
    width: 120px;
    cursor: pointer;
    color: #fff
}

.footer {
    background: #323232;
    color: #dfdfdf;
}

.footer a {
    color: #dfdfdf
}

.footer .footer-nav dl {
    margin: 65px 40px 65px 0px;
    min-height: 74px
}

.footer .footer-nav dl.last {
    background: none
}

.footer .footer-nav dl dt {
    font-size: 18px;
    color: #dfdfdf;
    line-height: 26px;
    margin-bottom: 10px
}

.footer .footer-nav dl dt span {
    margin-right: 12px
}

.footer .footer-nav dl dd {
    padding-left: 38px;
    margin-bottom: 12px
}

.footer .footer-nav dl dd a {
    color: #dfdfdf;
    font-size: 12px
}

.footer .box-l p {
    margin-top: 15px
}

.footer .box-l a {
    margin-right: 30px
}

.footer .box-r {
    border-left: 1px solid #666;
    height: 150px;
    margin-top: 58px;
    padding-left: 58px;
    color: #ccc;
    font-size: 12px
}

.footer .box-r .erwm {
    text-align: left;
    margin-right: 50px;
    padding-top: 12px
}

.footer .box-r span {
    display: block;
    margin-bottom: 5px
}

.footer .box-r h3 {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    padding: 5px 0px 2px
}

.footer .box-r .box span {
    padding-bottom: 6px
}

.footer .box-r p {
    line-height: 22px;
    padding-left: 33px;
    margin-top: 12px
}

.footer .box-r p.e-mail {
    background: url(../images/mail.png) no-repeat left center
}

.footer .box-r p.qq {
    background: url(../images/qqicon.png) no-repeat left center
}

.footer .box-r dl {
    text-align: center
}

.footer .box-r dl img {
    width: 82px;
    height: 82px;
    margin: 10px 0px 10px 0px
}

.footer .copyright {
    background: #2c2c2c;
    text-align: center;
    height: 61px;
    line-height: 61px;
    color: #ccc;
    font-size: 12px
}

.footer .copyright a {
    color: #ccc
}

@media only screen and (max-width:500px) {

    .header .top,
    .header .nav li:last-child,
    .header .nav li:nth-last-child(2) {
        display: none;
    }

    .middle {
        width: 100%;
    }
}

.yayaya .right-box {
    margin-bottom: 18px;
    padding: 18px 20px;
    background: #f6f6f6;

}

.yayaya .right-box .right-title {
    height: 24px;
    color: #282828;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.yayaya .right-box .right-title i {
    float: left;
    margin: 5px 10px 0 0;
    width: 4px;
    height: 16px;
    background: #5185ff;
}

.yayaya .right-box ul li {
    margin-top: 14px;
    padding-left: 15px;
    height: 20px;
    background: url(http://img.ruanwen5.cn/web/2020/li-bg.png) no-repeat left center;
    line-height: 20px;
}

.yayaya .right-box ul li a {
    color: #444;
    font-size: 14px;
}

.nonono {
    position: initial !important;
}

.nav {
    padding-top: 22px;
}

.nav li {
    width: 120px;
    text-align: center;
    height: 42px !important;
    padding: 0 !important;

}

.header .nav li.home a {
    padding: 3px 16px;
}

.nav .bbyt .hhyhy {
    background: url(http://img.ruanwen5.cn/web/2020/menu.png) no-repeat 98px center;
}

.nav li:hover {
    background: #3cb4f9
}

.nav .bbyt .hhyhy:hover {
    background: url(http://www.ruanwen5.cn/skin/ruanwen/images/menu-hover.png) no-repeat 98px center !important;
}

.second {
    position: absolute;
    z-index: 1111;
    display: none;
    width: 120px;
    background: #fff;

}

.second li {
    padding: 0 !important;
    width: 100%;
    text-align: center;
    margin: 0 !important;
    height: 42px !important;
}

.second li a {
    background: #fff !important;
    color: #444 !important;
}

.second li a:hover {
    background: #3cb4f9 !important;
    color: #fff !important;
}

.mii {
    top: 0;
    z-index: 1;
    background: #fff;
    width: 100%;
    border-bottom: 1px #dedede solid
}

.maaai {
    height: 86px;
    display: none
}

.current {
    background: #3cb4f9 !important;
}

.current .hhyhy {
    background: url(http://img.ruanwen5.cn/web/2020/menu-hover.png) no-repeat 98px center !important;
}

.cy_shouji {
    display: none;
}

.cy_header {
    display: flex;
    width: 100%;
    height: 40px;
    position: relative;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.cy_logo {
    height: 30px;
    display: block;
    margin: 10px;
}

.cy_logo img {
    height: 30px;
}

.cy_tel {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: red;
}

.cy_header_menu {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    border-left: 1px solid #eee;
    display: none;
    z-index: 9999999;
    padding-top: 40px;
}

.cy_header_menu li {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}

.cy_header_menu li a {
    color: #333;
}

.cy_choose_menu {
    position: absolute;
    top: 5px;
    right: 20px;
    font-weight: 600;
    font-size: 24px;
    z-index: 9999999999999;
}

.cy_banner {
    width: 100%;
    height: 176px;
    position: relative;
    overflow: hidden;
}

.cy_banner img {
    position: absolute;
    left: 73%;
    transform: translateX(-50%);
    height: 176px;
}

html,
body {
    background: #fff !important;
    min-width: 1200px!important;
}

.cy_shouji {
    display: none;
}

* {
    box-sizing: border-box;
}

.cy_can_do {
    width: 100%;
    padding: 0 10px;
}

.cy_tit_box {
    margin-top: 10px;
}

.cy_tit_box span {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    display: block;
    line-height: 40px;
    margin-bottom: 10px;
}

.cy_can_do_text {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 12px;
}

.cy_can_box {
    flex: 1;
}

.cy_can_box a {
    font-size: 12px !important;
}

.cy_margin_r {
    margin-right: 16px;
    font-size: 12px;
}

.cy_box1 {
    background: url({DT_SKIN}images/can_icon.png) no-repeat 50px 0;
    display: block;
    padding-top: 100px;
    color: #595959;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    background-size: auto 100px;
}

.cy_box2 {
    background: url({DT_SKIN}images/can_icon.png) no-repeat -185px 0;
    display: block;
    color: #595959;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    background-size: auto 100px;
    padding-top: 100px;
}

.cy_box3 {
    background: url({DT_SKIN}images/can_icon.png) no-repeat -380px 0;
    display: block;
    padding-top: 100px;
    color: #595959;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    background-size: auto 100px;
}

.cy_box4 {
    background: url({DT_SKIN}images/can_icon.png) no-repeat -606px 0;
    display: block;
    padding-top: 100px;
    color: #595959;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    background-size: auto 100px;
}

.cy_row {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.cy_news_text .tab-tit {
    display: flex;
    padding: 0 10px;
    height: 66px;
    width: 1180px;
}

.cy_news_text .tab-tit li {
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    background: #fff;
    margin-top: 10px;
    margin-right: 10px;
    width: 160px;
}

.cy_news_text .tab-tit .current {
    background: #3cb4f9;
    border: 1px solid #3cb4f9;
    box-shadow: 0px 0px 10px #3cb4f9;
}

.cy_news_text .tab-tit li em {
    color: #fe4544;
    margin: 0px 0px 0px 6px;
}

.cy_news_text .tab-content .list {
    display: flex;
    padding: 10px;
    width: 100%;
    overflow-x: scroll;
}

.cy_news_text .tab-content .list a {
    display: block;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    width: 170px;
    height: 88px;
    text-align: center;
    float: left;
    margin: 0px 10px 20px 0;
}

.cy_news_text .tab-content .list a span {
    width: 170px;
    height: 88px;
    display: table-cell;
    vertical-align: middle;
}

.cy_news_text .tab-content .list a span img {
    max-width: 170px;
    max-height: 88px;
}

.cy_more {
    width: 100% !important;
}

.cy_more a {
    margin-left: 50% !important;
    transform: translateX(-50%) !important;
    width: 121px !important;
    height: 38px !important;
    border: 1px solid #ddd !important;
    line-height: 38px !important;
    border-radius: 25px !important;
    color: #999 !important;
    font-size: 14px !important;
    text-align: center !important;
}

.cycyc {
    margin-top: 20px !important;
}

.cycycycycy a {
    margin-left: 0% !important;
    padding: 4px 10px !important;
}

.cy_news_comment {
    padding: ;
}

.cy_tab_tit {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.cy_tab_tit li {
    width: 30%;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 4px;
    color: #666;
    font-size: 16px;
    margin-bottom: 32px;
}

.cy_tab_tit li.current {
    background: #3cb4f9;
    color: #fff;
    box-shadow: 0px 0px 10px rgba(60, 180, 249, 0.35);
}

.cy_news_ul {
    padding: 0 10px;
}

.cy_news_ul li {
    text-align: left;
}

.cy_news_ul li a {
    text-align: left;
    height: 32px;
    line-height: 32px;
    color: #333;
}

.cy_tab_content {
    width: 100%;
}

.cy_main_process {
    padding-bottom: 17px !important;
}

.cy_tab_content div {
    width: 100%;
    height: auto !important;
    margin: 0 !important;
}

.cy_tab_content div img {
    width: 100%;
}

.cy_tab_tits {
    width: 100% !important;
    display: flex;
    justify-content: space-around;
}

.cy_tab_tits li {
    margin: 0 !important;
}

.cy_tab_tits li.current {
    margin: 0 !important;
    padding: 0 !important;
}

.cy_imgssss {
    position: relative;
}

.cy_imgssss .mr-frbox {
    margin: 0 !important;
}

.cy_imgssss .mr-frBtnR {
    position: absolute;
    right: 0;
    z-index: 6;
}

.cy_imgssss .mr-frUl {
    margin: 0 !important;
    position: absolute !important;
    width: 100% !important;
}

.cy_main_bottom {
    background: #3cb4f9;
    padding: 20px 10px;
}

.cy_shouji .tempWrap {
    width: 100% !important;
}

.cy_main_bottom h3 {
    color: #fff;
    font-size: 12px;
}

.cy_imgssss .mr-frBtnL {
    position: absolute;
    z-index: 9
}

.cy_imgbox img {
    width: 54px;
    margin-bottom: 10px;
}

.cy_shouji .mr-frUl ul li {
    width: 122px !important;
}

.cy_shouji .mr-frUl ul li a {
    width: 122px !important;
    height: 80px !important;
}

.cy_shouji .mr-frUl ul li a span {
    width: 122px !important;
    height: 80px !important;
}

.cy_shouji .mr-frUl ul li a span img {
    max-width: 122px !important;
    max-height: 80px !important;
}

.tab_tit_box {
    width: 100%;
    overflow-x: scroll;
}

.sdfsdfsd {
    position: relative;
    margin: 12px 0;
    height: 48px;
}

.cymoremore {
    position: absolute;
    left: 12px;
    width: 121px;
    height: 38px;
    border: 1px solid #ddd;
    line-height: 38px;
    text-align: center;
    border-radius: 25px;
    color: #999;
    font-size: 14px;
}

.witnessmorebox {
    position: relative;
}

.witnessmore {
    position: absolute;
    right: 12px;
    top: 10px;
    color: #666;
}

.header .yytry {
    background: #fff;
    border-bottom: none;
}

.kkukuj {
    font-size: 18px;
    margin-bottom: 10px;
}

.bbuju {
    width: 256px;
    line-height: 25px;
    font-size: 13px;
}

.footer .copyright{
    height: 97px;
    line-height: 26px;
    padding-top: 17px;
}