body{background: #f5f6f7}
.full-width-slider {

    position: absolute;
    height: 400px;overflow: hidden;


}



.full-width-slider ul {

    width: 1920px;

    position: relative;

    z-index: 1;

}



.full-width-slider ul li {

    position: absolute;

    left: 0;

    top: 0;

    opacity: 0;

    z-index: 0;

    -webkit-transition: all 0.3s;

    -o-transition: all 0.3s;

    transition: all 0.3s;

}



.full-width-slider ul li a {

    display: block;

}



.full-width-slider ul li a img {

    width: 100%;

    height: auto;

}



.full-width-slider ul li.active {

    z-index: 1;

    opacity: 0;

}



.full-width-slider .pager {

    position: absolute;

    bottom: 0px;

    width: 100%;

    text-align: center;

    z-index: 2;

}



.full-width-slider .pager span {

    display: inline-block;

    width: 15px;

    height: 15px;

    margin: 0 5px;

    -webkit-border-radius: 10px;

    border-radius: 10px;

    background-color: #FFF;

    cursor: pointer;

    opacity: 0.6;

    transition: all 0.2s;

}



.full-width-slider .pager span.active {

    opacity: 1;

    width: 20px;

    height: 20px;

    position: relative;

    top: 2px;

}



.banner {

    position: relative;

}



/*.banner .float-box {

    position: absolute;

    z-index: 2;

    left: 50%;

    top: 50%;

    transform: translate(100%, -50%);

    margin-left:300px\9;

    margin-top:-145px\9;

    background-color: #fff;

    width: 300px;

    height: 290px;

    padding: 30px 30px 0 30px;

    text-align: center;

    border-radius: 15px;

}



.banner .float-box .text {

    font-size: 14px;

    color: #333333;

    line-height: 2;

}



.banner .float-box .text-large {

    font-size: 26px;

    font-weight: 700;

    line-height: 2.2;

    color: #bb9767;

}



.banner .float-box .operate {

    margin: 25px 0;

}



.banner .float-box .operate .btn {

    font-size: 16px;

    line-height: 2;

}



.banner .float-box .extra-text a {

    color: #bb9767;

}*/



.data-show {

    padding: 0px;

    background-color: #fff;

}



.data-show .item {

    width: 33%;

    float: left;

    padding-left: 102px;

}



.data-show .item .title {

    font-size: 12px;

    color: #999999;

}



.newbee {

    padding: 30px 0;

    background-color: #fff;

    margin-bottom: 20px;

}



.newbee .item {

    width: 25%;

    float: left;

    padding-left: 20px;

    cursor:pointer;

}



.newbee .item .figure {

    float: left;

    margin-right: 15px;

}



.newbee .item .item-body {

    overflow: hidden;

}





.newbee .item:hover .item-body div {

    color:#bb9767;

}



.newbee .item .item-body .title {

    font-size: 18px;

    color: #333333;

    line-height: 2;

}



.newbee .item .item-body .text {

    color: #999999;

}



.newbee .item:last-child .item-body {

    border: none;

}



.newbee .figure {

    height: auto;

    overflow: hidden

}



.newbee .item:hover img{

    -webkit-transform: rotateY(360deg);

    -moz-transform: rotateY(360deg);

    -ms-transform: rotateY(360deg);

    -o-transform: rotateY(360deg);

    transform: rotateY(360deg)

}



.newbee .item img {

    width: 60px;

    height: 60px;

    margin-right: 24px;

    background-position: -122px -137px;

    -webkit-transition: all .4s linear;

    -moz-transition: all .4s linear;

    -ms-transition: all .4s linear;

    -o-transition: all .4s linear;

    transition: all .4s linear

}





.section-product {

    width: 1200px;

    margin-left: auto;

    margin-right: auto;

    margin-bottom: 10px;

    background-color: #fff;

}



.section-product .section-left {

    width: 300px;

    height: 360px;

    float: left;

    background: url(../img/img-stock.jpg) no-repeat;

    position:relative;

}



.section-product.section-market .section-left {

    width: 300px;

    height: 360px;

    float: left;

    background: url(../img/img-market.jpg) no-repeat;

    position:relative;

}



.section-product .section-left:hover .section-left-bg{

    width: 300px;

    height: 360px;

    position:absolute;

    background: url(../img/section-left-bg.png) repeat;

}



.section-product.section-market .section-left:hover .section-left-bg{

    width: 300px;

    height: 360px;

    position:absolute;

    background: url(../img/section-left1-bg.png) repeat;

}

.section-product .section-left .right-tit{

    font-size: 32px;

    height: 35px;

    line-height: 35px;

    width: 100%;

    margin: 76px 0 30px;

    color: #f5f6f7;

    text-align: center;

    font-weight: bold;

    position:  relative;

    z-index: 3;

}



.section-product .section-left .right-info{

    font-size: 14px;

    /* height: 35px; */

    line-height: 25px;

    width: 100%;

    margin: 6px 0px;

    color: #f5f6f7;

    text-align: center;

    position:  relative;

    z-index: 3;

}



.section-product .section-main {

    overflow: hidden;

    height: 360px;

}



.section-peizi .peizi-item {

    width: 280px;

    float: left;

    padding: 15px 22px;

    margin: 0 10px;

}



.section-peizi .peizi-item:hover {

    -webkit-transform: translate(0, -2px);

    -moz-transform: translate(0, -2px);

    transform: translate(0, -2px);

    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);

}

.section-peizi .peizi-item .title {

    font-size: 20px;

    line-height: 50px;

    text-align: center;

}



.section-peizi .peizi-item .desc {

    background: #F1EADF;

    border-radius: 5px;

    color: #BB9767;

    text-align: center;

    font-size: 14px;

    line-height: 27px;

}



.section-peizi .peizi-item .feature {

    text-align: center;

}



.section-peizi .peizi-item .meta {

    border-top: 1px solid #ECECEC;

    border-bottom: 1px solid #ECECEC;

    margin: 20px 0;

    padding: 5px 15px;

    line-height: 2;

    font-size: 14px;

    color: #333333;

}



.section-peizi .peizi-item .meta .name {

    float: left;

}



.section-peizi .peizi-item .meta .val {

    float: right;

}



.section-peizi .peizi-item .btn-default {

    width: 70%;

    margin: 0 auto;

    border: 1px solid #BB9767;

    color: #BB9767;

    font-size: 16px;

    line-height: 30px;

}



.section-peizi .peizi-item .btn-default:hover {

    background-color: #BB9767;

    color: #fff;

}



.section-peizi .peizi-item .btns-botton {

    width: 100%;

    display: block;

    float: left;

    margin-top: 0px;

    text-align: center;

}

.section-peizi .peizi-item .btns-botton  .grab-btn{

    display:block;overflow:hidden;position:relative;margin:0px auto 0;

    border:1px solid #d99c00;

    border-radius:5px;

      -webkit-border-radius:5px;

    -moz-border-radius:5px;

    -ms-border-radius:5px;

    -o-border-radius:5px;

    display: block;

    width:226px;height:40px;font-size:16px;

    line-height:40px;text-align:center;color:#bb9767;

    transition:color .2s ease-in-out;cursor:pointer;

    behavior: url(ie-css3.htc); /* 通知IE浏览器调用脚本作用于'box'类 */

    z-index:9999;

}

.section-peizi .peizi-item .btns-botton  .grab-btn em, .section-peizi .peizi-item .btns-botton  .grab-btn i{display:block;overflow:hidden;position:absolute;top:0;left:0;width:100%;height:100%;font-style:normal;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}

