﻿@charset "utf-8";

/* css Document */

/************************************************************************************
RESET
*************************************************************************************/

* {
    margin: 0;
    padding: 0;
}

* html {
    background-image: url(about:blank);
    background-attachment: fixed;
}

html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dl,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset,
input,
section {
    margin: 0;
    padding: 0;
}

img,
fieldset {
    border: 0;
}

/* set image max width to 100% */

img {
    max-width: 100%;
    vertical-align: middle;
    border: none;
    height: auto;
    width: auto \9;
    /* ie8 */
}

ul {
    list-style: outside none none;
}

i,
address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 500;
}

/* set html5 elements to block */

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block
}

/* 清除浮动 */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    font-size: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden
}

.clearfix {
    zoom: 1;
}

a {
    text-decoration: none;
    /*
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    */
}
a:hover{
    color: #ffffff;
}

a:focus {
    outline: none;
    text-decoration: none;
}

/*灰色字体*/
a.hui{
    color:#888!important;
}

a.u-used{
    margin-left: 10px;
    margin-top: -2px;

}

/*按钮主样式*/
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 15px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: none !important;
    outline: 0 !important;
    line-height: 14px;
}

.btn:hover {
    transition: all .3s;
}

.btn-p6{
    height: 33px;
}

.btn-p12{
    padding: 12px;
    *height: 40px;
    *line-height: 40px;
    *width: 80px;
    *padding: 0;
}

.btn-b15{
    margin-bottom: 20px;
}


/*深灰*/
.blue-hoki {
    color: #FFF;
    background-color: #526781;
    border-color: #4e627b;
}
.blue-hoki:hover {
    color: #FFF;
    background-color: #3c5370;
    border-color: #273f5e;
}


/*浅蓝*/
.blue-madison {
    color: #FFF;
    background-color: #578ebe;
    border-color: #578ebe;
}
.blue-madison:hover {
    color: #FFF;
    background-color: #3f74a3;
    border-color: #3c6f9c;
}

/*按钮蓝色*/
a.blue1-madison {
    color: #FFF;
	background:url(../images/login_2.png) no-repeat left center;
    background-color: #005dae;
    border-color: #005dae;
	
}
.blue1-madison:hover {
    color: #fff;
	background:url(../images/login_2.png) no-repeat left center;
    background-color: #0b87c2;
    border-color: #0b87c2;
}

/*按钮深蓝色*/
.blue1-deep {
    color: #FFF;
    background-color: #12346d;
    border-color: #12346d;
}
.blue1-deep:hover {
    color: #FFF;
    background-color: #07275e;
    border-color: #07275e;
}


/*按钮橙色*/
a.green-meadow {
    color: #FFF;
	background:url(../images/login_3.png) no-repeat left center;
    background-color: #fb6b1c;
    border-color: #fb6b1c;
	
}
a.green-meadow:hover {
    color: #FFF;
	background:url(../images/login_3.png) no-repeat left center;
    background-color: #ff9103;
    border-color: #ff9103;
}

/*按钮杨红*/
a.red-sunglo {
    color: #fff;
	background:url(../images/login_1.png) no-repeat left center;
    background-color: #C01909;
    border-color: #B61B0B;
	
}
a.red-sunglo:hover {
    color: #fff;
	background:url(../images/login_1.png) no-repeat left center;
    background-color: #da3f3f;
    border-color: #d83737;
}


/*西瓜红*/
a.red1-sunglo {
    color: #fff;
    background-color: #ff4800;
    border-color: #e42000;
}
a.red1-sunglo:hover {
    color: #fff;
    background-color: #cd1d00;
    border-color: #b31900;
}

/*按钮黄色*/
.yellow-crusta {
    color: #fff;
    background-color: #f3c200;
    border-color: #f3c200;

}
.yellow-crusta:hover {
    color: #fff;
    background-color: #c09900;
    border-color: #b69100;
}


/*按钮紫色*/
.purple-plum {
    color: #fff;
    background-color: #8775a7;
    border-color: #8775a7;
}
.purple-plum:hover {
    color: #fff;
    background-color: #6d5b8e;
    border-color: #5b4681;
}

/*浅灰*/
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    zoom: 1;
}

.large {
    padding: 5px 18px;
}

input,
select,
textarea {
    outline: none;
    vertical-align: middle;
    background: none;
    font-family: "微软雅黑", "YaHei", arial, sans-serif, monospace, "Glyphicons Halflings";
}

/* background: none;是解决ie6的input的错位问题 */

/* background: none;是解决ie6的input的错位问题 */
input[type="text"], input[type="password"], input[type="email"], textarea, select {
    background: #fff none repeat scroll 0 0;
    display: block;
    margin: 0;
    outline: medium none;
    transition: all 0.25s ease-out 0s;

}

input {
    border: 0;
    outline: none;
    width: 100%;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
}

/*input边框*/
.input_border{
    border: 1px solid #ccc;
    padding: 6px 10px;
    background: #fff;
}

.input_blue{
    border: 1px solid #00a8ff;
}
.b_k{
    background: #fff;
}




.input1 {
    vertical-align: text-bottom;
    margin-bottom: -1px;
    *margin-bottom: -4px;
}

textarea {
    resize: none;
}

fieldset {
    border: 0 none;
    font-family: "微软雅黑", "YaHei", arial, sans-serif, monospace, "Glyphicons Halflings";
}



.fr {
    float: right;
}

/* 解决ie6的定位抖动 */
blockquote {
    border-left: 3px solid #e8e8e8;
    padding-left: 20px;
    color: #afafaf;
    line-height: 20px;
    margin: 20px 0 20px 15px
}

h1 {
    font-size: 22px;
    line-height: 1;
}

