﻿/*公共样式*/
body {
    min-width: 1200px;
    margin: 0;
    padding: 0;
    font-family: 微软雅黑,宋体,Arial,Helvetica,Verdana,sans-serif;
    background: url("http://chxtec-files.oss-cn-hangzhou.aliyuncs.com/db4df824cb6facdc6cafd550f37b6384.png");
    /*background-color: #fdf2d4;*/
}

img {
    vertical-align: middle;
    border: none;
}

ul, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

dl, dt, dd {
    display: block;
    margin: 0;
    cursor: pointer;
}

a {
    text-decoration: none;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.clear {
    clear: both;
}

input, select {
    border: none;
    outline: none;
}
/*顶部logo样式*/
#nav, #banner {
    width: 100%;
}

#header {
    position: absolute;
    width: 1200px;
    margin-top: 5px;
    z-index: 55;
    left: 50%;
    margin-left: -600px;
}

.header, .nav {
    width: 1200px;
    margin: 0 auto;
}
    .header img {
        height:75px;
    }
    .nav:after {
        content: "";
        display: table;
        clear: both;
    }

/*#header, #nav {
    position: fixed;
    left: 0;
    z-index: 200;
}*/

/*#header {
    top:25px;
    background-color: #fff;
}*/

#nav {
    top: 130px;
}
/*导航nav样式*/
#nav {
    background-color:#4884e6;
    height: 50px;
}

    #nav .nav > li {
        float: left;
        width: 11.1%;
        text-align: center;
        height: 50px;
        line-height: 50px;
    }

        #nav .nav > li a {
            color: #fff;
            width: 100%;
            font-size: 17px;
            display: inline-block;
            position: relative;
        }

        #nav .nav > li.on a {
            background-color: #2765c9;
            color: #ffffff;
            height: 63px;
            line-height: 63px;
            top: -7px;
        }
.arrow-1, .arrow-2,.arrow-3,.arrow-4{
    position:absolute;
    display:none;
}
#nav .nav > li.on a .arrow-1, #nav .nav > li.on a .arrow-2, #nav .nav > li.on a .arrow-3, #nav .nav > li.on a .arrow-4 {
    display: block;
}
.arrow-1 {
    border: 5px solid transparent;
    border-right-color: #0e48a6;
    left: -4px;
    top: 2px;
    transform: rotate(225deg);
}
.arrow-2 {
    border: 5px solid transparent;
    border-right-color: #0e48a6;
    right: -4px;
    top: 2px;
    transform: rotate(-45deg);
}
.arrow-3 {
    border: 5px solid transparent;
    border-right-color: #0e48a6;
    left: -4px;
    bottom: 2px;
    transform: rotate(-225deg);
}
.arrow-4 {
    border: 5px solid transparent;
    border-right-color: #0e48a6;
    right: -4px;
    bottom: 2px;
    transform: rotate(45deg);
}
    #nav .nav > li a:hover {
        background-color: #2765c9;
        color: #ffffff;
    }
/*大图轮播*/
#banner {
    height: 325px;
    margin: 0 auto;
    position: relative;
    /*margin-top: 25px;*/
}

    #banner:hover .common {
        display: block;
    }

    #banner .common {
        width: 50px;
        height: 100px;
        position: absolute;
        z-index: 25;
        top: 50%;
        margin-top: -50px;
        display: none;
    }

    #banner .btnLeft {
        opacity: 0.5;
        left: 0px;
        background: url(http://chxtec-files.oss-cn-hangzhou.aliyuncs.com/b8641287bcaf704efaaa6a226ab88131.png) no-repeat;
    }

    #banner .btnRight {
        opacity: 0.5;
        right: 0px;
        background: url(http://chxtec-files.oss-cn-hangzhou.aliyuncs.com/b8641287bcaf704efaaa6a226ab88131.png) no-repeat -52px 0;
    }

    #banner ul li {
        width: 100%;
        height: 325px;
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        margin: 0px auto;
    }
#member .wrapMain {
    height:238px;
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box;
}
/*#banner .small {
        width: 250px;
        height: 33px;
        position: absolute;
        bottom: 10px;
        left: 50%;
        z-index: 9;
        margin-left: -95px;
        line-height: 24px;
    }*/