.section-peizi .peizi-item .btns-botton  .grab-btn em{height:0;background: #bb9767;-webkit-transform:translateY(-50%) rotate(45deg);-moz-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);}

.section-peizi .peizi-item .btns-botton  .grab-btn:hover em{height:230px}

.section-peizi .peizi-item .btns-botton  .grab-btn:hover,.section-peizi .peizi-item .btns-botton  .grab-btn:hover i{color:#fff}

.section-peizi .peizi-item .btns-botton  .grab-btn.btn-gray{border-color:#ddd;color:#fff;background-color:#ddd}

.section-peizi .peizi-item .btns-botton  .grab-btn.btn-gray:hover{background-color:#ddd}

.section-peizi .peizi-item .btns-botton  .grab-btn.exch-btn{width:122px;margin:0}

.section-peizi .peizi-item .btns-botton  .grab-btn.exch-btn:hover em{width:210px}



.section-market .stock-info {

    width: 600px;

    border-right: 1px solid #f4f4f4;

    float: left;

}



.section-market .stock-info .stock-hd {

    margin-top: 10px;

    position: relative;

}



.section-market .stock-info .stock-hd .stock-search {

    display: none;

    position: absolute;

    top: 10px;

    left: 15px;

    width: 215px;

    padding: 8px 15px;

    background: #fff;

    border: 1px solid #ddd;

    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);

}



.section-market .stock-info .stock-hd .stock-search .search-box input{

    width: 100%;

    height: 30px;

    line-height: 20px;

    padding: 5px 10px;

    font-size: 16px;

    border: 1px solid #ddd;

    border-radius: 5px;

}



.section-market .stock-info .stock-hd .stock-search .drop-list li{

    line-height: 30px;

    padding: 0 5px;

    cursor: pointer;

}

.section-market .stock-info .stock-hd .stock-search .drop-list li:hover {

    background-color: #D8ECFF;

}

.section-market .stock-info .stock-hd .stock-search .drop-list li .name{

    float: left;

}



.section-market .stock-info .stock-hd .stock-search .drop-list li .code {

    float: right;

}



.section-market .stock-info .stock-name {

    float: left;

    width: 316px;

    padding: 0 23px;

    line-height: 65px;

}



.section-market .stock-info .stock-name span {

    font-size: 16px;

    color: #333333;

}



.section-market .stock-info .stock-name a {

    float: right;

    color: #007cc8;

    font-size: 12px;

}



.section-market .stock-info .stock-trend {

    overflow: hidden;

}



.section-market .stock-info .stock-trend .price {

    font-size: 30px;

    line-height: 65px;

    color: #666;

}

.section-market .stock-info .stock-trend .price.text-green{

    color: #32ad1c;

}

.section-market .stock-info .stock-trend .price.text-red{

    color: #fb3d51;

}

.section-market .stock-info .stock-trend .trend-mark {

    display: inline-block;

    width: 18px;

    height: 24px;

    margin: 0 12px;

    position: relative;

}



.section-market .stock-info .stock-trend .trend-mark.trend-mark-up {

    background: url("../img/trend-arr-up.png") center center no-repeat;

}



.section-market .stock-info .stock-trend .trend-mark.trend-mark-down {

    background: url("../img/trend-arr-down.png") center center no-repeat;

}



.section-market .stock-info .stock-trend .meta {

    font-size: 12px;

    display: inline-block;

    min-width: 30px;

    line-height: 1.2;

    text-align: right;

}



.section-market .stock-info .stock-trend .max {

    font-size: 12px;

    width: 70px;

    text-align: right;

    display: inline-block;

    line-height: 1.2;

}



.section-market .stock-info .stock-trend.trend-up .price {

    color: #666;

}

.section-market .stock-info .stock-trend.trend-up .price.text-green {

    color: #227314;

}



.section-market .stock-info .stock-trend.trend-up .price.text-red {

    color: #fb3d51;

}



.section-market .stock-info .stock-trend.trend-up .meta {

    color: #666;

}



.section-market .stock-info .stock-trend.trend-down .price {

    color: #227314;

}



.section-market .stock-info .stock-trend.trend-down .meta {

    color: #227314;

}



.section-market .stock-chart .tab-hd {

    padding: 0 24px;

    background-color: #F6F9FF;

}



.section-market .stock-chart .tab-hd li {

    width: 72px;

    line-height: 28px;

    height: 28px;

    font-size: 12px;

    text-align: center;

    float: left;

    cursor: pointer;

}



.section-market .stock-chart .tab-hd li.active {

    background-color: #2072C0;

    color: #fff;

}



.section-market .stock-chart .tab-hd li.active a {

    color: #fff;

    display: block;

}



.section-market .stock-chart .chart-panel {

    padding: 20px;

}



.section-market .stock-chart .chart-panel .chart-wrap {

    width: 584px;

    height: 211px;

    overflow: hidden;

}



.section-market .stock-chart .chart-panel img.chart {

    width: 100%;

}



.section-market .trade-info {

    padding: 10px 20px;

    overflow: hidden;

}



.section-market .trade-info .trade-table {

    width: 100%;

    font-size: 12px;

}



.section-market .trade-info .trade-table td {

    padding: 5px 5px;

}



.section-market .trade-info .trade-table:first-child {

    border-bottom: 1px solid #F4F4F4;

    margin-bottom: 6px;

}



.section-market .trade-info .trade-table:first-child tr:last-child td {

    padding-bottom: 10px;

}



.section-market .trade-info .btn {

    margin-top: 10px;

}



.seciton-intro {

    background-color: #fff;

    padding: 30px 0;

    margin-bottom: 30px;

}



.seciton-intro .item {

    width: 300px;

    text-align: center;

    float: left;

}



.seciton-intro .item .title {

    font-size: 16px;

    font-weight: 700;

    line-height: 46px;

}



.seciton-intro .item .desc {

    margin-bottom: 30px;

}



.seciton-intro .item .desc a {

    line-height: 1.8;

    color: #666666;

}



.seciton-intro .item .desc a:hover {

    color: #333;

}



.operate-flow {

    padding: 30px 30px;

    background-color: #fff;

    margin-bottom: 20px;

}



.operate-flow .item {

    float: left;

    width: 138px;

    text-align: center;

    cursor:  pointer;

}



.operate-flow .item .icon {

    height: 90px;

    position: relative;

}



.operate-flow .item .icon img {

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

    margin-left:-26px\9;

    margin-top:-25px\9;

}



.operate-flow .gutter {

    float: left;

    width: 60px;

    height: 105px;

    background: url("../img/double-arr.png") center center no-repeat;

}



.partner {

    background-color: #fff;

    margin-bottom: 20px;

}



.partner .partner-hd {

    height: 20px;

    line-height: 20px;

    width: 240px;

    border-bottom: 1px solid #CCB28D;

    margin: 0 auto 30px;

    padding: 20px;

    text-align: center;

    position: relative;

}



.partner .partner-hd .text {

    font-size: 18px;

    background-color: #fff;

    color: #CCB28D;

    height: 40px;

    line-height: 40px;

    width: 115px;

    margin: 0 auto;

}



.partner .partner-bd {

    padding-bottom: 20px;

}



.partner .partner-bd li {

    float: left;

    margin: 10px 15px 10px 27px;

    border: 1px solid #eeeeee;

    border-radius: 5px;

    overflow:  hidden;

}



/*# sourceMappingURL=index.css.map */



/*Ã¥â€¦Â¬Ã¥â€˜Å */

/*.notice-bg{

    background:#fff;

}

.notice{

    border-top:1px solid #f5f5f5;

}

.notice > i{

    background: url(../img/top-gg.png) no-repeat;

    float: left;

    width: 26px;

    height: 20px;

    margin-left: 7px;

    margin-top: 20px;

}

.notice {

    background:#fff;

    height: 60px;

    line-height: 60px;

    padding: 0px;

    border-bottom: 1px solid #F4F4F4;

}



.notice .notice-tit {

    color: #5e5e5e;

    display: block;

    float: left;

    font-size: 16px;

    height: 60px;

    line-height: 60px;

    width: 95px;



    padding-left: 5px;

    background-position: 1px -470px;

}

.notice-left {

    width: 980px;

    overflow: hidden;

    position: relative;

    float: left;

}

.notice-left .bd {*/

    /* width: 999px; */

/*}



.notice-left .infoList li {

    height: 60px;

    line-height: 60px;

    font-size: 14px;

    text-align: right;

    width: 490px;

    float: left;

    position:  relative;

    }



.notice-left .infoList li a{

    color:#999999;float: left

}

.notice-left .infoList li a:hover{

    color: red;

}



.notice-left .infoList li span{font-size: 14px;color: #999;float:  left;margin-left: 60px;}

.notice .notice-more {

    color: #999999;

    float: right;

    font-size: 14px;margin-top:-3px;

}



.notice .notice-more a {

    color: #999999;

    padding-right: 20px;

}

.notice .notice-more a:hover {

    color: red;

    

}*/

/*Ã¥â€¦Â¬Ã¥â€˜Å  end*/



.tonglan{margin: 10px auto;}





/* æ–‡ç« æ¨¡å— */

.pb6 {

    height: 350px;

    overflow: hidden;

    margin-bottom: 20px;

    background: #fff;

    margin-top: 20px;

}





.pb6 .pb6-r .gonggaoBox .hd{

    float: right;

}

.pb6 .pb6-r .gonggaoBox .bd{

    float: right;

}



.pb6 .pb6-r .gonggaoBox #hd_two{

    border-right: 1px solid #fff;

}

.pb6 .pb6-r .gonggaoBox #bd_two{

    border-left: 1px solid #fff;

}



.pb6 .pb6-r .gonggaoBox .dd{

    width: 450px;

    height: 348px;

    border-left: 1px solid #f4f3f4;

}

.pb6 .pb6-r .gonggaoBox .dd p{

    width: 97%;

    height: 74px;

    border-bottom: 1px solid #f5f5f5;

    margin-left: 30px;

}

.pb6 .pb6-r .gonggaoBox .dd .dd_line{

    width: 90%;

    height: 74px;

    border-bottom: 1px solid #eee;

    background: #fff;

    margin-left: 30px;

}

.pb6 .pb6-r .gonggaoBox .dd p span{

    float: left;

    /* padding-left: 30px; */

    padding-top: 29px;

    font-size: 18px;

    color: #333333;

}

.pb6 .pb6-r .gonggaoBox .dd p a{

    float: right;

    padding-right: 35px;

    padding-top: 32px;

    color: #999;

    font-size: 14px;

}

.pb6 .pb6-r .gonggaoBox .dd p a:hover{

    color: red;

}

.pb6 .pb6-r .gonggaoBox .dd>span{

    float: left;

    width: 390px;

    line-height: 37px;

    margin-top: 5px;

    padding-left: 30px;

    height: 260px;

}



.pb6 .pb6-r .gonggaoBox .dd>span > li{

    padding-left: 0;

 }



.pb6 .pb6-r .gonggaoBox .dd>span > li a{

   color: #666666;

 }

.pb6 .pb6-r .gonggaoBox .dd>span > li a{color:#666;transition: all 1s ease 0s;border-radius:3px;}

.pb6 .pb6-r .gonggaoBox .dd>span > li:hover a{padding:2px 8px;color:red;transition: all 0.3s ease 0s;box-shadow:2px 2px 2px 3px #d1d1d1;}



.date{

    float: right;

    color: #999999;

}

.down_load{

    float: left;

    width: 299px;

    height: 348px;

    border-right: 0;

    text-align: center;

    /*height: 100%;*/

}

.down_load .load_top{

    float: left;

    width: 100%;

    padding-top: 29px;

    /* background: url('../img/load_top.png') center 28px no-repeat; */

}

.down_load .load_top span{

    font-size: 18px;

    /* color: #fff; */

}

.down_load .load_top span.text-red{

    font-size: 14px;

}

.down_load .load_top p{

    font-size: 14px;

    color: #666666;

    width: 210px;

    margin-left: 42px;

    margin-top: 20px;

    line-height: 30px;

    margin-bottom: 2px;

}

.down_load .load_top > i{

    display: block;

    background: url(../img/lod.png) 24px 13px no-repeat;

    height: 122px;

    width: 175px;

    margin-top: 0px;

    margin-left: 67px;

}

.down_load  .load_top .btns-botton {

    width: 100%;

    display: block;

    float: left;

    margin-top: 0px;

    text-align: center;

}

.down_load  .load_top .btns-botton  .grab-btn{

    display:block;

    overflow:hidden;

    position:relative;

    margin:0px auto 0;

    border:1px solid #d99c00;

    border-radius:5px;

    -webkit-border-radius:5px;

    -moz-border-radius:5px;

    -ms-border-radius:5px;

    -o-border-radius:5px;

    display: block;

    width: 206px;

    height:40px;

    font-size:16px;

    line-height:40px;

    text-align:center;

    color:#bb9767;

    transition:color .2s ease-in-out;

    cursor:pointer;

    behavior: url(ie-css3.htc); /* 通知IE浏览器调用脚本作用于'box'类 */

    z-index:9999;

}

.down_load  .load_top .btns-botton  .grab-btn em, .down_load  .load_top .btns-botton  .grab-btn i{display:block;overflow:hidden;position:absolute;top:0;left:0;width:100%;height:100%;font-style:normal;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}

.down_load  .load_top .btns-botton  .grab-btn em{height:0;background: #bb9767;-webkit-transform:translateY(-50%) rotate(45deg);-moz-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);}

.down_load  .load_top .btns-botton  .grab-btn:hover em{height:230px}

.down_load  .load_top .btns-botton  .grab-btn:hover,.down_load  .load_top .btns-botton  .grab-btn:hover i{color:#fff}

.down_load  .load_top .btns-botton  .grab-btn.btn-gray{border-color:#ddd;color:#fff;background-color:#ddd}

.down_load  .load_top .btns-botton  .grab-btn.btn-gray:hover{background-color:#ddd}

.down_load  .load_top .btns-botton  .grab-btn.exch-btn{width:122px;margin:0}

.down_load  .load_top .btns-botton  .grab-btn.exch-btn:hover em{width:210px}





/*banner*/

.banner {

    overflow: hidden;

    position: relative;

    height: 400px;

}



.banner .float-box {

    position: relative;
    z-index: 2;
    float: right;
    margin-right: 5px;
    top: 70px;
    transform: translate(100%, -50%);
    margin-left: 300px\9;
    margin-top: -145px\9;
    background-color: #fff;
    width: 280px;
    height: 244px;
    padding: 0px 30px 0 30px;
    text-align: center;
    -webkit-animation: fadeInUp 1s ease-in-out forwards;
    -moz-animation: fadeInUp 1s ease-in-out forwards;
    -ms-animation: fadeInUp 1s ease-in-out forwards;
    animation: fadeInUp 1s ease-in-out forwards;
    -webkit-animation-delay: .15s;
    -moz-animation-delay: .15s;
    -ms-animation-delay: .15s;
    animation-delay: .15s;
    border-radius: 15px;

    



}



.banner .float-box .extra-text{

    margin-bottom: 10px;

}

.banner .float-box .text {

    font-size: 18px;

    color: #544F56;

    line-height: 40px;

    padding: 10px 0 0;

}

.banner .float-box .text1 {

    font-size: 12px;

    color: #848D88;

    line-height: 3;

}



.banner .float-box .text-large {

    font-size: 24px;

    line-height: 1.5;

    color: #5D5D5D;

}



.banner .float-box .operate {

    margin: 25px 0 15px 0px;

}

.banner .float-box .bottom {

    width: 280px;

    margin-left: -30px;

    padding: 20px 20px 10px;

    background-color: #EFF1F0;

    border-radius: 0 0 15px 15px;

    box-shadow: inset 0 10px 10px rgba(0, 0, 0, 0.1);

}



.banner .float-box .operate .btn {

    /*background-color: #CB3B3B;*/

    color: #fff;

    font-size: 16px;

    line-height: 42px;

    margin-bottom: 7px;

    margin-top: -20px;

    padding: 0px 12px;

}



.banner .float-box .extra-text a {

    color: #412e9a;

}

/*banner end*/

/*公告*/

.notice-bg{
    background:#ffffff;
    border-bottom: 2px solid #ececfb;
}

.notice{

} 

.notice {

   height: 30px;
    line-height: 30px;

    padding: 0px;

    overflow: hidden;

}

.notice .icon-notice{

        width: 21px;

    height: 24px;

    display: block;

    float: left;

    background-position: -19px 1px;

    margin-right: 10px;

    margin-top:13px;

}

.notice .notice-tit {

    color: #303030;

    display: block;

    float: left;

    font-size:16px;

    height: 50px;

    line-height: 50px;

    width:100px;  

}

.notice .notice-tit span{

    color: #e3e5e4;

}

.notice-left {

    width: 987px;

    overflow: hidden;

    position: relative;

    float: left;

}

.notice-left .bd {

    width: 999px;

}


.notice-left .infoList li {
    height: 30px;
    line-height: 30px;
    font-size: 14px; text-align: right;
    float: left;
}
.notice-left .infoList li font{
    background: red;
    border-radius:2px;
    color: #ffffff;
    margin-right: 5px;
    padding: 0 2px;
}

.notice-left .infoList li a{

    color:#666666;float: left

}

.notice-left .infoList li a:hover{

    color: red;

}

.notice-left .infoList li span{

font-size: 14px;

color: #303030;

}

.notice .notice-more {

    color: red;

    float: right;

    font-size: 14px;margin-top:-3px;  

    height: 25px;

    line-height: 25px;

    margin-top:3px;

    text-align: center;

    padding:0px 9px;

}

.notice .notice-more a {

    color: red;

}

.notice .notice-more a:hover {

    color: red;

}

/*公告 end*/

.index-us {
    padding-top: 20px;
}
.iu-left {
    width: 740px;
    float: left;
}
strong.sybt {
    font-size: 28px;
}
.index-us .chzpz{
    display: block;
    font-size: 35px;
    padding: 25px 0;
}
.iu-left h1 {
    font-size: 28px;
    color: #666666;
}
.iu-left p {
    width: 530px;
    padding-top: 100px;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    padding-bottom: 90px;
}

.iu-left div {
    width: 150px;
    height: 50px;
    color: #fff;
    background-color: #6a60ff;
    background-image: url(../img/index3.png);
    background-repeat: no-repeat;
    background-position: 108px center;
    text-indent: 24px;
    text-align: left;
    font-size: 16px;
    line-height: 50px;
    border-radius: 5px;
    float: left;
}

.iu-right {
    width: 399px;
    float: right;
    position: relative;
    top: -30px;
}

.iu-right p {
    font-size: 14px;
    color: #666666;
    text-align: left;
    line-height: 28px;
    width: 390px;
    /*margin: 0 auto;*/
    padding-top: 0px;
    padding-bottom: 5px;
}
p.syhxbjs {
    font-size: 28px;
    color: #000000;
    text-align: center;
    padding: 20px 0 20px 0;
}

/*新手*/

.pb8 { 

    overflow: hidden;

    margin-bottom: 20px;

    background: #fff;

    padding-left: 1px;

    padding: 9px 4px;

}



.pb8 .pb6-l {

    float: left;

    width:296.3px;

    margin: 0;

    text-align: center; 

    height: 300px;

    border-right: 1px solid #f2f2f2;

} 

.pb8 .pb6-l .tit{

    font-size: 16px;

    color: #333333;

    height: 70px;

    line-height: 70px;

    display: block;

    padding-top: 20px;

    font-weight: bold;

}

.pb8 .pb6-l ul li {

    width:100%;

    height: 230px;

    float: left;

    text-align: center;

}



.pb8 .pb6-l ul li:last-child {

    background: none;

}



.pb8 .pb6-l ul li h3 {

    font-size: 16px;

    color: #ff8a80;

    font-weight: 400;

    position: relative;

    height:50px;

    line-height: 50px;

}



.pb8 .pb6-l ul li .det {

    line-height: 26px;

    color: #666666; 

    height: 119px;

    font-size: 14px;

    padding-top:20px;

    padding-bottom: 27px;

}



.pb8 .pb6-l ul li .dw_icon {

    position: relative;

    left: 0px;

    width: 82px;

    height: 76px;

    margin-bottom: 12px;

    display: inline-block;

}



.pb8 .pb6-l ul li .dw_icon.icon1 {background-position: 1px -20px;}

.pb8 .pb6-l ul li .dw_icon.icon2 {background-position: -112px -20px;}

.pb8 .pb6-l ul li .dw_icon.icon3 {background-position: -252px -20px;}

.pb8 .pb6-l ul li .dw_icon.icon4 {background-position: -385px -20px;}



.pb8 .pb6-l ul li a {

    border: 1px solid #ff8a80;

    color: #ff8a80;

    padding: 7px 25px;

    border-radius: 6px;

}

.pb8 .pb6-l ul li a:hover{

    background:#fc625f;

    color: #fff;

}

.pb8 .pb6-r {

       float: right;

    width: 844px;

}



.pb8 .pb6-r .news-list{

    width:46%;

    float: left;margin-right: 30px;

} 

.pb8 .pb6-r .news-list .tit{

    font-size: 18px;

    color: #333333;

    height: 70px;

    line-height: 70px;

    display: block;

    padding-left: 3%;

    width: 97%;font-weight: bold;

    float: left;

    border-bottom: 1px solid #f0f0f0;

}

.pb8 .pb6-r .news-list .tit a{

    font-size: 14px;

    color: #999999;

    padding-left: 15px;float: right;

} 

.pb8 .pb6-r .news-list .gonggao{

    float: left;



   padding-left: 3%;

    width: 97%;

    padding-bottom: 10px;

}

.pb8 .pb6-r .news-list .gonggao ul {

    padding-top:10px;

}

.pb8 .pb6-r .news-list .gonggao ul li{

text-align:left;

height: 30px;

line-height: 30px;

text-indent: 15px;

}

.pb8 .pb6-r .news-list .gonggao ul li a:hover{

    color: #fc625f

}

.pb8 .pb6-r .news-list .gonggao ul li i{

    background:#adadad;

    width: 3px;

    height: 3px;

    display: block;

    float: left;

    position: relative;

    top:14px;

    left:7px;

}

.pb8 .pb6-r .news-list .gonggao ul li .date {

    float: right;

    color: #999999;

    margin-right:17px; 

}

.pb8 .pb6-r .news-list .gonggao ul li a{

    float: left;

    color: #666666

}

/*新手*/



/*股票操盘*/

/* 股票配资 */

.index-title {
    font-size: 24px;
    color: #333333;
    height: 80px;
    line-height: 80px;
}

.index-title span {
    font-size: 14px;
    color: #ffac58;
    padding-left: 10px;
}

.index-content {
    height: auto;
    overflow: hidden;
}

.index-content ul li {
    float: left;
    margin-right: 26.666px;
    width: 280px;
}

.index-content ul li .top-bg {
    height: 140px;
    width: 280px;
    background-size: contain;
    padding-top: 40px;
    text-align: center;
    color: white;
    border-radius: 12px 12px 0 0;
}


.index-content ul li .top-bg.g1 {
    background: #ffa455 url(../img/lmianxi.png) no-repeat 0 40px;
}

.index-content ul li .top-bg.g2 {
    background: #5794fa url(../img/lantian.png) no-repeat 0 40px;
}

.index-content ul li .top-bg.g3 {
    background: #55cfe7 url(../img/lanyue.png) no-repeat 0 40px;
}

.index-content ul li .top-bg.g4 {
    background: #ff7849 url(../img/lVIP.png) no-repeat 0 40px;
}

.index-content ul li .top-bg.q1 {
    background: #ffd657 url(../img/q1.png)  no-repeat;
}

.index-content ul li .top-bg.q2 {
    background: #57c5fa url(../img/q2.png)  no-repeat;
}

.index-content ul li .top-bg.q3 {
    background: #674ee4 url(../img/q3.png)  no-repeat;
}

.index-content ul li .top-bg.q4 {
    background: #ff49ea url(../img/q4.png)  no-repeat;
}

.index-content ul li .top-bg p {
    font-size: 24px;
    margin-top: -36px;
}

.index-content ul li .bottom-txt {
    padding: 0 20px;
    background: white;
    border-radius: 0 0 12px 12px;
}

.index-content ul li .bottom-txt p {
    text-align: right;
    height: 30px;
    line-height: 30px;
}

.index-content ul li hr {
    height: 1px;
    background-color: #eee;
    border: none;
}

.index-content ul li .bottom-txt p.line50 {
    height: 50px;
    line-height: 50px;
}

.index-content ul li .bottom-txt .btn-mn {
    border: 1px solid #fe9d52;
    color: #fe9d52;
    padding: 9px 90px;
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
    display: block;
    font-size: 14px;
}

.index-content ul li .bottom-txt .b2 .btn-mn {
    border: 1px solid #5794fa;
    color: #5794fa;
}

.index-content ul li .bottom-txt .b3 .btn-mn {
    border: 1px solid #55cfe7;
    color: #55cfe7;
}

.index-content ul li .bottom-txt .b4 .btn-mn {
    border: 1px solid #ff7849;
    color: #ff7849;
}

.index-content ul li:hover .bottom-txt .btn-mn {
    background: #fe9d52;
    color: white;
}

.index-content ul li:hover .bottom-txt .b2 .btn-mn {
    background: #5794fa;
}

.index-content ul li:hover .bottom-txt .b3 .btn-mn {
    background: #55cfe7;
}

.index-content ul li:hover .bottom-txt .b4 .btn-mn {
    background: #ff7849;
}

.index-content ul li .bottom-txt .qb1 .btn-mn {
    border: 1px solid #ffd657;
    color: #ffd657;
}

.index-content ul li .bottom-txt .qb2 .btn-mn {
    border: 1px solid #57c5fa;
    color: #57c5fa;
}

.index-content ul li .bottom-txt .qb3 .btn-mn {
    border: 1px solid #674ee4;
    color: #674ee4;
}

.index-content ul li .bottom-txt .qb4 .btn-mn {
    border: 1px solid #ff49ea;
    color: #ff49ea;
}

.index-content ul li:hover .bottom-txt .qb1 .btn-mn {
    background: #ffd657;
    color: white;
}

.index-content ul li:hover .bottom-txt .qb2 .btn-mn {
    background: #57c5fa;
    color: white;
}

.index-content ul li:hover .bottom-txt .qb3 .btn-mn {
    background: #674ee4;
    color: white;
}

.index-content ul li:hover .bottom-txt .qb4 .btn-mn {
    background: #ff49ea;
    color: white;
}

.index-content ul li .btns-botton {
    padding: 10px 0 30px;
}


/*股票操盘end*/



/*行情中心*/



.plan2 {

    border: 1px solid #f1f1f1;

    -webkit-transform: translate(0, -2px);

    -moz-transform: translate(0, -2px);

    transform: translate(0, -2px);

    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);

    margin-bottom: 30px;

    height: 360px;

    margin-top: 30px;

}

.index_mod4 {

    /*overflow: hidden; */

}

.index_mod4 .mod_right {

    width: 300px;

   height: 360px;

    float: left;

    background: url(../img/img-market.jpg) no-repeat;

    position: relative;

    top: 0px;

} 

.index_mod4 .mod_right .s_menu {

    float: left;

    padding-left: 95px;

    margin-top: 32px;

}

.index_mod4 .mod_right .s_menu li {

    margin-bottom: 10px

}

.index_mod4 .mod_right .s_menu li a {display: block;float: left;margin-right: 83px;margin-top: 10px;height: 40px;width: 115px;line-height: 40px;border-style: solid;border-color: #fff;border-width: 1px 1px 1px 1px;font-size: 17px;color: #fff;-webkit-transition: all .1s ease-in-out;-moz-transition: all .1s ease-in-out;-ms-transition: all .1s ease-in-out;transition: all .1s ease-in-out;text-decoration: none;cursor: pointer;/* padding-left: 30px; *//* padding-right: 30px; */text-align: center;}


.index_mod4 .mod_right .s_menu li.current a {

    color: #fc8819;

    background-color: #fff;

}

.index_mod4 .mod_left {

    height: 360px;

    width: 900px;

    float: left;

    border-right: solid 1px #f1f1f1;

    /*border-bottom: solid 1px #e4e4e4;*/

}

.index_mod4 .mod_left .hq_con {

    padding-left: 15px;

    width: 570px;

    border-right: solid 1px #f1f1f1;

    /*border-top: solid 1px #e4e4e4;*/

   

    float: left; 

    overflow: hidden;

}

.index_mod4 .mod_left .hq_sv {

   width: 329px;

    float: left;

    height: 358px;

    

}

.index_mod4 .mod_left .hq_con h1 {

    font-size: 36px;

    margin-top: 30px;

    margin-left: 30px;

    margin-bottom: 30px;

}

.index_mod4 .mod_left .hq_img {

    margin-left: 5px;

    

}

.index_mod4 .mod_left .hq_txt {
margin: 16px 0 13px 56px;

}

.index_mod4 .mod_left .hq_txt a {

    background: #d5e7f6;
    font-size: 14px;
    margin-right: 10px;
    padding: 5px 28px 5px 28px;
    color: #4a4949;
    text-decoration: none;

}

.index_mod4 .mod_left .hq_txt a.cur {

    font-size: 14px;
    background-color: #02A1ED;
    color: #fff;

}

.index_mod4 .mod_left .hq_st .hq_a1 {

    padding-left: 52px;

    border-bottom: solid 1px #f1f1f1;

    padding-top: 20px;

    overflow: hidden;

    padding-bottom: 20px;

    width: 101%;

    border-left: solid 1px #e4e4e4;

    margin-left: -1px;



}

.index_mod4 .mod_left .hq_st .hq_a1 li {

    float: left;

    font-size: 18px;

    line-height: 36px;

}

.index_mod4 .mod_left .hq_st .hq_a1 li.sv {

    float: left;

    color: #ff293d;

    font-size: 24px;

}

.index_mod4 .mod_left .hq_st .hq_a1 li.ico {

    width: 55px;

    height: 36px;

    background-image: url(../img/trend-arr-up.png);

    background-repeat: no-repeat;

    background-position: center center;

}

.index_mod4 .mod_left .hq_st .hq_a1 li.dw {

    width: 55px;

    height: 36px;

    background-image: url(../images/news/dw_Cbg.png);

    background-repeat: no-repeat;

    background-position: -44px 1px;

}

.index_mod4 .mod_left .hq_st .hq_a1 li.icon-right {

    font-size: 12px;

    margin-right: 15px;

    height: 16px;

    line-height: 16px;

    width: 100px;

    color: #237c02;

}

/*.index_mod4 .mod_left .hq_st .gupiao { 

    margin-top: -3px;

    border-top: solid 1px #e4e4e4;

    float: left;

    width:100%;

    padding: 8px 8%;

}*/

.index_mod4 .mod_left .hq_st .hq_aq1_xq {

    font-size: 12px;

    line-height: 28px;

    padding-top: 7px;

    width: 94%;

    padding: 8px 3%;

    float: left;

}

/*.index_mod4 .mod_left .hq_st .gupiao .title {

    height: 35px;

    line-height: 35px;

}*/

/*.index_mod4 .mod_left .hq_st .gupiao table tr td {

    height: 25px;

    line-height: 34px;

}*/



.index_mod4 .mod_left .hq_st .gupiao { 

    margin-top: -3px;

    border-top: solid 1px #f1f1f1;

    

    float: left;

    width: 100%;
    padding-left: 20px;
}

.index_mod4 .mod_left .hq_st .gupiao table{

    width: 50%;

    float: left;

    text-align: left;

    margin-top: 10px;

}

.index_mod4 .mod_left .hq_st .gupiao .title {

    height: 35px;

    line-height: 35px;

}

.index_mod4 .mod_left .hq_st .gupiao table tr td {
    height: 28px;
    line-height: 28px;
    font-size: 12px;

}



.index_mod4 .mod_left .hq_st .hq_aq1_xq p span {

    width: 47%;

    display: block;

    float: left;

    overflow: hidden;

    padding: 0px;

    margin: 0px;

}

.index_mod4 .mod_left .hq_st .hq_aq1_xq p span .xq-color {

    color: #ff3646;

    text-align: right;

}

.borBox {

    background-color: #fff;

}

.pz-day-form span.explain {

    line-height: 30px;

    font-size: 14px;

}



.hd-tit{

    font-size: 22px;

    color: #333333;

    margin-top: 20px;

    margin-bottom: 15px;

}

.hd-tit h3{

    float: left;

    margin-right: 20px;

    font-size: 22px;

    line-height: 1.4;

}

.hd-tit span{

    font-size: 16px;

    color: #666666;

}



.pb4 .trade-info {

    padding: 10px 20px;

    overflow: hidden;

}



.pb4 .trade-info .trade-table {

    width: 100%;

    font-size: 12px;

}



.pb4 .trade-info .trade-table td {

    padding: 8px 5px;

}



.pb4 .trade-info .trade-table:first-child {

    border-bottom: 1px solid #F4F4F4;

    margin-bottom: 6px;

}



.pb4 .trade-info .trade-table:first-child tr:last-child td {

    padding-bottom: 10px;

}



.pb4 .trade-info .btn {

    margin-top: 10px;

    height: 45px;

    line-height: 32px;

    font-size: 20px;

}



.stock-hd {

    margin-top: 10px;

    position: relative;

}



.stock-hd .stock-search {

    display: none;

    position: absolute;

    top: 10px;

    left: 15px;

    width: 215px;

    padding: 8px 15px;

    background: #fff;

    border: 1px solid #ddd;

    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);

}

.stock-hd .stock-search .search-box input{

    width: 100%;

    height: 30px;

    line-height: 20px;

    padding: 5px 10px;

    font-size: 16px;

    border: 1px solid #ddd;

    border-radius: 5px;

}



.stock-hd .stock-search .drop-list li{

    line-height: 30px;

    padding: 0 5px;

    cursor: pointer;

}

.stock-hd .stock-search .drop-list li:hover {

    background-color: #D8ECFF;

}

.stock-hd .stock-search .drop-list li .name{

    float: left;

}



.stock-hd .stock-search .drop-list li .code {

    float: right;

}

.stock-hd .stock-name {

    float: left;

    width: 316px;

    line-height: 65px;

    padding: 0px 23px;

}





.stock-hd {

    margin-top: 10px;

    position: relative;

}



.stock-hd .stock-search {

    display: none;

    position: absolute;

    top: 10px;

    left: 15px;

    width: 215px;

    padding: 8px 15px;

    background: #fff;

    border: 1px solid #ddd;

    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);

}



.stock-hd .stock-search .search-box input{

    width: 100%;

    height: 30px;

    line-height: 20px;

    padding: 5px 10px;

    font-size: 16px;

    border: 1px solid #ddd;

    border-radius: 5px;

}



.stock-hd .stock-search .drop-list li{

    line-height: 30px;

    padding: 0 5px;

    cursor: pointer;

}

.stock-hd .stock-search .drop-list li:hover {

    background-color: #D8ECFF;

}

.stock-hd .stock-search .drop-list li .name{

    float: left;

}



.stock-hd .stock-search .drop-list li .code {

    float: right;

}



.stock-hd .stock-name {

    float: left;

    width: 267px;

    padding: 0 23px;

    line-height: 65px;

}



.stock-hd .stock-name span {

    font-size: 16px;

    color: #333333;

}



.stock-hd .stock-name a {

    float: right;

    color: #29b4d8;

    font-size: 16px;

}



.stock-hd .stock-trend {

    overflow: hidden;

}



.stock-hd .stock-trend .price {

    font-size: 30px;

    line-height: 65px;

    color: #32ad1c;

}

.stock-hd .stock-trend .price.text-green{

    color: #32ad1c;

}

.stock-hd .stock-trend .price.text-red{

    color: #fb3d51;

}

.stock-hd .stock-trend .trend-mark {

    display: inline-block;

    width: 0px;

    height: 24px;

    margin: 0 12px;

    position: relative;

}



.stock-hd .stock-trend .trend-mark.trend-mark-up {

    background: url("../img/trend-arr-up.png") center center no-repeat;

}



.stock-hd .stock-trend .trend-mark.trend-mark-down {

    background: url("../img/trend-arr-down.png") center center no-repeat;

}



.stock-hd .stock-trend .meta {

    font-size: 12px;

    display: inline-block;

    min-width: 30px;

    line-height: 1.2;

    text-align: right;

}



.stock-hd .stock-trend .max {

    font-size: 12px;

    width: 70px;

    text-align: right;

    display: inline-block;

    line-height: 1.2;

}



.stock-hd .stock-trend.trend-up .price {

    color: #666;

}

.stock-hd .stock-trend.trend-up .price.text-green {

    color: #227314;

}



.stock-hd .stock-trend.trend-up .price.text-red {

    color: #fb3d51;

}



.stock-hd .stock-trend.trend-up .meta {

    color: #666;

}



.stock-hd .stock-trend.trend-down .price {

    color: #227314;

}



.stock-hd .stock-trend.trend-down .meta {

    color: #227314;

}



.stock-hd .stock-chart .tab-hd {

    padding: 0 24px;

    background-color: #F6F9FF;

}



/*.plan2 .pb4 .index_mod4 .mod_right:before {

    border-right: 16px solid transparent;

    border-bottom: 8px solid #614baf;

    content: "";

    position: absolute;

    right: -12px;

    top: 0;

    display: block;

    width: 0;

    height: 0;

    z-index: 99;

}



.plan2 .pb4 .index_mod4 .mod_right:after {

    border-left: 16px solid #614baf;

    border-bottom: 8px solid transparent;

    content: "";

    position: absolute;

    right: -12px;

    bottom: 0;

    display: block;

    width: 0;

    height: 0;

    z-index: 99;

}*/



.plan2 .pb4 .index_mod4 .mod_right h2 {

    padding-top: 56px;

    text-align: center;

    font-size: 32px;

   font-weight: bold;

    color: #fff;

    position: relative;

    z-index: 3;

    margin: 18px 15px;

}



/*行情中心end*/



/*新闻动态*/

.articleBox {
    width: 1240px;
    padding: 10px 20px 0;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;

    font-size: 14px;
}
.articleBox .left {
    float: left;
}
.articleBox .right {
    float: right;
}
.articleBox .news li a:hover,.articleBox .topic a:hover{
    color: #F65C54;
}
.articleBox .newsBox {
    width: 590px;
    min-height: 420px;
    box-shadow: 0 0 10px 0px #ccc;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius:15px
}
.articleBox a{
    color: #333333;
}
.articleBox .title {
    border-bottom: 1px #f0f0f0 solid;
    padding: 10px;
    line-height: 20px;
    font-size:18px;
    font-weight:600
}
.articleBox .title a {
    font-size: 14px;
    /*font-family: SimSun;*/
    line-height: 27px;
}
.title p {
    margin: 0 0 10px;
}
.articleBox .topNews {
    padding: 10px;
    overflow: hidden;
}
.articleBox .topNews .topic {
    width: 347px;
    line-height: 30px;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.articleBox .topNews .content {
    width: 320px;
    font-size: 14px;
    color: #999;
}
.articleBox .clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    height: 0px;
    overflow: hidden;
}
.articleBox .news {
    padding: 0 10px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}
.articleBox ol, .articleBox ul {
    margin-top: 0;
    margin-bottom: 15px;
}
.articleBox .news li {
    line-height: 30px;
    height: 30px;
    border-bottom: 1px #ccc dotted;
    padding: 0 15px;
}
.articleBox .news li a{
    float: left;
    width: 295px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333333;
}
.pic img{
    box-shadow: 2px 2px 15px #635959;
    border-radius: 5px;
    height: 100px;
    width: 200px;
}






.partner_box {
    width: 100%;
    height: 300px;
    margin-top: 15px;
    background: url(../../img/H/index-friend.jpg) no-repeat center center;
}
.item_nav_common {
    padding: 60px 0 20px 0;
}
.item_nav_common .item_nav_tit {
    position: relative;
    width: 350px;
    height: 3px;
    background: #f0f0f0;
    margin: 0 auto 20px;
}
.item_nav_common .item_nav_tit h4 {
    position: absolute;
    left: 75px;
    top: -20px;
    background: #fff;
    color: #666666;
    font-size: 28px;
    font-weight: bolder;
    width: 200px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}
.item_nav_common .item_nav_tit h4.f6f6f6 {
    background: #f6f6f6;
}
.item_nav_common p {
    color: #999999;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
}
.partner_nav_box {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 80px;
}
.partner_nav_box .commonB {
    position: absolute;
    width: 36px;
    height: 54px;
    top: 8px;
}
.partner_nav_box .commonB img {
    display: block;
    margin: 12px auto 0;
    cursor: pointer;
}
.partner_nav_box .leftB {
    left: 0;
}
.partner_nav_box .rightB {
    right: 0;
}
.partner_nav_box .commonB:hover {
    background: #e5e5e5;
}
#marquee1 {
    width: 1119px;
    height: 80px;
    overflow: hidden;
    margin: 0 auto;
}
#marquee1 ul li {
    float: left;
    width: 215px;
    height: 80px;
    padding: 0 5px;
}
#marquee1 ul li img {
    display: block;
    width: 200px;
    margin: 0 auto;
}

/*新闻动态end*/



/*新手指引*/

/*合作伙伴*/

.pb7{ 

    overflow: hidden; 

    background: #fff;  }

.pb7-top{

padding:40px 20px;

background:url(bz-icon-bg.png) no-repeat; 

width: 97%;

float: left;

}

.pb7-top ul li{

    width: 203px;

    display: block;

    height:112px;

    font-size: 16px;

    margin-right: 21px;

    text-align: center;

    float: left;



    background:url(../images/jiantou.png) no-repeat right center;

}

.pb7-top ul li h3{

    font-size: 16px;

    color: #333333

}

.pb7-top ul li p{

    font-size: 14px;

    color: #999999

}

.pb7-top ul li:last-child{

    background:none;

    margin-right: 0px;

    width: 148px;

}

.pb7-top ul li .icon{ 

    width: 150px;

    height: 125px;

    display: block; 

}

 .pb7-top ul li:hover{

    color:#fff;

}

 

 .pb7-top ul li i{

    width:80px;

    height: 70px;

    display: block;

    position: relative;

    left: 45px;



 margin-bottom: 2px;

}

.pb7-top ul li i.dw_icon{

    background:url(../img/carry-cash.png) no-repeat;

}

 

.pb7-top ul li i.icon-1{

background-position: 1px 1px;

}

 .pb7-top ul li i.icon-2{



background-position: -215px 1px;

}

 .pb7-top ul li i.icon-3{



background-position: -435px 1px;

}

 .pb7-top ul li i.icon-4{



background-position: -659px 1px;

}

.pb7-top ul li i.icon-5{



background-position: -882px 1px;

}

/*新手指引end*/



/*合作伙伴*/

.pb7 .pb7-bottom{

width: 97%;

float: left;

}

.pb7 .pb7-bottom .floor-hd {

    margin-bottom: 10px;

    height:40px;

    line-height: 40px;

    margin-top: 15px;

}

.pb7 .pb7-bottom .floor-hd h3 {

    float: left;

    padding: 0 60px;

   font-size: 16px;

    font-weight: bold;

    color: #333333;

}



.linkM {

    min-height: 50px;

    display: block;

    padding: 35px 0 0px 30px;

    position: relative;

    z-index: 0;

    margin-top: -1px; 

}

.linkM div {

    display: inline-block;

    width: 100%; 

}

.linkM div a{

    padding:10px 20px;

    border:1px solid #ddd;

    text-align: center;

    line-height: 70px;

    float: left;

    display: block; 

    margin-left: 29px;

    margin-bottom: 20px;

}

.linkM div a:hover{

    box-shadow:0 0px 30px rgba(0, 0, 0, 0.1);

    -moz-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);

    -webkit-box-shadow:0 0px 30px rgba(0, 0, 0, 0.1);

    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1); 

}

.linkPic img {

    float: left;

    text-align: center;

}

/*合作伙伴end*/



/*主要信息*/



/*.full-a {

	position: relative;

	margin-top: -100px;

	z-index: 8888;

	background-color: #fff;

}



.full-a .fa-hh {

	text-align: center;

	height: 170px;

	line-height: 170px;

	color: #333333;

	font-size: 40px;

	font-weight: normal;

	margin: 0;

}



.full-a ul {

	width: 1200px;

	margin: 0 auto;

}



.full-a ul li {

	width: 25%;

	float: left;

	background: url(../img/full1.png) no-repeat center top;

	padding-top: 80px;

    text-align: center;

    transition:All 0.4s ease-in-out;

    -webkit-transition:All 0.4s ease-in-out;

    -moz-transition:All 0.4s ease-in-out;

    -o-transition:All 0.4s ease-in-out;

    

}

.full-a ul li:hover{

    transform:translate(0,-10px);

    -webkit-transform:translate(0,-10px);

    -moz-transform:translate(0,-10px);

    -o-transform:translate(0,-10px);

    -ms-transform:translate(0,-10px);

}

.full-a ul li:nth-child(2){

	background-image: url(../img/full2.png);

}



.full-a ul li:nth-child(3) {

	background-image: url(../img/full3.png);

}



.full-a ul li:nth-child(4) {

	background-image: url(../img/full4.png);

}



.full-a ul li h3 {

	color: #333333;

	font-size: 16px;

	line-height: 40px;

	margin: 0;

}



.full-a ul li p {

	color: #888888;

	line-height: 20px;

	font-size: 14px;

	text-align: center;

}



.full-a dl {

    width: 1200px;

    display: block;

    padding: 50px 0;

    margin: 0 auto;

}



.full-a dl dd {

	display: block;

	float: left;

	width: 33.333%;

	color: #999999;

	line-height: 60px;

	height: 60px;

	text-indent: 16px;

	text-align: center;

}



.full-a dl dd:before {

	display: inline-block;

	content: "";

	width: 8px;

	height: 8px;

	border-radius: 50%;

	background-color: #ff6e07;

	margin-top: 36px;

}



.full-a dl dd span {

	color: #666;

	font-size: 40px;

	margin: 0 8px;

}



.full-more {

	height: 135px; 

	padding-bottom: 30px;

	margin-top: 20px;

	text-align: center;

	color: #ffffff;

	line-height: 106px;

	position: relative;

}

.full-more img{

    width: 100%;

}*/

 



/*主要信息 end*/

/*.index-title {

	padding: 70px 0;

	text-align: center;

}



.index-title>div {

	color: #333333;

	margin: 0;

	font-size: 40px;

	font-weight: normal;

}



.index-title span {

	color: #ff6e07;

	font-size: 18px;

}*/



#appDown {

	background: url(/image/app-qrcode.png) center no-repeat;

	width: 243px;

	height: 376px;

	top: 50%;

	margin-top: -188px;

	left: 0;

	position: fixed;

	z-index: 2016111013;

	bottom: 0;

}



