@charset "utf-8";

/*页面css重置*/
body{
    background: #fff;
        -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
             visibility: hidden;
             display: block;
             font-size: 0;
             content: " ";
             clear: both;
             height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.header .header-bg{
    background: none;
}

@keyframes blinkRotateR {
    0% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        border: 2px solid #0b8140;
    }
    90% {
        -webkit-transform: rotateX(360deg);
        -moz-transform: rotateX(360deg);
        -ms-transform: rotateX(360deg);
        -o-transform: rotateX(360deg);
        transform: rotateX(360deg);
        border: 2px solid #0b8140;
    }
    100% {
        -webkit-transform: rotateX(360deg);
        -moz-transform: rotateX(360deg);
        -ms-transform: rotateX(360deg);
        -o-transform: rotateX(360deg);
        transform: rotateX(360deg);
        border-color: transparent;
    }
 }
@-webkit-keyframes blinkRotateR {
    0% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        border: 2px solid #0b8140;
    }
    90% {
        -webkit-transform: rotateX(360deg);
        -moz-transform: rotateX(360deg);
        -ms-transform: rotateX(360deg);
        -o-transform: rotateX(360deg);
        transform: rotateX(360deg);
        border: 2px solid #0b8140;
    }
    100% {
        -webkit-transform: rotateX(360deg);
        -moz-transform: rotateX(360deg);
        -ms-transform: rotateX(360deg);
        -o-transform: rotateX(360deg);
        transform: rotateX(360deg);
        border-color: transparent;
    }
}
@keyframes blinkRotateG {
    0%{
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        border: 2px solid #ee2024;
    }
    90% {
        -webkit-transform: rotateX(360deg);
        -moz-transform: rotateX(360deg);
        -ms-transform: rotateX(360deg);
        -o-transform: rotateX(360deg);
        transform: rotateX(360deg);
        border: 2px solid #ee2024;
    }
    100%{
        -webkit-transform: rotateX(360deg);
        -moz-transform: rotateX(360deg);
        -ms-transform: rotateX(360deg);
        -o-transform: rotateX(360deg);
        transform: rotateX(360deg);
        border-color: transparent;
    }
}
@-webkit-keyframes blinkRotateG {
    0%{
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        border: 2px solid #ee2024;
    }
    90% {
        -webkit-transform: rotateX(360deg);
        -moz-transform: rotateX(360deg);
        -ms-transform: rotateX(360deg);
        -o-transform: rotateX(360deg);
        transform: rotateX(360deg);
        border: 2px solid #ee2024;
    }
    100%{
        -webkit-transform: rotateX(360deg);
        -moz-transform: rotateX(360deg);
        -ms-transform: rotateX(360deg);
        -o-transform: rotateX(360deg);
        transform: rotateX(360deg);
        border-color: transparent;
    }
}
@keyframes blink {
    0%{
        opacity: 1;
    }
    50%{
        opacity: .3;
    }
    100%{
        opacity: 1;
    }
}
@-webkit-keyframes blink {
    0%{
        opacity: 1;
    }
    50%{
        opacity: .3;
    }
    100%{
        opacity: 1;
    }
}

/*banner*/
.inner{overflow: hidden;width: 1200px; margin: 0 auto;}
.e-header .header{  background: none;  }
.banner{
    height: 350px;
    background: url("//dl.cfxz123.com/source/www/news/quote/quote-banner.jpg?v0503") no-repeat center 0;
    margin-top: -74px;
    padding-top: 200px;
}
.banner span{
    overflow: hidden;
    display: block;
    font-size: 24px;
    color: #fff;
}
.banner span.size{
    font-size: 36px;
    margin-bottom: 12px;
}
/*quote*/
.quote{
    padding: 50px 0 135px;
    background: #eff6fa;
}
.quote > .container{
    margin: 0 auto;
    width: 1200px;
}
.quote .container > h2,
.quote .container > p{
    color: #333;
    text-align: left;
    line-height: 1;
}
.quote .container > h2{
    font-size: 36px;
    font-weight: normal;
    margin-left: 25px;
    color: #275782;
}
.quote .container > h2 span{
    font-size: 20px;
    color: #666;
}