#banner .small a {
    width: 50px;
    height: 7px;
    background-color: #fff;
    opacity: 0.8;
    text-align: center;
    margin-left: 10px;
    display: block;
    border-radius: 5px;
    float: left;
}

        #banner .small a.active {
            background-color: #aaa;
            color: #fff;
        }

    #banner ul li img {
        width: 100%;
        height: 100%;
    }

#header > .small {
    height: 200px;
    margin-top: 40px;
    float: right;
}
/*页面底部*/
#footer {
    width: 100%;
    margin-top: 15px;
}

.footUp {
    width: 100%;
    height: 10px;
    background-color:#4884e6;
}

.footCenter {
    width: 100%;
    height: 320px;
    background: url(http://chxtec-files.oss-cn-hangzhou.aliyuncs.com/d8735f7489c94f42f508d7eb1c249584.png) no-repeat;
    background-size: 100% 100%;
}

.footBottom {
    width: 100%;
    height: 60px;
    background-color: #2155aa;
}

    .footBottom p {
        color: #fff;
        font-size: 13px;
        width: 1200px;
        margin: auto;
        text-align: left;
    }

        .footBottom p img {
            cursor: pointer;
        }

.footCenterMain {
    width: 1200px;
    margin: 0 auto;
    height:205px;
    position: relative;
    padding-top: 18px;
    box-sizing: border-box;
}

.blogroll > p {
    font-size: 14px;
    line-height: 34px;
    color: #fff;
}

    .blogroll > p:hover {
        color: #fff;
    }

.blogroll ul {
    background-image: url(http://chxtec-files.oss-cn-hangzhou.aliyuncs.com/b8641287bcaf704efaaa6a226ab88131.png);
    width: 800px;
    padding: 10px;
    box-shadow: 0 0 10px #5079b3;
    opacity: 0.8;
    height: 220px;
    box-sizing: border-box;
}

    .blogroll ul li {
        display: inline-block;
        width: 256px;
        margin: 10px 0px;
    }

        .blogroll ul li a {
            color: #111;
            font-size: 15px;
        }

        .blogroll ul li:hover a {
            color: #1f5aad;
        }

.blogroll h3, .phones h3 {
    font-size: 15px;
    color: #462f19;
    font-weight: bold;
    width: 145px;
    height: 45px;
    line-height: 45px;
}

.blogroll {
    float: left;
    width:550px;
}

.phones {
    float: right;
    width: 570px;
}

    .blogroll i, .phones i {
        font-size: 14px;
        color: #462f19;
        margin: 0 8px;
        margin-left: 0px;
    }

    .phones table {
        width: 100%;
    }

        .phones table td {
            padding: 5px 0px;
            font-size: 15px;
            color: #111;
            vertical-align: top;
        }

            .phones table td p {
                margin-bottom: 5px;
            }

.footBottom p span {
    padding: 0 8px;
}
/*返回顶部*/
#toTop {
    position: fixed;
    right: 10px;
    bottom: 0px;
    z-index: 999;
    font-size: 14px;
    border: 1px solid #ccc;
    background: #fff;
    width: 50px;
    border-radius: 3px;
    height: 60px;
    display: none;
}

    #toTop i {
        font-size: 40px;
        color: #4884e6;
    }

    #toTop > a {
        position: relative;
        width: 50px;
        height: 60px;
        display: inline-block;
        text-align: center;
        margin-top: 10px;
    }
.box {
    width: 250px;
    height: 30px;
    position: absolute;
    top: 14px;
    left: 698px;
}

    .box > div {
        width: 20px;
        height: 20px;
        float: left;
        cursor: pointer;
        border-radius: 4px;
        background-size: contain;
        margin: 0 5px;
    }


/*子页面导航条*/
.MainTitle {
    border: 1px solid #ffffff;
    height: 50px;
    background-color: #ffffff;
    border-radius: 0px;
    margin-top: 10px;
    line-height: 50px;
    padding-left: 10px;
    margin-bottom: 5px;
    font-size: 15px;
    color: #666;
    box-shadow: 0 2px 8px rgba(220, 228, 240,0.8);
}

    .MainTitle span {
        color: #888484;
        margin: 0 5px;
    }

    .MainTitle a {   
        color: #999;
        font-size: 14px;
    }