#appDown .close {

	position: absolute;

	left: 205px;

	top: 22px;

	margin-left: 0;

}



/*.indexp-box {}



.indexp-box>li {

	display: block;

	float: left;

	width: 400px;

	height: 540px;

	background: url(../img/product-dm.png) center top;

}

.indexp-box>li a{

	display: block;

	width: 223px;

	height: 50px;

	line-height: 50px;

	text-align: center;

	color: #fff;

	font-size: 18px;

	background-color: #ff6e07;

	border-radius: 4px;

	margin: 20px auto 0 auto;

	box-shadow: 0px 9px 21px 0px rgba(255, 110, 7, 0.18);

}





.indexp-box>.indexp-xslb {

	background: url(../img/product-xslb.png);

}*/



/*.indexp-xslb>.ipx-money {

	text-align: right;

	font-size: 30px;

	color: #ffdfa4;

	padding-top: 112px;

	height: 30px;

	line-height: 30px;

	width: 260px;

}

*/

/*.ipx-fp {

	margin: 0 auto;

	width: 220px;

	height: 135px;

    padding-top: 127px;

    display:block;

}



.ipx-fp-time {

	padding-top: 69px;

}



.ipx-fp>p {

	display: block;

	float: left;

	width: 50%;

	box-sizing: border-box;

	padding-left: 42px;

	line-height: 30px;

	

}



.ipx-fp>p>span {

	display: block;

	color: #666666;

	font-size: 16px;

	font-weight: bold;

	height: 30px;

	line-height: 30px;

}



.ipx-fp>p>i {

	font-style: normal;

	color: #ff6e07;

	font-size: 20px;

}



.ipx-fp>p>em {

	font-style: normal;

	color: #999999;

	font-size: 14px;

}*/