.quote-nav,
.quote-table{
    font-size: 0px;
    text-align: center;
    margin-top: 38px;
}
.quote-nav li{
    display: inline-block;
    width: 162px;
    height: 40px;
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    border-bottom: 1px solid #666;
    box-sizing: border-box;

}
.quote-nav li:hover{
    border-bottom: 2px solid #275782;
    color: #225577;
}
.quote-nav li.active{
    color: #225577;
    border-bottom: 2px solid #275782;
}

.quote-container{
    margin-top: 45px;
}
.quote .quote-container.show{
    display: block;
}
.quote .quote-container.hide{
    display: none;
}
.quote-box{
    padding: 35px 24px;
    background: #fafafa;
    margin-top: 50px;
}
.quote-box > h2{
    margin: 0 auto;
    width: 170px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    text-align: center;
    line-height: 40px;
    border-radius: 13px;
    background: #e5e8ea;
}

.quote-table{
    margin-top: 5px;
}
.quote-table em{
    width: 8.7%;
}


.quote-header span,
.quote-body li > span{
    width: 13%;
}
.quote-header{
    margin-bottom: 2px;
}
.quote-body em,
.quote-body li > span{
    height: 52px;
    font-size: 14px;
    font-weight: bold;
    color: #414042;
    text-align: center;
    line-height: 52px;
    background: #fff;
    display: inline-block;
    border-width: 0 1px;
    border-style: solid;
    border-color: #fafafa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.quote-body li > span{
    text-align: left;
    padding-left: 1.22%;
}
.quote-header em{
    height: 52px;
    font-size: 16px;
    color: #225577;
    text-align: center;
    line-height: 52px;
    background: #fff;
    display: inline-block;
    border-width: 0 1px;
    border-style: solid;
    border-color: #fafafa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.quote-header>span{
    position: relative;
    top: 2px;
    color: #225577;
    font-size: 16px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    background: #fff;
    display: inline-block;
    border-width: 2px;
    border-style: solid;
    border-color: #225577;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.quote-header em{
    position: relative;
}
.quote-header em i{
    color: #cc0000;
}
.quote-header em > span{
    position: absolute;
    font-size: 12px;
    top: -33px;
    left: -5px;
    display: none;
    padding: 5px;
    width: 321px;
    font-weight: normal;
    color: #333;
    line-height: 1.2;
    border: 1px solid #adadad;
    border-radius: 5px;
    background: #fff;
}
.quote-header em > span:before{
    position: absolute;
    left: 2px;
    bottom: -15px;
    content: '';
    width: 25px;
    height: 15px;
    background: url("//dl.cfxz123.com/source/www/news/quote/popup-bg.jpg") no-repeat;
}
.quote-header em:hover > span{
    display: block;
}
/*.quote-header em > span:before,*/
/*.quote-header em > span:after{*/
    /*position: absolute;*/
    /*content: '';*/
/*}*/
/*.quote-header em > span:before{*/
    /*left: 0;*/
    /*bottom: -8px;*/
    /*z-index: 1;*/
    /*border-style: solid;*/
    /*border-width: 8px 10px 0 10px;*/
    /*border-color: #fff transparent transparent transparent;*/
/*}*/
/*.quote-header em > span:after{*/
    /*left: -2px;*/
    /*bottom: -10px;*/
    /*border-style: solid;*/
    /*border-width: 9px 12px 0 12px;*/
    /*border-color: #31689b transparent transparent transparent;*/
