/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
/*common*/
.screenFloorBg {
    background: #F5F5F5;
}
.alizarin {
    background: #e74c3c;
}
.indigo {
    background: #6a00ff;
}
.emerald{
    background: #2ecc71;
}
.wizteria {
    background: #8e44ad;
}
.tabs .tab a.active {
    color: #e53935;
}
.tabs .indicator {
    background-color: #e53935;
}
.contents-tabs img {
    width: 100%;
    margin-top: 20px;
}
.contents-tabs h4 {
    margin-top: 10px;
    font-size: 18px;
}
.contents-tabs p{
    margin: 8px 0;
    font-size: 13px;
}
.cus_point{
    cursor: pointer;
}
.card .card-title {
    font-size: 20px;
    font-weight: 300;
}
/*margin*/
.mg-t-20{
    margin-top: 20px;
}
.mg-b-20{
    margin-bottom: 20px;
}
/*padding*/
.pd_t_10{
    padding-top: 10px;
}
/*font*/
.font_12{
    font-size: 12px;
}
/*-border-*/
.bord-bot-dash{
    border-bottom: 1px dashed #d6d6d6;
}
/*text-align：center*/
.text-center{
    text-align: center!important;
}
.vertical_center{
    display:flex;justify-content:center;align-items:center;
}
/* --------------*/
.icon-block {
  padding: 0 15px;
}
.icon-block .icon {
	font-size: inherit;
}
nav .button-collapse {
    float: right;
}
nav .brand-logo{
    left: 60px;
    font-size: 3rem;
}
nav .brand-logo img{
    width: 10rem;
}
nav .button-collapse{
    color: #333333;
}
.swiper-container{
    max-width: 900px;
}
.swiper-container img{
    width: 100%;
}
.my-bullet{
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    margin: 0 4px;
}
.my-bullet-active{
    opacity: 1;
    background: #f25a5a;
    border-radius: 10px;
    width: 15px;
}
.side-nav .collapsible-header {
    font-size: 14px;
    color: rgba(0,0,0,.87);
    font-weight: 500;
    overflow: hidden;
}
.side-nav .collapsible-header {
    font-size: 14px;
    color: rgba(0,0,0,.87);
    font-weight: 500;
    overflow: hidden;
}
.side-nav .icon {
    display: inline-block;
    width: 25px!important;
    height: 25px!important;
    text-align: center!important;
    position: relative;
    top: 8px;
    line-height: 26px;
    border-radius: 50%;
    margin-right: 16px;
    width: 25px;
}
.side-nav .collapsible-header span {
    float: right;
    margin: 0;
    font-size: 16px;
    text-align: right;
}
.side-nav .icon i {
    color: #fff;
    font-size: 12px!important;
    margin: 0;
    width: 25px;
}
.side-nav .collapsible-body li a {
    padding: 0 23.5px 0 61px;
}
.side-nav li>a {
    padding: 0 16px;
    font-weight: 500;
}
.imgwall{
    height: 250px;
}
.segments {
    padding: 35px 0;
}
.section-title {
    margin-bottom: 20px;
    text-align: center;
}
.section-title h3 {
    font-size: 20px;
    font-weight: 400;
    position: relative;
    top: -4px;
}
.section-title .line {
    background-color: #e53935;
    width: 30px;
    height: 2px;
    margin: 5px auto 0;
}
.welcome .content {
    text-align: left;
}
.welcome .content p {
    line-height: 28px;
}
footer {
    padding: 35px 0 0;
    text-align: center;
}
.button {
    background-color: #e53935;
    color: #fff;
    border: 0;
    padding: 7px 12px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
}
.form input {
    border: 1px solid #ccc!important;
    height: 2.5rem!important;
    padding: 0 10px!important;
    box-sizing: border-box!important;
}
.form input:focus{border:1px solid #00b0ff!important;box-shadow:none!important}
.form .button {
    margin-top: 20px;
    text-align: center;
}
.form textarea {
    border: 1px solid #ccc!important;
    padding: 10px;
    box-sizing: border-box!important;
    height: 7rem!important;
    font-size: 1rem;
}
/*- 人才招聘-*/
.personRec{
    border: none;
}
.personRec .avatar{
    border: 1px solid #e0e0e0;
    margin-bottom: 15px;
    padding-left: 15px!important;
}
.personRec .avatar:last-child{
    border: 1px solid #e0e0e0;
    margin-bottom: 15px;
    padding-left: 15px!important;
}
.personRec .avatar .title{
    font-size: 17px!important;
    font-weight: 500!important;
    margin-bottom: 5px!important;
}
.personRec p{
    font-size: 12px;
}
.personRec .avatar .chip{
    height: 28px;
    font-size: 12px;
    line-height: 28px;
}
/*-- 遮蔽层- */
.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10001;
    display:none;
    filter:alpha(opacity=60);
    background-color: #777;
    opacity: 0.1;
    -moz-opacity: 0.5;
}
.loading-tip {
    z-index: 10002;
    position: fixed;
    display:none;
}
.taxShareSys tbody{
    font-size: 13px;
}
.taxShareSys tbody tr td{
    width: 20px;
}
.taxboxbg {
    background: url(/img/icon_taxbox_bg.png) no-repeat;
    height: 250px;
    background-size: cover;
    margin: 40px 0 ;
}
.taxboxbg .taxMask {
    height: 250px;
    width: 100%;
    background: rgba(2, 9, 2, 0.65);
    text-align: center;
    color: #fff;
}
.taxboxbg .taxMask p{
    position: relative;
    top: 60px;
}
.taxboxbg .taxMask p {
    font-size: 20px;
}
.promo i {
    color: #919fe6;
    font-size: 4rem;
    display: block;
}
.promo .light{
    margin-top: 5px;
}
.promo-caption {
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 0;
}
/*--旺易企业贷--*/
.finance .box{
    padding: 10px 0 1px 0px;
    color: #011627;
    border-radius: 5px;
    background: #f5f5f5;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.finance .box1{
    padding: 10px 0 1px 0px;
    color: #011627;
    border-radius: 5px;
    background: #f5f5f5;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.financeSpan{
    font-size: 17px;
    color: #4CAF50;
}
.financeGrSpan{
    font-size: 17px;
    color: #ff9800;
}