/*.indexp-dm {

	box-sizing: border-box;

	padding-left: 10px;

}



.indexp-dm>.id-h1 {

	padding-top: 70px;

	color: #ddb574;

	font-size: 18px;

	font-weight: bold;

	text-align: center;

	line-height: 30px;

}



.indexp-dm>.id-hh {

	text-align: center;

	height: 45px;

	line-height: 45px;

}



.indexp-dm>.id-hh span {

	color: #dab56f;

	font-size: 40px;

}



.indexp-dm>.id-hh em {

	color: #dcdcdc;

	font-size: 16px;

}



.indexp-dm>.id-hhh {

	color: #ffffff;

	font-size: 20px;

	padding-top: 20px;

	

	line-height: 40px;

	text-align: center;

}



.indexp-dm>.id-hhh span:nth-child(1) {

	margin-right: 22px;

}



.indexp-dm>p {

	padding-top: 28px;

	padding-left: 117px;

	line-height: 30px;

}



.indexp-dm>p>span {

	color: #666666;

	font-size: 16px;

	font-weight: bold;

    line-height: 30px;

    font-style: normal;



}



.indexp-dm>p>i {

	color: #ff6e07;

    font-size: 20px;

    font-style: normal; 

}



.indexp-dm>p>em {

	color: #999999;

	font-size: 14px;font-style: normal;

}*/