/*子页面右侧样式*/
.emailContentLf {
    width: 1200px;
    /*border: 5px solid rgba(163, 186, 222, 0.16);*/
    padding: 10px;
    background-color: #ffffff;
    min-height: 600px;
    box-sizing: border-box;
}

.emailContentRt {
    min-height: 400px;
    margin-left: 890px;
}

.emailContentLf ul li table {
    width: 100%;
}

    .emailContentLf ul li table td {
        font-size: 14px;
        color: #111;
        padding: 10px 0;
    }

        .emailContentLf ul li table td .date {
            float: right;
        }

.emailContentLf ul li {
    background-color: #fff;
    border-radius: 5px;
    padding: 4px 0px;
    margin-bottom: 2px;
    position: relative;
    height: 35px;
    line-height: 35px;
}

.emailContentLf ul.emailMenus:after {
    content: "";
    display: table;
    clear: both;
}

.emailContentLf ul.emailMenus {
    border-bottom: 2px solid #a68768;
    margin-bottom: 15px;
    padding-left: 4px;
}

    .emailContentLf ul.emailMenus li {
        float: left;
        margin-right: 13px;
        padding: 0px 16px;
        border-radius: 0px;
        cursor: pointer;
        color: #fff;
        font-size: 14px;
        height: 35px;
        line-height: 35px;
    }

        .emailContentLf ul.emailMenus li:hover {
            opacity: 0.8;
        }

        .emailContentLf ul.emailMenus li:nth-child(1) {
            background-color: #2196F3;
            box-shadow: 0 0 0px 2px #fff, 0 0 0 4px #2196f3;
        }

        .emailContentLf ul.emailMenus li:nth-child(2) {
            background-color: #4CAF50;
            box-shadow: 0 0 0px 2px #fff, 0 0 0 4px #4CAF50;
        }

        .emailContentLf ul.emailMenus li:nth-child(3) {
            background-color: #FF9800;
            box-shadow: 0 0 0px 2px #fff, 0 0 0 4px #FF9800;
        }

        .emailContentLf ul.emailMenus li:nth-child(4) {
            background-color: #00BCD4;
            box-shadow: 0 0 0px 2px #fff, 0 0 0 4px #00BCD4;
        }

        .emailContentLf ul.emailMenus li:nth-child(5) {
            background-color: #009688;
            box-shadow: 0 0 0px 2px #fff, 0 0 0 4px #009688;
        }

        .emailContentLf ul.emailMenus li:nth-child(6) {
            background-color: #F44336;
            box-shadow: 0 0 0px 2px #fff, 0 0 0 4px #F44336;
        }

        .emailContentLf ul.emailMenus li.on:nth-child(1) {
            background-color: #2196F3;
            box-shadow: 0 0 0px 2px #2196f3, 0 0 0 4px #2196f3;
        }

        .emailContentLf ul.emailMenus li.on:nth-child(2) {
            background-color: #4CAF50;
            box-shadow: 0 0 0px 2px #4CAF50, 0 0 0 4px #4CAF50;
        }

        .emailContentLf ul.emailMenus li.on:nth-child(3) {
            background-color: #FF9800;
            box-shadow: 0 0 0px 2px #FF9800, 0 0 0 4px #FF9800;
        }

        .emailContentLf ul.emailMenus li.on:nth-child(4) {
            background-color: #00BCD4;
            box-shadow: 0 0 0px 2px #00BCD4, 0 0 0 4px #00BCD4;
        }

        .emailContentLf ul.emailMenus li.on:nth-child(5) {
            background-color: #009688;
            box-shadow: 0 0 0px 2px #009688, 0 0 0 4px #009688;
        }

        .emailContentLf ul.emailMenus li.on:nth-child(6) {
            background-color: #F44336;
            box-shadow: 0 0 0px 2px #F44336, 0 0 0 4px #F44336;
        }

        .emailContentLf ul.emailMenus li span i {
            padding-right: 6px;
        }

.emailContentLf ul.emailsUl li {
    height: auto;
    line-height: normal;
    background-color: #f0eae2;
    padding: 10px;
    box-sizing: border-box;
}

    .emailContentLf ul.emailsUl li:hover {
        background-color: #eadabc;
    }

    .emailContentLf ul.emailsUl li table td {
        vertical-align: top;
    }

