
/* 页面样式初始化 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,strong,
sub,sup,tt,var,dl,dd,dt,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,td,th {
    margin: 0;
    padding: 0;
    border: 0 none;
    /*font-family: "microsoft yahei","Heiti SC";*/
    font-style: inherit;
    font-size: 100%;
    outline: 0 none;
}
ol,
ul {
    list-style-type: none;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
/*input,*/
/*textarea,*/
/*select,*/
/*button {*/
    /*font-family: inherit;*/
    /*font-size: 100%;*/
/*}*/
body,html {
    font-size: 12px;
    /*overflow: hidden;*/
}

/* CSS class */
/* 清除浮动 */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0;
}
.clearfix{
    *zoom:1;
}
/* 左右浮动 */
.rt {
    float: right;
}

.lf {
    float: left;
}
/* 图片底部对齐,IE下去图片默认边框 */
img {
    vertical-align: bottom;
    border: none;
}





/* header */
#header {
    position: absolute;/*瀹氫綅header鍦╞anner涔嬩笂*/
    left: 0;
    right: 0;
    z-index: 500;
}

/* banner */
.large-header {
    width: 100%;
    min-width: 103.34em;
    position: relative;
}

.slides {
    position: relative;
}

.slides li {
    position: absolute;
    top:0;
    width: 100%;
    opacity: 0;
    filter:alpha(Opacity=0);
}

.slides li:first-child {
    z-index: 300;
    opacity: 1;
    filter:alpha(Opacity=100);
}

.flex-control-nav {
    position: absolute;
    bottom: 2.5em;
    z-index: 400;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    width: 2.33em;
    height: 2.33em;
    overflow: hidden;
    background: url(../image/icon-index.png)  -370px -228px no-repeat;
    cursor: pointer;
}

.flex-control-nav .flex-active {
    background-position: -370px -192px;
}

.flex-direction-nav {
    /*position: relative;*/
    z-index: 400;
    width: 103.33em;
    margin: -22em auto 0;
}

.flex-direction-nav li a {
    display: block;
    width: 2.17em;
    height: 2.5em;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.flex-direction-nav li a.flex-prev {
    left: 10px;
    background: url(../image/icon-index.png) -170px 0 no-repeat;
    z-index: 1000;
    top:150px;
}

.flex-direction-nav li a.flex-next {
    right: 10px;
    background: url(../image/icon-index.png) -260px 0 no-repeat;
    z-index: 1000;
    top:150px;
}
/* banner end */

/*section-top*/
#section {
    min-width: 103.33em;
    margin: 0 auto;
}

.section-top {
    width: 103.35em;
    *height: 35em;
    margin: 0 auto;
}

.section-top li {
    position: relative;
    float: left;
    width: 25.75em;
    height: 20em;
    margin: 7.5em 0;
    border-left: .083em  solid #e5e5e5;
    text-align: center;
    background: url(404.png);
}

.section-top li:first-child {
    border-left: .083em solid transparent;
}

.section-title-img {
    display: block;
    margin: 0 auto;
    width: 4.33em;
    height: 5em;
}

.section-top li:hover .section-title-img {
    width: 11.5em;
    height: 6.42em;
    margin-top: -7.5em;
    background: url(../image/icon-index.png) no-repeat;
}

.section-top .li1:hover .section-title-img {
    background-position: -460px 0;
}

.section-top .li2:hover .section-title-img {
    background-position: -460px -84px;
}

.section-top .li3:hover .section-title-img {
    background-position: -460px -169px;
}

.section-top .li4:hover .section-title-img {
    background-position: -460px -260px;
}

.section-title {
    margin-top: 3em;
}

.section-title h2 {
    font-size: 1.67em;
    margin-bottom: .8em;
}

.section-title p {
    padding: 3.083em 4em 0;
    color: #696a6c;
    font-size: 1.083em;
}

.section-top .li1 .section-title-img {
    background: url(../image/icon-index.png) no-repeat 0 0;
}

.section-top .li2 .section-title-img {
    background: url(../image/icon-index.png) no-repeat -60px 0;
}

.section-top .li3 .section-title-img {
    background: url(../image/icon-index.png) no-repeat 0 -65px;
}

.section-top .li4 .section-title-img {
    background: url(../image/icon-index.png) no-repeat -60px -65px;
}