/*.index-activity {

	padding-bottom: 110px;

}



.index-activity>li {

	display: block;

	float: left;

	width: 33.3333%;

	text-align: center;

}



.index-activity>li>img {

	display: block;

	margin: 0 auto;

}



.index-activity>li>.ial-hh {

	color: #333333;

	font-size: 22px;

	font-weight: bold;

	line-height: 80px;

}



.index-activity>li>.ial-hhh {

	width: 60px;

	height: 6px;

	background-color: #feb582;

	margin: 0 auto;

}



.index-activity>li>.ial-hhhh {

	color: #555555;

	font-size: 16px;

	line-height: 60px;

}



.index-activity>li>p {

	color: #5f676f;

	font-size: 16px;

	line-height: 24px;

}*/



/*.index-help {

	padding-bottom: 80px;

}



.index-help a {

	display: block;

	float: left;

	width: 20%;

	line-height: 30px;

	background: url(../img/help1.png) no-repeat center left;

	padding-left: 53px;

	box-sizing: border-box;

	border-right: 1px solid #bfbfbf; 

}



.index-help a:last-child {

	border-right: none

}



.index-help a:nth-child(1) {}



.index-help a:nth-child(1):hover {

	background-image: url(../img/help1-h.png);

}

.index-help a:nth-child(2) {

	background-image: url(../img/help2.png);

}

.index-help a:nth-child(2):hover {

	background-image: url(../img/help2-h.png);

}

.index-help a:nth-child(3) {

	background-image: url(../img/help3.png);

}

.index-help a:nth-child(3):hover {

	background-image: url(../img/help3-h.png);

}

.index-help a:nth-child(4) {

	background-image: url(../img/help4.png);

}

.index-help a:nth-child(4):hover {

	background-image: url(../img/help4-h.png);

}

.index-help a:nth-child(5) {

	background-image: url(../img/help5.png);

}

.index-help a:nth-child(5):hover {

	background-image: url(../img/help5-h.png);

}

.index-help a .iha-hh {

	color: #444444;

	font-size: 16px;

}



.index-help a p {

	color: #999999;

	font-size: 14px;

}



.index-help a:hover h1,

.index-help a:hover p {

	color: #ff6e07;

}*/