.emailContentLf .policyWrapList li:hover a {
    color:#4884e6;
    font-size:15px;
}

.emailContentLf .policyWrapList li:hover span {
    color:#4884e6;
}

.emailContentLf .policyWrapList li:hover {
    background-color: #f0f4fb;
}

    .emailContentLf .policyWrapList li:hover i {
        background-image: none;
        border: 1px solid#4884e6;
        box-sizing: border-box;
        border-radius: 50%;
    }
/*.emailContentLf ul li img{
    position: absolute;
    top: 22px;
    left: -20px;
    width: 20px;
}*/
/*主任信箱*/
.emailMain {
    background-color:#ffffff;
    width: 1200px;
    margin: 0 auto;
    min-height: 780px;
    box-shadow: 0 2px 8px rgba(220, 228, 240,0.8);
}

.tradMainTitle {
    border: 1px solid #dcd7d7;
    height: 50px;
    background-color: #e7e9ea;
    border-radius: 5px;
    margin-top: 15px;
    line-height: 50px;
    box-shadow: 0 5px 7px #d2d6d8;
    font-size: 14px;
    padding-left: 10px;
}

    .tradMainTitle span {
        color: #888484;
        margin: 0 5px;
    }

    .tradMainTitle a {
        color: #111;
        font-size: 14px;
    }
/*子页面标头*/
.emailContentLf > img {
    width: 850px;
}

.emailContentLf > h4 {
    border-bottom: 2px solid #a4805b;
    margin-bottom: 10px;
    height: 41px;
}

.emailContentLf > h5 {
    font-weight: normal;
    padding: 5px 0;
    color: #1f5aad;
}

.emailContentLf > h4 > span {
    border-bottom: 1px solid #a4805b;
    line-height: 40px;
    display: inline-block;
    height: 40px;
    font-size: 16px;
    color: #ffffff;
    border-left: 3px solid #a4805b;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #a4805b;
}

.emailContentLf > .tradMainUp > span {
    background-color: #dfceb4;
    border-color: #dfceb4;
    margin-right: 5px;
    border-radius: 5px 5px 0 0;
    color: #6b5d47;
    cursor: pointer;
}

    .emailContentLf > .tradMainUp > span.on {
        background-color: #a4805b;
        color: #fff;
        border-color: #a4805b;
    }

.containerMain {
    background-color: #fff;
    padding: 30px 60px;
    box-sizing: border-box;
    min-height: 350px;
}

.containerMainWrap .containerMain:not(:first-child) {
    display: none;
}

.policyContent:after {
    content: "";
    display: table;
    clear: both;
}

.emailContentLf.todayInfo > h4 {
    text-align: center;
    background: url("http://chxtec-files.oss-cn-hangzhou.aliyuncs.com/cbd7a8603ab8d9fdc76ddf6e26b6ea27.png") center center no-repeat;
}

.emailContentLf.todayInfo table {
    width: 100%;
    border: 1px solid #c79f75;
    border-collapse: collapse;
    margin-bottom: 15px;
}

    .emailContentLf.todayInfo table tr th, .emailContentLf.todayInfo table tr td {
        border: 1px solid #e6e6e6;
        padding: 15px 5px;
        font-size: 14px;
        text-align: center;
        color:#666;
    }

    .emailContentLf.todayInfo table tr th {
        background-color: #f2f2f2;
        color: #434343;
        font-weight: normal;
    }

    /*.emailContentLf.todayInfo table tbody tr:nth-child(even) {
        background-color: #f7f5f3;
    }*/

    .emailContentLf.todayInfo table tbody tr:hover td {
        background-color: #f2f2f2;
    }
    .emailContentLf.todayInfo table tbody tr td:nth-child(2), .emailContentLf.todayInfo table thead tr th:nth-child(2) {
        text-align: left;
    }
    .emailContentLf.todayInfo table tbody tr td a {
        color: #666;
    }
    .emailContentLf.todayInfo table tbody tr td p {
        margin:3px auto;
    }
        .emailContentLf.todayInfo table tbody tr:hover td a {
            color:#4884e6;
        }
        .policyContent:after {
            content: "";
            display: table;
            clear: both;
        }

