/*main*/
*{margin: 0; padding: 0; font-family: "微软雅黑";}
img{border:none;}
html, body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "微软雅黑";
}

a {
    color: #505050;
    text-decoration: none;
}

a:link {
    color: #505050;
}

a:hover {
    color: #0076ca;
    text-decoration-line: underline;
}

.blue, .blue:link {
    color: #0076ca;
}

.white, .white:link {
    color: white;
}

.white:hover {
    color: #ebf3fd;
    text-decoration-line: none;
}

.mainBody {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.mainBody2 {
    /*width: 1130px;*/
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.linkLineNone:hover {
    color: #0076ca;
    text-decoration-line: none;
}

/*nav*/
.topLine {
    background-color: #f4f4f4;
    border-bottom: solid 1px #dce0e5;
    width: 100%;
    height: 30px;
}

.topLineBox {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

#stateLogin {
    display: none;
}

.topLine h1 {
    font-size: 12px;
    font-weight: normal;
}

.topLine .tel {

}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

.logo, .logo img {
    height: 60px;
}

.menu {
    margin-top: 15px;
}

.menu a {
    color: #505050;
    font-size: 16px;
    font-weight: bold;
    margin: auto 5px;
}

.menu a:hover {
    color: #0076ca;
    text-decoration-line: none;
}

.menu a.active {
    color: #0076ca;
}

/*footer*/
.foot {
    height: 160px;
    background-color: #323232;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foot .qr {
    display: flex;
    margin-left: 15px;
}

.foot .qr .qrImg {
    text-align: center;
    font-size: 12px;
    margin-left: 20px;
    color: #bebebe;
}

.foot .qr img {
    width: 90px;
    height: 90px;
}

.foot .copyright, .foot .copyright h1, .foot .copyright h2, .foot .copyright h3 {
    color: #bebebe;
    text-align: right;
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.foot .copyright {
    margin-right: 50px;
}

.foot .copyright h2 {
    font-size: 12px;
    margin: 3px 0 10px 0;
}

.foot .contact, .foot .contact h1, .foot .contact h2, .foot .contact h3 {
    color: #bebebe;
    text-align: left;
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.foot .contact {
    margin-top: 18px;
    margin-left: 20px;
}

.foot .contact h2 {
    margin: 5px 0 5px 0;
}

/*table border*/
.contentMain table {
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #dce0e5;
}

.contentMain table th, table td {
    border: 1px solid #dce0e5;
    padding: 5px;
}

/*sub page*/
.bannerSub {
    height: 150px;
    width: 100%;
    background-color: #0066cb;
    background-repeat: no-repeat;
    background-position: center;
}

.contentBody {
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
}

.subNav {
    width: 240px;
    background-color: #efefef;
    min-height: 500px;
}

.subNav h1 {
    height: 40px;
    line-height: 40px;
    background-color: #2083f2;
    font-size: 24px;
    color: white;
    text-align: center;
    margin: 0;
    padding: 0;
}

.subNav ul, .subNav li {
    margin: 0;
    padding: 0;
}

.subNav ul {
    list-style: inside;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

.subNav li {
    text-align: left;
    line-height: 55px;
    list-style: inside;
    border-bottom: solid 1px #d2d1d9;
    height: 55px;
    font-size: 16px;
}

.subNav li a {
    margin-left: 10px;
}


.contentBox {
    width: 74%;
}

.contentBox .title {
    background-image: url("../images/pageTitle.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #2083f2;
    height: 40px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.contentBox .title h2 {
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    padding-left: 30px;
}

.contentBox .title .link {
    padding-right: 20px;
}

.user_t{ font-size:14px; text-indent:15px; line-height:40px; border-bottom:1px solid #dddddd;}
.user_close{ padding-right:10px; border-bottom:1px solid #dddddd;}
.user_n{ font-size:14px;  line-height:28px; color:#000;}

#m_tr td {
    border: 1px solid transparent !important;
    padding: 5px;
}
/*// 智能服务 start*/
.quick-service {
    position: fixed;
    top: 50%;
    /* margin-top: 10px; */
    right: 28px;
    z-index: 10;
}
.quick-service-list {
    width: 52px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .12);
    margin-bottom: 8px;
    border-radius: 3px;
    background: #fff;
    position: relative;
}

.quick-service-item {
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    position: relative;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
}

.quick-service-item .quick-service-item-content {
    width: 40px;
    /*border-bottom: 1px solid #f2f2f2; 临时*/
    margin: 0 auto;
    box-sizing: border-box;
    height: 52px;
}

.quick-service-tip {
    width: 100px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    position: absolute;
    left: -110px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 5px 20px rgba(79, 103, 146, .3);
    background: #fff;
    z-index: 10;
    display: none;
    text-align: left;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
}

.quick-service-item .quick-service-item-hover, .quick-service-item:hover .quick-service-item-blur {
    display: none;
}

[class*=home-fixed], [class^=home-fixed] {
    display: inline-block;
    vertical-align: middle;
    background: url("../images/bg.png") no-repeat 0 0;
}

.quick-service-item:hover .quick-service-item-hover {
    display: inline-block
}

.home-fixed-customer-black {
    width: 26px;
    height: 26px;
    background-position: -145px -259px !important;
}

/* 鼠标悬停时，整个 li 项变蓝背景 + 白色文字 */
.quick-service-list .quick-service-item:hover {
    background-color: #0C3D65 !important;
    /*color: #ffffff !important; !* 文字变白 *!*/
}

/* 如果想让 tip 在 hover 时显示 */
.quick-service-item:hover .quick-service-tip {
    display: block !important;
}

.quick-service-item:hover .quick-service-item-hover {
    display: inline-block;
}

.home-fixed-customer {
    width: 26px;
    height: 26px;
    background-position: -145px -82px !important;
}
/*// 智能服务 end*/