/*.index-jjzj {

	text-align: center;

	color: #666666;

    line-height: 24px;

    font-size: 18px;

}*/



/*.index-hz {

	padding-bottom: 80px;

	padding-top: 20px;

}



.index-hz img {

	display: block;

	float: left;

	margin-top: 20px;

	margin-right: 50px;

}



.index-hz img:nth-child(5n) {

	margin-right: 0;

}*/



/*.index-zx {

	padding-bottom: 80px;

}



.index-zx-elem {

	width: 520px;

	float: left;

	margin-right: 160px;

	margin-bottom: 20px;

}



.index-zx-elem:nth-child(2n) {

	margin-right: 0;

}



.index-zx-elem .ize-h1 {

	color: #333333;

	font-size: 24px;

	font-weight: bold;

	height: 35px;

	line-height: 24px;

	padding-left: 10px;

	position: relative;

	padding-bottom: 8px;

	border-bottom: 1px solid #eee;

}



.index-zx-elem .ize-h1:before {

	display: block;

	content: "";

	width: 4px;

	height: 24px;

	position: absolute;

	left: 0;

	background-color: #ff6e07;

}



.index-zx-elem .ize-h1 a {

	color: #999999;

	font-size: 14px;

	display: block;

	float: right;

}



.index-zx-elem .ize-h1 a:hover {

	color: #ff6e07;

}*/