#tradLoginWrap, #cashShade {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    top: 0px;
    left: 0px;
    display: none;
    z-index: 999;
}

#tradWraps {
    width: 1000px;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -500px;
    margin-top: -250px;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
}

.tradWrapsLf {
    width: 700px;
    float: left;
    border-right: 1px solid #ccc;
    padding-right: 20px;
    box-sizing: border-box;
}

.tradWrapsRt {
    float: left;
    margin: 50px 0px 0px 24px;
}

.tradWrapsLf .tradWrapsTitle {
    font-size: 16px;
    color: #F44336;
    text-indent: 0;
    margin-bottom: 15px;
}

.tradWrapsLf p {
    text-indent: 2rem;
    font-size: 14px;
    color: #333;
    line-height: 28px;
}

.tradWrapsRt a {
    display: block;
    background-color: #008FEA;
    margin-bottom: 20px;
    color: #fff;
    width: 230px;
    font-size: 15px;
    height: 50px;
    text-align: left;
    line-height: 50px;
    position: relative;
    text-indent: 10px;
    font-weight: bold;
    border-radius: 10px;
}
    .tradWrapsRt a:first-child {
        background-color: #EB5138;
    }
        .tradWrapsRt a:first-child span {
            background-color: #FF684F;
        }
        .tradWrapsRt a:hover {
        color: #fff;
        /*background-color: #2e5daa;*/
    }
    .tradWrapsRt a span {
        font-weight: bold;
        background-color: #20A8FF;
        color: #fff;
        border-radius: 50%;
        font-size: 16px;
        line-height: 37px;
        margin-right: 14px;
        width: 37px;
        height: 37px;
        display: inline-block;
        text-align: center;
        text-indent: 3px;
    }

.dhCenter, .dhDate {
    text-align: right;
}

#wrapClose {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 34px;
    color: #a7a5a4;
    cursor: pointer;
}

    #wrapClose :hover {
        color: #333;
    }

.links {
    width: 300px;
    height: 40px;
    border: 1px solid #5a3f24;
    margin-right: 25px;
}

.phoneLink table tr td {
    padding: 5px 0px;
    font-size: 15px;
    color: #111;
    vertical-align: top;
}

    .phoneLink table tr td p {
        line-height: 20px;
    }

.phones dl {
    float: left;
    text-align: center;
    width: 170px;
}



    .phones dt img {
        width:105px;
        height:105px;
    }

.phones dd {
    text-align: center;
    font-size: 14px;
    color: #f0f3f7;
    margin-top:5px;
    width: 170px;
}

#oldSystem {
    width: 100%;
    background-color: #f5f5f5;
    height: 25px;
    line-height: 25px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
}

    #oldSystem > div {
        text-align: right;
        width: 1200px;
        margin: 0 auto;
    }

        #oldSystem > div > a {
            font-size: 13px;
            color: #666;
        }

.friendly_link > div {
    float: left;
    margin-right: 10px;
    margin-left: 20px;
    border: 5px solid #ffffff;
    box-sizing: border-box;
}

    .friendly_link > div:hover {
        border: 5px solid #b29273;
        box-sizing: border-box;
    }

.friendly_link {
    height: 60px;
    padding: 10px;
    margin-top: 15px;
    background-color: #fff;
    padding-bottom: 25px;
}

    .friendly_link > div img {
        width: 190px;
    }

#cashWrap {
    width: 440px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -220px;
    margin-top: -150px;
    background-color: #fff;
    box-sizing: border-box;
}

    #cashWrap label {
        font-size: 14px;
        color: #434343;
        float: left;
        width: 55px;
        margin-top: 7px;
    }

    #cashWrap .cashEdit {
        border: 1px solid #e6e6e6;
        height: 38px;
        width: 298px;
        padding: 0 5px;
        box-sizing: border-box;
        line-height: 38px;
        vertical-align: middle;
        font-size: 14px;
        color: #434343;
    }

    #cashWrap .code {
        width: 180px;
        height: 36px;
    }

    #cashWrap .getCode {
        height: 29px;
        width: 75px;
        float: right;
        background-color: #4884e6;
        border-radius: 20px;
        margin-top: 3px;
        color: #fff;
        font-size: 12px;
        cursor: pointer;
        background-image: linear-gradient(to bottom,#96b9f3,#306ed5,#1355c0);
    }
        #cashWrap .getCode:hover, .crashSure input:hover {
            background-image: linear-gradient(to bottom,#1355c0,#1355c0,#1355c0);
        }
        #cashWrap > div {
            padding: 5px 40px;
        }
        #cashWrap h2 {
            background-color: #f2f2f2;
            height: 45px;
            font-size: 16px;
            line-height: 45px;
            padding: 0 10px;
            color: #434343;
            margin-bottom: 20px;
        }
        #cashWrap h2 img {
            float: right;
            width: 15px;
            margin: 15px 5px 0px 0px;
            cursor: pointer;
        }