h2 {
    font-size: 18px;
    line-height: 1;
}


sup {
    font: 22px/2.5 arial;
    font-weight: bold;
    margin-left: 3px;
    vertical-align: 2px;
}

table {
    table-layout: fixed;
    empty-cells: show;
    border-collapse: collapse;
    vertical-align: middle;
    margin: 0 auto;
    width: 100%;
}

table td,th {border: 1px #ccc solid;padding: 5px;text-align: center;font-weight: 400!important;}
table th{background: #eee;}


hr {
    box-sizing: content-box;
    height: 0;
}


/************************************************************************************
公用
*************************************************************************************/

body {
    font-family: "PingFang SC","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei","Helvetica Neue",Arial,sans-serif;
    color: #000;
    behavior: url(../css/csshover.htc);
}

.comwidth {
    margin: 0 auto;
    width: 1180px;
    position: relative;
}
.banklogin {
    margin: 0 auto;
    width: 1180px;
    position: relative;
    z-index: 2;
}
.d-b {
    display: block!important;
}

.grid-780-pd {
    margin: 30px auto;
    width: 1132px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: #cccccc 0px 0px 3px;
    padding: 20px;
}

/* 标题样式 */

.b-title1 {
    border-bottom: 1px solid #d2d2d2;
    margin: 0 auto;
}

.b-title1 h2 {
    border-bottom: 2px solid #12346d;
    font-weight: 500;
    font-size: 32px;
    margin: 0 auto;
    padding-bottom: 10px;
    text-align: center;
    width: 160px;
}

.wrapper {
    padding: 40px 0px;
}
/*灰色背景*/
.e_color_gray {
    background: #f6f7fb none repeat scroll 0 0;
}

/* 白色背景 */

.white-b {
    background-color: #ffffff;
}

/*灰色背景*/
.gray-b {
    background-color: #f9f9f9;
}

.gray-b1{
    background-color:#efefef;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.b_center {
    text-align: center;
}


/*按钮居中对齐*/
.outer {
    margin: 0 auto;
    text-align: center;
}

/*标题*/

.chunk-hd {
    border-bottom: 1px solid #e2e2e2;
}
.chunk-title {
    height: 38px;
    position: relative;
}
.chunk-title a{
    float: right;
}
.chunk-title-item {
    color: #414141;
    float: left;
    line-height: 38px;
}
.chunk-title-txt {
    font-size: 1.2em;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.chunk-title-item-is-active {
    color: #000000;
    text-decoration: none;
}
.title-hover-bottom-line {
    background-color: #0567b4;
    bottom: -1px;
    display: none;
    height: 2px;
    left: -1px;
    padding-left: 1px;
    padding-right: 1px;
    position: absolute;
    width: 100%;
    overflow: hidden;
}
.chunk-title-item-is-active .title-hover-bottom-line {
    display: block;
}




/*按钮*/
.btn-r{
    background-color: #ff4800;
    border: medium none;
    border-radius: 3px;
    border-bottom: 3px solid #cd1d00;
    padding: 10px;
    color: white;
    cursor: pointer;
    height: 20px;
    display: block;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    line-height: 20px;
    margin: 10px 0;
}
.btn-r:hover{
    border-bottom: 3px solid #12346d;
    background-color: #188ae2;
}


/*头部提示*/
#toubiao {
    background: url("/images/top.png") center no-repeat;
    border-bottom: #e2e2e2 1px solid;
    position: relative;
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
    height: 50px;
}

#toubiao .guan-bi{
    cursor: pointer;
    position: absolute;
    right: 20px;
    top:20px;
    font-size: 1.6em;
    color: #12346d;
}

.old-version{
    height: 40px;
    line-height: 40px;
    padding:0 20px;
}

.old-version:hover{
    color: #fff!important;
    background: #12346d!important;
    border-color:#12346d;
}

.old-version-1{
    padding:0 20px;
    text-align: center;
    height: 26px;
    line-height: 26px;
}

.old-version-1:hover{
    color: #46a3f4!important;
    background: #fff!important;
}

.b-color{
    background-color: #fff;
    /*background:#46a3f4;*/
}

.used{
     background: #fff;
     color: #46a3f4;
     margin-left: 20px;
 }

.used:hover{
    background: #12346d;
    color: #fff;
}

.used-txt{
    padding-left: 20px;
    color:#fff;
}


/*模拟select*/
dl.ui-select {
    position: relative;
    float: left;
    padding:0!important;
}

dl.ui-select dt {
    padding: 7px 4px;
    width: 306px;
    border-radius: 0;
    height: 14px;
    line-height: 14px;
    box-shadow: none;
    outline: 0;
    border: 1px solid #dbdbdb;
    position: relative;
    cursor: pointer;
    display: inline-block;
    background: #fff url(/images/ico-1.gif) no-repeat 302px center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 99;
    font-size: 12px;
    color: #333;
}

dl.ui-select dt:hover,
dl.ui-select dt.cur {
    border: 1px solid #409DFE;
}

dl.ui-select dd {
    position: absolute;
    width: 314px!important;
    padding:0!important;
    left: 0;
    top: 29px;
    border: 1px solid #409DFE;
    background: #fff;
    display: none;
    z-index: 9999;
}

dl.ui-select dd ul {
    padding: 4px;
    width: 306px!important;
    max-height: 250px;
    _height: 250px;
    overflow-y: auto;
}

dl.ui-select dd ul li{
    margin:0 auto;
}

dl.ui-select dd ul li a {
    line-height: 28px;
    color: #409DFE;
    padding: 0 8px;
    display: block;
}

dl.ui-select dd ul li a:hover {
    background: #f5f5f5;
}

.portlet .tit a:hover{
	font-size:20px;
	font-weight:bold;
	color:#000;}