.underline {
    display: block;
    margin: 0 auto;
    width: 2.5em;
    height: .25em;
    background: -webkit-linear-gradient( left, #1e4494, #2a9be5);
    background: -moz-linear-gradient( left, #1e4494, #2a9be5);
    background: -ms-linear-gradient( left, #1e4494, #2a9be5);
    background: linear-gradient( left, #1e4494, #2a9be5);
    filter:progid:DXImageTransform.Microsoft.gradient(
            startColorstr="#1e4494",
            endColorstr="#2a9be5",
            GradientType=1);
}

.section-top li:hover + li {
    border-left: .083em solid transparent;
}

#section .section-top li:hover {
    margin: 0;
    padding: 7.5em 0;
    border-left: .083em solid transparent;
    box-shadow: 0 0 1.67em #40a9ff;
    background: -webkit-linear-gradient( top, #1c398a, #2cabf4);
    background: -moz-linear-gradient( top, #1c398a, #2cabf4);
    background: -ms-linear-gradient( top, #1c398a, #2cabf4);
    background: linear-gradient( top, #1c398a, #2cabf4);
    filter:progid:DXImageTransform.Microsoft.gradient(
            startColorstr="#1c398a",
            endColorstr="#2cabf4",
            GradientType=0);
    color: #fff;
}

#section .section-top li:hover h2 {
    color: #fff;
}

#section .section-top li:hover p {
    color: #fff;
}

.showmore {
    display: none;
}

#section .section-top li:hover .showmore {
    display: block;
    margin-top: 1.9166em;
    font-size: 1.0833em;
    font-weight: bold;
    color: #fff;
}

#section .section-top li:hover .underline {
    background: #40a9ff;
    filter:progid:DXImageTransform.Microsoft.gradient(
            startColorstr="#40a9ff",
            endColorstr="#40a9ff",
            GradientType=1);
}

/* section-top end */


/* section-main */
.section-main {
    min-width: 103.34em;
    background: #f6f6f6;
    /* background: url(../img/section-main-bg.jpg) #f6f6f6;*/
    z-index: -1;
}

.section-main h3, .section-bottom h3 {
    padding: 62px 0;
    text-align: center;
    font-size: 2.16667em;
    font-weight: normal;
    color: #3d3d3d;
}

.section-main-fir {
    width: 103.34em;
    margin: 0 auto 3.9166em;
}

.section-main-fir li {
    position: relative;
    float: left;
}

.list-bg > li {
    overflow-y: visible;
    overflow: visible;
    width: 13.33em;
    height: 41.667em;
}

.list-bg .li1 {
    background: url(404.png) no-repeat;
}

.list-bg .li2 {
    background: url(404.png) no-repeat;
}

.list-bg .li3 {
    background: url(404.png) no-repeat;
}

.list-bg .li4 {
    background: url(404.png) no-repeat;
}

.list-bg .panel {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: url(404.png) right bottom no-repeat #1d1f28;
    opacity: .8;
    filter:alpha(Opacity=80);
}

.panel:before {
    content: "";
    display: table;
}

.panel .panel-img {
    width: 4.93em;
    height: 5.8em;
    margin: 5em 0 1.38em 4.25em;
    background: url(../image/icon-index.png) no-repeat;
    background-size: 50em 50em;
}

.li1 .panel .panel-img {
    background-position: -13.23em -27.57em;
}

.li2 .panel .panel-img {
    background-position: -18.23em -27.57em;
}

.li3 .panel .panel-img {
    background-position: -23.23em -27.57em;
}

.li4 .panel .panel-img {
    background-position: -28.23em -27.57em;
}

.panel .panel-line {
    width: 3em;
    height: .1677em;
    margin: 0 auto 2.96em;
    background-color: #707176;
}

.panel .panel-word {
    font-size: 1.08em;
    line-height: 1.625em;
    text-align: center;
    color: #fff;
}

.panel .panel-title {
    width: 3.33em;
    height: 10.42em;
    margin: 4.83em 5em 0;
    transition: margin .8s;
    background: url(404.png) no-repeat;
}

.list-bg li:hover .panel .panel-img,
.list-bg li.hover .panel .panel-img{
    margin: -2.167em 0 0 -1.33em;
    width: 7.2495em;
    height: 8.25em;
    background-size: 75em 75em;
    transition: margin .8s;
}

.li1:hover .panel .panel-img,
.li1.hover .panel .panel-img {
    background-position: -19.99em -41.46em;
}

.li2:hover .panel .panel-img,
.li2.hover .panel .panel-img {
    background-position: -27.49em -41.46em;
}

.li3:hover .panel .panel-img,
.li3.hover .panel .panel-img {
    background-position: -34.99em -41.46em;
}

.li4:hover .panel .panel-img,
.li4.hover .panel .panel-img {
    background-position: -42.49em -41.46em;
}

.list-bg > li:hover,
.list-bg > li.hover {
    width: 63.33em;
}

.list-bg li:hover .panel,
.list-bg li.hover .panel {
    opacity: .25;
    filter:alpha(Opacity=25);
    background-image: none;
}

.list-bg li:hover .panel .panel-line,
.list-bg li:hover .panel .panel-word,
.list-bg li.hover .panel .panel-line,
.list-bg li.hover .panel .panel-word {
    display: none;
}

.list-bg li:hover .panel .panel-title,
.list-bg li.hover .panel .panel-title {
    margin: 25.333em 0 0 -.25em;
}

.list-bg li:hover .non-bank-list,
.list-bg li.hover .non-bank-list,
.list-bg li:hover .non-bank-list2,
.list-bg li.hover .non-bank-list2,
.list-bg li:hover .non-bank-list3,
.list-bg li.hover .non-bank-list3 {
    visibility: visible;
    overflow: visible;
    margin-top: -36.667em;
    transition: margin .3s .1s;
}

.list-bg .li1:hover .non-bank-list,
.list-bg .li1.hover .non-bank-list {
    width: 57.5em;
    padding: 0;
}


.list-bg .li2:hover .non-bank-list2,
.list-bg .li2.hover .non-bank-list2,
.list-bg .li4:hover .non-bank-list2,
.list-bg .li4.hover .non-bank-list2 {
    width: 33.33em;
    padding: 0 6.67em;
}

.list-bg .li3:hover .non-bank-list3,
.list-bg .li3.hover .non-bank-list3 {
    width: 50em;
    padding: 0;
}

.non-bank-list,
.non-bank-list2,
.non-bank-list3 {
    visibility: hidden;
    overflow: hidden;
    position: relative;
    z-index: 2;
    float: left;
    width: 0em;
    height: 41.67em;
    margin-top: -41.667em;
    margin-left: 5em;
    background-color: #fff;
    box-shadow: 0 0 1em #a0a0a0;
}

.non-bank-list li {
    overflow: hidden;
    width: 19.055em;
    height: 35em;
    margin: 3.33em 0;
    text-align: center;
    background-color: #fff;
}

.non-bank-list li:first-child {
    border-right: .083em solid transparent;
}

.non-bank-list li:nth-child(2) {
    border-right: .083em solid #f1f1f1;
    border-left: .083em solid #f1f1f1;
}

.non-bank-list li:nth-child(3) {
    border-left: .083em solid transparent;
}

.non-bank-list .bank-list-img {
    width: 7.1667em;
    height: 8.33em;
    margin: 0 auto;
    background: url(../image/icon-index.png) no-repeat -240px 0;
}

.non-bank-list h2 {
    margin-top: 1.85em;
    font-size: 1.667em;
    color: #46474a;
}

.underline1 {
    display: block;
    width: 2.667em;
    height: .167em;
    margin: 1.33em auto;
    background-color: #a6a6a6;
}

.non-bank-list h4 {
    font-size: 1.33em;
    font-weight: normal;
}

.non-bank-list p {
    overflow: hidden;
    padding: 0 2.13em;
    margin: 6.46em 0 0;
    font-size: 1.0833em;
    line-height: 1.692em;
    text-indent: 10px;
    color: #b2b2b2;
}

.non-bank-list a.btn110 {
    display: none;
}

.non-bank-list li:hover h2 {
    margin-top: .85em;
    color: #40a9ff;
}

.non-bank-list li:hover a.btn110 {
    display: inline-block;
}

a.btn110 {
    position: absolute;
    bottom: 3.33em;
    left: 5em;
    display: inline-block;
    width: 9em;
    height: 2.5em;
    text-align: center;
    line-height: 2.66em;
    border: .083em solid #40a9ff;
    background-color: #fff;
    color: #40a9ff;
}


a.btn110:hover {
    left: 3.67em;
    bottom: 1.41em;
    padding: .75em 1.33em 1.92em;
    border: .083em solid transparent;
    text-decoration: none;
    color: #fff;
    background: url(../image/icon-index.png) no-repeat 0 -335px;
}

a.btn110:active {
    left: 5em;
    bottom: 3.33em;
    padding: 0;
    color: #fff;
    background: #219bff;
}

.non-bank-list li:hover {
    position: relative;
    z-index: 100;
    margin: 0;
    height: 100%;
    box-shadow: 0 0 1.67em #40a9ff;
}

.non-bank-list li .bank-list-p1 {
    display: block;
}

.non-bank-list li .bank-list-p2 {
    overflow: hidden;
    display: none;
    text-align: left;
    max-height: 13.5em;
}

.non-bank-list li:hover .bank-list-p1 {
    display: none;
}

.non-bank-list li:hover .bank-list-p2 {
    display: block;
}

.non-bank-list li:nth-child(1):hover {
    z-index: 230;
    border-right: .083em solid transparent;
}

.non-bank-list li:nth-child(2):hover {
    z-index: 220;
    border-right: .083em solid transparent;
    border-left: .083em solid transparent;
}

.non-bank-list li:nth-child(3):hover {
    z-index: 210;
    border-left: .083em solid transparent;
}

.non-bank-list li:hover .underline1{
    background-color: #40a9ff;
}

.non-bank-list li:hover .bank-list-img {
    margin-top: 1em;
    background: url(../image/icon-index.png) no-repeat;
}

.non-bank-list .li1-1 .bank-list-img {
    background-position: -418px -450px;
}

.non-bank-list .li1-1:hover .bank-list-img {
    background-position: -418px -345px;
}

.non-bank-list .li1-2 .bank-list-img {
    background-position: -512px -450px;
}

.non-bank-list .li1-2:hover .bank-list-img {
    background-position: -512px -345px;
}

.non-bank-list .li1-3 .bank-list-img {
    background-position: -230px -450px;
}

.non-bank-list .li1-3:hover .bank-list-img {
    background-position: -325px -450px;
}

.non-bank-list li:hover p {
    margin: 2.615em 0 1.692em;
    color: #59595c;
}

.non-bank-list2 {
    margin-left: 10em;
    padding: 0;
    text-align: center;
    color: #46474a;
    box-shadow: 0 0 1em #dcdcdc;
}

.non-bank-list3 {
    margin-left: 8.25em;
    text-align: center;
    box-shadow: 0 0 1em #dcdcdc;
}

.non-bank-list2 h4 {
    margin-top: 1.85em;
    font-size: 1.67em;
    color: #40a9ff;
}

.non-bank-list2 h4 + span{
    display: block;
    width: 2.67em;
    height: 2px;
    margin: 1.31em auto 1.15em;
    background-color: #40a9ff;
}

.non-bank-list2 p,
.non-bank-list3 p {
    padding-bottom: 1.85em;
    border-bottom: 1px solid #d9eeff;
    line-height: 1.69em;
    font-size: 1.08em;
    text-align: left;
    text-indent: 2em;
}

.non-bank-list2 dd,
.non-bank-list3 dd {
    font-size: 1.08em;
    line-height: 2em;
    text-align: left;
}

.non-bank-list2 dd > span {
    display: inline-block;
    width: 49.5%;
    text-align: left;
}

.non-bank-list2 i,
.non-bank-list3 i {
    display: inline-block;
    width: .67em;
    height: .67em;
    margin: 0 1em 0 1.54em;
    background: url(404.png) no-repeat 0 -791px;
}

.product span {
    font-size: 1.08em;
    line-height: 2em;
}

.product i {
    margin: 0 .77em 0 4.15em ;
}

.product span:first-child i {
    margin-left: 0;
}

.non-bank-list2 h5 {
    margin: 2em auto .888em;
    font-size: 1.08em;
}

.non-bank-list2 .btn110 {
    left: 18.75em;
}

.non-bank-list2 .btn110:hover {
    left: 17.42em;
}

.non-bank-list2 .btn110:active {
    left: 18.75em;
}

.non-bank-list3 > li {
    width: 25em;
    height: 100%;
}

.non-bank-list3 li:hover {
    position: relative;
    z-index: 200;
    box-shadow: 0 0 1.67em #badefc;
}

.non-bank-list3 dl,
.non-bank-list3 .btn110 {
    display: none;
}

.non-bank-list3 li:hover dl,
.non-bank-list3 li:hover .btn110 {
    display: block;
}

.non-bank-list3 h4 + span {
    display: block;
    width: 2.67em;
    height: 2px;
    margin: 2.25em auto 2em;
    background-color: #a0a0a0;
}

.non-bank-list3 li:hover h4 + span {
    margin: 1.31em auto 1.15em;
    background-color: #40a9ff;
}

.non-bank-list3 h4 {
    margin-top: 4.35em;
    font-size: 1.67em;
    color: #1d1f28;
}

.non-bank-list3 li:hover h4 {
    margin-top: 1.85em;
    color: #40a9ff;
}

.non-bank-list3 li p {
    width: 18.46em;
    margin: 0 auto;
    padding-bottom: 3.54em;
    border-color: #d2d2d4;
    color: #46474a;
}

.non-bank-list3 h5 {
    font-size: 1.08em;
    margin: 3.62em 0 0 0;
    color: #46474a;
}

.non-bank-list3 li:hover h5 {
    margin: 1.2em auto .8em;
}

.non-bank-list3 li:hover p {
    padding-bottom: 1.23em;
    border-color: #d9eeff;
}

.non-bank-list3 i {
    margin: 0 .1em 0 0 ;
    vertical-align: middle;
}


.non-bank-list3 dd > span {
    display: inline-block;
    text-align: left;
    font-size: 1.08em;
    color: #46474a;
}

.non-bank-list3 dd > span:first-child {
    margin-left: 1.5em;
    min-width: 9.8em;
}

.non-bank-list3 li:first-child dd > span:first-child {
    margin-left: 2.4em;
}

.non-bank-list3 .btn110 {
    left: 7.92em;
}

.non-bank-list3 .btn110:hover {
    left: 6.59em;
}

.non-bank-list3 .btn110:active {
    left: 7.92em;
}

/* section-main-second */
/*æ³¢æµª*/
.address{
    position: relative;
    margin:auto 0;
    z-index: 10;
}

.address1 {
    position:absolute;
    top:158px;
    left:280px;
    margin:15px auto;
    width:40px;
    height:40px;

}
.address2 {
    position:absolute;
    margin:15px auto;
    top:273px;
    left:343px;
    width:40px;
    height:40px;

}
.address3{
    position:absolute;
    margin:15px auto;
    top:206px;
    left:233px;
    width:40px;
    height:40px;

}
.address4{
    position:absolute;
    margin:15px auto;
    top:217px;
    left:300px;
    width:40px;
    height:40px;

}
.address5{
    position:absolute;
    margin:15px auto;
    top:185px;
    left:262px;
    width:40px;

}
.address6{
    position:absolute;
    margin:15px auto;
    top:355px;
    left:177px;
    width:40px;
    height:40px;

}
.address7{
    position:absolute;
    margin:15px auto;
    top:106px;
    left:371px;
    width:40px;
    height:40px;

}
.address8{
    position:absolute;
    margin:15px auto;
    top:328px;
    left:279px;
    width:40px;
    height:40px;

}
.address9{
    position:absolute;
    margin:15px auto;
    top:390px;
    left:255px;
    width:40px;
    height:40px;

}
.address10{
    position:absolute;
    margin:15px auto;
    top:241px;
    left:261px;
    width:40px;
    height:40px;

}
.address11{
    position:absolute;
    margin:15px auto;
    top:174px;
    left:273px;
    width:40px;
    height:40px;

}
.address12{
    position:absolute;
    margin:15px auto;
    top:100px;
    left:7px;
    width:40px;
    height:40px;

}
.address13{
    position:absolute;
    margin:15px auto;
    top:307px;
    left:131px;
    width:40px;
    height:40px;

}
.dot:before{
    content:' ';
    position: absolute;
    z-index:-1;
    left:0;
    top:0;
    width:10px;
    height:10px;
    background-color: #0fa3e7;
    border-radius: 50%;

}

.dot:after {
    content:' ';
    position: absolute;
    z-index:-2;

    width:10px;
    height:10px;
    border:1px solid #0099FF;
    background-color: #7FCEF2;
    border-radius: 50%;
    /*box-shadow: 0 0 10px rgba(0,0,0,.3) inset;*/
    animation-name:rippleS;/*åŠ¨ç”»å±žæ€§åï¼Œä¹Ÿå°±æ˜¯æˆ‘ä»¬å‰é¢keyframeså®šä¹‰çš„åŠ¨ç”»å*/
    animation-duration: 3s;/*åŠ¨ç”»æŒç»­æ—¶é—´*/
    animation-timing-function: ease; /*åŠ¨ç”»é¢‘çŽ‡ï¼Œå’Œtransition-timing-functionæ˜¯ä¸€æ ·çš„*/
    animation-delay: 0s;/*åŠ¨ç”»å»¶è¿Ÿæ—¶é—´*/
    animation-iteration-count: infinite;/*å®šä¹‰å¾ªçŽ¯èµ„æ–™ï¼Œinfiniteä¸ºæ— é™æ¬¡*/
    animation-direction: normal;/*å®šä¹‰åŠ¨ç”»æ–¹å¼*/
    -webkit-animation-name:rippleS;/*åŠ¨ç”»å±žæ€§åï¼Œä¹Ÿå°±æ˜¯æˆ‘ä»¬å‰é¢keyframeså®šä¹‰çš„åŠ¨ç”»å*/
    -webkit-animation-duration: 3s;/*åŠ¨ç”»æŒç»­æ—¶é—´*/
    -webkit-animation-timing-function: ease; /*åŠ¨ç”»é¢‘çŽ‡ï¼Œå’Œtransition-timing-functionæ˜¯ä¸€æ ·çš„*/
    -webkit-animation-delay: 0s;/*åŠ¨ç”»å»¶è¿Ÿæ—¶é—´*/
    -webkit-animation-iteration-count: infinite;/*å®šä¹‰å¾ªçŽ¯èµ„æ–™ï¼Œinfiniteä¸ºæ— é™æ¬¡*/
    -webkit-animation-direction: normal;/*å®šä¹‰åŠ¨ç”»æ–¹å¼*/
    -mos-animation-name:rippleS;/*åŠ¨ç”»å±žæ€§åï¼Œä¹Ÿå°±æ˜¯æˆ‘ä»¬å‰é¢keyframeså®šä¹‰çš„åŠ¨ç”»å*/
    -mos-animation-duration: 3s;/*åŠ¨ç”»æŒç»­æ—¶é—´*/
    -mos-animation-timing-function: ease; /*åŠ¨ç”»é¢‘çŽ‡ï¼Œå’Œtransition-timing-functionæ˜¯ä¸€æ ·çš„*/
    -mos-animation-delay: 0s;/*åŠ¨ç”»å»¶è¿Ÿæ—¶é—´*/
    -mos-animation-iteration-count: infinite;/*å®šä¹‰å¾ªçŽ¯èµ„æ–™ï¼Œinfiniteä¸ºæ— é™æ¬¡*/
    -mos-animation-direction: normal;/*å®šä¹‰åŠ¨ç”»æ–¹å¼*/
    -o-animation-name:rippleS;/*åŠ¨ç”»å±žæ€§åï¼Œä¹Ÿå°±æ˜¯æˆ‘ä»¬å‰é¢keyframeså®šä¹‰çš„åŠ¨ç”»å*/
    -o-animation-duration: 3s;/*åŠ¨ç”»æŒç»­æ—¶é—´*/
    -o-animation-timing-function: ease; /*åŠ¨ç”»é¢‘çŽ‡ï¼Œå’Œtransition-timing-functionæ˜¯ä¸€æ ·çš„*/
    -o-animation-delay: 0s;/*åŠ¨ç”»å»¶è¿Ÿæ—¶é—´*/
    -o-animation-iteration-count: infinite;/*å®šä¹‰å¾ªçŽ¯èµ„æ–™ï¼Œinfiniteä¸ºæ— é™æ¬¡*/
    -o-animation-direction: normal;/*å®šä¹‰åŠ¨ç”»æ–¹å¼*/
}

.address2 .dot:after {
    animation-delay: 1.5s;/*åŠ¨ç”»å»¶è¿Ÿæ—¶é—´*/
    -webkit-animation-delay: 1.5s;/*åŠ¨ç”»å»¶è¿Ÿæ—¶é—´*/
    -mos-animation-delay: 1.5s;/*åŠ¨ç”»å»¶è¿Ÿæ—¶é—´*/
    -o-animation-delay: 1.5s;/*åŠ¨ç”»å»¶è¿Ÿæ—¶é—´*/
}
.address3 .dot:after {
    animation-delay: 0.5s;/*åŠ¨ç”»å»¶è¿Ÿæ—¶é—´*/
    -webkit-animation-delay: 0.5s;/*åŠ¨ç”»å»¶è¿Ÿæ—¶é—´*/
    -mos-animation-delay: 0.5s;/*åŠ¨ç”»å»¶è¿Ÿæ—¶é—´*/
    -o-animation-delay: 0.5s;/*åŠ¨ç”»å»¶è¿Ÿæ—¶é—´*/
}
.address4 .dot:after {
    animation-delay: 0.3s;/*åŠ¨ç”»å»¶è¿Ÿæ—¶é—´*/
    animation-name:rippleM;/*åŠ¨ç”»å±žæ€§åï¼Œä¹Ÿå°±æ˜¯æˆ‘ä»¬å‰é¢keyframeså®šä¹‰çš„åŠ¨ç”»å*/
    -webkit-animation-delay: 0.3s;/*åŠ¨ç”»å»¶è¿Ÿæ—¶é—´*/
    -webkit-animation-name:rippleM;/*åŠ¨ç”»å±žæ€§åï¼Œä¹Ÿå°±æ˜¯æˆ‘ä»¬å‰é¢keyframeså®šä¹‰çš„åŠ¨ç”»å*/
    -mos-animation-delay: 0.3s;/*åŠ¨ç”»å»¶è¿Ÿæ—¶é—´*/
    -mos-animation-name:rippleM;/*åŠ¨ç”»å±žæ€§åï¼Œä¹Ÿå°±æ˜¯æˆ‘ä»¬å‰é¢keyframeså®šä¹‰çš„åŠ¨ç”»å*/
    -o-animation-delay: 0.3s;/*åŠ¨ç”»å»¶è¿Ÿæ—¶é—´*/
    -o-animation-name:rippleM;/*åŠ¨ç”»å±žæ€§åï¼Œä¹Ÿå°±æ˜¯æˆ‘ä»¬å‰é¢keyframeså®šä¹‰çš„åŠ¨ç”»å*/
}
.address5 .dot:after {
    animation-delay: 1.2s;/*åŠ¨ç”»å»¶è¿Ÿæ—¶é—´*/
    animation-name:rippleM;/*åŠ¨ç”»å±žæ€§åï¼Œä¹Ÿå°±æ˜¯æˆ‘ä»¬å‰é¢keyframeså®šä¹‰çš„åŠ¨ç”»å*/
    -webkit-animation-delay: 1.2s;/*åŠ¨ç”»å»¶è¿Ÿæ—¶é—´*/
    -webkit-animation-name:rippleM;/*åŠ¨ç”»å±žæ€§åï¼Œä¹Ÿå°±æ˜¯æˆ‘ä»¬å‰é¢keyframeså®šä¹‰çš„åŠ¨ç”»å*/
    -mos-animation-delay: 1.2s;/*åŠ¨ç”»å»¶è¿Ÿæ—¶é—´*/
    -mos-animation-name:rippleM;/*åŠ¨ç”»å±žæ€§åï¼Œä¹Ÿå°±æ˜¯æˆ‘ä»¬å‰é¢keyframeså®šä¹‰çš„åŠ¨ç”»å*/
    -o-animation-delay: 1.2s;/*åŠ¨ç”»å»¶è¿Ÿæ—¶é—´*/
    -o-animation-name:rippleM;/*åŠ¨ç”»å±žæ€§åï¼Œä¹Ÿå°±æ˜¯æˆ‘ä»¬å‰é¢keyframeså®šä¹‰çš„åŠ¨ç”»å*/
}
.address6 .dot:after {
    animation-delay: 0.4s;/*åŠ¨ç”»å»¶è¿Ÿæ—¶é—´*/
    animation-name:rippleM;/*åŠ¨ç”»å±žæ€§åï¼Œä¹Ÿå°±æ˜¯æˆ‘ä»¬å‰é¢keyframeså®šä¹‰çš„åŠ¨ç”»å*/
    -webkit-animation-delay: 0.4s;/*åŠ¨ç”»å»¶è¿Ÿæ—¶é—´*/
    -webkit-animation-name:rippleM;/*åŠ¨ç”»å±žæ€§åï¼Œä¹Ÿå°±æ˜¯æˆ‘ä»¬å‰é¢keyframeså®šä¹‰çš„åŠ¨ç”»å*/
    -mos-animation-delay: 0.4s;/*åŠ¨ç”»å»¶è¿Ÿæ—¶é—´*/
    -mos-animation-name:rippleM;/*åŠ¨ç”»å±žæ€§åï¼Œä¹Ÿå°±æ˜¯æˆ‘ä»¬å‰é¢keyframeså®šä¹‰çš„åŠ¨ç”»å*/
    -o-animation-delay: 0.4s;/*åŠ¨ç”»å»¶è¿Ÿæ—¶é—´*/
    -o-animation-name:rippleM;/*åŠ¨ç”»å±žæ€§åï¼Œä¹Ÿå°±æ˜¯æˆ‘ä»¬å‰é¢keyframeså®šä¹‰çš„åŠ¨ç”»å*/
}
.address7 .dot:after {
    animation-delay: 0.7s;/*åŠ¨ç”»å»¶è¿Ÿæ—¶é—´*/
    animation-name:rippleM;/*åŠ¨ç”»å±žæ€§åï¼Œä¹Ÿå°±æ˜¯æˆ‘ä»¬å‰é¢keyframeså®šä¹‰çš„åŠ¨ç”»å*/
    -webkit-animation-delay: 0.7s;/*åŠ¨ç”»å»¶è¿Ÿæ—¶é—´*/
    -webkit-animation-name:rippleM;/*åŠ¨ç”»å±žæ€§åï¼Œä¹Ÿå°±æ˜¯æˆ‘ä»¬å‰é¢keyframeså®šä¹‰çš„åŠ¨ç”»å*/
    -mos-animation-delay: 0.7s;/*åŠ¨ç”»å»¶è¿Ÿæ—¶é—´*/
    -mos-animation-name:rippleM;/*åŠ¨ç”»å±žæ€§åï¼Œä¹Ÿå°±æ˜¯æˆ‘ä»¬å‰é¢keyframeså®šä¹‰çš„åŠ¨ç”»å*/
    -o-animation-delay: 0.7s;/*åŠ¨ç”»å»¶è¿Ÿæ—¶é—´*/
    -o-animation-name:rippleM;/*åŠ¨ç”»å±žæ€§åï¼Œä¹Ÿå°±æ˜¯æˆ‘ä»¬å‰é¢keyframeså®šä¹‰çš„åŠ¨ç”»å*/
}
.address8 .dot:after {
    animation-delay: 0.9s;/*åŠ¨ç”»å»¶è¿Ÿæ—¶é—´*/
    -webkit-animation-delay: 0.9s;/*åŠ¨ç”»å»¶è¿Ÿæ—¶é—´*/
    -mos-animation-delay: 0.9s;/*åŠ¨ç”»å»¶è¿Ÿæ—¶é—´*/
    -o-animation-delay: 0.9s;/*åŠ¨ç”»å»¶è¿Ÿæ—¶é—´*/
}
.address9 .dot:after {
    animation-delay: 1.7s;/*åŠ¨ç”»å»¶è¿Ÿæ—¶é—´*/
    -webkit-animation-delay: 1.7s;/*åŠ¨ç”»å»¶è¿Ÿæ—¶é—´*/
    -mos-animation-delay: 1.7s;/*åŠ¨ç”»å»¶è¿Ÿæ—¶é—´*/
    -o-animation-delay: 1.7s;/*åŠ¨ç”»å»¶è¿Ÿæ—¶é—´*/

}
.address10 .dot:after {
    animation-delay: 1.4s;/*åŠ¨ç”»å»¶è¿Ÿæ—¶é—´*/
    -webkit-animation-delay: 1.4s;/*åŠ¨ç”»å»¶è¿Ÿæ—¶é—´*/
    -mos-animation-delay: 1.4s;/*åŠ¨ç”»å»¶è¿Ÿæ—¶é—´*/
    -o-animation-delay: 1.4s;/*åŠ¨ç”»å»¶è¿Ÿæ—¶é—´*/
}
@keyframes rippleS {
    0% {
        left: 5px;
        top: 5px;
        opacity: 1;
        width:0;
        height:0;
    }
    100% {
        left:-45px;
        top:-45px;
        opacity: 0;
        width:100px;
        height:100px;
    }
}
@keyframes rippleM {
    0% {
        left: 5px;
        top: 5px;
        opacity: 1;
        width:0;
        height:0;
    }
    100% {
        left:-70px;
        top:-70px;
        opacity: 0;
        width:150px;
        height:150px;
    }
}
@-webkit-keyframes rippleS {
    0% {
        left: 5px;
        top: 5px;
        opacity: 1;
        width:0;
        height:0;
    }
    100% {
        left:-45px;
        top:-45px;
        opacity: 0;
        width:100px;
        height:100px;
    }
}
@-webkit-keyframes rippleM {
    0% {
        left: 5px;
        top: 5px;
        opacity: 1;
        width:0;
        height:0;
    }
    100% {
        left:-70px;
        top:-70px;
        opacity: 0;
        width:150px;
        height:150px;
    }
}
@-mos-keyframes rippleS {
    0% {
        left: 5px;
        top: 5px;
        opacity: 1;
        width:0;
        height:0;
    }
    100% {
        left:-45px;
        top:-45px;
        opacity: 0;
        width:100px;
        height:100px;
    }
}
@-mos-keyframes rippleM {
0% {
    left: 5px;
    top: 5px;
    opacity: 1;
    width:0;
    height:0;
}
100% {
    left:-70px;
    top:-70px;
    opacity: 0;
    width:150px;
    height:150px;
}
}
@-o-keyframes rippleS {
    0% {
        left: 5px;
        top: 5px;
        opacity: 1;
        width:0;
        height:0;
    }
    100% {
        left:-45px;
        top:-45px;
        opacity: 0;
        width:100px;
        height:100px;
    }
}
@-o-keyframes rippleM {
    0% {
        left: 5px;
        top: 5px;
        opacity: 1;
        width:0;
        height:0;
    }
    100% {
        left:-70px;
        top:-70px;
        opacity: 0;
        width:150px;
        height:150px;
    }
}













.section-main-sec ul.rt{
    margin-right: 60px;

}

.section-main-sec {
    position: relative;
    width: 103.34em;
    margin: 0 auto;
    padding-bottom: 139px;
    /* padding-bottom: 227px;*/
    background-image: url(404.png);
}

.section-main-sec h3 {
    float: right;
    width: 36.54em;
    text-align: center;
}

.section-main-sec li {
    float: left;
    position: relative;
    width: 17.41em;
    height: 11.75em;
    padding-top: 7.66em;
    margin-left: 3.33em;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 1em #a0a0a0;
}

.section-main-sec li:hover {
    box-shadow: 0 0 1.67em #40a9ff;
}

.bank-box {
    height: 3.667em;
}
.bank-box img {
    width: 14.166em;
}

.color {
    width: 8.33em;
    height: .167em;
    margin: 0 auto;
}

.bank-1 {
    background-color: #6e4817;
    margin-top:1em;
}

.bank-2 {
    background-color: #c62924;
    margin-top:1em;
}

.bank-3 {
    background-color: #375bb1;
    margin-top:1em;
}

.show-bank-detail {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding-top: 4.666em;
    opacity: .9;
    background: -webkit-linear-gradient( 135deg, #263684, #43b5f5);
    background: -ms-linear-gradient( 135deg, #263684, #43b5f5);
    background: -moz-linear-gradient( 135deg, #263684, #43b5f5);
    background: linear-gradient( 135deg, #263684, #43b5f5);
    filter:progid:DXImageTransform.Microsoft.gradient(
            startColorstr="#263684",
            endColorstr="#43b5f5",
            GradientType=1);
}

.mark {
    position: absolute;
    width: 3.583em;
    height: 3.33em;
    top: 1.67em;
    left: 1.67em;
    background: url(404.png) no-repeat;
}

.show-bank-detail p{
    padding: 0 1.4375em;
    font-size: 1.33em;
    line-height: 1.8125em;
    text-align: left;
    color: #fff;
}

.show-bank-detail .rt {
    margin: 1.1538em 1.923em 0 0;
    font-size: 1.0833em;
    opacity: 1;
    color: #e5e5e5;
}

.show-case {
    position: absolute;
    bottom: 2.166em;
    left: 5em;
    width: 5em;
    height: 1.6em;
    border:1px solid #fff;
    font-size: 1.0833em;
    line-height: 1.6em;
    text-align: center;
    color: #fff;
    /* background: url(../image/icon-index.png) no-repeat -123px -93px;*/
}

.show-case:hover {
    text-decoration: none;
    /*background-position: -123px -129px ;*/
}

.show-case:active {
    text-decoration: none;
    background-position: -123px -164px;
    color: #219bff;
}

.section-main-sec li:hover .show-bank-detail {
    display: block;
}
/* section secord end */
/* section main end */

/* section bottom */
.section-bottom {
    background: url(404.png) bottom center repeat-x;
}

.section-bottom .news,
.section-bottom .report,
.section-bottom .oldreport {
    width: 103.34em;
    margin: 0 auto;
}

.section-bottom .news li {
    float: left;
    width :32.167em;
    box-shadow: 0 0 1em #a0a0a0;
}
.newsMargin{
    margin: 0 3.33em;
}
.section-bottom .news li:hover {
    float: left;
    box-shadow: 0 0 1.67em #40a9ff;
}

.section-bottom .news .article {
    position: relative;
    padding: 0 1.25em 0 5em;
    font-size: 1.33em;
    line-height: 2em;
    background-color: #fff;
}

.news a {
    text-decoration: none;
}

.article p {
    display: block;
    overflow: hidden;
    margin: .625em 0;
    height: 3.125em;
    line-height: 1.5625em;
    color: #46474a;
}

.article h4 {
    position: absolute;
    top: -3.58em;
    left: .83em;
    z-index: 200;
    width: 5.5em;
    height: 5.5em;
    padding-top: 1.33em;
    line-height: 1.4em;
    text-align: center;
    color: #fff;
    font-size: .75em;
    font-weight: normal;
    background: url(../image/icon-index.png) no-repeat 0 -130px;
}

.article h4 b {
    margin-top: 1px;
    font-size: 1.67em;
}

.section-bottom .news li:nth-child(2) {
    margin: 0 3.33em;
}

.section-bottom .news li:first-child + li {
    *margin: 0 3.33em;
    margin: 0 3.33em\0;
}

.section-bottom .report {
    margin-top: 3.33em;
}

.report li {
    position: relative;
    float: left;
    width: 23.33em;
    height:  23.33em;
    /*margin-left: 3.33em;*/
    box-shadow: 0 0 1em #a0a0a0;
}
.reportMargin{
    margin-left: 3.33em;
}

.report li:hover {
    box-shadow: 0 0 1.67em #40a9ff;
}

.report span {
    display: inline-block;
    margin: 2.25em 0 1.0625em;
    padding-bottom: .375em;
    color: #a0a0a0;
    font-size: 1.33em;
    border-bottom: .0625em solid #a0a0a0;
}

.report-word .check {
    position: absolute;
    bottom: 3.125em;
    font-size: 1.33em;
    color: #54b0ff;
}

/* share-box */
.share-box {
    position: absolute;
    top: 1.667em;
    right: 1.667em;
    *width: 9.75em;
}

.share-box a {
    display: inline-block;
    width: 1.833em;
    height: 2em;

}

.share-box .main-share {
    background: url(../image/icon-index.png) no-repeat -335px -55px;
}

.share-item a {
    width: 2em;
    height: 2em;
}

.share-box .share-item .wechat {
    background: url(../image/icon-index.png) no-repeat -415px -30px #fff;
}

.share-box .share-item .sina {
    padding-left: 1.25em;
    background: url(../image/icon-index.png) no-repeat -400px 2px #fff;
}

.share-item {
    display: none;
}

.main-share:hover + .share-item, .share-item:hover {
    display: block;
    position: relative;
    left: 1.83em;
}
/* share-box end */

.decoration {
    height: 10px;
    background: -webkit-linear-gradient( left, #272a77, #2cacf5);
    background: -ms-linear-gradient( left, #272a77, #2cacf5);
    background: -moz-linear-gradient( left, #272a77, #2cacf5);
    background: linear-gradient( left, #272a77, #2cacf5);
    filter:progid:DXImageTransform.Microsoft.gradient(
            startColorstr="#272a77",
            endColorstr="#2cacf5",
            GradientType=1);
}

.report li:first-child {
    margin: 0;
}

.report-word {
    padding:0 3.33em;
    height: 22.5em;
}

.report-word p {
    height: 4.15em;
    color: #000;
    font-size: 1.67em;
}

.oldreport {
    overflow: hidden;
    *height: 16.33em;
    text-align: center;
}

.oldreport a {
    vertical-align: top;
    display: inline-block;
    width: 118px;
    height: 34px;
    margin: 60px 20px 100px;
    line-height: 34px;
    font-size: 16px;
    border: 1px solid #40a9ff;
    color: #40a9ff;
}

.oldreport a:hover {
    padding: 9px 16px 23px;
    margin: 51px 4px 77px;
    border-color: transparent;
    text-decoration: none;
    background: url(../image/icon-index.png) no-repeat 0 -260px;
    color: #fff;
}

.oldreport a:active {
    padding: 0;
    margin: 60px 20px 100px;
    background-color: #40a9ff;
    border-color: #40a9ff;
    color: #fff;
}
@media screen and (max-width: 992px) {
    .flex-direction-nav li a.flex-prev,.flex-direction-nav li a.flex-next{
        display: none;
    }
}