.crashSure{
    text-align:center;
}
    .crashSure input {
        background-image: linear-gradient(to bottom,#96b9f3,#306ed5,#1355c0);
        color: #fff;
        width: 343px;
        height: 38px;
        margin-top: 45px;
        cursor: pointer;
        font-size: 15px;
        letter-spacing: 10px;
    }
.containerMainWrap {
    min-height: 400px;
    background-color: #fff;
    padding: 15px;
    box-sizing: border-box;
    padding-top:15px;
}
#tradMainWrap li {
    padding:0px 5px;
}
    #tradMainWrap li a {
        color: #666;
        font-size: 14px;
        width: 82%;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    #tradMainWrap li:hover a {
        font-size:15px;
    }
        #tradMainWrap li span {
            color: #666;
            font-size: 14px;
            float: left;
        }
    #tradMainWrap li:hover a {
        color:#4884e6;
    }
    #tradMainWrap li:hover {
        background-color: #f0f4fb;
    }
    #tradMainWrap li:hover span {
        color:#4884e6;
    }
.borderBg {
    /*border: 5px solid rgba(163, 186, 222, 0.16);*/
    box-sizing: border-box;
    box-shadow: 0 2px 8px rgba(220, 228, 240,0.8);
}
.visitorNum {
    font-size: 26px;
}
#codeImg ul li a img {
    width:190px;
    height:190px;
}
#codeImgContainer {
    width: 190px;
    height: 190px;
    overflow: hidden;
    /*border: 5px solid rgba(188, 212, 253, 0.2);*/
}
#codeImg {
    width:200px;
    height:200px;
    position: fixed;
    bottom: 15px;
    left: 15px;
   
}
    #codeImg > span {
        position: absolute;
        cursor:pointer;
        right:-6px;
        top: -4px;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        background-color: rgba(188, 212, 253, 0.2);
        color: #2a63c1;
        font-weight: normal;
        font-size: 15px;
        text-align: center;
        line-height: 20px;
        z-index:999;
    }
#test2 {
    background-color: #fff;
    padding: 10px 0px;
    box-shadow: 0 2px 8px rgba(220, 228, 240,0.8);
    margin-top: 9px;
}
    #test2 img {
        width: 100%;
        height: 80px;
        background-size: 100% 100%;
    }
#bannerOther {
    width: 100%;
    height: 325px;
    background: url('http://chxtec-files.oss-cn-hangzhou.aliyuncs.com/f60e7ebc3c9b62e57309d2a886682845.jpg') no-repeat;
}
#applyProcess {
    padding: 30px;
}
.applyProcessTitle {
    height: 50px;
    margin-bottom: 60px;
}
    .applyProcessTitle li {
        float: left;
        width: 135px;
        background-color: #e2ebf8;
        border: 1px solid #adc4e4;
        border-collapse: collapse;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #2765c9;
        font-size: 15px;
        cursor: pointer;
        border-right: none;
        position: relative;
    }
        .applyProcessTitle li:last-child {
            border-right: 1px solid #adc4e4;
        }
        .applyProcessTitle li.on i {
            position: absolute;
            width: 0px;
            height: 0px;
            border: 10px solid transparent;
            border-top-color: #4884e6;
            bottom: -20px;
            left: 63px;
        }
        .applyProcessTitle li.on {
            background-color: #4884e6;
            color: #fff;
        }