/*}*/
.quote-body span{
    border: 2px solid transparent;
    line-height: 48px;
}
.quote-body li{
    margin-bottom: 2px;
}
.quote-body em,
.quote-body li > span{
    height: 50px;
    font-weight: normal;
    line-height: 50px;
    vertical-align: top;
    background: #fff;
}
.quote-body li > i{
    position: relative;
    display: inline-block;
    /*margin-right: .25%;*/
    width: 8.7%;
    height: 50px;
    border-width: 0 1px;
    border-style: solid;
    border-color: #fafafa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}
.quote-body li > i:before{
    position: absolute;
    top: 50%;
    right: -8%;
    content: '';
    margin-top: -2px;
    width: 8%;
    height: 4px;
    background: #f3f3f3;
}
.quote-body li > i.blink{
    background: url("//dl.cfxz123.com/source/www/news/quote/cf-blue.png") no-repeat #fff center center;
}
.quote-body .down,
.quote-body .up{
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
}
.quote-body .down{
    color: #0b8140;
    -webkit-animation: blinkRotateR 2s;
    -o-animation: blinkRotateR 2s;
    animation: blinkRotateR 2s;
}
.quote-body .down-i{
    color: #0b8140;
/*    -webkit-animation: blink .5s linear 0s 2;
    -o-animation: blink .5s linear 0s 2;
    animation: blink .5s linear 0s 2;*/
}
.quote-body .up-i{
    color: #ee2024;
/*    -webkit-animation: blink .5s linear 0s 2;
    -o-animation: blink .5s linear 0s 2;
    animation: blink .5s linear 0s 2;*/
}

.quote-body .down i,
.quote-body .up i{
    display: inline-block;
    margin-left: 5px;
    border-style: solid;
    -webkit-animation: blink 2s infinite;
    -o-animation: blink 2s infinite;
    animation: blink 2s infinite;
}
.quote-body .down i{
    border-width: 10px 5px 0 5px;
    border-color: #0b8140 transparent transparent transparent;
}
.quote-body .up{
    color: #ee2024;
    -webkit-animation: blinkRotateG 2s;
    -o-animation: blinkRotateG 2s;
    animation: blinkRotateG 2s;
}
.quote-body .up i{
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #ee2024 transparent;
}
.quote-body li > em{
    position: relative;
    /*margin: 0 .25%;*/
    width: 8.7%;
    font-family: arial, "Microsoft JhengHei","Microsoft YaHei", arial, sans-serif;
    
}
.quote-body li > em.last-em{
    margin-right: 0;
    width: 8.7%;
    
}

.quote-body li > em:before{
    position: absolute;
    top: 50%;
    left: -8%;
    content: '';
    margin-top: -2px;
    width: 8%;
    height: 4px;
    background: #fff;
}
.note-wr li{
    float: left;
    width: 50%;
    text-align: left;
    font-size: 14px;
    box-sizing: border-box;
}
.note-wr li.note{
    padding-left: 27px;
}
.note-wr{
    margin-top: 22px;
    color: #666666;
}
.note-wr li.note span{
    color: red;
    padding-right: 2px;
}
.note-wr li.update-time{
    float: right;
    text-align: right;
    padding-right: 27px;
}
.note-wr li.update-time span,.note-wr li.update-time i{
    display: inline-block;
    padding-left: 16px;
}
.backtop{display: none}
.content{padding: 0}
.header .mega-menu .cre-bt a{color: #fff!important;}
.header img{padding: 0!important;}
@media (max-width: 479px){
.quote > .container{
        margin: 0 auto;
        width: 97%;
    }
}
@media (min-width: 480px){
.quote > .container{
        margin: 0 auto;
        width: 97%;
    }
}
@media (min-width: 768px) {
.quote > .container{
        margin: 0 auto;
        width: 97%;
    }
}
@media (min-width: 992px) {
.quote > .container{
        margin: 0 auto;
        width: 97%;
    }
}
@media (min-width: 1024px){
.quote > .container{
        margin: 0 auto;
        width: 97%;
    }
}
@media (min-width: 1218px) {
.quote > .container{
        margin: 0 auto;
        width: 1200px;
    }
}