/*.ize-bottom {

	padding: 30px 0;

}*/



/*.izeb-img {

	float: left;

	width: 250px;

	height: 150px;

}



.izeb-img>img {

	display: block;

	width: 100%;

	height: 100%;

	border-radius: 4px;

}*/



/*.izeb-list {

	margin-left: 40px;

	float: left;

	width: 230px;

}



.izeb-list a {

	display: block;

	color: #333333;

	font-size: 16px;

	background: url(../img/xx.png) no-repeat center left;

	background: ;

	margin-bottom: 11px;

	line-height: 16px;

	padding-left: 20px;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

}



.izeb-list a:last-child {

	margin-bottom: 0;

}



.izeb-list a:hover {

	background-image: url(../img/xx-h.png);

	color: #ff6e07;

}*/



.our-activity {

	background-image: -moz-linear-gradient( 90deg, rgb(255, 255, 255) 0%, rgb(244, 249, 252) 100%);

	background-image: -webkit-linear-gradient( 90deg, rgb(255, 255, 255) 0%, rgb(244, 249, 252) 100%);

	background-image: -ms-linear-gradient( 90deg, rgb(255, 255, 255) 0%, rgb(244, 249, 252) 100%);

}



.index-product{

    background:#fff;

}





.hcp-mask-warp{width:100%;height:100%;position:fixed;top:0;left:0;z-index:2016111013;display: none}

.hcp-mask-warp .hcp-mask{

    width:100%;height:100%;background:#000;

    position:absolute;top:0;left:0;opacity:0.8;z-index:2016111014;

}

.hcp-mask-warp .hcp-mask-img{position:absolute;top:150px;left:50%; z-index:2016111015;}

.hcp-mask-warp .hcp-mask-img img{

    width: 500px;

    height: 500px;

}

.hcp-mask-warp .closed-mask{

    display: block;

    width: 17px;

    height: 15px;

    background: url(../img/closed.png) no-repeat center;

    position: absolute;

    top: 0px;

    background-size: 18px;

    right: 121px;

    cursor: pointer;transition:transform 0.5s;-webkit-transition:transform 0.5s;-moz-transition:transform 0.5s;-o-transition:transform 0.5s}

.hcp-mask-warp .closed-mask:hover{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg);}


.iu-right img{
	position: relative;top: -10px;
}