#serachs {
    height: 38px;
    border: 1px solid #e6e6e6;
    padding: 0 5px;
    width: 260px;
    color: #666;
}
#pagesSearch {
    height: 40px;
    border: none;
    vertical-align: top;
    width: 65px;
    background-color: #4884e6;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    cursor: pointer;
}
    #pagesSearch:hover {
        background-color: #2765c9;
    }
.basicTabTitle {
    border: none!important;
    text-align: left!important;
    margin: 0px;
    padding: 10px 5px;
    margin-top: 45px!important;
    margin-bottom: 10px!important;
    color: #2765c9;
    font-weight: bold;
    letter-spacing: 1px;
}
.basicTab {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc;
}
    .basicTab td {
        border: 1px solid #e6e6e6;
        height: 40px;
        padding: 0 5px;
        font-size: 14px;
        color: #666;
    }
        .basicTab td:first-child {
            width: 190px;
            background-color: #f2f2f2;
        }
#datas {
    margin-top:10px;
  height:228px;
  overflow:hidden;
}
#member .wrapMainList li .newNum {
    font-weight: normal;
    font-style: normal;
    width: 38px;
    text-align: center;
    float: left;
    font-family: "094-CAI978";
    font-size: 32px;
    border-right: 2px solid #454F5E;
    height: 23px;
    line-height: 23px;
    margin: 16px 13px 0px 0px;
    padding: 0px 10px 0px 5px;
}
.linkUrl {
    overflow: hidden;
}
    .linkUrl .linksLf, .linkUrl .linksRt {
        position: relative;
        float: left;
        width: 255px;
        height: 32px;
        line-height: 32px;
        background: rgba(245, 246, 249, 0.29);
        overflow: hidden;
        border-radius: 4px;
    }
       
        .linkUrl .linksLf select, .linkUrl .linksRt select {
            width: 100%;
            height: 34px;
            border-radius: 3px;
            border: none;
            outline: none;
            position: absolute;
            top: -1px;
            left: 0;
            opacity: 0;
            /*filter: alpha(opacity:0);*/
            background: #fff;
            font: 14px/20px "Microsoft YaHei";
            color: #7fa2dc;
            cursor: pointer;
        }
        .linkUrl .linksLf > div p, .linkUrl .linksRt > div p {
            height: 100%;
            width: 100%;
            text-indent: 10px;
            color: #dce9ff;
            font-size: 14px;
        }
.linkUrl .linksLf > div img, .linkUrl .linksRt > div img {
    display: inline-block;
    vertical-align: middle;
    border: none;
    width: 11px;
    height: 6px;
    position: absolute;
    right: 10px;
    top: 14px;
}
  
    .linkUrl .linksRt {
        margin-left: 44px;
    }
.phones > h6 {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    height: 34px;
    line-height: 34px;
    margin-bottom: 7px;
}
#codes {
    /*overflow: hidden;*/
    margin-top: 15px;
    float: left;
    margin-left: -18px;
    /* background-color: rgba(245, 246, 249, 0.29); */
    border-radius: 3px;
    width: 554px;
    padding: 20px 0px;
    box-sizing: border-box;
}
#globalSearch {
    width: 420px;
    height: 45px;
    line-height:45px;
    float: right;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(220, 228, 240,0.8);
}
#globalSearch input{
    font-size:14px;
    color:#666;
    padding:0 5px;
    padding-left:8px;
    width:368px;
}
    #globalSearch button {
        border:none;
        background-color:#fff;
    }
        #globalSearch button i {
            font-size: 20px;
            margin-left: 7px;
            color: #677692;
            cursor: pointer;
        }
.noInfo {
    font-size: 22px;
    color: #185ac4;
   margin-top:100px;
    text-align: center;
}

.bigApp {
    position: absolute;
    top: -107px;
    z-index: 9999;
    left: 0;
    display:none
}
#loginenter {
    text-align: center;
    margin-top: 41px;
}
    #loginenter li {
        display: inline-block;
        background-color: #4884e6;
        padding: 25px 42px;
        margin: 0px 20px;
        border-radius: 5px;
        cursor: pointer;
        width: 450px;
        margin-bottom: 20px;
    }
        #loginenter li a {
            display: inline-block;
            color: #fff;
            font-size: 16px;
        }
#loginenter li:hover {
    background-color:#2765c9;
}